Metadata-Version: 2.1
Name: comfyui-text2speech
Version: 0.0.1
Summary: A ComfyUI custom node for text-to-speech integration with a local TTS server.
Home-page: https://github.com/GeekatplayStudio/ComfyUI-Text2Speech
Requires-Python: >=3.10
Requires-Dist: edge-tts       # Microsoft Edge TTS (primary, high-quality neural voices)
Requires-Dist: pyttsx3        # Cross-platform TTS (fallback)
Requires-Dist: flask          # Local TTS server
Requires-Dist: requests       # HTTP client for node-server communication
