- DDPM: Denoising Diffusion Probabilistic Model
- basic sampler -> Stable Diffusion's basic sampler
- 1000 steps
- DDIM: Denoising Diffusion Implicit Model
- DDPM -> DDIM
- 10 ~ 50 steps
- Euler Discrete
- Ordinary Differential Equation (OED)
- simple & fast
- same of DDIM or more steps
- OLSS: Optimal Linear Subspace Search
- fast, but using the old model
- 5 ~ 10 steps
- CM: Consistency Model
- 1 step
- pixel space
- complex calculation
- limited high resolution image
- LCM: Latent Consistency Model
- 1 ~ 4 steps
- latent space
- low dimension calculation
- support high resolution image
- need LoRA or need re-training model (cannot use old model)
Saturday, October 25, 2025
Sampler - Stable Diffusion
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment