Metadata-Version: 2.1
Name: comfyui-pipertts
Version: 0.0.1
Summary: Convert Text-to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper)
Home-page: https://github.com/yuvraj108c/ComfyUI-PiperTTS
Requires-Python: >=3.10
Requires-Dist: piper-tts
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: httpx
Requires-Dist: tqdm
