Custom nodes for ComfyUI implementing the csm model for text-to-speech generation.
Custom nodes for ComfyUI implementing the CSM
model for text-to-speech generation.
Load CSM Checkpoint
: Loads a model checkpoint from ComfyUI/models/sesame/
.Load CSM Tokenizer
: Loads a tokenizer from ComfyUI/models/sesame_tokenizer/
.CSM Text-to-Speech
: Generates audio from text using the CSM-1B model.ckpt.pt
) from sesame/csm-1b in ComfyUI/models/sesame/
.ComfyUI/models/sesame_tokenizer/<tokenizer_dir>/
.requirements.txt
.git clone https://github.com/thezveroboy/ComfyUI-CSM-Nodes.git
Install dependencies
pip install -r requirements.txt
or if you use the portable install, run this in ComfyUI_windows_portable folder
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-CSM-Nodes\requirements.txt