Spaces:
Running
on
Zero
Running
on
Zero
Use VibeVoice-Large-Q8 model instead, to lower VRAM usage
Browse files
app.py
CHANGED
|
@@ -48,8 +48,8 @@ try:
|
|
| 48 |
logger.info("Loading VibeVoice-Large model once. This may take a while on the first run...")
|
| 49 |
# Load the model into one node first.
|
| 50 |
multi_speaker_node.load_model(
|
| 51 |
-
model_name='VibeVoice-Large',
|
| 52 |
-
model_path='
|
| 53 |
attention_type='auto'
|
| 54 |
)
|
| 55 |
|
|
|
|
| 48 |
logger.info("Loading VibeVoice-Large model once. This may take a while on the first run...")
|
| 49 |
# Load the model into one node first.
|
| 50 |
multi_speaker_node.load_model(
|
| 51 |
+
model_name='VibeVoice-Large-Q8',
|
| 52 |
+
model_path='FabioSarracino/VibeVoice-Large-Q8',
|
| 53 |
attention_type='auto'
|
| 54 |
)
|
| 55 |
|