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 .
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