https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS
Make Muyan-TTS avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS
comfyui comfyui-manager comfyui-nodes comfyui-workflow
Last synced: about 2 months ago
JSON representation
Make Muyan-TTS avialbe in ComfyUI.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS
- Owner: Yuan-ManX
- License: mit
- Created: 2025-05-08T06:57:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T08:21:24.000Z (about 2 months ago)
- Last Synced: 2025-05-08T08:22:53.757Z (about 2 months ago)
- Topics: comfyui, comfyui-manager, comfyui-nodes, comfyui-workflow
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Muyan-TTS** - TTS avialbe in ComfyUI. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-Muyan-TTS
Make Muyan-TTS avialbe in ComfyUI.
[Muyan-TTS](https://github.com/MYZY-AI/Muyan-TTS) is a trainable TTS model designed for podcast applications within a $50,000 budget, which is pre-trained on over 100,000 hours of podcast audio data, enabling zero-shot TTS synthesis with high-quality voice generation. Furthermore, Muyan-TTS supports speaker adaptation with dozens of minutes of target speech, making it highly customizable for individual voices.
## Installation
1. Make sure you have ComfyUI installed
2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS.git
```3. Install dependencies:
```
cd ComfyUI-Muyan-TTS
pip install -r requirements.txt
```## Model
### Model Download
| Models | Links |
|-------|-------|
| Muyan-TTS | [huggingface](https://huggingface.co/MYZY-AI/Muyan-TTS) \| [modelscope](https://modelscope.cn/models/MYZY-AI/Muyan-TTS) |
| Muyan-TTS-SFT | [huggingface](https://huggingface.co/MYZY-AI/Muyan-TTS-SFT) \| [modelscope](https://modelscope.cn/models/MYZY-AI/Muyan-TTS-SFT) |Additionally, you need to download the weights of [chinese-hubert-base](https://huggingface.co/TencentGameMate/chinese-hubert-base).