Commit Graph

174 Commits

Author SHA1 Message Date
Henry Ruhs
4cb1fe276e
Improve resolve download 2024-11-14 01:45:07 +01:00
Henry Ruhs
b7af0c1d9b
Fix name 2024-11-14 01:10:16 +01:00
henryruhs
e5cfc5367e Rename template key to deepfacelive 2024-11-14 00:24:20 +01:00
henryruhs
50837a6ba5 Improve NVIDIA device lookups 2024-11-13 17:34:51 +01:00
Harisreedhar
c7e7751b81
Merge pull request #812 from facefusion/improvement/deep-swapper-alignment
Improvement/deep swapper alignment
2024-11-13 19:50:30 +05:30
harisreedhar
60498b4e9a changes 2024-11-13 19:23:43 +05:30
Henry Ruhs
bdae74a792
Update Python to 3.12 for CI (#813) 2024-11-13 13:41:59 +01:00
harisreedhar
37239f06f6 changes 2024-11-13 16:48:12 +05:30
harisreedhar
0b6dd6c8b1 changes 2024-11-13 16:07:14 +05:30
henryruhs
a6929d6cb4 Allow bulk runner with target pattern only 2024-11-12 19:06:33 +01:00
Henry Ruhs
244df12ff8
Add safer global named resolve_file_pattern() (#811) 2024-11-12 12:00:45 +01:00
harisreedhar
18244da99f new alignment 2024-11-12 15:30:25 +05:30
Henry Ruhs
8385e199f4
Introduce bulk-run (#810)
* Introduce bulk-run

* Make bulk run bullet proof

* Integration test for bulk-run
2024-11-12 10:41:25 +01:00
henryruhs
f53f959510 Fix model paths for 3.1.0 2024-11-12 01:51:55 +01:00
Henry Ruhs
931e4a1418 Feat/download providers (#809)
* Introduce download providers

* update processors download method

* add ui

* Fix CI

* Adjust UI component order, Use download resolver for benchmark

* Remove is_download_done()

* Introduce download provider set, Remove choices method from execution, cast all dict keys() via list()

* Fix spacing

---------

Co-authored-by: harisreedhar <h4harisreedhar.s.s@gmail.com>
2024-11-11 22:07:51 +01:00
harisreedhar
7ddd7f47d6 changes 2024-11-11 22:07:51 +01:00
harisreedhar
ca6bc65abf changes 2024-11-11 22:07:51 +01:00
harisreedhar
48f73238df changes 2024-11-11 22:07:51 +01:00
harisreedhar
ca9ccbfd35 changes 2024-11-11 22:07:51 +01:00
henryruhs
feaaf6c028 Remove vendor from model name 2024-11-11 22:07:51 +01:00
henryruhs
071b568313 Remove vendor from model name 2024-11-11 22:07:51 +01:00
henryruhs
81b4e90261 Release five frame enhancer models 2024-11-11 22:07:51 +01:00
henryruhs
15e2a98d6d Add namespace for dfm creators 2024-11-11 22:07:51 +01:00
harisreedhar
e88cc65b33 changes 2024-11-11 22:07:51 +01:00
harisreedhar
cae4f0f33a changes 2024-11-11 22:07:51 +01:00
harisreedhar
a4161ccade changes 2024-11-11 22:07:51 +01:00
harisreedhar
eb409a99d1 add to facefusion.ini 2024-11-11 22:07:51 +01:00
harisreedhar
119a8bcadc changes 2024-11-11 22:07:51 +01:00
harisreedhar
82e2677649 remove model size requirement 2024-11-11 22:07:51 +01:00
harisreedhar
9f0a6b747f changes 2024-11-11 22:07:51 +01:00
harisreedhar
447ca53d54 adaptive color correction 2024-11-11 22:07:51 +01:00
harisreedhar
95a63ea7a2 add both mask instead of multiply 2024-11-11 22:07:51 +01:00
harisreedhar
518e00ff22 changes 2024-11-11 22:07:51 +01:00
henryruhs
00c7c6a6ba Remove cudnn_conv_algo_search tweaks 2024-11-11 22:07:51 +01:00
henryruhs
696b54099e Remove cudnn_conv_algo_search tweaks 2024-11-11 22:07:51 +01:00
henryruhs
b05e25cf36 Update onnxruntime (second try) 2024-11-11 22:07:51 +01:00
henryruhs
f89398d686 Update onnxruntime (second try) 2024-11-11 22:07:51 +01:00
Henry Ruhs
4bffa0d183 Fix/enforce vp9 for webm (#805)
* Simple fix to enforce vp9 for webm

* Remove suggest methods from program helper

* Cleanup ffmpeg.py a bit
2024-11-11 22:07:51 +01:00
henryruhs
965da98745 Revert due terrible performance 2024-11-11 22:07:51 +01:00
henryruhs
885d5472ce Adjust color for checkboxes 2024-11-11 22:07:51 +01:00
henryruhs
af54dc1c76 Update dependencies 2024-11-11 22:07:51 +01:00
henryruhs
871f15fe20 Update onnxruntime 2024-11-11 22:07:51 +01:00
Henry Ruhs
d149a71a1b Feat/temp path second try (#802)
* Terminate base directory from temp helper

* Partial adjust program codebase

* Move arguments around

* Make `-j` absolete

* Resolve args

* Fix job register keys

* Adjust date test

* Finalize temp path
2024-11-11 22:07:51 +01:00
henryruhs
d650d8fa86 Update dependencies 2024-11-11 22:07:51 +01:00
henryruhs
9b46be5034 Gradio pinned python-multipart to 0.0.12 2024-11-11 22:07:51 +01:00
henryruhs
c94b617827 Add __pycache__ to gitignore 2024-11-11 22:07:51 +01:00
henryruhs
0eb2833c02 Switch to official assets repo 2024-11-11 22:07:51 +01:00
Harisreedhar
5c9d893dab changes (#801) 2024-11-11 22:07:51 +01:00
henryruhs
f75410e1e1 Minor cleanup 2024-11-11 22:07:51 +01:00
henryruhs
caa8347ff0 Minor cleanup 2024-11-11 22:07:51 +01:00