Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/diffusers/sd_dreambooth_inference.ipynb
Views: 2535
Kernel: Python 3
Run Dreambooth fine-tuned models for Stable Diffusion using d🧨ffusers
This notebook allows you to run Stable Diffusion concepts trained via Dreambooth using 🤗 Hugging Face 🧨 Diffusers library.
Train your own using here and navigate the public library concepts to pick yours. You may also want to use the Spaces to browse the library
By using just 3-5 images you can teach new concepts to Stable Diffusion and personalize the model on your own images
Differently from Textual Inversion, this approach trains the whole model, which can yield better results to the cost of bigger models.
In [1]:
In [ ]:
In [2]:
In [ ]:
In [3]:
In [ ]: