Nodes Browser
ComfyDeploy: How ComfyUI-BS_Kokoro-onnx works in ComfyUI?
What is ComfyUI-BS_Kokoro-onnx?
A ComfyUI wrapper for [a/Kokoro-onnx](https://github.com/thewh1teagle/kokoro-onnx)
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-BS_Kokoro-onnx
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-BS_Kokoro-onnx
A ComfyUI wrapper for Kokoro-onnx
Based on
Installation
Until the repository is registered on ComfyUI-Manager, please install manually using the following steps:
cd custom_nodes
git clone https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx
cd ComfyUI-BS_Kokoro-onnx
pip install -r requirements.txt
Required Model Files
Download the following files:
Place both files in the /custom_nodes/ComfyUI-BS-Kokoro-onnx/
folder.
Usage
Example workflows are available in the Example
folder.
License
This project inherits licenses from its dependencies:
- kokoro-onnx: MIT
- kokoro model: Apache 2.0
Note: This is my first repository. Feedback and contributions are welcome!