Dreambooth-Stable-Diffusion
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion (by XavierXiao)
StableTuner
Finetuning SD in style. (by devilismyfriend)
Dreambooth-Stable-Diffusion | StableTuner | |
---|---|---|
47 | 22 | |
7,667 | 626 | |
0.6% | - | |
0.0 | 10.0 | |
over 2 years ago | almost 2 years ago | |
Jupyter Notebook | Python | |
MIT License | GNU Affero General Public License v3.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.
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.
Dreambooth-Stable-Diffusion
Posts with mentions or reviews of Dreambooth-Stable-Diffusion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-21.
- Where can I train my own LoRA?
-
I am having an error with ControlNet (RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)`)
I did search online for an answer, but I am a PC noob, I didn't know what to do when I found this solution in this link: https://github.com/XavierXiao/Dreambooth-Stable-Diffusion/issues/113
- True to life photorealism v2
-
How can to create a custom image generation model?
Do you know some projects or guided tutorials that could help me? How many drawings with the desired style I should then have to give to train the AI model? I found Dreambooth on Stable Diffusion but it seams to be for another use case.
-
How to Make Your Own Anime (Linux/Mac Tutorial follow along)
This seems to be an issue with the code and or the environment itself. There is an open bug for this where some suggestions are p provided by others on how to fix. https://github.com/XavierXiao/Dreambooth-Stable-Diffusion/issues/47
-
AI generated portraits of Myself as different classes: Looking for opinion!
Could you provide some more detail on how this works? Did you just use this GitHub repository or did you put together your own implementation?
- Looking for an AI model to transform a video of me (full body) into an animated avatar. Does something like this exist?
-
Ray Liotta as Tommy Vercetti from GTA Vice City
I think the best way to do this would be to train Dreambooth on a number of photos of Ray Liotta first, and use Stable Diffusion instead. https://github.com/XavierXiao/Dreambooth-Stable-Diffusion
-
Luddites don't have a issue with AI, just that it "steals" from them (it doesn't). But they also have a issue with using your own child's drawings as a reference.
Dreambooth. There are other ways, but that is the gold standard. It takes even more Vram than regular stable diffusion, so if you don't have a very beefy card (e.g. 4090 with 25 GB VRAM) various websites let you do it onlin for a small fee. You then download a new model that has all the old stuff (e.g.the 4 gigabyte SD 1.5 file) plus your new images. Like I said, there are other ways that are easier, but when people show great results they are usually talking about Dreambooth.
-
Bunch of misinformation being spread in this thread
THE CODE (unofficial implementation, for the exact wording stating how little images you need read the paper) is designed with extremely little data in mind. I don't know how else to phrase it dude, do you think the training is a magic black box that runs with snail neurons? If you train a dreambooth model the jupyter ide makes calls to python files, those are the files. That is the code
StableTuner
Posts with mentions or reviews of StableTuner.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-12.
- What is the best way to train a Stable Diffusion model on a huge dataset?
- How to fine-tune a Stable Diffusion model with hundreds or thousands of images?
- SD fine-tuning methods compared: a benchmark
-
After so many errors with Dreambooth, Everydream2 is the way to go
Of all dreamboothing/finetuning implementations I tried I liked StableTuner the most. Might be worth giving it a shot to compare as well.
-
Non-technical tips for ideal training of Stable Diffusion through Dreambooth?
Largest I've gone is about 100 images for objects or people. I don't think it matters though, it can be a hassle setting up and resuming the training session each time if your doing small sessions. Stable Tuner can simplify all of this by helping you set everything up through their client installed locally. You can then easily do your training locally in short sessions or have it automatically packed up to be exported to colab or another gpu hosting service, also with the ability to train in short sessions. Its a smart way to manage large training projects like yours. It requires a bit of time setting up but most folks who have already played around with dreambooth should be able to navigate their way through easily enough. It has all the other training methods built into it too, including proper fine tuning https://github.com/devilismyfriend/StableTuner
-
Alternative tools to fine tune stable diffusion models?
Some people also like StableTuner: https://github.com/devilismyfriend/StableTuner
- Question about specific character training
-
Finetuning Inpainting model
Stable Tuner seems like it's setup to allow training on regular/inpaint/depth models. https://github.com/devilismyfriend/StableTuner
-
The next best alternative to Auto1111??
StableTuner is an alternative to the sd_dreambooth plugin. It can do Dreambooth and Fine Tuning (I haven't tried this but I think it's embeddings) It uses diffusers but will convert between that and ckpt files, is for Windows/Nvidia, and uses a local app instead of a webapp. This is the only successful local Dreambooth I've done. You'll need to go to their discord for help but it's not hard to use.
-
Auto1111 Fork with pix2pix
Dreambooth is has better results in older commits. StableTuner is better for training : https://github.com/devilismyfriend/StableTuner
What are some alternatives?
When comparing Dreambooth-Stable-Diffusion and StableTuner you can also consider the following projects:
xformers - Hackable and optimized Transformers building blocks, supporting a composable construction.
EveryDream-trainer - General fine tuning for Stable Diffusion
SHARK-Studio - SHARK Studio -- Web UI for SHARK+IREE High Performance Machine Learning Distribution
LyCORIS - Lora beYond Conventional methods, Other Rank adaptation Implementations for Stable diffusion.
stable-diffusion - Optimized Stable Diffusion modified to run on lower GPU VRAM
EveryDream2trainer