Kenneth Estanislao
56cddde87c
Update core.py
...
Allows CUDA 12 to be used on this version
8 months ago
Kenneth Estanislao
0dbed2883a
Update core.py
...
refactoring the code to make it easier to understand and is more optimized
9 months ago
Adrian Zimbran
c728994e6b
fixed import and log message
9 months ago
Adrian Zimbran
65da3be2a4
Fix face swapping crash due to None face embeddings
...
- Add explicit checks for face detection results (source and target faces).
- Handle cases when face embeddings are not available, preventing AttributeError.
- Provide meaningful log messages for easier debugging in future scenarios.
9 months ago
Kenneth Estanislao
28c4b34db1
Merge pull request #911 from nimishgautam/main
...
Fix cv2 size errors on first run in ui.py
10 months ago
Soul Lee
513e413956
fix: typo souce_target_map → source_target_map
10 months ago
Nimish Gåtam
ccc04983cf
Update ui.py
...
removed unnecessary code as per AI code review (which is a thing now because of course it is)
10 months ago
Nimish Gåtam
2506c5a261
Update ui.py
...
Some checks for first run when models are missing, so it doesn't error out with inv_scale_x > 0 in cv2
10 months ago
qitian
5132f86cdc
add mutil language
11 months ago
Makaru
d07d4a6a26
Update ui.py
...
I pushed it to premain
11 months ago
Kenneth Estanislao
b38831dfdf
Revert "Merge pull request #868 from kier007/main"
...
This reverts commit c03f697729 , reversing
changes made to d8a5cdbc19 .
11 months ago
Kenneth Estanislao
b518f4337d
Revert "Merge pull request #869 from kier007/patch-1"
...
This reverts commit b38ef62447 , reversing
changes made to c03f697729 .
11 months ago
Kenneth Estanislao
28513d6c1f
Update metadata.py
11 months ago
Makaru
a3469b7bd4
Update ui.py
...
Added:
- If you happen to turn off the map faces switch while the Source x Target Mapper window is open, the Source x Target Mapper window will close.
11 months ago
Makaru
742bcab130
Update ui.py
...
Added:
- try-finally Block: This makes sure the camera.release() is called no matter how the while loops end.
- Resource Cleanup: The finally block takes care of cleaning up resources to keep the application stable.
11 months ago
Makaru
22940d1b99
Update ui.py
...
The following changes have been implemented:
-A "clear" button has been incorporated.
-The Source x Target Mapper window has been retained following the submission of data via the "submit" button.
11 months ago
KRSHH
8be7368949
Added URL to official website
11 months ago
Mehdi Mousavi
81da9a23ca
Fix mouth mask description
12 months ago
Mehdi Mousavi
007867a6f6
Add support for --mouth-mask argument
12 months ago
KRSHH
b17e52dea2
Mac Webcam Serial No. Management
12 months ago
KRSHH
77c19d1073
FaceTime Camera Index to 0
12 months ago
Pedro Santos
7472dfb694
fix: add match statement
...
Added for optimization
Co-Authored-By: Zephira <zephira58@protonmail.com>
12 months ago
Pedro Santos
41c6916273
Revert "Update face_enhancer.py"
...
This reverts commit ed7a21687c .
12 months ago
Kenneth Estanislao
ed7a21687c
Update face_enhancer.py
...
change if from before statement to elif, also fix conditional ladder
12 months ago
KRSHH
5ce991651d
Formatting
...
Moved Windows only modules, to top too.
12 months ago
KRSHH
432984b3b6
Mac Fix
...
Pygrabber Module import only on windows
12 months ago
KRSHH
76b94ac034
Changed Metadata to GitHub Edition
12 months ago
KRSHH
84ca1dc2f2
Make Face Enhancer Model device Conditional
...
Added Co-Author
Co-Authored-By: Rishon <rishon@rishon.me>
12 months ago
KRSHH
681c20dbbd
Revert "Make Face Enhancer Model device Conditional"
...
This reverts commit c240f6e31c .
12 months ago
KRSHH
c240f6e31c
Make Face Enhancer Model device Conditional
12 months ago
KRSHH
4bb979faf0
Update metadata.py
12 months ago
Kenneth Estanislao
a1d9b73742
Revert "Merge pull request #829 from RishonLi/patch-1"
...
This reverts commit 5f5fe8890a , reversing
changes made to a9e8f27360 .
12 months ago
Kenneth Estanislao
5f5fe8890a
Merge pull request #829 from RishonLi/patch-1
...
Update face_enhancer.py for apple silicon mps
12 months ago
KRSHH
a9e8f27360
Pygrabber only for Windows
12 months ago
Rishon
de4f765878
Update face_enhancer.py for apple silicon mps
12 months ago
KRSHH
c72582506d
Adding Pygrabber as Cam manager
12 months ago
NeuroDonu
e4761e4d66
fix path for download and use model
1 year ago
NeuroDonu
a840986159
fix path for model
1 year ago
Kenneth Estanislao
8746c9bd36
Update metadata.py
...
1.7
1 year ago
theogbob
916c2f82d8
Fix ui.py
...
Add command to "mouth_mask": modules.globals.mouth_mask which fixes the error "SyntaxError: invalid syntax. Perhaps you forgot a comma?"
1 year ago
KRSHH
80f6ea9e65
Save Mouth Mask Switch states
1 year ago
KRSHH
29c9c119d3
Add Mouth Mask Feature
1 year ago
KRSHH
3da987340b
Fix Enhancer for Map Faces
1 year ago
KRSHH
ab26413ce8
on/off enhancer during inference and improve FPS counter
1 year ago
KRSHH
53d473164b
remember/save switch states
1 year ago
KRSHH
673439d47c
Update globals.py for Default states
1 year ago
KRSHH
bbad5e08bb
Update globals.py
1 year ago
KRSHH
88164c6303
Show FPS Switch
1 year ago
KRSHH
a49d3fc6e5
Face Mapping fix
1 year ago
Kenneth Estanislao
e531f6f26e
improved performance enhancement
...
improved performance
1 year ago