Skip to content

Commit b14c878

Browse files
authored
Update README.md
1 parent ac87528 commit b14c878

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Rope is a personal project that I'm making available to the community as a thank
1919
* Create videos with current settings
2020
* Created videos add audio and compress file size
2121

22+
### Install: ###
23+
Note: It's only configured for CUDA (Nvidia)
24+
* Set up a local venv
25+
* Place GFPGANv1.4.onnx and inswapper_128.onnx in the root directory
26+
* If you're already set up for roop, you probably don't need to do the next steps:
27+
* Install CUDA Toolkit 11.8
28+
* Install dependencies:
29+
* pip uninstall onnxruntime onnxruntime-gpu
30+
* pip install onnxruntime-gpu==1.15.1
31+
2232
### GUI: ###
2333
![Rope](https://github.com/Hillobar/Rope/assets/63615199/d4120e5d-6fd4-4c01-88ac-e236d0379832)
2434

@@ -47,8 +57,8 @@ Rope is a personal project that I'm making available to the community as a thank
4757
* Toggle GFPGAN
4858
* Modify the boundaries and boundary blending (affects all faces)
4959
* Change # threads to match your GPU memory (24GB ~9 threads with GFPGAN on, more threads w/o GFPGAN)
50-
* Start with the lowest you think will run and watch your GPU memory.
51-
* Once you allocate memory by increasing # threads, you can't un-allocate it by reducing # threads. You will need to restart Rope.
60+
* Start with the lowest you think will run and watch your GPU memory.
61+
* Once you allocate memory by increasing # threads, you can't un-allocate it by reducing # threads. You will need to restart Rope.
5262
* Create Videos with the curent settings. Wait for the audio to be added and the final video to be re-encoded
5363
* Reduce Face matching if you see some of your assignments switching to other faces. (finicky)
5464
* In general, always stop the video before changing anything. Otherwise, it will likely bork.

0 commit comments

Comments
 (0)