Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,66 +1,62 @@
|
|
1 |
-
---
|
2 |
-
title: roop-floyd
|
3 |
-
app_file: run.py
|
4 |
-
sdk: gradio
|
5 |
-
sdk_version:
|
6 |
-
---
|
7 |
-
# roop-floyd
|
8 |
-
|
9 |
-
The Original Count Floyd Addition to ROOP saved for posterity
|
10 |
-
|
11 |
-
### Features
|
12 |
-
|
13 |
-
- Platform-independant Browser GUI
|
14 |
-
- Selection of multiple input/output faces in one go
|
15 |
-
- Many different swapping modes, first detected, face selections, by gender
|
16 |
-
- Batch processing of images/videos
|
17 |
-
- Masking of face occluders using text prompts or automatically
|
18 |
-
- Optional Face Upscaler/Restoration using different enhancers
|
19 |
-
- Preview swapping from different video frames
|
20 |
-
- Live Fake Cam using your webcam
|
21 |
-
- Extras Tab for cutting videos etc.
|
22 |
-
- Settings - storing configuration for next session
|
23 |
-
- Theme Support
|
24 |
-
|
25 |
-
and lots more...
|
26 |
-
|
27 |
-
|
28 |
-
## Disclaimer
|
29 |
-
|
30 |
-
This project is for technical and academic use only.
|
31 |
-
Users of this software are expected to use this software responsibly while abiding the local law. If a face of a real person is being used, users are suggested to get consent from the concerned person and clearly mention that it is a deepfake when posting content online. Developers of this software will not be responsible for actions of end-users.
|
32 |
-
**Please do not apply it to illegal and unethical scenarios.**
|
33 |
-
|
34 |
-
In the event of violation of the legal and ethical requirements of the user's country or region, this code repository is exempt from liability
|
35 |
-
|
36 |
-
### Installation
|
37 |
-
Google Colab by
|
38 |
-
1. download roop-floyd.iypnb
|
39 |
-
|
40 |
-
Local Machine
|
41 |
-
|
42 |
-
0. git clone https://codeberg.org/Cognibuild/ROOP-FLOYD/
|
43 |
-
1. cd ROOP-FLOYD
|
44 |
-
2. python -m venv venv && call venv/scripts/activate
|
45 |
-
3. (FOR NVIDIA) conda install -c nvidia cudatoolkit=11.8 -y
|
46 |
-
3. (FOR AMD) pip install onnxruntime-directml
|
47 |
-
4. pip install -r requirementspip install onnxruntime-directml.txt
|
48 |
-
5. pip install --upgrade gradio --force
|
49 |
-
6. pip install --upgrade fastapi pydantic
|
50 |
-
7. pip install "numpy<2.0"
|
51 |
-
8. python run.py
|
52 |
-
|
53 |
-
NOTE: This installation assumes a proper installation of your system. Including python, miniconda, git, ffmpeg, VSBuildTools2019
|
54 |
-
|
55 |
-
*A free system checker can be found here*: https://www.patreon.com/posts/automated-system-117200313
|
56 |
-
|
57 |
-
*An AI System Setup Script can be acquired here*: https://www.patreon.com/posts/117210030
|
58 |
-
|
59 |
-
|
60 |
-
### Usage
|
61 |
-
|
62 |
-
- Windows: Activate the virtual environment and run python run.py
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
1 |
+
---
|
2 |
+
title: roop-floyd
|
3 |
+
app_file: run.py
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 5.17.0
|
6 |
+
---
|
7 |
+
# roop-floyd
|
8 |
+
|
9 |
+
The Original Count Floyd Addition to ROOP saved for posterity
|
10 |
+
|
11 |
+
### Features
|
12 |
+
|
13 |
+
- Platform-independant Browser GUI
|
14 |
+
- Selection of multiple input/output faces in one go
|
15 |
+
- Many different swapping modes, first detected, face selections, by gender
|
16 |
+
- Batch processing of images/videos
|
17 |
+
- Masking of face occluders using text prompts or automatically
|
18 |
+
- Optional Face Upscaler/Restoration using different enhancers
|
19 |
+
- Preview swapping from different video frames
|
20 |
+
- Live Fake Cam using your webcam
|
21 |
+
- Extras Tab for cutting videos etc.
|
22 |
+
- Settings - storing configuration for next session
|
23 |
+
- Theme Support
|
24 |
+
|
25 |
+
and lots more...
|
26 |
+
|
27 |
+
|
28 |
+
## Disclaimer
|
29 |
+
|
30 |
+
This project is for technical and academic use only.
|
31 |
+
Users of this software are expected to use this software responsibly while abiding the local law. If a face of a real person is being used, users are suggested to get consent from the concerned person and clearly mention that it is a deepfake when posting content online. Developers of this software will not be responsible for actions of end-users.
|
32 |
+
**Please do not apply it to illegal and unethical scenarios.**
|
33 |
+
|
34 |
+
In the event of violation of the legal and ethical requirements of the user's country or region, this code repository is exempt from liability
|
35 |
+
|
36 |
+
### Installation
|
37 |
+
Google Colab by
|
38 |
+
1. download roop-floyd.iypnb
|
39 |
+
|
40 |
+
Local Machine
|
41 |
+
|
42 |
+
0. git clone https://codeberg.org/Cognibuild/ROOP-FLOYD/
|
43 |
+
1. cd ROOP-FLOYD
|
44 |
+
2. python -m venv venv && call venv/scripts/activate
|
45 |
+
3. (FOR NVIDIA) conda install -c nvidia cudatoolkit=11.8 -y
|
46 |
+
3. (FOR AMD) pip install onnxruntime-directml
|
47 |
+
4. pip install -r requirementspip install onnxruntime-directml.txt
|
48 |
+
5. pip install --upgrade gradio --force
|
49 |
+
6. pip install --upgrade fastapi pydantic
|
50 |
+
7. pip install "numpy<2.0"
|
51 |
+
8. python run.py
|
52 |
+
|
53 |
+
NOTE: This installation assumes a proper installation of your system. Including python, miniconda, git, ffmpeg, VSBuildTools2019
|
54 |
+
|
55 |
+
*A free system checker can be found here*: https://www.patreon.com/posts/automated-system-117200313
|
56 |
+
|
57 |
+
*An AI System Setup Script can be acquired here*: https://www.patreon.com/posts/117210030
|
58 |
+
|
59 |
+
|
60 |
+
### Usage
|
61 |
+
|
62 |
+
- Windows: Activate the virtual environment and run python run.py
|
|
|
|
|
|
|
|