Commit Graph

67 Commits (248972c0ad01432b7cc2b9cd88c08051b328016b)

Author SHA1 Message Date
negativenagesh 248972c0ad modified ui.py 2024-10-02 10:03:08 +05:30
negativenagesh 8bc9f59ca0 edited utils.py 2024-10-02 03:00:41 +05:30
negativenagesh 615ff98e47 changed some codes WRT sourcery-ai 2024-10-02 02:38:53 +05:30
negativenagesh 35251a1b1b Merged modules/ui.py from experimental branch 2024-10-02 01:58:17 +05:30
negativenagesh d71247844d Revert "Merged modules/ui.py from experimental branch, please checkout"
This reverts commit 4ad6877a7e.

Revert 'commit message
2024-10-02 01:45:59 +05:30
negativenagesh 4ad6877a7e Merged modules/ui.py from experimental branch, please checkout 2024-10-02 01:30:07 +05:30
KRSHH dff6cec2f9
Comment Indention fix 2024-09-27 20:59:48 +05:30
KRSHH 4d1d2c86af
Preview video Frame by Frame using left and right arrow keys 2024-09-27 20:40:32 +05:30
Kenneth Estanislao 71cf39fd98
Update metadata.py
changes of version from 1.4 to 1.5 (UI modified)
2024-09-26 00:57:45 +08:00
KRSHH 6d1238212a
New Fixed UI 2024-09-25 17:36:50 +05:30
Kenneth Estanislao cad40b25dc Update face_swapper.py
added the missing ' , my bad on this...
2024-09-19 21:00:29 +08:00
Kenneth Estanislao 1b4c0ce43e Update face_swapper.py
should fix issues for those who dont have nvidia cards
2024-09-19 17:43:05 +08:00
Kenneth Estanislao fd4e3f546d reverted to the old version
fixing the issue #597
2024-09-19 17:38:02 +08:00
Kenneth Estanislao 5bcd6dabde Update ui.py 2024-09-19 15:54:57 +08:00
KRSHH 4067d24c26 Fix Popup Live width 2024-09-17 20:18:59 +08:00
Kenneth Estanislao ea7bbd49fe Revert "Merge pull request #592 from KRSHH/main"
This reverts commit 2f29d323d9.
2024-09-16 23:34:35 +08:00
Kenneth Estanislao 2f29d323d9 Merge pull request #592 from KRSHH/main
Better UI
2024-09-16 23:32:39 +08:00
Kenneth Estanislao c6e00796c8 Merge pull request #588 from KRSHH/main
Enhance UI with drag and drop, modern look using customtkinter, and improved webcam mapping
2024-09-16 23:30:12 +08:00
Kenneth Estanislao 9bf2080ac8 Revert "Merge pull request #588 from KRSHH/main"
This reverts commit 8c6d0134a8, reversing
changes made to 621c3f035e.
2024-09-16 22:18:59 +08:00
Kenneth Estanislao 5ab00388b7 Revert "Merge pull request #592 from KRSHH/main"
This reverts commit 4768488653, reversing
changes made to 8c6d0134a8.
2024-09-16 22:18:53 +08:00
KRSHH 569c9ca25a
Resizable Root window 2024-09-16 19:13:54 +05:30
KRSHH c9f8537a15
Switch alignment 2024-09-16 18:53:19 +05:30
KRSHH 2d99e392ff
Vertical switches 2024-09-16 18:48:05 +05:30
KRSHH 2b9d10f182
Donation button, close option button 2024-09-16 16:54:49 +05:30
K 674f584895
UI Change
Changes in UI
2024-09-16 13:31:20 +05:30
K 325187b513
Fix Text
Font Change, Larger, Bolder
2024-09-16 11:22:38 +05:30
K d2f57fa4dd
Minor UI Fixes 2024-09-16 01:46:40 +05:30
K 2f2380b98d
Delete modules/ui.json 2024-09-16 01:00:03 +05:30
K e5c29749bb
UI Redone 2024-09-16 00:37:34 +05:30
CH. Krish 523d80550d
Adding Drag and Drop feature to Face Mapper and Source and Target 2024-09-15 23:00:28 +05:30
Kenneth Estanislao be36016a69 Update metadata.py 2024-09-14 01:58:34 +08:00
Roland Pereira f133d48f60 handled webcam scenario where detected faces are greater than maps provided 2024-09-11 21:42:38 +05:30
Kenneth Estanislao 16c1b44927 Revert "recommit webcam option"
This reverts commit 49d3f9a3cc.
2024-09-11 02:49:53 +08:00
Kenneth Estanislao 49d3f9a3cc recommit webcam option 2024-09-11 00:02:45 +08:00
Roland Pereira d7c6226eb7 updated button widths on popup 2024-09-10 18:53:25 +05:30
pereiraroland26 f122006024 updated README.md and created variables for pop dimensions 2024-09-10 14:28:33 +05:30
pereiraroland26@gmail.com 53fc65ca7c Added ability to map faces 2024-09-10 05:40:55 +05:30
underlines c91ab8bbd2 add toggle button for blueish cam fix (Force OpenCV2 BGR2RGB) 2024-08-30 22:02:23 +02:00
underlines 79c6615a68 use mjpeg and convert bgr to rgb 2024-08-30 21:49:01 +02:00
barongello 528c30e3ba Adding a swap faces button to easily swap source/target images 2024-08-25 12:25:19 -03:00
Kenneth Estanislao 446487a70c
Update ui.py
Disable NSFW in accordance to github rules
2024-08-24 17:38:49 +08:00
Vic P 3755198ecd Update codes following the comments of @sourcery-ai.
Signed-off-by: Vic P <vic4key@gmail.com>
2024-08-22 00:50:14 +07:00
Vic P 4f62119c2e Support the following options:
- The live camera display as you see it in the front-facing camera frame (like iPhone's Mirror Front Camera).
- The live camera frame is resizable.
Note: These options are turned off by default. Enabling both options may reduce performance by ~2%.

Signed-off-by: Vic P <vic4key@gmail.com>
2024-08-22 00:35:05 +07:00
Vic P 6d28a52869 Update codes following the comments of @sourcery-ai.
Signed-off-by: Vic P <vic4key@gmail.com>
2024-08-21 02:16:06 +07:00
Vic P 7313a332c8 Re-enabled the NSFW function (turn-off by default).
@refer to the PR #237 in the `experimental` branch.

Signed-off-by: Vic P <vic4key@gmail.com>
2024-08-21 02:02:00 +07:00
Kenneth Estanislao 69d863b44a Revert "Merge remote-tracking branch 'parent/experimental' into experimental"
This reverts commit df99f6ca17.
2024-08-16 21:03:14 +08:00
Kenneth Estanislao d10314c8d6 Revert "Update ui.py"
This reverts commit 9d20e04336.
2024-08-16 21:03:07 +08:00
Kenneth Estanislao 9d20e04336 Update ui.py
Hides NSFW
2024-08-16 20:29:55 +08:00
Aleksandr Spiridonov df99f6ca17 Merge remote-tracking branch 'parent/experimental' into experimental 2024-08-16 20:28:57 +08:00
Kenneth Estanislao 22abb8c25f Revert "Merge pull request #293 from vic4key/experimental"
This reverts commit eab5ba7027.
2024-08-16 13:47:12 +08:00