-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ckpt models #16
Comments
You definitely don't need those last two steps - make a folder in the weights folder, create a model in engines.yaml with a But I'll add this to backlog as it shouldn't be too hard. |
I would also very much like to see ckpt support added for local models. I've got a few I've trained myself that in pruning to save space I removed state_dict and a few other things that make it impossible to convert to diffuser format now. Running those days of retraining on all the different sets isn't really an option. |
How do you convert to diffuser format? Is there an example Yaml of a local model? I tried a few times with the ckpt file and failed miserably. |
https://github.com/huggingface/diffusers in the scripts directory are conversion scripts. convert_original_stable_diffusion_to_diffusers.py is the one you probably want. But if you've pruned your ckpt it probably doesn't have all the information it needs to run correctly. |
These are increasing in popularity, and alongside the lack of documentation for loading local models (#14) , makes it difficult to use these models. My current workflow is:
The text was updated successfully, but these errors were encountered: