Metadata-Version: 2.1
Name: comfyui-kokoro-tts
Version: 1.0.0
Summary: Kokoro is an open-weight TTS model with 82 million parameters.
Home-page: https://github.com/Apache0ne/ComfyUI-kokoro
Requires-Python: >=3.10
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: kokoro-onnx
