124 Commits

Author SHA1 Message Date
12eb7f5009 更新 .gitea/workflows/prod_build_manual.yaml 2026-02-09 15:32:47 +08:00
a249d53d98 更新 docker-compose.yml 2026-02-09 15:30:06 +08:00
7c79bb161b 更新 .gitea/workflows/prod_build_manual.yaml 2026-02-09 15:07:11 +08:00
zcr
cd0b6116e9 更新 docker 配置,替换pip为uv 加速构建 2025-12-23 15:23:24 +08:00
zcr
aa1b087090 更新 docker 配置,替换pip为uv 加速构建 2025-12-23 15:18:36 +08:00
zcr
9fbfe9c674 端口恢复 2025-12-23 11:06:56 +08:00
zcr
811b3c1160 新增生产部署 actions 2025-12-23 10:53:36 +08:00
zcr
a77362a50a 通道校验 保持三通道 2025-12-23 10:51:20 +08:00
zhh
caa3abc21d first commit 2025-12-23 10:18:20 +08:00
zhh
56c3987688 first commit 2025-10-27 17:01:04 +08:00
zhh
63ab13be55 first commit 2025-10-27 17:00:04 +08:00
zhh
47352f6e30 first commit 2025-10-27 16:52:14 +08:00
zhh
7de7c916b1 first commit 2025-10-27 16:51:16 +08:00
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