Metadata-Version: 2.1
Name: comfyui-soulx-podcast
Version: 1.0.0
Summary: ComfyUI-SoulX-Podcast is a custom node plugin for ComfyUI that packages the core functionality of SoulX-Podcast (long-form, multi-speaker, multi-dialect podcast voice generation) into a visual node workflow.
Home-page: https://github.com/flybirdxx/ComfyUI-SoulX-Podcast
Requires-Python: >=3.10
Requires-Dist: s3tokenizer
Requires-Dist: diffusers
Requires-Dist: transformers==4.57.1
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: einops
Requires-Dist: librosa
Requires-Dist: scipy
