Spaces:
Paused
Paused
VinOS Agent Claude Sonnet 4.6 commited on
Commit ·
bca150b
1
Parent(s): 734e83a
fix(vibevoice): install from GitHub — PyPI v0.0.1 missing streaming class
Browse files
vibevoice-space/requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
fastapi==0.115.0
|
| 3 |
uvicorn==0.30.6
|
| 4 |
soundfile==0.12.1
|
|
@@ -6,3 +8,7 @@ numpy==1.26.4
|
|
| 6 |
torch==2.3.1
|
| 7 |
requests==2.32.3
|
| 8 |
pydantic==2.8.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Install VibeVoice directly from GitHub (PyPI v0.0.1 is outdated, missing streaming class)
|
| 2 |
+
git+https://github.com/microsoft/VibeVoice.git
|
| 3 |
+
# Core deps (some already pulled by vibevoice but pinned for reproducibility)
|
| 4 |
fastapi==0.115.0
|
| 5 |
uvicorn==0.30.6
|
| 6 |
soundfile==0.12.1
|
|
|
|
| 8 |
torch==2.3.1
|
| 9 |
requests==2.32.3
|
| 10 |
pydantic==2.8.2
|
| 11 |
+
transformers==4.51.3
|
| 12 |
+
accelerate==1.6.0
|
| 13 |
+
diffusers
|
| 14 |
+
librosa
|