https://github.com/gitmylo/ComfyUI-audio-nodes
Audio nodes for ComfyUI
https://github.com/gitmylo/ComfyUI-audio-nodes
Last synced: about 2 months ago
JSON representation
Audio nodes for ComfyUI
- Host: GitHub
- URL: https://github.com/gitmylo/ComfyUI-audio-nodes
- Owner: gitmylo
- Created: 2025-02-17T19:27:07.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-19T15:43:31.000Z (about 2 months ago)
- Last Synced: 2025-02-19T16:38:29.851Z (about 2 months ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-comfyui - **Audio nodes**
README
# Comfyui audio nodes
A collection of ComfyUI nodes related to audio.Current nodes:
* Bark
* Load models
* Encode prompt
* Generate
1. Semantic
2. Coarse
3. Fine
* Load/save speaker npz, put speaker .npz files in `models/bark/speakers`
* HuBert model loader
* HuBert vectorizer (with output layer option, default 9, main voice quantizer was trained for layer 9)
* HuBert quantizer for creating npz from audio https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer
* Encodec
* Load models
* Encode audio
* Decode audio
* Coarse-ify codebooks (for creating custom npz files for Bark)