Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work after update 1.8.0 #37

Open
thejohnd0e opened this issue Mar 3, 2024 · 6 comments
Open

Doesn't work after update 1.8.0 #37

thejohnd0e opened this issue Mar 3, 2024 · 6 comments

Comments

@thejohnd0e
Copy link

Screenshot - 2024-03-03 13 20 11

@bobba84
Copy link

bobba84 commented Mar 3, 2024

Same here - but my tab doesn't even show

@bobba84
Copy link

bobba84 commented Apr 16, 2024

Any news on an update??

@Insider-Trading
Copy link

bump

@nsf
Copy link

nsf commented May 9, 2024

As a workaround you can install deps manually (assuming linux and bash):

source venv/bin/activate
pip install rembg==2.0.56 --no-deps
pip install onnxruntime pymatting pooch

The commands above worked for me on webui v1.9.3. Note that I had to use a different rembg version than the one mentioned in install.py. This is due to my very latest python version, might be different for you. In any case you just install deps manually. Pretty much what's inside the file: https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/blob/master/install.py

And it appears in Extras tab after that (and works!):
image

@ThisIsNetsu
Copy link

ThisIsNetsu commented Jul 15, 2024

As a workaround you can install deps manually (assuming linux and bash):

source venv/bin/activate
pip install rembg==2.0.56 --no-deps
pip install onnxruntime pymatting pooch

I just wanted to say thank you, because this fixed the issue for me! (windows, V1.10)!

For those on windows: instead of using the command "source venv/bin/activate" open a terminal window, go to
venv/bin/scripts and execute the "activate.bat" file to enable venv, then you can use the two other commands.

It gave me a few warnings in yellow, but the script still works perfectly now.

@denzel10247
Copy link

我也解决了,是按照这个网址的方法解决的,我的版本也是1.8的(我知道这个网址的方法是解决ComfyUI的,但是我大胆的试了一下,反正解决了)https://www.zmthome.com/%E8%BF%90%E8%90%A5%E6%8A%80%E5%B7%A7/7592.html/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants