Nodes Browser
ComfyDeploy: How ComfyUI jhj Kokoro Onnx works in ComfyUI?
What is ComfyUI jhj Kokoro Onnx?
kokoro-onnx (opensource TTS model) wrapper for ComfyUI.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI jhj Kokoro Onnx
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI jhj Kokoro Onnx
This is the ComfyUI custom node wrapper for the kokoro-onnx
https://github.com/user-attachments/assets/f227159b-86c6-49a7-adba-3823d41974eb
Installation
Search "ComfyUI jhj Kokoro Onnx" in the Manager.
Or if you want to install manually, follow the steps below:
- git clone repository into
ComfyUI\custom_nodes\
git clone https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx.git
- Go to
ComfyUI\custom_nodes\ComfyUI-Your-CustomNode-Name
and run
pip install -r requirements.txt
If you are using the portable version of ComfyUI, do this:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-jhj-Kokoro-Onnx\requirements.txt
Models
Models are automatically downloaded to ComfyUI\models\kokoro-onnx
directory.
Latest version is v0.19, but look forward to v0.23 from here: https://huggingface.co/spaces/hexgrad/Kokoro-TTS
Right now it uses:
Workflows
TTS workflow is in examples/.