tts_edge.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "1": {
  3. "inputs": {
  4. "text": [
  5. "3",
  6. 0
  7. ],
  8. "voice": [
  9. "5",
  10. 0
  11. ],
  12. "speed": [
  13. "8",
  14. 0
  15. ],
  16. "pitch": 0
  17. },
  18. "class_type": "EdgeTTS",
  19. "_meta": {
  20. "title": "Edge TTS 🔊"
  21. }
  22. },
  23. "3": {
  24. "inputs": {
  25. "value": "床前明月光,疑是地上霜。"
  26. },
  27. "class_type": "PrimitiveStringMultiline",
  28. "_meta": {
  29. "title": "$text.value!"
  30. }
  31. },
  32. "4": {
  33. "inputs": {
  34. "filename_prefix": "audio/ComfyUI",
  35. "quality": "V0",
  36. "audioUI": "",
  37. "audio": [
  38. "1",
  39. 0
  40. ]
  41. },
  42. "class_type": "SaveAudioMP3",
  43. "_meta": {
  44. "title": "Save Audio (MP3)"
  45. }
  46. },
  47. "5": {
  48. "inputs": {
  49. "text": "[Chinese] zh-CN Yunjian",
  50. "anything": [
  51. "7",
  52. 0
  53. ]
  54. },
  55. "class_type": "easy showAnything",
  56. "_meta": {
  57. "title": "Show Any"
  58. }
  59. },
  60. "7": {
  61. "inputs": {
  62. "value": "[Chinese] zh-CN Yunjian"
  63. },
  64. "class_type": "PrimitiveStringMultiline",
  65. "_meta": {
  66. "title": "$voice.value"
  67. }
  68. },
  69. "8": {
  70. "inputs": {
  71. "value": 1
  72. },
  73. "class_type": "easy float",
  74. "_meta": {
  75. "title": "$speed.value"
  76. }
  77. }
  78. }