# 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 = {}