selfhost
This commit is contained in:
78
workflows/selfhost/tts_edge.json
Normal file
78
workflows/selfhost/tts_edge.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"1": {
|
||||
"inputs": {
|
||||
"text": [
|
||||
"3",
|
||||
0
|
||||
],
|
||||
"voice": [
|
||||
"5",
|
||||
0
|
||||
],
|
||||
"speed": [
|
||||
"8",
|
||||
0
|
||||
],
|
||||
"pitch": 0
|
||||
},
|
||||
"class_type": "EdgeTTS",
|
||||
"_meta": {
|
||||
"title": "Edge TTS 🔊"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"inputs": {
|
||||
"value": "床前明月光,疑是地上霜。"
|
||||
},
|
||||
"class_type": "PrimitiveStringMultiline",
|
||||
"_meta": {
|
||||
"title": "$text.value!"
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"inputs": {
|
||||
"filename_prefix": "audio/ComfyUI",
|
||||
"quality": "V0",
|
||||
"audioUI": "",
|
||||
"audio": [
|
||||
"1",
|
||||
0
|
||||
]
|
||||
},
|
||||
"class_type": "SaveAudioMP3",
|
||||
"_meta": {
|
||||
"title": "Save Audio (MP3)"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"inputs": {
|
||||
"text": "[Chinese] zh-CN Yunjian",
|
||||
"anything": [
|
||||
"7",
|
||||
0
|
||||
]
|
||||
},
|
||||
"class_type": "easy showAnything",
|
||||
"_meta": {
|
||||
"title": "Show Any"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"inputs": {
|
||||
"value": "[Chinese] zh-CN Yunjian"
|
||||
},
|
||||
"class_type": "PrimitiveStringMultiline",
|
||||
"_meta": {
|
||||
"title": "$voice.value"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"inputs": {
|
||||
"value": 1
|
||||
},
|
||||
"class_type": "easy float",
|
||||
"_meta": {
|
||||
"title": "$speed.value"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user