Commit Graph

36 Commits (experimental)

Author SHA1 Message Date
Kenneth Estanislao 61dae91439 Revert "Merge pull request #566 from pereiraroland26/main"
This reverts commit 5d450b4352.
2024-10-04 15:57:48 +08:00
Kenneth Estanislao 5d450b4352 Merge pull request #566 from pereiraroland26/main
Added support for multiple faces
2024-10-04 15:55:31 +08:00
Michael 2066560a95 Significantly improve video resolution/quality using ESPCN_x4 model 2024-09-23 02:48:59 +01:00
Michael 1af9abda2f Significantly improve video resolution/quality using ESPCN_x4 model 2024-09-23 02:25:14 +01:00
Michael f4028d3949 Fix underscore/hyphen 2024-09-22 18:33:02 +01:00
Michael 07c735e9d2 Allows to set the upscale factor for gfpgan face_enhancer 2024-09-22 18:31:06 +01:00
Michael aa021b6aa0 better import condition 2024-09-22 18:11:02 +01:00
Michael 5cabbffda8 - removed unused import statements
- added macOS specific required library to requirements.txt
- conditional import of pygrabber, which is unavailable for macOS
2024-09-22 17:55:26 +01:00
Michael 0d4676591e - removed unused import statements
- added macOS specific required library to requirements.txt
- conditional import of pygrabber, which is unavailable for macOS
2024-09-22 17:54:44 +01:00
Michael c2cc885672 Adding headless parameter to arguments to run from the cli 2024-09-21 22:41:47 +01:00
barongello 14ab470dcc Adding a swap faces button to easily swap source/target images 2024-08-27 12:44:47 +08:00
Kenneth Estanislao 4dc4746235 update inswapper 2024-08-21 14:40:15 +08:00
Aleksandr Spiridonov 575373beac fixed variable names not matching after merge conflict resolution from upstream 2024-08-15 12:22:19 -04:00
Aleksandr Spiridonov b8cdad5cce Merge remote-tracking branch 'parent/experimental' into experimental 2024-08-15 12:15:53 -04:00
Aleksandr Spiridonov f976885456 updated rely coords for the taller window 2024-08-15 01:36:24 -04:00
Aleksandr Spiridonov cd2c3c2103 added virtual cam output 2024-08-15 01:31:10 -04:00
Aleksandr Spiridonov 3fbc1d0433 added virtual cam output toggle 2024-08-15 01:04:57 -04:00
Aleksandr Spiridonov b4cf8854f8 refactored camera preview to use a loop function 2024-08-15 00:50:14 -04:00
Aleksandr Spiridonov eb733ad8c5 started using pygrabber to get input cameras with names; fixed issue with webcam preview not stopping when the preview window is closed 2024-08-15 00:42:53 -04:00
Vic P c6c41b8d0d 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-15 02:25:29 +07:00
Vic P 55c8d8181c Fix an issue that the Live function where the camera was not released when the user closed the live window.
Signed-off-by: Vic P <vic4key@gmail.com>
2024-08-14 00:48:01 +07:00
Vic P 408b0f4cf7 ## Fix & Improve the NSFW function
- Fixed incorrect state usage.
- Removed the redundant argument that caused exceptions.
- Prevented the app from closing when an image is flagged as NSFW.
2024-08-13 04:16:34 +07:00
Zohar Babin 6b0cc74957 Refactor and Optimize Cross-Platform Support, Error Handling, and UI Enhancements 2024-08-10 22:41:45 -04:00
Dmitry Samoylenko 58993be308 Enable to choose a camera device in UI
Signed-off-by: samoylenkodmitry <samoylenkodmitry@gmail.com>
2024-08-09 19:58:56 +03:00
c4fun 6400a80a91 solve the FACE_ENHANCER os problem for non-nt(linux, mac) system 2024-08-07 23:26:47 +08:00
Joep de Jong db97940adb
Fix face_enhancer issues 2024-07-07 14:33:32 +02:00
Kenneth Estanislao 7af8c7e493 updated some requirements 2023-12-14 14:59:22 +08:00
Kenneth Estanislao c53b5d1a0c Update ui.py 2023-11-04 23:12:53 +08:00
Kenneth Estanislao baad1d059b Update ui.py 2023-11-04 21:10:53 +08:00
Kenneth Estanislao 7e735d8db8 Update ui.py
balance between resolution and speed
2023-11-04 20:48:58 +08:00
Kenneth Estanislao 9f300a2fdf Update ui.py 2023-11-04 20:43:41 +08:00
Kenneth Estanislao 11a181c6f5 Update ui.py
found the sweet spot without delay. Also, I suggest a pass through OBS with
- sharpen
- scaling (lanczos)
2023-10-04 21:50:43 +08:00
Kenneth Estanislao 4586404ea3 Just updated the readme
Nothing much on this push
2023-10-04 20:59:08 +08:00
Kenneth Estanislao 16712476a9 Update model to inswapper_128_fp16
Faster as claimed. Also adjusted the size of the preview to a smaller size. You should see a significant improvement on this
2023-10-03 23:38:17 +08:00
Kenneth Estanislao 2293c54523 update some instruction 2023-09-24 21:59:24 +08:00
Kenneth Estanislao e616245e3d initial commit
rebranding everything
2023-09-24 21:36:57 +08:00