-
Notifications
You must be signed in to change notification settings - Fork 184
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
Comments
Same here - but my tab doesn't even show |
Any news on an update?? |
bump |
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 |
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 It gave me a few warnings in yellow, but the script still works perfectly now. |
我也解决了,是按照这个网址的方法解决的,我的版本也是1.8的(我知道这个网址的方法是解决ComfyUI的,但是我大胆的试了一下,反正解决了)https://www.zmthome.com/%E8%BF%90%E8%90%A5%E6%8A%80%E5%B7%A7/7592.html/ |
The text was updated successfully, but these errors were encountered: