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.03k stars 93 forks source link

Inpaint Anything Installed but not in the navigation Bar #144

Open SHAMAN1985 opened 3 months ago

SHAMAN1985 commented 3 months ago
截屏2024-04-02 21 42 57

I installed it multiple times today, but I couldn't find this plugin every time I restarted it . To avoid conflicts between plugins, I uninstalled all other plugins but it didn't work.

SHAMAN1985 commented 3 months ago

My version is v2.0.0

Uminosachi commented 3 months ago

Please delete the venv folder under stable-diffusion-webui, and then run webui.bat or webui.sh. This will install the Python packages from scratch.

SHAMAN1985 commented 3 months ago

Please delete the venv folder under stable-diffusion-webui, and then run webui.bat or webui.sh. This will install the Python packages from scratch.

Thank u for your reply. I tried , deleted the folder, but when I ran it again, it didn't install the Python packages automatically.should i dowload the Python packages by myself?

Uminosachi commented 3 months ago

Normally, Python packages are installed automatically. How about trying to update stable-diffusion-webui?

cd stable-diffusion-webui
git pull origin master