sd_dreambooth_extension VS kohya_ss

Compare sd_dreambooth_extension vs kohya_ss and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sd_dreambooth_extension kohya_ss
115 132
1,818 8,248
- -
9.0 9.8
about 1 month ago 6 days ago
Python Python
GNU General Public License v3.0 or later Apache License 2.0
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_dreambooth_extension

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

kohya_ss

Posts with mentions or reviews of kohya_ss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Some semi-advanced LoRA & kohya_ss questions
    1 project | /r/StableDiffusion | 11 Dec 2023
    Many of the options are explained here https://github.com/bmaltais/kohya_ss/wiki/LoRA-training-parameters
  • Lora training with Kohya issue
    2 projects | /r/StableDiffusion | 6 Dec 2023
    training in BF16 might solve this issue from what I saw in this ticket. I know other people ran into the issue too https://github.com/bmaltais/kohya_ss/issues/1382
  • What is the best way to merge multiple loras in to one model?
    1 project | /r/StableDiffusion | 17 Nov 2023
    for lycoris loras you can use the command-line script from the kohya-ss repo https://github.com/bmaltais/kohya_ss/blob/master/networks/merge_lora.py i have an older version checked out from late july, it had a separate merge_lycoris.py for for this purpose, it's probably unified now in a single file
  • Evidence that LoRA extraction in Kohya is broken?
    2 projects | /r/StableDiffusion | 16 Nov 2023
  • Merging Lora with Checkpoint Model?
    2 projects | /r/StableDiffusion | 1 Nov 2023
    I usually do that with kohya_ss, a tool made for making LoRAs and finetunes. It might be a bit of a pain to set up just to do this one task, but if nobody gives you an easier method, look into it. https://github.com/bmaltais/kohya_ss
  • How I got Kohya_SS working on Arch Linux, including an up-to-date pip requirements file
    1 project | /r/StableDiffusion | 24 Oct 2023
    After that, make your staging directory, and do the git clone https://github.com/bmaltais/kohya_ss.git, and navigate inside of it. Now, here's where things can become a pain. I used pyenv to set my system level python to 3.10.6 with pyenv global 3.10.6, though you can probably just use "local" and do it for the current shell. You NEED it to be active however before you set up your venv. If you do python --version and get 3.10.6, you're ready for this next part. Make your venv with python -m venv venv. This is the simplest way, it'll create a virtual environment in your current folder named venv. You'll do a source venv/bin/activate and then do which python to make sure it's using the python from the venv. Now for the fun part. The included setup scripts have been flaky for me, so I just went through the requirements and installed everything by hand. I'm going to do this guide right now for nvidia, because I just got a 4090 for this stuff. If this ends up working well for others and there's demand, I'll try to reproduce this for AMD (But I'll be honest, I got an nvidia card because bitsandbytes doesn't have full rocm support, nor do most libraries, so it's not very reliable). After installing everything and testing it works at least at a basic level for dreambooth training, my finished requirements.txt for pip is as below:
  • The best open source LoRA model training tools
    1 project | /r/narrative_ai_art | 28 Sep 2023
    Earlier I created a post where I asked for recommendations for LoRA model training tutorials. The first one I looked at used the kohya_ss GUI. That GitHub repo already has two tutorials, which are quite good, so I ended up using those:
  • Script does...nothing
    2 projects | /r/batchfiles | 6 Sep 2023
    I have tried my best to research this issue and have not come up with much. It is obvious that its a backend issue right? The guides that I used https://github.com/bmaltais/kohya_ss and https://github.com/pyenv-win/pyenv-win/
  • Using LoRa on SDXL 1.0 (not using the Kohra GUIs)
    1 project | /r/StableDiffusion | 23 Aug 2023
  • How do I reduce the size of my Lora models?
    1 project | /r/StableDiffusion | 5 Aug 2023
    I am training on a 12GB 3060 using kohya_ss. Is there a setting or something I'm missing?

What are some alternatives?

When comparing sd_dreambooth_extension and kohya_ss you can also consider the following projects:

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

EveryDream-trainer - General fine tuning for Stable Diffusion

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

sd-scripts

stable-diffusion-webui-wd14-tagger - Labeling extension for Automatic1111's Web UI

automatic - SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models

dreambooth-training-guide

kohya_ss_colab - a (successful) attepmt to port kohya_ss to colab

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

sd-webui-controlnet - WebUI extension for ControlNet

sd-webui-additional-networks