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

no Inpaint Anything tab in Runpod Stable Diffusion template #118

Open bordi1111 opened 10 months ago

bordi1111 commented 10 months ago

Hello Everybody,

First of all im a noob and very new to all this.

I am using RunPod Stable Diffusion version: v1.6.0, python: 3.10.12. After having no Issues with Inpaint Anything on my PC (except gpu power). I tried to run it via cloud with Runpod Stable Diffusion template (runpod/stable-diffusion:web-ui-10.2.1.) Then I installed Inpaint Anything from the extensions tab, normal procedure, unfortunately It wont show up in the img2img tab.

I looked at people having the same Issue here but none of the given solution would work for me. Restart Pod, Removed othe Extension that could interfere, hidden Ui tab thing ...

Does someone have a clue? That would help me alot since I really like this tool. I would love to provide the console message if someone could tell me where to find it since its kinda different unsing Runpod. Thanks!

Screenshot 2023-11-24 155346

0toshigami commented 9 months ago

Click on the checkbox labeled ‘sd-webui-inpaint-anything’ (if not checked), then click the ‘Apply and Restart UI’ button, and wait for the requirements to finish installing

ndx1415 commented 9 months ago

Same problem here on Runpod. What did it for me was using the --enable-insecure-extension-access argument when launching.

yunusemrebakir commented 9 months ago

Hi @bordi1111, in my case; some missing dependencies were causing the issue. You can try; connecting to your pod and navigating to the workspace/stable-diffusion-webui/extensions/sd-webui-inpaint-anything directory, there you will find install.py file. Look inside the file and try to install dependencies by pip install via terminal, Hope this helps 🤞🏽