Replies: 1 comment
-
For you own model checkpoint, you may need to convert it into diffusers compatible model weights using https://github.com/huggingface/diffusers/blob/main/scripts/convert_original_stable_diffusion_to_diffusers.py stablediffusion-infinity/app.py Line 121 in 57fff11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm reading through the code, and it seems that it uses the Hugging Face Models through fetching with your tokens.
I wonder If I could modify the code so I could reference my own model.cpkt file?
Is there a self made model option? Or should I just edit the "get_model()" function in app.py locally and return my model os path?
Thanks in advance,
Have a nice weekend.
Beta Was this translation helpful? Give feedback.
All reactions