Commit Graph

5 Commits

Author SHA1 Message Date
YaoyaoChang 04d19f8352 add experimental multi-lingual speakers 2025-12-08 08:29:00 -08:00
hydropix 79470ff576 Fix: Remove unnecessary Path() conversion for HuggingFace model IDs
The model_path was being converted to a Path object and then back to string
for from_pretrained() calls. This is unnecessary since HuggingFace accepts
strings directly, and causes issues on Windows where Path() converts forward
slashes to backslashes (e.g., "microsoft/VibeVoice-Realtime-0.5B" becomes
"microsoft\VibeVoice-Realtime-0.5B").

This fix:
- Keeps model_path as a string (no behavior change on Linux/macOS)
- Fixes Windows compatibility for HuggingFace repo IDs
- Removes redundant str() conversions
2025-12-08 10:27:58 +08:00
YaoyaoChang 7ea24a4fb9 update 2025-12-04 22:33:57 -08:00
YaoyaoChang 82d5f29842 Fix: Colab downloads occasionally get stuck 2025-12-04 07:20:36 -08:00
YaoyaoChang fc83be5d92 add VibeVoice-Realtime 2025-12-04 05:38:30 -08:00