Metadata-Version: 2.1
Name: comfyui-bs-kokoro-onnx
Version: 0.0.1
Summary: A ComfyUI wrapper for [a/Kokoro-onnx](https://github.com/thewh1teagle/kokoro-onnx)
Home-page: https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx
Requires-Python: >=3.10
Requires-Dist: kokoro-onnx
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: numpy
