3 Commits

Author SHA1 Message Date
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
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