sd-webui-inpaint-anything icon indicating copy to clipboard operation
sd-webui-inpaint-anything copied to clipboard

No "Inpaint Anything" Tab after installation

Open shihanqu opened this issue 1 year ago • 10 comments

I've followed the instructions for installation, through both the "Install from URL" method, as well as installing from the available list. I get no errors during installation, but even after applying, restarting UI, and even restarting the entire A1111 program, there is no "Install from URL" tab that shows up.

I've turned off most other extensions, and am using the updated versions of A1111 and controlnet: https://imgur.com/ljkw3hu

shihanqu avatar Jun 21 '23 17:06 shihanqu

I've followed the instructions for installation, through both the "Install from URL" method, as well as installing from the available list. I get no errors during installation, but even after applying, restarting UI, and even restarting the entire A1111 program, there is no "Install from URL" tab that shows up.

I've turned off most other extensions, and am using the updated versions of A1111 and controlnet: https://imgur.com/ljkw3hu

I see the same issue after a fresh install of Automatic1111. Attempted installing using the GUI installer and the URL install.

sraney avatar Jun 21 '23 19:06 sraney

What version of Python are you using? I have been testing with 3.10. If you change the Python version, please delete the venv folder in stable-diffusion-webui. Then, restart the webUI.

Uminosachi avatar Jun 21 '23 21:06 Uminosachi

Duplicate of #2

Uminosachi avatar Jun 21 '23 23:06 Uminosachi

Duplicate of #45

Uminosachi avatar Jun 21 '23 23:06 Uminosachi

Resolved for me with new pull

sraney avatar Jun 24 '23 22:06 sraney

I've identified an extension that is causing an error. If you've installed the sd-webui-train-tools extension, the version defined as diffusers[torch]==0.10.2 in the requirements.txt file is significantly outdated. Consequently, this results in an import error with lama_cleaner. The most recent version of lama_cleaner requires diffusers==0.16.1. This repository also recommends using diffusers version 0.16.1 or higher.

Uminosachi avatar Jun 25 '23 00:06 Uminosachi

so can we just uninstall it and everything works?

DogManTC avatar Jul 05 '23 17:07 DogManTC

image

using vast runpod latest webui image, but no tab after install. tried restart pod

image

crapthings avatar Jul 17 '23 02:07 crapthings

Are there any errors on the console screen?

Uminosachi avatar Jul 17 '23 02:07 Uminosachi

Are there any errors on the console screen?

i think the problem is --skip-install, there's a arg skip install with runpod's web-ui image, it appears after i remove "--skip-image"

crapthings avatar Jul 17 '23 06:07 crapthings