⚡ Quick Answer
Dreambooth is a fine-tuning method that trains a brand new checkpoint on a handful of photos of one specific subject — a person, pet, product, or object — so the model can generate new images of that exact subject in any scene you describe.
Unlike a small patch file, Dreambooth updates the model's full weights, which is why it needs more training time, more VRAM, and produces a much larger file than a LoRA.
How It Works
You gather a small set of photos of your subject, pick a rare word (like "sks") to represent it, and run a training script that fine-tunes the checkpoint to associate that word with your subject's appearance across many angles and settings. The result is saved as a completely new checkpoint file — not a small add-on, but a full copy of the model with your subject baked in.
Where You'll See It
Dreambooth training itself happens outside ComfyUI, in a dedicated training tool such as Kohya_ss or AI-Toolkit. Once training finishes, you load the resulting file into ComfyUI through the standard Load Checkpoint node, exactly like any other checkpoint.
Quick Example
You train Dreambooth on 15–20 photos of your dog with the rare token "sks dog," producing my_dog_v1.safetensors. Load it like any checkpoint, then prompt "a photo of sks dog on a beach at sunset" to place your actual dog in a new scene.
Common Mix-Up: Dreambooth vs LoRA
Dreambooth retrains the entire model and saves a full new checkpoint (several GB, more VRAM, longer training, very precise). LoRA trains a small patch on top of an existing checkpoint (much smaller file, faster, less VRAM, and close enough for most uses). Most beginners in 2026 start with LoRA and only move to Dreambooth when precision on one exact subject really matters.
Frequently Asked Questions
See It In Action
Want a lighter way to train a custom look?
Our LoRA guide covers the method most creators reach for first.
Published: 2026-09-09 · Last updated: 2026-09-09
Join the discussion
Sign in to leave a comment or reply
No comments yet
Be the first to share your thoughts!
