ComfyUI-Vui is now available in ComfyUI, Vui is a llama based transformer that predicts audio tokens.
4
stars
25
commits
Python
primary language
Jun 12, 2025
updated
ComfyUI-Vui is now available in ComfyUI, Vui is a llama based transformer that predicts audio tokens.
Make sure you have ComfyUI installed
Clone this repository into your ComfyUI's custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-Vui.git
cd ComfyUI-Vui
pip install -r requirements.txt
Vui Pretrained Models
Vui.BASE is base checkpoint trained on 40k hours of audio conversations
Vui.ABRAHAM is a single speaker model that can reply with context awareness.
Vui.COHOST is checkpoint with two speakers that can talk to each other.
25 commits
Python
100.0%
ComfyUI-Vui is now available in ComfyUI, Vui is a llama based transformer that predicts audio tokens.
4
stars
25
commits
Python
primary language
Jun 12, 2025
updated
ComfyUI-Vui is now available in ComfyUI, Vui is a llama based transformer that predicts audio tokens.
Make sure you have ComfyUI installed
Clone this repository into your ComfyUI's custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-Vui.git
cd ComfyUI-Vui
pip install -r requirements.txt
Vui Pretrained Models
Vui.BASE is base checkpoint trained on 40k hours of audio conversations
Vui.ABRAHAM is a single speaker model that can reply with context awareness.
Vui.COHOST is checkpoint with two speakers that can talk to each other.
25 commits
Python
100.0%