1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
Files
diffusers/docs/source/en/api/models/overview.md
camenduru c6ae9b7df6 Where did this 'x' come from, Elon? (#4277)
* why mdx?

* why mdx?

* why mdx?

* no x for kandinksy either

---------

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2023-07-26 18:18:14 +02:00

584 B

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