ddetailer VS kohya_ss

Compare ddetailer vs kohya_ss 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
ddetailer kohya_ss
12 132
335 8,306
- -
3.8 9.9
5 months ago 1 day ago
Python Python
- 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.

ddetailer

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

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 ddetailer and kohya_ss you can also consider the following projects:

adetailer - Auto detecting, masking and inpainting with detection model.

sd_dreambooth_extension

dddetailer - Detection Detailer hijack edition

EveryDream-trainer - General fine tuning for Stable Diffusion

stable-diffusion-webui - Stable Diffusion web UI

sd-scripts

sd-webui-segment-anything - Segment Anything for Stable Diffusion WebUI

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

civitai - A repository of models, textual inversions, and more

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

stable-diffusion-webui-anti-burn - Extension for AUTOMATIC1111/stable-diffusion-webui for smoothing generated images by skipping a few very last steps and averaging together some images before them.

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