sd-scripts VS bitsandbytes-rocm

Compare sd-scripts vs bitsandbytes-rocm and see what are their differences.

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
sd-scripts bitsandbytes-rocm
64 4
4,253 38
- -
9.7 8.8
about 20 hours ago 12 months 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.

sd-scripts

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

bitsandbytes-rocm

Posts with mentions or reviews of bitsandbytes-rocm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Any methods to train using AMD?
    2 projects | /r/StableDiffusion | 22 Jun 2023
    Install dependencies like hipblas-devel hipsparse-devel hipcub-devel git python3.10 make libstdc++-devel accelerate, rocm and hip git clone https://github.com/bmaltais/kohya_ss && cd kohya_ss python3.10 -m venv venv source venv/bin/activate pip3 install torch==1.13.1 torchvision==0.14.1 torchtext==0.14.1 torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/rocm5.2 # problems on 2.0.0 last I tried, but kohya gotten updates since then pip3 install --upgrade -r requirements.txt pip3 uninstall tensorflow && pip3 install tensorflow-rocm pip uninstall bitsandbytes && git clone https://github.com/broncotc/bitsandbytes-rocm # bitsandbytes not required if not using adam8? cd bitesandbytes-rocm && nano Makefile # Replace all 3 instances of 5.3.0 with 5.4.3 make hip python3 setup.py install
  • How to run Pygmalion on 4.5GB of VRAM with full context size.
    7 projects | /r/PygmalionAI | 2 Apr 2023
    There are a lot of ROCm versions of bitsandbytes. For example this one: https://github.com/broncotc/bitsandbytes-rocm The problem is compatibility with most of the requirements. Kobold does a better job than ooba in offering a more streamlined approach for AMD users.
  • Is it possible to load a model in 8bit precision with an AMD card? (6700xt)
    2 projects | /r/PygmalionAI | 7 Mar 2023
  • Have you got running LoRA training on an AMD GPU?
    5 projects | /r/SDtechsupport | 3 Mar 2023

What are some alternatives?

When comparing sd-scripts and bitsandbytes-rocm you can also consider the following projects:

kohya_ss

bitsandbytes - Accessible large language models via k-bit quantization for PyTorch.

sd_dreambooth_extension

GPTQ-for-LLaMa - 4 bits quantization of LLMs using GPTQ

ComfyUI - The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

lora - Using Low-rank adaptation to quickly fine-tune diffusion models.

LoRA_Easy_Training_Scripts - A UI made in Pyside6 to make training LoRA/LoCon and other LoRA type models in sd-scripts easy

kohya-trainer - Adapted from https://note.com/kohya_ss/n/nbf7ce8d80f29 for easier cloning

LyCORIS - Lora beYond Conventional methods, Other Rank adaptation Implementations for Stable diffusion.

EveryDream2trainer