ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 505 forks source link

Update to script for ckpt conversion of 2.0 models #169

Closed maxlund closed 1 year ago

maxlund commented 1 year ago

Found that my fine-tuned SD 2.1-base model could not produce images of my subject using the ckpt created via this script in the colab, ran the current version of this script from the huggingface diffusers repo instead and it works (was actually from nitrosocke's fork of diffusers repo, but they look functionally identical.)

ShivamShrirao commented 1 year ago

Thanks, I have wanted to get the repo updated to the upstream branch but haven't been able to get time to test and verify the update.