Code Monkey home page Code Monkey logo

rope's Introduction

Screenshot 2023-12-22 211725

Rope implements the insightface inswapper_128 model with a helpful GUI.

${{\color{Goldenrod}{\textsf{Last Updated 2023-12-25 11:02 PST}}}}$

note: you need to download the latest GFPGAN model for Ruby. Link is in the wiki

Features:

  • Lightning speed face swapping with all the features
  • Upscalers
  • Likeness modifiers
  • Orientation management
  • Masks: borders, differentials, auto occlusion, face parsers, text-based masking - all with strength adjustments and blending settings
  • Mask view to evaluate masks directly
  • Source face merging and saving
  • Swap images or videos
  • Auto save filename generation
  • Dock/Undock the video player
  • Real-time player
  • Segment recording
  • Fine tune your video ahead of time by creating image setting markers at specific frames.
  • Lightening fast!

Updates for Rope-Ruby:

  • Almost double the performance of previous Rope! Twice as fast! Half the time! Most of the effort for Ruby focuses on huge performance gains. Enjoy the speed!
  • Much faster GFPGAN
  • Occluder mask size can now be adjusted
  • Experimental features added to make adjustments to face swap region placement and face scale.

Changelog for 2023-12-25 08:56 PST:

Files changed: Coordinator.py, Dicts.py, GUI.py, VideoManager.py. DL new GPEN models

  • (fixed) Adjusted the Brdr default settings to fix some blending lines
  • (fixed) Video loading errors addressed
  • (feature) Read target videos and images, and source faces from subfolders
  • (fixed) Low resolution videos no longer results in partial face swaps
  • (feature) Added GPEN 256 and GPEN 512
  • (feature) Added manual color correction
  • (fixed) Using 'wasd' can no longer go out of bounds

Changelog for 12/25 11:02 PST:

  • (fixed) Couple of bugs related to GPEN.

Changelog for 12/28 14:22 PST:

Version Rope-Ruby-03. If you have updated to Ruby, then delete your old 'rope' subdirectory and replace it with the github version.

  • (fixed) More file error handling improvements
  • (fixed) bug related to small videos
  • (fixed) bug related to spacebar playing
  • (fixed, kinda) markers will behave better when resizing windows, but still stick when docking/undocking. Just nudge the window to get them in the right place.
  • (fixed) Difference function now properly scales to 100%
  • (feature) Clear VRAM button. Clears all models from VRAM, including the swapper.
  • (feature) Auto swap ability for images. Set up a face swap as usual and toggle the auto swap to 'on'. Selecting another Target image will automatically swap your previously selected sources and apply all of your settings. This only works for the first face in the Target Faces. You will find this button next to the save button in the image mode.
  • (fixed) I made some updates to the CLIP library since I'd like to eventually convert it to onnx. Unfortunately it seemd to break it. I'm rolling back the changes for now.
  • (feature) Reference detector is now used by the upscalers on images. For videos, a faster more time stable detector is used.

Known Bugs:

  • When using Markers, the frames before the first marker will use parameters from the the last settings in your options. Not sure if it is a true bug, but best way to deal with this is to create a marker at the first frame.
  • Starting a mode for the first time while playing will crash Rope. Due to the new performance architecture, this will not be possible. The first time you turn on a model, the video should not be playing.
  • Going from undocked->docked will results in a small image in the preview window. Just nudge the window to get it to the right size.
  • Sometimes the view mask will show a stretched image

Performance:

Machine: 3090Ti (24GB), i5-13600K

File: benchmark/target-1080p.mp4, 2048x1080, 269 frames, 25 fps, 10s Rendering time in seconds:

Option Crystal Sapphire Ruby
Only Swap 7.3 7.5 4.4
Swap+GFPGAN 10.7 11.0 9.0
Swap+Codeformer 12.4 13.5 11.1
Swap+one word CLIP 10.4 11.2 9.1
Swap+Occluder 7.8 7.8 4.4
Swap+MouthParser 13.9 12.1 5.0

Preview:

Screenshot 2023-12-22 212639

Disclaimer:

Rope is a personal project that I'm making available to the community as a thank you for all of the contributors ahead of me. I've copied the disclaimer from Swap-Mukham here since it is well-written and applies 100% to this repo.

I would like to emphasize that our swapping software is intended for responsible and ethical use only. I must stress that users are solely responsible for their actions when using our software.

Intended Usage: This software is designed to assist users in creating realistic and entertaining content, such as movies, visual effects, virtual reality experiences, and other creative applications. I encourage users to explore these possibilities within the boundaries of legality, ethical considerations, and respect for others' privacy.

Ethical Guidelines: Users are expected to adhere to a set of ethical guidelines when using our software. These guidelines include, but are not limited to:

Not creating or sharing content that could harm, defame, or harass individuals. Obtaining proper consent and permissions from individuals featured in the content before using their likeness. Avoiding the use of this technology for deceptive purposes, including misinformation or malicious intent. Respecting and abiding by applicable laws, regulations, and copyright restrictions.

Privacy and Consent: Users are responsible for ensuring that they have the necessary permissions and consents from individuals whose likeness they intend to use in their creations. We strongly discourage the creation of content without explicit consent, particularly if it involves non-consensual or private content. It is essential to respect the privacy and dignity of all individuals involved.

Legal Considerations: Users must understand and comply with all relevant local, regional, and international laws pertaining to this technology. This includes laws related to privacy, defamation, intellectual property rights, and other relevant legislation. Users should consult legal professionals if they have any doubts regarding the legal implications of their creations.

Liability and Responsibility: We, as the creators and providers of the deep fake software, cannot be held responsible for the actions or consequences resulting from the usage of our software. Users assume full liability and responsibility for any misuse, unintended effects, or abusive behavior associated with the content they create.

By using this software, users acknowledge that they have read, understood, and agreed to abide by the above guidelines and disclaimers. We strongly encourage users to approach this technology with caution, integrity, and respect for the well-being and rights of others.

Remember, technology should be used to empower and inspire, not to harm or deceive. Let's strive for ethical and responsible use of deep fake technology for the betterment of society.

rope's People

Contributors

hillobar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.