This video shows how to locally install Rope Pearl Live on Windows for for live swapping using Webcam and for live streaming the swapped videos using virtual camera.
Code:
Clone the repository to your folder by downloading the zip file:
https://github.com/argenspin/Rope-Live.git
cd Rope-Live
conda create -n Rope python=3.10.13
conda activate Rope
conda install cuda-runtime=11.8.0 cudnn=8.9.2.26 gputil=1.4.0 -c pytorch -c nvidia -c conda-forge
python -m pip install -r requirements.txt
Download the required models
To get access to all the features of Rope, you need to download the models from here. You need all of the files.
Place the downloaded model files in the Rope-Live/models folder
Set up OBS Virtual Camera
Start OBS.
Click "Start Virtual Camera" (bottom right), then "Stop Virtual Camera".
Close OBS.
Start the application by running Rope.bat file
1 comment:
Please help. I am getting following error:
Traceback (most recent call last):
File "C:\Rope\Rope.py", line 3, in
from rope import Coordinator
File "C:\Rope\rope\Coordinator.py", line 4, in
import torch
ModuleNotFoundError: No module named 'torch'
Post a Comment