Files
diffusers/docs/source/en/api/models/overview.md
Sayak Paul 30e5e81d58 change to 2024 in the license (#6902)
change to 2024
2024-02-08 08:19:31 -10:00

1.2 KiB

Models

🤗 Diffusers provides pretrained models for popular algorithms and modules to create custom diffusion systems. The primary function of models is to denoise an input sample as modeled by the distribution \(p_{\theta}(x_{t-1}|x_{t})\).

All models are built from the base [ModelMixin] class which is a torch.nn.Module providing basic functionality for saving and loading models, locally and from the Hugging Face Hub.

ModelMixin

autodoc ModelMixin

FlaxModelMixin

autodoc FlaxModelMixin

PushToHubMixin

autodoc utils.PushToHubMixin