Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
main
: stable diffusion pipelines cannot be loaded (#655)
* Replace deprecation warning f-string with class name. When `__repr__` is invoked in the instance serialization of `config_dict` fails, because it contains `kwargs` of type `<class inspect._empty>`. * Revert "Replace deprecation warning f-string with class name." This reverts commit 1c4eb8c. * Do not attempt to register `"kwargs"` as an attribute. Otherwise serialization could fail. This may happen for other attributes, so we should create a better solution.
- Loading branch information