mirror of
https://github.com/wildminder/ComfyUI-VibeVoice.git
synced 2026-03-13 20:39:49 +00:00
new repo link
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user