s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.4k stars 881 forks source link

roop tab no longer visible #294

Open placeboyue opened 10 months ago

placeboyue commented 10 months ago

is this deprecated? what should i use?

YankeeGreggo commented 9 months ago

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

spacemishka commented 9 months ago

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

pip install ifnude

or

pip install ifnude --upgrade

izelle commented 7 months ago

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

julianelihu commented 6 months ago

same problem here!

perathambkk commented 5 months ago

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.

yalcinsabancelebi commented 1 month ago

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

placeboyue commented 1 month ago

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