Files
ComfyUI-VibeVoice/modules/model_info.py
2025-09-10 12:33:40 +03:00

13 lines
336 B
Python

# This dictionary contains the configurations for official, downloadable models.
MODEL_CONFIGS = {
"VibeVoice-1.5B": {
"repo_id": "microsoft/VibeVoice-1.5B",
"size_gb": 3.0,
},
"VibeVoice-Large": {
"repo_id": "aoi-ot/VibeVoice-Large",
"size_gb": 17.4,
}
}
AVAILABLE_VIBEVOICE_MODELS = {}