xgen VS generative-models

Compare xgen vs generative-models and see what are their differences.

xgen

Salesforce open-source LLMs with 8k sequence length. (by salesforce)

generative-models

Generative Models by Stability AI (by Stability-AI)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
xgen generative-models
2 21
713 22,397
0.6% 3.6%
7.0 7.3
5 months ago 18 days ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

xgen

Posts with mentions or reviews of xgen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.

generative-models

Posts with mentions or reviews of generative-models. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-12.
  • Creating Videos with Stable Video Diffusion
    3 projects | dev.to | 12 Feb 2024
    git clone https://github.com/Stability-AI/generative-models.git && cd generative-models
  • Show HN: I have created a free text-to-image website that supports SDXL Turbo
    2 projects | news.ycombinator.com | 17 Dec 2023
  • How To Increase Performance Time on MacOS
    3 projects | /r/StableDiffusion | 10 Dec 2023
  • Introducing Stable Video Diffusion: Stability AI's New AI Research Tool for Image-to-Video Synthesis
    1 project | /r/Linkeesproject | 8 Dec 2023
    Generative Models by Stability AI Github Repository
  • image-to-video tutorial
    1 project | /r/StableDiffusion | 26 Nov 2023
    # clone SD repo !git clone https://github.com/Stability-AI/generative-models.git # cd into working directory # the % sets the pwd globally as usually each command is run in a subshell in google colab %cd /content/generative-models/ # installing dependencies !pip install -r requirements/pt2.txt !pip install . # HACK # I was getting ModuleNotFoundError: No module named 'scripts' # This is what ChatGPT suggested (let me know if there is a better way) file_path = '/content/generative-models/scripts/sampling/simple_video_sample.py' new_text = "import sys\nsys.path.append('/content/generative-models')\n\n" with open(file_path, 'r') as file: original_content = file.read() updated_content = new_text + original_content with open(file_path, 'w') as file: file.write(updated_content) # Need to create a checkpoints/ folder - that is where the system looks for weights import os dir_name = 'checkpoints' if not os.path.exists(dir_name): os.makedirs(dir_name) print(f"Directory '{dir_name}' created") else: print(f"Directory '{dir_name}' already exists") # Download weights into checkpoints/ folder from huggingface_hub import hf_hub_download hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid", filename="svd.safetensors", local_dir="checkpoints", local_dir_use_symlinks=False) # I can't remember if this step is needed but it aims to reduce the memory footprint of pytorch # I kept getting CUDA out of memory # I got these instructions from the out of memory error message os.environ['PYTORCH_CUDA_ALLOC_CONF'] = 'max_split_size_mb:512' print(os.environ['PYTORCH_CUDA_ALLOC_CONF']) # Inside of scripts/sampling/simple_video_sample.py you need to make 2 updates 1. input_path (line 26): update to the location of your file (I attached Gdrive so mine was "/content/drive/MyDrive/examples/car.jpeg" 2. decoding_t (line 34): update it to 5. you need to do this for memory preservation (CUDA out of memory). I'm not sure if 5 is the best value but it worked for me # Finally generate the video (output will be in the outputs/ folder) !python scripts/sampling/simple_video_sample.py
  • Stable Video Diffusion
    6 projects | news.ycombinator.com | 21 Nov 2023
    It looks like the huggingface page links their github that seems to have python scripts to run these: https://github.com/Stability-AI/generative-models
  • GitHub - Stability-AI/generative-models: Generative Models by Stability AI
    1 project | /r/cryptogeum | 4 Nov 2023
  • How does ComfyUI load SDXL 1.0 so VRAM-efficiently? How do I do the same in vanilla python code?
    1 project | /r/StableDiffusion | 18 Aug 2023
    However, when using the example code from HuggingFace or setting up stuff from the StabilityAI/generative-models repo in a jupyter notebook, I end up using 21 GB of VRAM just for running the default pipeline (with no base model output). If I try to run the extra `base.vae.decode(base_latents)` after generation to get unrefined outputs, I get a CUDA out of memory error as it blows past the 24GB of my NVIDIA RTX 3090.
  • SDXL 1.0 is out!
    1 project | /r/StableDiffusion | 28 Jul 2023
  • SDXL 0.9 Anyone having luck NOT centering subjects?
    1 project | /r/StableDiffusion | 10 Jul 2023
    SDXL uses cropping information as part of the conditioning. Images were randomly cropped during training and the coordinates of the crop were included as two integers at the end of the conditioning vector. If you're using ComfyUI you can use the CLIPTextEncodeSDXL node to specify where the upper left corner of the image should appear to be in relation to some hypothetical uncropped image. Here's a figure with examples from the report on SDXL:

What are some alternatives?

When comparing xgen and generative-models you can also consider the following projects:

background-removal-js - Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.

evernote-ai-chatbot

wizmap - Explore and interpret large embeddings in your browser with interactive visualization! 📍

FastSAM - Fast Segment Anything

papyrus - A simple paper backup tool for GnuPG or SSH keys

gping - Ping, but with a graph

chathn - Chat with Hacker News using natural language. Built with OpenAI Functions and Vercel AI SDK.

graphic-walker - An open source alternative to Tableau. Embeddable visual analytic

configu - Open-source ConfigOps infrastructure ⚙️