Nick Davis
6e39bd0d00
fix: preprocess import bug ( #345 )
...
Fixing the issue when executing the script "python -m scripts.preprocess --config ./configs/training/preprocess.yaml" in the Ubuntu environment, due to the "import torch" order problem, the execution of "from musetalk.utils.face_detection import FaceAlignment, LandmarksType" hangs.
2025-07-02 16:40:49 +08:00
GaoLeiA
26ca7c2c03
fix: use torch.no_grad() in inference to prevent excessive memory usage (~30GB) with inference ( #349 )
2025-07-02 16:38:56 +08:00
Zhizhou Zhong
67e7ee3c73
feat: windows infer & gradio ( #312 )
...
* fix: windows infer
* docs: update readme
* docs: update readme
* feat: v1.5 gradio for windows&linux
* fix: dependencies
* feat: windows infer & gradio
---------
Co-authored-by: NeRF-Factory <zzhizhou66@gmail.com >
2025-04-12 23:22:22 +08:00
Zhizhou Zhong
1ab53a626b
feat: data preprocessing and training ( #294 )
...
* docs: update readme
* docs: update readme
* feat: training codes
* feat: data preprocess
* docs: release training
2025-04-04 22:10:03 +08:00
Zhizhou Zhong
39ccf69f36
feat: real-time infer ( #286 )
...
* feat: realtime infer
* cchore: infer script
2025-04-02 19:13:18 +08:00
zzzweakman
17a93b2ff6
fix: infer bug
2025-03-31 19:28:54 +08:00
aidenyzhang
db204311a5
v1.5
2025-03-28 16:03:02 +08:00
Octpus
879f89d524
Create __init__.py
2024-11-15 14:19:02 +08:00
czk32611
865a68c60e
<enhance>: support using float16 in inference to speed up
2024-04-27 14:55:54 +08:00
czk32611
ef36109b06
<enhance>(inference): support using an image as video input( #17 #34 )
2024-04-19 09:18:39 +08:00
itechmusic
f5579a95bd
Fix fps calculation bug in realtime_inference.py ( #35 )
2024-04-18 18:03:58 +08:00
czk32611
0387c39a93
Add codes for real time inference
2024-04-18 12:05:22 +08:00
zkangchen
bc1379abad
<enhance>: modified inference codes
...
1. Can set bbox_shift in configs/inference/test.yaml
2. Do not need to pip install whisper now
2024-04-03 14:56:17 +08:00
itechmusic
4c9c634fc4
Update README.md
2024-04-03 10:44:25 +08:00
czk32611
d861498ae3
initial_commit
2024-04-02 17:56:58 +08:00