| pip install requests |
| pip install tqdm |
| sudo apt update |
| sudo apt install software-properties-common --yes |
| sudo apt install git-lfs --yes |
| sudo apt install ffmpeg --yes |
| git lfs install |
| |
|
|
| |
| git clone https://bitbucket.org/secourses/rop-unleash |
|
|
| |
| cd rop-unleash |
|
|
| |
| python3 -m venv venv |
|
|
| |
| source venv/bin/activate |
|
|
| cd .. |
|
|
| |
| pip install -r requirements.txt |
|
|
|
|
| python3 Fix.py |
|
|
| git lfs install |
|
|
| cd .. |
|
|
| git clone --depth 1 https://huggingface.co/MonsterMMORPG/examples2 Example_Face_Video |
|
|
| cd Example_Face_Video |
|
|
| rm -rf .git |
|
|
| echo "All install completed. Please verify no errors." |
| |
| |