Update README.md
This commit is contained in:
@@ -190,13 +190,14 @@ This node Swaps, Enhances, and Restores faces from, video, and image. or higher
|
|||||||
----
|
----
|
||||||
### DeepFuze_TTS Node (Voice Cloning) 🎙️
|
### DeepFuze_TTS Node (Voice Cloning) 🎙️
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**Languages:**
|
**Languages:**
|
||||||
|
|
||||||
**DeepFuze_TTS voice cloning supports 17 languages: English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt), Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko) Hindi (hi).**
|
**DeepFuze_TTS voice cloning supports 17 languages: English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt), Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko) Hindi (hi).**
|
||||||
|
|
||||||
This node is used to clone any voice from typed input. The audio file should be 10-15 seconds long for better results and should not have much noise.
|
This node is used to clone any voice from typed input. The audio file should be 10-15 seconds long for better results and should not have much noise. To avoid any sample rate error, load MP3 audio and only work with [AudioScheduler](https://github.com/a1lazydog/ComfyUI-AudioScheduler) node. We are working on developing a converter node to solve this issue.
|
||||||
|
|
||||||

|
|
||||||
**Input Types:**
|
**Input Types:**
|
||||||
- `audio`: An instance of loaded audio data.
|
- `audio`: An instance of loaded audio data.
|
||||||
- `text`: Text to generate the cloned voice audio.
|
- `text`: Text to generate the cloned voice audio.
|
||||||
|
|||||||
Reference in New Issue
Block a user