Metadata-Version: 2.1
Name: comfyui-fireredtts
Version: 0.1.0
Summary: A ComfyUI integration for FireRedTTS‑2, a real-time multi-speaker TTS system enabling high-quality, emotionally expressive dialogue and monologue synthesis. Leveraging a streaming architecture and context-aware prosody modeling, it supports natural speaker turns and stable long-form generation, ideal for interactive chat and podcast applications.
Home-page: https://github.com/1038lab/ComfyUI-FireRedTTS
Requires-Python: >=3.10
Requires-Dist: huggingface-hub>=0.19.0
Requires-Dist: transparent-background>=1.1.2
Requires-Dist: segment-anything>=1.0
Requires-Dist: groundingdino-py>=0.4.0
Requires-Dist: opencv-python-headless
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: protobuf
Requires-Dist: hydra-core>=1.3.0
Requires-Dist: omegaconf>=2.3.0
Requires-Dist: iopath>=0.1.9
