mirror of
https://github.com/wildminder/ComfyUI-VibeVoice.git
synced 2026-01-26 14:39:45 +00:00
13 lines
336 B
Python
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 = {} |