How can I use other models? #8
-
Hey, I'm quite unsure of how to use other models with the UI. Where do I look to get the .ckpt file? In the guide, it says that you used waifu diffusion. So on the website, that I gave just now, I went to the first result that said waifu diffusion (https://huggingface.co/hakurei/waifu-diffusion), and I can't find a .ckpt anywhere. But then again you said, "IF the model is a .ckpt file". What if not? How do I recognize that? Again sorry for the many questions. I am new to this and want to learn more about it so help would be much appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
In short, if the model is hosted on the huggingface website and it says "diffusers" in their model card page then you only need to run the first conversion script. Just change the Another way to check is to go to the huggingface website for the model and browse the files. If the files have a bunch of folders (eg. shedulder, text_encoder, etc.) then again you can just use the first conversion script. If there's only a Here's another site with more models, most of which are |
Beta Was this translation helpful? Give feedback.
In short, if the model is hosted on the huggingface website and it says "diffusers" in their model card page then you only need to run the first conversion script. Just change the
--model_path
to point to the correct model name.Another way to check is to go to the huggingface website for the model and browse the files. If the files have a bunch of folders (eg. shedulder, text_encoder, etc.) then again you can just use the first conversion script.
If there's only a
.ckpt
file present, then you'll need to do both conversion script as described in the guide.Here's another site with more models, most of which are
.ckpt
: https://rentry.org/sdmodels