"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4c54519e1a640f393ff790a72be38284d4253b45"
Return Flax scheduler state (#601)
* Optionally return state in from_config. Useful for Flax schedulers. * has_state is now a property, make check more strict. I don't check the class is `SchedulerMixin` to prevent circular dependencies. It should be enough that the class name starts with "Flax" the object declares it "has_state" and the "create_state" exists too. * Use state in pipeline from_pretrained. * Make style
Showing
Please register or sign in to comment