Home Artists Posts Import Register

Downloads

Content

Patreon exclusive posts index

Join discord to get help, chat, discuss and also tell me your discord username to get your special rank : SECourses Discord

6 June 2024 Update

  • Rope_LandMarks_V4.zip file added

  • This version will install fork of original repo by Alucard24 - installs latest version of it

  • The difference is that, this one supports GPEN1024 - definitely better and Landmarks Detection

3 June 2024 Update

Rope is currently the most easiest and most powerful 1-click DeepFake / FaceSwap app

Requirements:

  • You need Python 3.10.11, Git, FFmpeg, CUDA 11.8, and C++ tools

  • How to install all above is shown in below tutorial step by step

  • https://youtu.be/-NjNy7afOQ0

  • If you still can't make it upgrade membership and message me from Discord

How To Install

  • I am recording a tutorial right now but so straight forward

  • Just double click and run Windows_Install .bat file

Comments

Jake Anderson

Shift click works BTW. Click first, hold shift, click last Also you might consider at least for windows bat file giving the option for a path to python. With all the different versions needed I have multiple python installs around. Not a big change to add it, just makes life easy.

James Adams

I can't get any faces to appear in Rope. I select a folder that contains faces, then nothing happens. Is there a trick?

ARFANJR 7

I am running on Windows 11 Pro. I have followed all the instructions given. But when I clicked on the Windows _start bat file, this appeared: C:\Users\USER\Documents\Rope_ai\Rope>call venv\Scripts\activate.bat Traceback (most recent call last): File "C:\Users\USER\Documents\Rope_ai\Rope\Rope.py", line 5, in Coordinator.run() File "C:\Users\USER\Documents\Rope_ai\Rope\rope\Coordinator.py", line 158, in run models = Models.Models() File "C:\Users\USER\Documents\Rope_ai\Rope\rope\Models.py", line 42, in __init__ self.syncvec = torch.empty((1,1), dtype=torch.float32, device='cuda:0') File "C:\Users\USER\Documents\Rope_ai\Rope\venv\lib\site-packages\torch\cuda\__init__.py", line 247, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx Press any key to continue . . . Please help.

Sahil Sangani

Helllo thanks a lot. but i have one tiny problem GUI comes up merged on half screen. screenshot: https://i.imgur.com/3AfAjdw.png How i drag it ? i have tried a lot UI is just not draggable it seems?!

Furkan Gözükara

they must have broken it. did you update to latest version? please report this in their discord they are active : https://discord.gg/EcdVAFJzqp

Steve

This WAS working great. But lately its been stopping just a few frames before the end of the video and not saving the video with NO errors in the cmd window. Anyone know how to fix? TEMPORARY FIX: HITTING RECORD AGAIN seems to force the video to complete and save from the frame it was at which is pretty much good enough for me, normally its click play again to get it to save but that wasn't working. This doesn't happen on all videos I'll check to see if there is something similar about all the videos that have the problem. Also when it is happening its using less then 50% of my vram so not memory related.

Andrei Koneev

Awesome, works for me!

Anshul Gupta

this tool is not capable enough to face swap on more than 5-minute long 4k videos, due to overheating PC getting restarted repeatedly. is there a solution to this problem

Anshul Gupta

Please help on how to reduce the redundancy of large AI models that is large, how to set the path in each model for each AI program and tool, the same models are used by stable diffusion automatic 1111 web UI and stable swarm UI. How to collect all these models in one place and then how to use them for all AI tools to set the path of folders of these models. Please help me to save space in my pc

Anshul Gupta

can you help me and guide me on how to solve the error "cuda out of memory", I think you should make a video on these types of error

Furkan Gözükara

you need to upgrade your PC or use cloud services. i have full tutorial for cloud too : https://youtu.be/HLWLSszHwEc

Patrick Major

I've had this working with audio just fine not too long ago. I think that was Rope v2? With the v4 installer, I now find when I enable audio the following error: Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 1921, in __call__ return self.func(*args) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 839, in callit func(*args) File "G:\_AITools\Rope_V4\Rope\rope\Coordinator.py", line 49, in coordinator vm.play_video(action[0][1]) File "G:\_AITools\Rope_V4\Rope\rope\VideoManager.py", line 292, in play_video sought_time = float(temp[:7]) ValueError: could not convert string to float: b'M-A: ' Does anyone else find this, and if so how did they solve it? This error is occuring even on the video in the sample videos folder provided (test_video.mp4). I've checked my FFMPEG install and its in path and being found (am on Windows so just running the command WHERE FFMPEG allows me to see its install location. I've verified I've got the newest FFMPEG being run by way of activating the rope environment and checking the FFMPEG version and all looks good. From what I can see in the code, it looks like there may be slightly different columns coming from the ffmpeg decoder than expected.