You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Everything installed perfectly, UI runs. I input my Huggingface token, choose stablediffusion-inpainting (or any other), click to setup and get the error <class 'requests.exceptions.HTTPError'>
Bearing in mind I am not that versed in this, I think that I need to run this locally, using local models and diffusers. I have the diffusers installed locally (see above) but I am unclear as to how to run it with a local model. I'm not using Docker. I already have the 1.5 model on my PC, I just need to know where to put it and how to tell SDi to use it.
I also have custom models I'd like to use locally. The 1.5 model needs to be named model.ckpt(correct?) then I can use the other models named as-is?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. Everything installed perfectly, UI runs. I input my Huggingface token, choose
stablediffusion-inpainting
(or any other), click to setup and get the error<class 'requests.exceptions.HTTPError'>
I've tried following the steps at https://huggingface.co/docs/diffusers/installation#offline-mode and everything completed without issues, however I still get the error.
Bearing in mind I am not that versed in this, I think that I need to run this locally, using local models and diffusers. I have the diffusers installed locally (see above) but I am unclear as to how to run it with a local model. I'm not using Docker. I already have the 1.5 model on my PC, I just need to know where to put it and how to tell SDi to use it.
I also have custom models I'd like to use locally. The 1.5 model needs to be named
model.ckpt
(correct?) then I can use the other models named as-is?Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions