How to add the models to comfyui, manually.
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.
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?
