Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 975 Bytes

File metadata and controls

23 lines (16 loc) · 975 Bytes

Configuration

In Diffusers, schedulers of type [schedulers.scheduling_utils.SchedulerMixin], and models of type [ModelMixin] inherit from [ConfigMixin] which conveniently takes care of storing all parameters that are passed to the respective __init__ methods in a JSON-configuration file.

ConfigMixin

[[autodoc]] ConfigMixin - load_config - from_config - save_config