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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-BS_Kokoro-onnx and select it
  5. 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!