From 8310183405b8177bbf568b3fa7f09ec7fd9cffbe Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Fri, 21 Nov 2025 10:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=AC=E5=9C=B0ComfyUI?= =?UTF-8?q?=E7=9A=84index-tts2=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflows/selfhost/tts_index2.json | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 workflows/selfhost/tts_index2.json diff --git a/workflows/selfhost/tts_index2.json b/workflows/selfhost/tts_index2.json new file mode 100644 index 0000000..fa72053 --- /dev/null +++ b/workflows/selfhost/tts_index2.json @@ -0,0 +1,64 @@ +{ + "3": { + "inputs": { + "text": "床前明月光,疑是地上霜。" + }, + "class_type": "Text _O", + "_meta": { + "title": "$text.text!" + } + }, + "5": { + "inputs": { + "text": [ + "3", + 0 + ], + "mode": "Auto", + "do_sample_mode": "on", + "temperature": 0.8, + "top_p": 0.9, + "top_k": 30, + "num_beams": 3, + "repetition_penalty": 10, + "length_penalty": 0, + "max_mel_tokens": 1815, + "max_tokens_per_sentence": 120, + "seed": 4266796044, + "reference_audio": [ + "12", + 0 + ] + }, + "class_type": "IndexTTS2BaseNode", + "_meta": { + "title": "Index TTS 2 - Base" + } + }, + "8": { + "inputs": { + "filename_prefix": "audio/ComfyUI", + "quality": "V0", + "audioUI": "", + "audio": [ + "5", + 0 + ] + }, + "class_type": "SaveAudioMP3", + "_meta": { + "title": "Save Audio (MP3)" + } + }, + "12": { + "inputs": { + "audio": "小裴钱.wav", + "start_time": 0, + "duration": 0 + }, + "class_type": "VHS_LoadAudioUpload", + "_meta": { + "title": "$ref_audio.audio" + } + } +} \ No newline at end of file