Files
diffusers/docs/source/en/api/configuration.md
Sayak Paul 30e5e81d58 change to 2024 in the license (#6902)
change to 2024
2024-02-08 08:19:31 -10: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