Hey @darkstorm2150 ,

Awesome work on creating this model! This PR adds weights for the diffusers format so that it can be used flawlessly with:

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("darkstorm2150/Protogen_x3.4_Official_Release")

This would also allow to enable the inference widget here so that people can directly play with the model :-)

The results of the model look great!

patrickvonplaten changed pull request status to open

+1 for this!

darkstorm2150 changed pull request status to merged

Thanks @patrickvonplaten I'm kind of new to accepting PR requests do not know what is what right now, I'm extremely new to hugging face

Thanks for merging!

This has now also enabled the inference widget hree: https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release on your model which produces some very nice pictures :-)

Screenshot_20230104_210709.png

sweet!

@patrickvonplaten Thanks for the PR. Is there a workflow guide to follow in creating the structured folder required by HF to allow inferencing with the diffusers library? I would like to try this out, but it is missing the required files. Thanks!

@patrickvonplaten :

What did you use to convert this model to diffusers?

I pretty much always get an empty PR when I tried this for those larger unpruned CKPT files.

Sign up or log in to comment