bhetherman
ca5b7a8f28
Make musetalk a proper Python package
...
Add missing __init__.py files so `musetalk.*` subpackages import
without relying on namespace-package behavior or sys.path hacks, and
narrow the root `/models/` gitignore so `musetalk/models/__init__.py`
is tracked.
Also add a minimal pyproject.toml so the source can be installed with
`pip install .` (or `pip install -e .`) without pulling the pinned
requirements.txt, which consumers typically need to override.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-14 23:02:52 -04:00
Alexey
8c19579b1e
fix: convert all audio to WAV 16kHz PCM before processing ( #379 )
2025-09-26 13:42:23 +08:00
yykani
9deb9bea0d
fix: ensure upper bond does not go below zero in landmark extraction ( #329 )
2025-07-02 16:42:35 +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
Octpus
36163fccbd
Update audio_processor.py
...
fixed out range bug mentioned in issues/297
2025-04-08 15:51:06 +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
Chenghao Mou
e636166b85
fix: floor ( #293 )
2025-04-04 13:04:56 +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
Eddie Offermann
0e1b9a75f3
Add import copy to blending.py
...
Commit f051221f76 added a copy.deepcopy command without a corresponding import copy to the file.
This fixes that oversight.
2024-10-25 22:38:57 +08:00
lihengzhong
f051221f76
improve blending speed
2024-06-24 08:36:20 +08:00
czk32611
865a68c60e
<enhance>: support using float16 in inference to speed up
2024-04-27 14:55:54 +08:00
czk32611
0387c39a93
Add codes for real time inference
2024-04-18 12:05:22 +08:00
czk32611
4ab40470f7
Add gradio
2024-04-16 09:57:12 +08:00
=
9a5212c8dd
fix some cuda related issue when run on M-Series Mac
2024-04-05 22:03:28 +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
czk32611
d861498ae3
initial_commit
2024-04-02 17:56:58 +08:00