sd-webui-roop icon indicating copy to clipboard operation
sd-webui-roop copied to clipboard

roop tab no longer visible

Open placeboyue opened this issue 1 year ago • 5 comments

is this deprecated? what should i use?

placeboyue avatar Jan 22 '24 18:01 placeboyue

I'm having the same issue. Roop tab just seems to no longer exist?

YankeeGreggo avatar Jan 31 '24 01:01 YankeeGreggo

check the console for issues during startup. ifnude was not installed on my PC

pip install ifnude

or

pip install ifnude --upgrade

spacemishka avatar Feb 22 '24 20:02 spacemishka

Already running pip install ifnude But the roop plug-in could not be found

izelle avatar Apr 17 '24 06:04 izelle

same problem here!

julianelihu avatar May 05 '24 23:05 julianelihu

The packages are in the virtual environment (with the name "venv") for sd-webui (source its venv/bin/activate to properly pip). Please make sure you install the required packages there. It is probably just a dependency problem if some people here are using conda. Also, please make sure there is a proper gxx (g++) in the (which/path) environment as it is for the insightface's requirements. The insightface package also has a conflict with gradio, it uses a different version of pydantic.

Or just comment out the venv lines in the sd-webui installation script, "webui.sh" for condas (or just set line 26 use_venv=0). This works easily for me. Or just use the reactor faceswap extension.

perathambkk avatar Jun 11 '24 01:06 perathambkk

Same. So i use the ReActor model that it works to same case, you can use it.

yalcinsabancelebi avatar Oct 05 '24 20:10 yalcinsabancelebi

Same. So i use the ReActor model that it works to same case, you can use it.

thanks, i no longer use A1111. It's too broken and left behind by comfyUI. I'll try to remember about reactor whenever i need to roop in faces tho

placeboyue avatar Oct 07 '24 13:10 placeboyue