Commit Graph

333 Commits

Author SHA1 Message Date
Jose Manuel
74783142e6 Little ffmpeg refactor 2023-06-02 20:53:01 +02:00
henryruhs
103cb34902 Fix variables scope 2023-06-02 20:40:05 +02:00
Jose Manuel
37a71f661c Use flags as global 2023-06-02 20:40:02 +02:00
Jose Manuel
b7ce758c99 Fix namespace from core to roop 2023-06-02 20:29:37 +02:00
Jose Manuel
6e1045ee92 Fix conflicts 2023-06-02 20:19:14 +02:00
henryruhs
2935185b81 Fix multiple ui opening 2023-06-02 19:58:47 +02:00
Jose Manuel
9c39bd41f7 Add FFMpeg hardware acceleration 2023-06-02 19:45:24 +02:00
henryruhs
030d6a698b Less verbose ffmpeg outputs 2023-06-02 19:43:30 +02:00
henryruhs
82cafcdc8b Fix broken globals 2023-06-02 19:26:08 +02:00
henryruhs
b37b998326 Fix frames vs. cpu cores issue 2023-06-02 16:40:08 +02:00
henryruhs
dd5a321c50 Fix frames vs. cpu cores issue 2023-06-02 16:38:14 +02:00
henryruhs
8b50aaf838 Remove the out_dir hack, as this breaks temp directory on Linux 2023-06-02 16:21:13 +02:00
Henry Ruhs
a3dedf85b7
Merge pull request #278 from s0md3v/code-refactoring
Introduce Python alike package namespace, turn run.py into an entrypoint
2023-06-02 15:33:37 +02:00
henryruhs
1b628b7b70 Merge against next 2023-06-02 15:27:57 +02:00
henryruhs
eae3d4bad3 Merge branch 'next' into code-refactoring
# Conflicts:
#	run.py
2023-06-02 15:25:15 +02:00
Somdev Sangwan
f7e029e6f7
Merge pull request #280 from s0md3v/next
support multi-face replacament
2023-06-02 15:04:15 +05:30
Somdev Sangwan
3b9d94b779 better cli path handling 2023-06-02 15:03:25 +05:30
Somdev Sangwan
94e26909aa multi-face support 2023-06-02 14:40:32 +05:30
henryruhs
30159974a4 Introduce Python alike package namespace, turn run.py into an entrypoint 2023-06-02 10:29:00 +02:00
henryruhs
6a694138de Update gitignore 2023-06-02 10:05:53 +02:00
Henry Ruhs
415047d426
Merge pull request #275 from ArtemKiyashko/main
Ignore __pycache__ and inswapper_128.onnx
2023-06-02 10:04:56 +02:00
Artem Kiyashko
9c5fcc42c8 ignore all .onnx files 2023-06-02 10:03:37 +02:00
Artem Kiyashko
cf3fa47d05 ignore inswapper_128.onnx 2023-06-02 09:59:52 +02:00
Artem Kiyashko
f86a1a7d0a ignore __pycache__ 2023-06-02 09:44:29 +02:00
Artem Kiyashko
8cf139c6c5 add gitignore for python projects 2023-06-02 09:17:15 +02:00
henryruhs
14c36c860a Revert "Use tensorflow RC to fix numpy version conflicts"
This reverts commit ba909cf4dd.
2023-06-02 00:09:37 +02:00
henryruhs
ba909cf4dd Use tensorflow RC to fix numpy version conflicts 2023-06-02 00:07:45 +02:00
henryruhs
bbb615e650 Undo probability 2023-06-01 22:31:00 +02:00
Henry Ruhs
191638a223
Merge pull request #200 from CeeBeeEh/main
Add option to process all detected faces within a frame
2023-06-01 21:30:57 +02:00
chris
76d90d55c0 - changed all_faces boolean in "process_faces" to default to false 2023-06-01 15:14:34 -04:00
chris
d17a440cd6 - refactored swapper.py to optimized code logic
- refactored "get_face" and "get_all_faces" to "get_face_single" and "get_face_many" respectively
- moved all global booleans to top of file
2023-06-01 15:09:12 -04:00
chris
b155a2cb36 - resolved conflicts
- fixed checkbox alignment options to be consistent
2023-06-01 13:39:16 -04:00
chris
caaba96234 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	run.py
2023-06-01 13:29:35 -04:00
Henry Ruhs
61c8f06c98
Merge pull request #250 from s0md3v/next
Next
2023-06-01 15:54:31 +02:00
henryruhs
42b0785a2b Use tensorflow-macos for Macs 2023-06-01 15:50:21 +02:00
henryruhs
539c6515aa Use tensorflow-macos for Macs 2023-06-01 14:42:28 +02:00
henryruhs
1bcde845a4 Shorten target video for CI 2023-06-01 12:13:49 +02:00
henryruhs
ebf7b6416d Shorten target video for CI 2023-06-01 12:13:49 +02:00
henryruhs
5cda83822c Implement snapshot testing via CLI part3 2023-06-01 12:13:49 +02:00
henryruhs
ba69a18387 Implement snapshot testing via CLI part2 2023-06-01 12:13:48 +02:00
henryruhs
eea2486e09 Implement snapshot testing via CLI 2023-06-01 12:13:48 +02:00
henryruhs
11b68f2e0f Conditional dependencies for Mac 2023-06-01 12:13:48 +02:00
henryruhs
216539489d Conditional dependencies for Mac 2023-06-01 12:13:48 +02:00
Somdev Sangwan
9f9acb2ed1
dont break other gpus 2023-06-01 15:07:44 +05:30
Somdev Sangwan
a799cde05b
increase confidence 2023-06-01 11:40:25 +05:30
Somdev Sangwan
d3e29c0878
fix checkboxes 2023-06-01 11:32:47 +05:30
Somdev Sangwan
4a70a0dcaa
fix merge conflict 2023-06-01 11:31:37 +05:30
Somdev Sangwan
fa3dbc6b32
fix windows issue 2023-06-01 11:12:28 +05:30
chris
bc4a590c99 - attempt to fix alignment of UI elements 2023-05-31 19:19:43 -04:00
Henry Ruhs
032e1babbb
Merge pull request #216 from jmp909/fix-checkboxes
fix checkboxes and video fps probe parsing
2023-06-01 00:38:55 +02:00