Files
diffusers/docs/source/en/api/configuration.md
Steven Liu cc5b31ffc9 [docs] Migrate syntax (#12390)
* change syntax

* make style
2025-09-30 10:11:19 -07: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.

Tip

To use private or gated models, log-in with hf auth login.

ConfigMixin

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