mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
tweak docstring for DDPM
This commit is contained in:
parent
8a36c8c279
commit
f6beee8388
|
@ -5,8 +5,9 @@ from refiners.foundationals.latent_diffusion.schedulers.scheduler import Schedul
|
||||||
|
|
||||||
class DDPM(Scheduler):
|
class DDPM(Scheduler):
|
||||||
"""
|
"""
|
||||||
The Denoising Diffusion Probabilistic Models (DDPM) is a specific type of diffusion model,
|
Denoising Diffusion Probabilistic Model
|
||||||
which uses a specific strategy to generate the timesteps and applies the diffusion process in a specific way.
|
|
||||||
|
Only used for training Latent Diffusion models. Cannot be called.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in a new issue