Commit Graph

405 Commits

Author SHA1 Message Date
029b77eabf
Merge remote-tracking branch 'origin/next' into nsfw
# Conflicts:
#	roop/core.py
2023-06-09 14:00:00 +03:00
henryruhs
1a7db694cf Add typing to swapper 2023-06-09 12:39:50 +02:00
henryruhs
27a76eea60 Turns out mac has a different memory unit 2023-06-09 11:41:42 +02:00
henryruhs
583aee95cb Fix max_memory and output memory in progress bar too 2023-06-09 11:10:20 +02:00
henryruhs
755a5e5a3e Introduce suggest methods for args defaults, output mode and core/threads count via postfix 2023-06-09 09:28:02 +02:00
henryruhs
b4ebfa4122 Rename method 2023-06-09 08:38:06 +02:00
henryruhs
6cd16c9f35 Fix fps detection 2023-06-09 08:25:53 +02:00
henryruhs
703346da79 Move temporary files to temp/{target-name} 2023-06-08 17:27:20 +02:00
henryruhs
b1c2d414ff Change default video quality, Integrate recent directories for UI 2023-06-08 12:58:29 +02:00
henryruhs
60128d3e96 Add video encoder via CLI 2023-06-07 20:01:42 +02:00
henryruhs
e37fa75522 Couple if minor UI fixes 2023-06-07 19:07:42 +02:00
Henry Ruhs
1ac99abff3
Merge pull request #371 from s0md3v/ui-refactoring
UI refactoring
2023-06-07 15:46:42 +02:00
henryruhs
9c66fd9712 Get the preview working 2023-06-07 15:40:31 +02:00
henryruhs
eeae9e46f4 Add preview back part2, Introduce --video-quality for CLI 2023-06-07 09:49:32 +02:00
henryruhs
80f3870228 Add preview back part1 2023-06-07 09:03:46 +02:00
henryruhs
e555d98cd8 Introduce render_video_preview() 2023-06-07 00:48:17 +02:00
henryruhs
f77df69553 Refactor UI 2023-06-07 00:00:26 +02:00
henryruhs
4194584854 Move every UI related thing to ui.py 2023-06-06 19:29:00 +02:00
Henry Ruhs
80aec1cb3a
Merge pull request #364 from s0md3v/utilities-and-start-refactoring
Utilities and start refactoring
2023-06-06 15:23:56 +02:00
henryruhs
a947a6e293 Fix more 2023-06-06 15:13:52 +02:00
henryruhs
957c5ec6ce Fix sound part2 2023-06-06 15:01:27 +02:00
henryruhs
7990896c9e Fix sound 2023-06-06 14:10:04 +02:00
henryruhs
09ea59f66f Massive utilities and core refactoring 2023-06-06 12:30:27 +02:00
henryruhs
dcfd6cca4d Improve status output 2023-06-06 00:21:23 +02:00
henryruhs
58da88e5d6 Change face and target images from contain to fit 2023-06-05 20:45:36 +02:00
Henry Ruhs
755fd96eb9
Merge pull request #353 from AntwaneB/patch-1
Aspect ratio fix for preview and miniatures
2023-06-05 20:41:29 +02:00
Antoine Buchser
75b87f3019
Simplified the way to maintain aspect ratio of the preview, and maintaining aspect ratio of the miniatures 2023-06-05 19:34:38 +01:00
a5495b2dd4
Merge branch 'main' into nsfw 2023-06-05 18:49:53 +03:00
Henry Ruhs
4903a7b6fb
Merge pull request #345 from s0md3v/remove-path-normalization
Remove path normalization
2023-06-05 16:15:50 +02:00
henryruhs
36787d739d Revert to Ubuntu test only as Windows hangs 2023-06-05 16:15:33 +02:00
henryruhs
4dc4436b2f Run test on Linux and Windows 2023-06-05 15:57:02 +02:00
henryruhs
8b774af1ac Run test on Linux and Windows 2023-06-05 15:54:10 +02:00
henryruhs
a58a376b87 Run test on Linux and Windows 2023-06-05 15:52:33 +02:00
henryruhs
7f8406588e Run test on Linux and Windows 2023-06-05 15:49:32 +02:00
henryruhs
7426295471 Run test on Linux and Windows 2023-06-05 15:47:02 +02:00
henryruhs
95096442e2 Run test on Linux and Windows 2023-06-05 15:43:49 +02:00
henryruhs
49d8103a53 Run test on Linux and Windows 2023-06-05 15:22:22 +02:00
henryruhs
d8c6581900 Remove args overrides 2023-06-05 15:12:22 +02:00
henryruhs
249e6b3923 Remove path normalization 2023-06-05 15:01:26 +02:00
henryruhs
4420ba5bdd Normalize ARGS 2023-06-05 14:45:33 +02:00
henryruhs
b116f2001a Adjust comment 2023-06-05 12:42:24 +02:00
Henry Ruhs
3747fc2301
Merge pull request #338 from phineas-pta/next
ffmpeg platform-agnostic hardware-acceleration
2023-06-05 12:39:05 +02:00
Phan Tuấn Anh
71af0fac69
syntax error 2023-06-05 12:29:30 +02:00
Phan Tuấn Anh
b947603441
torch check nvidia only 2023-06-05 12:25:35 +02:00
Phan Tuấn Anh
3668360520
check torch gpu before clearing cache 2023-06-05 12:21:37 +02:00
henryruhs
30713c3c0e Hotfix 2023-06-05 12:10:23 +02:00
Phan Tuấn Anh
c59400f6a6
clear CUDA cache after swapping
on low VRAM + ffmpeg cuda acceleration, clearing cache prevent cuda out-of-memory error
2023-06-05 11:58:24 +02:00
Somdev Sangwan
e6cc97daab
add henryruhs to credits 2023-06-05 15:28:04 +05:30
Phan Tuấn Anh
6daee96029
ffmpeg platform-agnostic hardware-acceleration 2023-06-05 11:57:11 +02:00
f11be8ee7e
Merge branch 'main' into nsfw
# Conflicts:
#	roop/core.py
2023-06-05 10:37:45 +03:00