README: To enable people to fine-tune a text-to-image model with a few examples, I implemented the idea of Dreambooth on Stable diffusion. This code repository is based on that of Textual…
README: I just found a way to reduce the GPU memory a bit.
README: First set-up the ```ldm``` enviroment following the instruction from textual inversion repo, or the original Stable Diffusion repo.
README: I train the model use two A6000 GPUs and it takes ~15 mins.
README: After training, personalized samples can be obtained by running the command python scripts/stable_txt2img.py --ddim_eta 0.0 --n_samples 8 --n_iter 1 --scale 10.0 --ddim_steps 100…