Uminosachi / sd-webui-inpaint-anything

Inpaint Anything extension performs stable diffusion inpainting on a browser UI using masks from Segment Anything.
Apache License 2.0
1.11k stars 101 forks source link

Connection error #143

Open orangekiller404 opened 6 months ago

orangekiller404 commented 6 months ago
orangekiller404 commented 6 months ago

Every time I start inpatient, all the images on the page disappear. I have tried using the latest version, switched to different versions, and even attempted different networks, but none of them have resolved the issue.

orangekiller404 commented 6 months ago

Thank you for your attention to this matter. I look forward to your prompt response and assistance.

Uminosachi commented 6 months ago

Please try logging in to Hugging Face.

In the command line within the stable-diffusion-webui folder, run:

source venv/bin/activate
huggingface-cli login
deactivate

For Windows:

.\venv\Scripts\activate
huggingface-cli login
deactivate