diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch (by ShivamShrirao)
Dreambooth-Stable-Diffusion
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) by way of Textual Inversion (https://arxiv.org/abs/2208.01618) for Stable Diffusion (https://arxiv.org/abs/2112.10752). Tweaks focused on training faces, objects, and styles. (by JoePenna)
diffusers | Dreambooth-Stable-Diffusion | |
---|---|---|
105 | 100 | |
1,889 | 3,200 | |
0.1% | - | |
7.0 | 6.8 | |
almost 2 years ago | about 1 year ago | |
Python | Jupyter Notebook | |
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.
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.
diffusers
Posts with mentions or reviews of diffusers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-09.
-
Useful Links
ShivamShrirao's Diffusers Pretrained diffusion models across multiple modalities.
-
DreamBooth fine-tuning failing to get the style
Like the title say I'm trying to fine-tune a model to match a style of a popular manhwa. I'm using the ShivamShrirao Google Colab to accomplish this.
-
How to resume Dreambooth training?
I am running the DreamBooth_Stable_Diffusion.ipynb notebook from ShivamShrirao locally on my machine. Let's say I have trained for 500 iterations and it hasn't converged yet. How do I make it resume training from that iteration so it can do another 500?
-
Non web-ui colab
My understanding, based on messages from an (alleged) representative of colabs, is that the webui is the problem, not SD itself. This also seems to be the consensus in the comments section of other posts. I have not yet seen a link to colab based webui alternatives so here is something I found from a tutorial. I am certain that there are better alternatives. Anyone have a better idea? This will still probably be useful to other people like me who are just messing around.
- [Stablediffusion] Guide pour DreamBooth avec 8 Go de vram sous Windows
-
Finally got Dreambooth running without errors... but is it even using the model I trained?
I'm running ShivamShrirao's fork of diffusers; ran into a fp16 issue and had to patch in a fix from the main branch ( #1567 ).
-
Shivam Stable Diffusion: Getting same example models repeatedly (SD + Dreambooth)
I am running Shivam Stable Diffusion Jupyter notebook: diffusers/DreamBooth_Stable_Diffusion.ipynb at main · ShivamShrirao/diffusers · GitHub.
- Running Stable Diffusion locally with personalized changes
- Can't create embedding's with dreambooth ckpt
-
Weird issue using Shivam's Diffuser notebook
Are you using this one? https://github.com/S
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-09.
-
Will there be comprehensive tutorials for fine-tuning SD XL when it comes out?
Tons of stuff here, no? https://github.com/JoePenna/Dreambooth-Stable-Diffusion/
-
Useful Links
Joe Penna's Dreambooth (Tutorial|24GB) Most popular DB repo with great results.
-
Dreambooth / Custom Training / Model - what's the state of the art?
1) The https://github.com/JoePenna/Dreambooth-Stable-Diffusion instructions say to use the 1.5 checkpoints - is that the latest? Can I use the 2+ models or?
-
My Experience with Training Real-Person Models: A Summary
I quickly turned to the second library, https://github.com/JoePenna/Dreambooth-Stable-Diffusion, because its readme was very encouraging, and its results were the best. Unfortunately, to use it on Colab, you need to sign up for Colab Pro to use advanced GPUs (at least 24GB of VRAM), and training a model requires at least 14 compute units. As a poor Chinese person, I could only buy Colab Pro from a proxy. The results from JoePenna/Dreambooth-Stable-Diffusion were fantastic, and the preparation was straightforward, requiring only <=20 512*512 photos without writing captions. I used it to create many beautiful photos.
- I Used Stable Diffusion and Dreambooth to Create an Art Portrait of My Dog
- training
-
Training a model on Iwanaga Kotoko (from in/spectre), which step do you guys think the model is at its best?
I've found EveryDream to be brilliant and have switched from JoePenna's Dreambooth because I've found I get better results so long as I provide good captions for all the images, even if preparing the dataset takes 3x as long (took me 2 hours to crop and label the 54 images).
-
Dreambooth training results for face, object and style datasets with various prior regularization settings.
From what I know you can train with whatever size you want. But you need software that will support it. For example, ShivamShrirao/diffusers repo seems to allow a change of dimension. Also, you need HW that would support the training, because bigger images need more VRAM, for example,Joe Penna repo is using ~23GB with 512x512px so probably it's not a valid option. But the ShivamShrirao repo has optimizations that allow to run it with less VRAM.
-
Starting to get quite good results with Dreambooth. What do you think? (Follow @RokStrnisa on Twitter for more.)
This is a good starting place: https://github.com/JoePenna/Dreambooth-Stable-Diffusion
- I'm a N00b with training stuff. Trying to get runpod with Dreambooth training some images (80 total) and I'm getting this error. Help?
What are some alternatives?
When comparing diffusers and Dreambooth-Stable-Diffusion you can also consider the following projects:
A1111-Web-UI-Installer - Complete installer for Automatic1111's infamous Stable Diffusion WebUI
Dreambooth-SD-optimized - Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
xformers - Hackable and optimized Transformers building blocks, supporting a composable construction.
civitai - A repository of models, textual inversions, and more
stable-diffusion-webui - Stable Diffusion web UI