Files
diffusers/docs/source/en/api/configuration.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

1.1 KiB

Configuration

Schedulers from [~schedulers.scheduling_utils.SchedulerMixin] and models from [ModelMixin] inherit from [ConfigMixin] which stores all the parameters that are passed to their respective __init__ methods in a JSON-configuration file.

To use private or gated models, log-in with huggingface-cli login.

ConfigMixin

autodoc ConfigMixin - load_config - from_config - save_config - to_json_file - to_json_string