Add diffusers weights
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!
+1 for this!
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 :-)
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!
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.