How to add the models to comfyui, manually.

#25
by kiaazad - opened

My comfyui fails to download the model when I run the workflow. Are there any instructions on installing them manually? Specially which files to download and where to put them.

follow the instruction from the ComfyUI-VibeVoice
Put the full VibeVoice-1.5B into the "ComfyUI/models/tts/VibeVoice/"

I've installed this one: https://github.com/Enemyx-net/VibeVoice-ComfyUI
Is there a difference between the two?

Also, the repo:https://huggingface.co/microsoft/VibeVoice-1.5B/tree/main contains multiple files, I assume I'll have to put all of them in the same folder, right?
It's referred to as the model everywhere, makes me think it's a single file rather than a set of files.

For anyone stuck in my situation, you have to create a subfolder named VibeVoice-1.5B and put the files in that.

I've downloaded the 7b model can you help me

I have downloaded vibevoice large pt, and I have put everything in the folder named โ€œVibeVoice-Large-ptโ€œโ€ via path๏ผšComfyUI-V51-0355\ComfyUI\models\tts\VibeVoice\๏ผŒ and it complains about not having found the large model, I have been racking my brains about it, just can't find a solution to this prob, can anybody pull it off for me, thaaaaaaaaaaaaaaanks.

ๆˆ‘ๅทฒ็ปไธ‹่ฝฝไบ†VibeVoice-Largeๆ‰€ๆœ‰็š„ๆจกๅž‹ๆ–‡ไปถ๏ผŒๅญ˜ๆ”พ็›ฎๅฝ•ไธบE:\comfyui\models\tts\VibeVoice\VibeVoice-Large๏ผŒ่ฟ่กŒcomfyuiๅŽๆ็คบ๏ผŒ่ฐ่ƒฝ็ป™ไธช่งฃๅ†ณๆ–นๆกˆ
wechat_2025-09-15_112509_785.png

i have the same problem
i follow this

ComfyUI/models/vibevoice/
โ”œโ”€โ”€ tokenizer/ # Place Qwen tokenizer files here
โ”‚ โ”œโ”€โ”€ tokenizer_config.json
โ”‚ โ”œโ”€โ”€ vocab.json
โ”‚ โ”œโ”€โ”€ merges.txt
โ”‚ โ””โ”€โ”€ tokenizer.json
โ”œโ”€โ”€ VibeVoice-1.5B/ # Model folder
โ”‚ โ”œโ”€โ”€ config.json
โ”‚ โ”œโ”€โ”€ model-00001-of-00003.safetensors
โ”‚ โ”œโ”€โ”€ model-00002-of-00003.safetensors
โ”‚ โ””โ”€โ”€ ... (other model files)
โ”œโ”€โ”€ VibeVoice-Large/
โ”‚ โ””โ”€โ”€ ... (model files)
โ””โ”€โ”€ my-custom-vibevoice/ # custom names are supported
โ””โ”€โ”€ ... (model files)

this no model found so i move it to this

ComfyUI/models/tts/vibevoice/
โ”œโ”€โ”€ tokenizer/ # Place Qwen tokenizer files here
โ”‚ โ”œโ”€โ”€ tokenizer_config.json
โ”‚ โ”œโ”€โ”€ vocab.json
โ”‚ โ”œโ”€โ”€ merges.txt
โ”‚ โ””โ”€โ”€ tokenizer.json
โ”œโ”€โ”€ VibeVoice-1.5B/ # Model folder
โ”‚ โ”œโ”€โ”€ config.json
โ”‚ โ”œโ”€โ”€ model-00001-of-00003.safetensors
โ”‚ โ”œโ”€โ”€ model-00002-of-00003.safetensors
โ”‚ โ””โ”€โ”€ ... (other model files)
โ”œโ”€โ”€ VibeVoice-Large/
โ”‚ โ””โ”€โ”€ ... (model files)
โ””โ”€โ”€ my-custom-vibevoice/ # custom names are supported
โ””โ”€โ”€ ... (model files)

still no medel found

any solution?

Sign up or log in to comment