XavierXiao/Dreambooth-Stable-Diffusion
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
Fine-tunes the entire diffusion model's U-Net weights (rather than just embeddings) using paired subject images and class-level regularization images to prevent overfitting. Leverages gradient checkpointing and the Stable Diffusion v1 architecture, requiring a rare token identifier and synthetic or real regularization images during training to maintain model generalization across semantic variations.
7,744 stars. No commits in the last 6 months.
Stars
7,744
Forks
804
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/XavierXiao/Dreambooth-Stable-Diffusion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
TheLastBen/fast-stable-diffusion
fast-stable-diffusion + DreamBooth
VinAIResearch/Anti-DreamBooth
Anti-DreamBooth: Protecting users from personalized text-to-image synthesis (ICCV 2023)
HemantKArya/HqStableDiffusionColab
A High Quality (HD / 2K / 4K) Image Generation Using Stable Diffusion and Real-ESR / SwinIR /GFPGAN
zanilzanzan/DreamBooth
This repository contains the implementation of DreamBooth with Stable Diffusion. You can also...
JiauZhang/hyperdreambooth
Implementation of HyperDreamBooth: HyperNetworks for Fast Personalization of Text-to-Image Models