From 4da796065af9c4cbbe945c7ab9f17bb506f26f91 Mon Sep 17 00:00:00 2001 From: WildAi <2853742+wildminder@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:09:12 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f6b4055..509f324 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ The node can be installed via **Use ComfyUI Manager:** Find the ComfyUI-VibeVoic 3. **Start/Restart ComfyUI:** Launch ComfyUI. The "VibeVoice TTS" node will appear under the `audio/tts` category. The first time you use the node, it will automatically download the selected model to your `ComfyUI/models/tts/VibeVoice/` folder. +## Models +| Model | Context Length | Generation Length | Weight | +|-------|----------------|----------|----------| +| VibeVoice-1.5B | 64K | ~90 min | [HF link](https://huggingface.co/microsoft/VibeVoice-1.5B) | +| VibeVoice-7B-Preview| 32K | ~45 min | [HF link](https://huggingface.co/WestZhang/VibeVoice-Large-pt) | +

(back to top)