Roop and Roop Unleashed

 Roop

https://github.com/s0md3v/roop

Some dependencies you may need

pip install onnxruntime onnxruntime-gpu
pip install gradio
pip install opencv-python
pip install scipy
pip install insightface
pip install tkinter

add-apt-repository ppa:deadsnakes/ppa
apt-get install python3-tk

apt-get install ffmpeg

pip3 install tkintertable

Install

git clone https://github.com/s0md3v/roop
pip install -r requirements.txt
python run.py

export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --listen --share"

expose port 7860

Roop Unleashed

https://github.com/C0untFloyd/roop-unleashed

Tutorial

https://github.com/C0untFloyd/roop-unleashed/wiki/Face-Swap-Tab

http://89.187.159.47:7860/

pip install -r requirements.txt
python run.py

vi ui/main.py line 72 and share=True

from:

ui.queue().launch(inbrowser=True, server_name=server_name, server_port=server_port, share=roop.globals.CFG.server_share, ssl_verify=ssl_verify, prevent_thread_lock=True, show_error=True)

to:

ui.queue().launch(inbrowser=True, server_name=server_name, server_port=server_port, share=True, ssl_verify=ssl_verify, prevent_thread_lock=True, show_error=True)

then connect via https://18d15c7bc0827eb74f.gradio.live

https://glucauze.github.io/sd-webui-faceswaplab/doc/

vim / ncdu

apt-get update apt install ncdu apt install vim apt install screen