https://github.com/s0md3v/roop
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
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
https://github.com/C0untFloyd/roop-unleashed
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
apt-get update apt install ncdu apt install vim apt install screen