Diffusers checkpoints

#29
by patrickvonplaten - opened

Hey @WarriorMama777 ,

Awesome work on the models :-)

I've converted all of them to diffusers - you can find them here: https://huggingface.co/OrangeMix

Since you are the author, would it be ok to move all those repos under your name tag?

I'm still so curious how you convert it out.

I downloaded the whole repo:

git lfs install
git clone https://huggingface.co/WarriorMama777/OrangeMixs

Then I converted each checkpoint individually:

 python diffusers/scripts/convert_original_stable_diffusion_to_diffusers.py --checkpoint_path ./OrangeMixs/Models/AbyssOrangeMix/AbyssOrangeMix.safetensors --extract_ema --dump_path AbyssOrangeMix --from_safetensors

Wow, Thanks!! That's exactly what I thought it should be.

You are sooo kind.

Checkpoints have been moved to https://huggingface.co/WarriorMama777/BloodOrangeMix . @WarriorMama777 I hope this is ok for you

Sign up or log in to comment