Commit Graph

111 Commits

Author SHA1 Message Date
zhh
10a125f454 first commit 2025-10-17 16:04:58 +08:00
zhh
d8d558e185 first commit 2025-10-17 16:04:42 +08:00
Felipe Daragon
ad4dccfe49 Update install notes 2025-05-16 18:02:35 +01:00
Felipe Daragon
e57cfdb0d0 Improve install notes 2025-05-15 23:35:40 +01:00
Felipe Daragon
badbcc6edf Increased GPU usage 2025-05-15 22:30:23 +01:00
Felipe Daragon
59b6233882 Fix GPU detection on Apple Silicon 2025-05-14 02:05:34 +01:00
Felipe Daragon
a33d858916 GPU detection fix 2025-05-01 01:15:31 +01:00
Felipe Daragon
44fd699d1e Adds reface ratio option 2025-04-27 01:06:35 +01:00
Felipe Daragon
4292b0676e Improve bulk refacing help 2025-04-26 17:06:11 +01:00
Felipe Daragon
ba17490555 Add support for TIFF and improve output 2025-04-26 16:22:10 +01:00
Felipe Daragon
ef87bffe7d Use local temp dir during face extraction 2025-04-26 13:28:11 +01:00
Felipe Daragon
99c91d20b2 Supress CUDA path error in CPU mode 2025-04-16 21:14:48 +01:00
Felipe Daragon
baf66f8570 Improve readme.md 2025-04-11 13:41:19 +01:00
Felipe Daragon
a6c9eb3efe Add NeoRefacer code and updates 2025-04-10 22:08:59 +01:00
Felipe Daragon
3549b7e50c Add codeformer and update license 2025-04-09 23:03:26 +01:00
Felipe Daragon
f40ffde905 Rename some files and remove old assets 2025-04-09 22:02:47 +01:00
xaviviro
fe947b6768 Merge pull request #59 from xaviviro/revert-55-test-torch
Revert "a hack to for onnxruntime to use cuda"
2023-06-27 20:39:38 +02:00
xaviviro
e7907c45b6 Revert "a hack to for onnxruntime to use cuda" 2023-06-27 20:39:24 +02:00
xaviviro
747726fc02 Merge pull request #56 from davidrobles/fix-broken-ffmpeg-link
Fix broken ffmpeg link
2023-06-27 14:26:47 +02:00
xaviviro
becb8a83bb Merge pull request #55 from phineas-pta/test-torch
a hack to for onnxruntime to use cuda
2023-06-27 14:25:51 +02:00
David Robles
95ab7955c7 Fix broken ffmpeg link 2023-06-26 08:47:15 -07:00
Phan Tuấn Anh
4d3bdf8ee1 comments to understand why torch 2023-06-26 14:28:38 +02:00
Phan Tuấn Anh
91144be667 import torch 2023-06-26 14:19:44 +02:00
xaviviro
789cf77081 Merge pull request #47 from bandi13/standaloneScript
Add standalone script to get around filesize limitation
2023-06-21 10:52:10 +02:00
xaviviro
67c69136a5 Merge pull request #46 from bandi13/returnWhenFaceFound
Return when face found
2023-06-21 10:51:43 +02:00
Andras Fekete
dd65ab3a4a Add standalone script to get around filesize limitation 2023-06-19 16:15:25 -04:00
Andras Fekete
19d039d145 Split out first_face vs multi-face calls 2023-06-19 13:21:11 -04:00
Andras Fekete
8e9035f712 5% Speed up 2023-06-19 10:50:58 -04:00
Andras Fekete
1388fc651f Remove already swapped face from list
This gives a speedup on my machine, but will have the side effect of preferring faces earlier in the list
2023-06-19 10:27:45 -04:00
Andras Fekete
f6c006920d Merge remote-tracking branch 'origin/main' into main 2023-06-19 09:58:55 -04:00
xaviviro
212e9fc532 Merge pull request #39 from bandi13/fix_memory
Process only 1k frames at a time to minimize memory footprint
2023-06-17 07:31:28 +02:00
xaviviro
208f7f3fdc Merge pull request #40 from bandi13/add_docker
Add Dockerfile.nvidia
2023-06-17 07:30:50 +02:00
Andras Fekete
d5b88bad94 Merge branch 'add_docker' into main 2023-06-16 09:53:29 -04:00
Andras Fekete
0b64095e46 Better to use the hosts' version of refacer 2023-06-16 09:53:22 -04:00
Andras Fekete
fdae43c0a1 Add in inswrapper_128.onnx 2023-06-16 09:44:12 -04:00
Andras Fekete
1ba8369b98 Merge branch 'fix_memory' into main 2023-06-16 09:31:06 -04:00
Andras Fekete
eb7f75c470 Merge branch 'add_docker' into main 2023-06-16 09:31:02 -04:00
Andras Fekete
fabee094d0 Save outputs on the host 2023-06-16 09:17:34 -04:00
Andras Fekete
47cc73313b Add Dockerfile.nvidia 2023-06-16 09:14:14 -04:00
Andras Fekete
a439a59296 Process only 1k frames at a time to minimize memory footprint 2023-06-16 09:04:25 -04:00
xaviviro
8f42e11e43 Merge pull request #33 from 24601/patch-1
fix(deps): address typo for COREML requirements
2023-06-11 05:29:16 +02:00
Basit Mustafa
35b17a529d fix(deps): address typo for COREML requirements 2023-06-10 15:01:09 -06:00
xaviviro
61decb67a6 Merge pull request #26 from alunit3/main
Added type annotation to prevent parsing errors and makes the ngrok use ports from the server_port argument
2023-06-08 15:16:17 +02:00
Alunite
92f1b28e8d Merge branch 'xaviviro:main' into main 2023-06-08 20:24:27 +08:00
Alunite
3e13367f85 Added types to arg and follows the server port from arg
Added types to the argument to prevent errors when parsing.

also makes the ngrok use ports from the server_port argument
2023-06-08 20:23:43 +08:00
xaviviro
a51089ea84 Update Refacer_colab.ipynb 2023-06-08 12:14:32 +02:00
xaviviro
0613ce21e6 Update README.md 2023-06-08 09:32:18 +02:00
xaviviro
dcba71aa60 Merge pull request #23 from fAIseh00d/main
Added gradio server IP and port
2023-06-08 09:24:34 +02:00
fAIseh00d
0e79a8a570 Added gradio server IP and port 2023-06-08 11:12:21 +04:00
xaviviro
82528d5b29 Merge pull request #21 from alunit3/main
Added ngrok support
2023-06-08 07:15:32 +02:00