"git@developer.sourcefind.cn:chenpangpang/diffusers.git" did not exist on "94b27fb8da1002a560449f4b8c0fc92e22115c40"
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