Metadata-Version: 2.1
Name: comfyui-kittentts
Version: 0.0.1
Summary: Ultra-lightweight text-to-speech model with just 15 million parameters
Home-page: https://github.com/Lovzu/ComfyUI-KittenTTS
Requires-Python: >=3.10
Requires-Dist: num2words
Requires-Dist: spacy
Requires-Dist: espeakng_loader
Requires-Dist: misaki[en]>=0.9.4
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: soundfile
Requires-Dist: numpy
Requires-Dist: huggingface_hub
