Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1005 Bytes

File metadata and controls

23 lines (16 loc) · 1005 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.

TODO(PVP) - add example and better info here

ConfigMixin

[[autodoc]] ConfigMixin - from_config - save_config