new repo link

This commit is contained in:
WildAi
2025-09-04 10:07:09 +03:00
committed by GitHub
parent 58b46e228c
commit 2fdcec29f6

View File

@@ -49,7 +49,7 @@ MODEL_CONFIGS = {
"tokenizer_repo": "Qwen/Qwen2.5-1.5B"
},
"VibeVoice-Large": {
"repo_id": "microsoft/VibeVoice-Large",
"repo_id": "aoi-ot/VibeVoice-Large",
"size_gb": 17.4,
"tokenizer_repo": "Qwen/Qwen2.5-7B"
}
@@ -578,4 +578,4 @@ class VibeVoiceTTSNode:
return ({"waveform": output_waveform.detach().cpu(), "sample_rate": 24000},)
NODE_CLASS_MAPPINGS = {"VibeVoiceTTS": VibeVoiceTTSNode}
NODE_DISPLAY_NAME_MAPPINGS = {"VibeVoiceTTS": "VibeVoice TTS"}
NODE_DISPLAY_NAME_MAPPINGS = {"VibeVoiceTTS": "VibeVoice TTS"}