Parler TTS is a zeroshot voice synthesis with emotion and entonations, you can control the voice style via text prompt
This node provides access to the high-quality Parler TTS with promptable descriptions within ComfyUI. It is part of the IF_AI_tools collection.
Prerequisites:
Installation Steps:
pip install git+https://github.com/huggingface/parler-tts.git
H:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install git+https://github.com/huggingface/parler-tts.git
setup.py
file, comment out line 4 (#from ffmpy import __version__
).version="0.3.0"
).<your python path>
with the path to your Python executable:
<your python path> setup.py
H:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install importlib_resources