Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-mars5-tts
a comfyui custom node for MARS5-TTS
https://github.com/aifsh/comfyui-mars5-tts
Last synced: about 2 months ago
JSON representation
a comfyui custom node for MARS5-TTS
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-mars5-tts
- Owner: AIFSH
- License: agpl-3.0
- Created: 2024-06-29T21:24:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T02:00:28.000Z (6 months ago)
- Last Synced: 2024-07-05T16:57:07.897Z (6 months ago)
- Language: Python
- Size: 433 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI-MARS5-TTS
a comfyui custom node for [MARS5-TTS](https://github.com/Camb-ai/MARS5-TTS)
- [workfolw](./doc/mars_uvr5_workflow.json)## Example
input
- [ref_audio](./doc/trump.MP3)https://github.com/AIFSH/ComfyUI-MARS5-TTS/assets/149982694/4e85b99d-4472-482f-b520-e63592f3c4a2
- reference text
```
we're going to make America great again. we're a failing nation right now. we're a seriously failing nation
```
output
- [tts_output_audio](./doc/mars5_1719705960726329200.wav)
https://github.com/AIFSH/ComfyUI-MARS5-TTS/assets/149982694/ce64c69e-4db8-47b1-ae31-9d173d772047## How to use
```
## in ComfyUI/custom_nodes/
git clone https://github.com/AIFSH/ComfyUI-MARS5-TTS.git
cd ComfyUI-MARS5-TTS
pip install -r requirements.txt
```
`weights` will be downloaded from huggingface## Tutorial
【MARS5-TTS | ComfyUI插件来了,会是英文版的SeedTTS开源平替吗?-哔哩哔哩】 https://b23.tv/etjjwVd- QQ群:852228202
## Thanks
[MARS5-TTS](https://github.com/Camb-ai/MARS5-TTS)