返回 Pixelle-Video
tts_index2.json
根目录 / workflows / selfhost / tts_index2.json
1 {
2 "3": {
3 "inputs": {
4 "text": "床前明月光,疑是地上霜。"
5 },
6 "class_type": "Text _O",
7 "_meta": {
8 "title": "$text.text!"
9 }
10 },
11 "5": {
12 "inputs": {
13 "text": [
14 "3",
15 0
16 ],
17 "mode": "Auto",
18 "do_sample_mode": "on",
19 "temperature": 0.8,
20 "top_p": 0.9,
21 "top_k": 30,
22 "num_beams": 3,
23 "repetition_penalty": 10,
24 "length_penalty": 0,
25 "max_mel_tokens": 1815,
26 "max_tokens_per_sentence": 120,
27 "seed": 4266796044,
28 "reference_audio": [
29 "12",
30 0
31 ]
32 },
33 "class_type": "IndexTTS2BaseNode",
34 "_meta": {
35 "title": "Index TTS 2 - Base"
36 }
37 },
38 "8": {
39 "inputs": {
40 "filename_prefix": "audio/ComfyUI",
41 "quality": "V0",
42 "audioUI": "",
43 "audio": [
44 "5",
45 0
46 ]
47 },
48 "class_type": "SaveAudioMP3",
49 "_meta": {
50 "title": "Save Audio (MP3)"
51 }
52 },
53 "12": {
54 "inputs": {
55 "audio": "小裴钱.wav",
56 "start_time": 0,
57 "duration": 0
58 },
59 "class_type": "VHS_LoadAudioUpload",
60 "_meta": {
61 "title": "$ref_audio.audio"
62 }
63 }
64 }
64 lines JSON