tweak docstring for DDPM

This commit is contained in:
Pierre Chapuis 2024-01-19 11:26:39 +01:00
parent 8a36c8c279
commit f6beee8388

View file

@ -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__(