comfyui-workflow-templates 0.1.16__py3-none-any.whl → 0.1.18__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing-1.mp3 +0 -0
  2. comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing.json +431 -375
  3. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_instrumentals-1.mp3 +0 -0
  4. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_instrumentals.json +451 -319
  5. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song-1.mp3 +0 -0
  6. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song.json +458 -328
  7. comfyui_workflow_templates/templates/image_lotus_depth_v1_1-1.webp +0 -0
  8. comfyui_workflow_templates/templates/image_lotus_depth_v1_1-2.webp +0 -0
  9. comfyui_workflow_templates/templates/image_lotus_depth_v1_1.json +789 -0
  10. comfyui_workflow_templates/templates/index.json +46 -22
  11. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v.json +1629 -677
  12. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +678 -693
  13. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +838 -559
  14. comfyui_workflow_templates/templates/video_wan_vace_flf2v-1.webp +0 -0
  15. comfyui_workflow_templates/templates/video_wan_vace_flf2v.json +2239 -0
  16. comfyui_workflow_templates/templates/video_wan_vace_outpainting-1.webp +0 -0
  17. comfyui_workflow_templates/templates/video_wan_vace_outpainting-2.webp +0 -0
  18. comfyui_workflow_templates/templates/video_wan_vace_outpainting.json +1914 -0
  19. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.18.dist-info}/METADATA +1 -1
  20. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.18.dist-info}/RECORD +23 -15
  21. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.18.dist-info}/WHEEL +1 -1
  22. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.18.dist-info}/licenses/LICENSE +0 -0
  23. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.18.dist-info}/top_level.txt +0 -0
@@ -1,43 +1,188 @@
1
1
  {
2
2
  "id": "88ac5dad-efd7-40bb-84fe-fbaefdee1fa9",
3
3
  "revision": 0,
4
- "last_node_id": 54,
5
- "last_link_id": 118,
4
+ "last_node_id": 73,
5
+ "last_link_id": 137,
6
6
  "nodes": [
7
7
  {
8
- "id": 44,
9
- "type": "ConditioningZeroOut",
8
+ "id": 49,
9
+ "type": "LatentApplyOperationCFG",
10
10
  "pos": [
11
- 790,
12
- 610
11
+ 940,
12
+ -160
13
13
  ],
14
14
  "size": [
15
- 197.712890625,
16
- 26
15
+ 290,
16
+ 50
17
+ ],
18
+ "flags": {
19
+ "collapsed": false
20
+ },
21
+ "order": 9,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "model",
26
+ "type": "MODEL",
27
+ "link": 113
28
+ },
29
+ {
30
+ "name": "operation",
31
+ "type": "LATENT_OPERATION",
32
+ "link": 114
33
+ }
34
+ ],
35
+ "outputs": [
36
+ {
37
+ "name": "MODEL",
38
+ "type": "MODEL",
39
+ "links": [
40
+ 121
41
+ ]
42
+ }
43
+ ],
44
+ "properties": {
45
+ "cnr_id": "comfy-core",
46
+ "ver": "0.3.34",
47
+ "Node name for S&R": "LatentApplyOperationCFG"
48
+ },
49
+ "widgets_values": []
50
+ },
51
+ {
52
+ "id": 52,
53
+ "type": "KSampler",
54
+ "pos": [
55
+ 940,
56
+ -40
57
+ ],
58
+ "size": [
59
+ 290,
60
+ 262
17
61
  ],
18
62
  "flags": {},
19
- "order": 8,
63
+ "order": 11,
20
64
  "mode": 0,
21
65
  "inputs": [
22
66
  {
23
- "name": "conditioning",
67
+ "name": "model",
68
+ "type": "MODEL",
69
+ "link": 121
70
+ },
71
+ {
72
+ "name": "positive",
24
73
  "type": "CONDITIONING",
25
- "link": 108
74
+ "link": 117
75
+ },
76
+ {
77
+ "name": "negative",
78
+ "type": "CONDITIONING",
79
+ "link": 120
80
+ },
81
+ {
82
+ "name": "latent_image",
83
+ "type": "LATENT",
84
+ "link": 119
26
85
  }
27
86
  ],
28
87
  "outputs": [
29
88
  {
30
- "name": "CONDITIONING",
31
- "type": "CONDITIONING",
89
+ "name": "LATENT",
90
+ "type": "LATENT",
91
+ "slot_index": 0,
32
92
  "links": [
33
- 109
93
+ 122
34
94
  ]
35
95
  }
36
96
  ],
37
97
  "properties": {
38
- "Node name for S&R": "ConditioningZeroOut",
39
98
  "cnr_id": "comfy-core",
40
- "ver": "0.3.32"
99
+ "ver": "0.3.34",
100
+ "Node name for S&R": "KSampler"
101
+ },
102
+ "widgets_values": [
103
+ 257025689259434,
104
+ "randomize",
105
+ 50,
106
+ 5,
107
+ "euler",
108
+ "simple",
109
+ 1
110
+ ]
111
+ },
112
+ {
113
+ "id": 64,
114
+ "type": "LoadAudio",
115
+ "pos": [
116
+ 180,
117
+ 340
118
+ ],
119
+ "size": [
120
+ 370,
121
+ 140
122
+ ],
123
+ "flags": {},
124
+ "order": 0,
125
+ "mode": 4,
126
+ "inputs": [],
127
+ "outputs": [
128
+ {
129
+ "name": "AUDIO",
130
+ "type": "AUDIO",
131
+ "links": [
132
+ 136
133
+ ]
134
+ }
135
+ ],
136
+ "properties": {
137
+ "cnr_id": "comfy-core",
138
+ "ver": "0.3.34",
139
+ "Node name for S&R": "LoadAudio"
140
+ },
141
+ "widgets_values": [
142
+ "ace_step_example.flac",
143
+ null,
144
+ null
145
+ ],
146
+ "color": "#322",
147
+ "bgcolor": "#533"
148
+ },
149
+ {
150
+ "id": 68,
151
+ "type": "VAEEncodeAudio",
152
+ "pos": [
153
+ 180,
154
+ 180
155
+ ],
156
+ "size": [
157
+ 370,
158
+ 46
159
+ ],
160
+ "flags": {},
161
+ "order": 8,
162
+ "mode": 4,
163
+ "inputs": [
164
+ {
165
+ "name": "audio",
166
+ "type": "AUDIO",
167
+ "link": 136
168
+ },
169
+ {
170
+ "name": "vae",
171
+ "type": "VAE",
172
+ "link": 137
173
+ }
174
+ ],
175
+ "outputs": [
176
+ {
177
+ "name": "LATENT",
178
+ "type": "LATENT",
179
+ "links": null
180
+ }
181
+ ],
182
+ "properties": {
183
+ "cnr_id": "comfy-core",
184
+ "ver": "0.3.34",
185
+ "Node name for S&R": "VAEEncodeAudio"
41
186
  },
42
187
  "widgets_values": []
43
188
  },
@@ -45,15 +190,15 @@
45
190
  "id": 40,
46
191
  "type": "CheckpointLoaderSimple",
47
192
  "pos": [
48
- 179.5068359375,
49
- 87.76739501953125
193
+ 180,
194
+ -160
50
195
  ],
51
196
  "size": [
52
- 375,
197
+ 370,
53
198
  98
54
199
  ],
55
200
  "flags": {},
56
- "order": 0,
201
+ "order": 1,
57
202
  "mode": 0,
58
203
  "inputs": [],
59
204
  "outputs": [
@@ -61,7 +206,7 @@
61
206
  "name": "MODEL",
62
207
  "type": "MODEL",
63
208
  "links": [
64
- 111
209
+ 115
65
210
  ]
66
211
  },
67
212
  {
@@ -75,14 +220,15 @@
75
220
  "name": "VAE",
76
221
  "type": "VAE",
77
222
  "links": [
78
- 83
223
+ 83,
224
+ 137
79
225
  ]
80
226
  }
81
227
  ],
82
228
  "properties": {
83
- "Node name for S&R": "CheckpointLoaderSimple",
84
229
  "cnr_id": "comfy-core",
85
230
  "ver": "0.3.32",
231
+ "Node name for S&R": "CheckpointLoaderSimple",
86
232
  "models": [
87
233
  {
88
234
  "name": "ace_step_v1_3.5b.safetensors",
@@ -101,124 +247,129 @@
101
247
  "id": 48,
102
248
  "type": "MarkdownNote",
103
249
  "pos": [
104
- -360.0564270019531,
105
- 45.08247375488281
250
+ -460,
251
+ -200
106
252
  ],
107
253
  "size": [
108
- 499.296875,
109
- 571.3455200195312
254
+ 610,
255
+ 820
110
256
  ],
111
257
  "flags": {},
112
- "order": 1,
258
+ "order": 2,
113
259
  "mode": 0,
114
260
  "inputs": [],
115
261
  "outputs": [],
116
- "title": "About ACE Step",
262
+ "title": "About ACE Step and Multi-language Input",
117
263
  "properties": {},
118
264
  "widgets_values": [
119
- "[Tutorial](http://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1) | [教程](http://docs.comfy.org/zh-CN/tutorials/audio/ace-step/ace-step-v1)\n\n\n### Model Download\n\nDownload the following model and save it to the **ComfyUI/models/checkpoints** folder.\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### Multilingual Support\n\nCurrently, ACE-Step V1 supports multiple languages. When running, the ACE-Step model will obtain the English letters after the conversion of the corresponding different languages, and then generate music.\n\nHowever, currently in ComfyUI, we have not fully implemented the conversion from multiple languages to English letters (Japanese has been implemented at present). Therefore, if you need to use multiple languages for relevant music generation, you need to first convert the corresponding language into English letters, and then input the abbreviation of the corresponding language code at the beginning of the corresponding `lyrics`.\n\nFor example, Chinese `[zh]`, Japanese `[ja]`, Korean `[ko]`, etc.\nFor example:\n```\n[zh]ni hao\n[ja]kon ni chi wa\n[ko]an nyeong\n```\n\n---\n\n### 模型下载\n\n下载下面的模型并保存到 **ComfyUI/models/checkpoints** 文件夹下\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### 多语言支持\n\n目前 ACE-Step V1 是支持多语言的,运行是 ACE-Step 模型会获取到对应的不同语言转换后的英文字母,然后进行音乐生成。\n\n但目前在 ComfyUI 中我们并没有完全实现多语言到英文字母的转换(目前日文已经实现),所以如果你需要使用多语言来进行相关的音乐生成,你需要首先将对应的语言转换成英文字母,然后在对应 `lyrics` 开头输入对应语言代码的缩写。\n\n比如中文`[zh]` 日语 `[ja]` 韩语 `[ko]` 等\n比如:\n```\n[zh]ni hao\n[ja]kon ni chi wa\n[ko]an nyeong\n```"
265
+ "[Tutorial](http://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1) | [教程](http://docs.comfy.org/zh-CN/tutorials/audio/ace-step/ace-step-v1)\n\n\n### Model Download\n\nDownload the following model and save it to the **ComfyUI/models/checkpoints** folder.\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### Multilingual Support\n\nCurrently, the implementation of multi-language support for ACE-Step V1 is achieved by uniformly converting different languages into English characters. At present, in ComfyUI, we haven't implemented the step of converting multi-languages into English. This is because if we need to implement the corresponding conversion, we have to add additional core dependencies of ComfyUI, which may lead to uncertain dependency conflicts.\n\nSo, currently, if you need to input multi-language text, you have to manually convert it into English characters to complete this process. Then, at the beginning of the corresponding `lyrics`, input the abbreviation of the corresponding language code.\n\nFor example, for Chinese, use `[zh]`, for Japanese use `[ja]`, for Korean use `[ko]`, and so on. For specific language input, please check the examples in the instructions. \n\nFor example, Chinese `[zh]`, Japanese `[ja]`, Korean `[ko]`, etc.\n\nExample:\n\n```\n[verse]\n\n[zh]wo3zou3guo4shen1ye4de5jie1dao4\n[zh]leng3feng1chui1luan4si1nian4de5piao4liang4wai4tao4\n[zh]ni3de5wei1xiao4xiang4xing1guang1hen3xuan4yao4\n[zh]zhao4liang4le5wo3gu1du2de5mei3fen1mei3miao3\n\n[chorus]\n\n[verse]​\n[ko]hamkke si-kkeuleo-un sesang-ui sodong-eul pihae​\n[ko]honja ogsang-eseo dalbich-ui eolyeompus-ileul balaboda​\n[ko]niga salang-eun lideum-i ganghan eum-ag gatdago malhaess-eo​\n[ko]han ta han tamada ma-eum-ui ondoga eolmana heojeonhanji ijge hae\n\n[bridge]\n[es]cantar mi anhelo por ti sin ocultar\n[es]como poesía y pintura, lleno de anhelo indescifrable\n[es]tu sombra es tan terca como el viento, inborrable\n[es]persiguiéndote en vuelo, brilla como cruzar una mar de nubes\n\n[chorus]\n[fr]que tu sois le vent qui souffle sur ma main\n[fr]un contact chaud comme la douce pluie printanière\n[fr]que tu sois le vent qui s'entoure de mon corps\n[fr]un amour profond qui ne s'éloignera jamais\n\n```\n\n---\n\n### 模型下载\n\n下载下面的模型并保存到 **ComfyUI/models/checkpoints** 文件夹下\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### 多语言支持\n\n目前 ACE-Step V1 多语言的实现是通过将不同语言统一转换为英文字符来实现的,目前在 ComfyUI 中我们并没有实现多语言转换为英文的这一步骤。因为如果需要实现对应转换,则需要增加额外的 ComfyUI 核心依赖,这将可能带来不确定的依赖冲突。\n\n所以目前如果你需要输入多语言,则需要手动转换为英文字符来实现这一过程,然后在对应 `lyrics` 开头输入对应语言代码的缩写。\n\n比如中文`[zh]` 日语 `[ja]` 韩语 `[ko]` 等,具体语言输入请查看说明中的示例\n\n"
120
266
  ],
121
267
  "color": "#432",
122
268
  "bgcolor": "#653"
123
269
  },
124
270
  {
125
- "id": 14,
126
- "type": "TextEncodeAceStepAudio",
271
+ "id": 18,
272
+ "type": "VAEDecodeAudio",
127
273
  "pos": [
128
- 581.5770874023438,
129
- 82.79544830322266
274
+ 1080,
275
+ 270
130
276
  ],
131
277
  "size": [
132
- 413.60076904296875,
133
- 447.163330078125
278
+ 150.93612670898438,
279
+ 46
134
280
  ],
135
- "flags": {},
136
- "order": 6,
281
+ "flags": {
282
+ "collapsed": false
283
+ },
284
+ "order": 12,
137
285
  "mode": 0,
138
286
  "inputs": [
139
287
  {
140
- "name": "clip",
141
- "type": "CLIP",
142
- "link": 80
288
+ "name": "samples",
289
+ "type": "LATENT",
290
+ "link": 122
291
+ },
292
+ {
293
+ "name": "vae",
294
+ "type": "VAE",
295
+ "link": 83
143
296
  }
144
297
  ],
145
298
  "outputs": [
146
299
  {
147
- "name": "CONDITIONING",
148
- "type": "CONDITIONING",
300
+ "name": "AUDIO",
301
+ "type": "AUDIO",
149
302
  "links": [
150
- 108,
151
- 110
303
+ 126,
304
+ 127,
305
+ 128
152
306
  ]
153
307
  }
154
308
  ],
155
309
  "properties": {
156
- "Node name for S&R": "TextEncodeAceStepAudio",
157
310
  "cnr_id": "comfy-core",
158
- "ver": "0.3.32"
311
+ "ver": "0.3.32",
312
+ "Node name for S&R": "VAEDecodeAudio"
159
313
  },
160
- "widgets_values": [
161
- "funk, pop, soul, rock, melodic, guitar, drums, bass, keyboard, percussion, 105 BPM, energetic, upbeat, groovy, vibrant, dynamic",
162
- "[Verse]\nI don't care about the view\n'Cause I exist for me and you\nI live my whole life in this planter\nI can't find my car so just call me the\nHorny gardener\n\n[Verse 2]\nMayflies land on me and tell me they just moved to town\nRemind me of my cousin Dottie she could put five hundred seeds down\nUsed to have a little guy sit beside me but he died in '22\nHmm I think that I was that little guy\nWhoa Tongue slip it wasn't mutual\n\n[Chorus]\nSticky green time in the flowery bob\nMy top shelf's looking good enough to chew\nRight now every fly in the town is talking to me and buzzing too\nDaisy Daisy can you come outside to play or else\nI'll put a garden stake through you\n\n[Verse 3]\nAll the buzzers lockin' up their stems and suckin' up their cuticles\nShe breathes my air I got her light I'm like her cute little cubical\nSome caring soul in my seat might say I'm rotting away it's pitiful\nBut she's the reason I go on and on and every single root'll crawl\n\n[Chorus]\nSticky green time in the flowery bob\nMy top shelf's looking good enough to chew\nRight now every fly in the town is talking to me and buzzing too\nDaisy Daisy can you come outside to play or else\nI'll put a garden stake through you\nOh my pot\nDon't scrape\nOh no\n\n[Verse 4]\nAh hah ahhah ahhah oohhh\nAh ahhahhahhah oh Hah\nOhhh oooh Oooh ohhh\nAh hhah Oh",
163
- 1
164
- ]
314
+ "widgets_values": []
165
315
  },
166
316
  {
167
- "id": 19,
317
+ "id": 60,
168
318
  "type": "SaveAudio",
169
319
  "pos": [
170
- 1539,
171
- 100
320
+ 1260,
321
+ 40
172
322
  ],
173
323
  "size": [
174
- 375.57366943359375,
324
+ 610,
175
325
  112
176
326
  ],
177
327
  "flags": {},
178
- "order": 11,
179
- "mode": 0,
328
+ "order": 14,
329
+ "mode": 4,
180
330
  "inputs": [
181
331
  {
182
332
  "name": "audio",
183
333
  "type": "AUDIO",
184
- "link": 26
334
+ "link": 127
185
335
  }
186
336
  ],
187
337
  "outputs": [],
188
338
  "properties": {
189
339
  "cnr_id": "comfy-core",
190
- "ver": "0.3.32"
340
+ "ver": "0.3.34",
341
+ "Node name for S&R": "SaveAudio"
191
342
  },
192
343
  "widgets_values": [
193
344
  "audio/ComfyUI"
194
345
  ]
195
346
  },
196
347
  {
197
- "id": 50,
348
+ "id": 61,
198
349
  "type": "SaveAudioOpus",
199
350
  "pos": [
200
- 1543.5848388671875,
201
- 454.3232421875
351
+ 1260,
352
+ 220
202
353
  ],
203
354
  "size": [
204
- 270,
355
+ 610,
205
356
  136
206
357
  ],
207
358
  "flags": {},
208
- "order": 11,
359
+ "order": 15,
209
360
  "mode": 4,
210
361
  "inputs": [
211
362
  {
212
363
  "name": "audio",
213
364
  "type": "AUDIO",
214
- "link": 114
365
+ "link": 128
215
366
  }
216
367
  ],
217
368
  "outputs": [],
218
369
  "properties": {
219
- "Node name for S&R": "SaveAudioOpus",
220
370
  "cnr_id": "comfy-core",
221
- "ver": "0.3.34"
371
+ "ver": "0.3.34",
372
+ "Node name for S&R": "SaveAudioOpus"
222
373
  },
223
374
  "widgets_values": [
224
375
  "audio/ComfyUI",
@@ -226,18 +377,18 @@
226
377
  ]
227
378
  },
228
379
  {
229
- "id": 52,
230
- "type": "MarkdownNote",
380
+ "id": 73,
381
+ "type": "Note",
231
382
  "pos": [
232
- 1838.297119140625,
233
- 291.9790954589844
383
+ 1260,
384
+ 410
234
385
  ],
235
386
  "size": [
236
- 210,
237
- 160.2292938232422
387
+ 610,
388
+ 90
238
389
  ],
239
390
  "flags": {},
240
- "order": 2,
391
+ "order": 3,
241
392
  "mode": 0,
242
393
  "inputs": [],
243
394
  "outputs": [],
@@ -249,128 +400,65 @@
249
400
  "bgcolor": "#653"
250
401
  },
251
402
  {
252
- "id": 49,
253
- "type": "SaveAudio",
403
+ "id": 44,
404
+ "type": "ConditioningZeroOut",
254
405
  "pos": [
255
- 1542.2867431640625,
256
- 285.7957458496094
406
+ 600,
407
+ 70
257
408
  ],
258
409
  "size": [
259
- 270,
260
- 112
261
- ],
262
- "flags": {},
263
- "order": 12,
264
- "mode": 4,
265
- "inputs": [
266
- {
267
- "name": "audio",
268
- "type": "AUDIO",
269
- "link": 113
270
- }
410
+ 197.712890625,
411
+ 26
271
412
  ],
272
- "outputs": [],
273
- "properties": {
274
- "cnr_id": "comfy-core",
275
- "ver": "0.3.34"
413
+ "flags": {
414
+ "collapsed": true
276
415
  },
277
- "widgets_values": [
278
- "audio/ComfyUI"
279
- ]
280
- },
281
- {
282
- "id": 18,
283
- "type": "VAEDecodeAudio",
284
- "pos": [
285
- 1370,
286
- 100
287
- ],
288
- "size": [
289
- 150.93612670898438,
290
- 46
291
- ],
292
- "flags": {},
293
416
  "order": 10,
294
417
  "mode": 0,
295
418
  "inputs": [
296
419
  {
297
- "name": "samples",
298
- "type": "LATENT",
299
- "link": 101
300
- },
301
- {
302
- "name": "vae",
303
- "type": "VAE",
304
- "link": 83
420
+ "name": "conditioning",
421
+ "type": "CONDITIONING",
422
+ "link": 108
305
423
  }
306
424
  ],
307
425
  "outputs": [
308
426
  {
309
- "name": "AUDIO",
310
- "type": "AUDIO",
427
+ "name": "CONDITIONING",
428
+ "type": "CONDITIONING",
311
429
  "links": [
312
- 26,
313
- 113,
314
- 114,
315
- 115
430
+ 120
316
431
  ]
317
432
  }
318
433
  ],
319
434
  "properties": {
320
- "Node name for S&R": "VAEDecodeAudio",
321
435
  "cnr_id": "comfy-core",
322
- "ver": "0.3.32"
436
+ "ver": "0.3.32",
437
+ "Node name for S&R": "ConditioningZeroOut"
323
438
  },
324
439
  "widgets_values": []
325
440
  },
326
441
  {
327
442
  "id": 51,
328
- "type": "PreviewAudio",
329
- "pos": [
330
- 1542.848388671875,
331
- 635.384033203125
332
- ],
333
- "size": [
334
- 270,
335
- 88
336
- ],
337
- "flags": {},
338
- "order": 14,
339
- "mode": 4,
340
- "inputs": [
341
- {
342
- "name": "audio",
343
- "type": "AUDIO",
344
- "link": 115
345
- }
346
- ],
347
- "outputs": [],
348
- "properties": {
349
- "Node name for S&R": "PreviewAudio",
350
- "cnr_id": "comfy-core",
351
- "ver": "0.3.34"
352
- },
353
- "widgets_values": []
354
- },
355
- {
356
- "id": 45,
357
443
  "type": "ModelSamplingSD3",
358
444
  "pos": [
359
- 715.2496948242188,
360
- -31.243383407592773
445
+ 590,
446
+ -40
361
447
  ],
362
448
  "size": [
363
- 270,
364
- 58
449
+ 330,
450
+ 60
365
451
  ],
366
- "flags": {},
367
- "order": 5,
452
+ "flags": {
453
+ "collapsed": false
454
+ },
455
+ "order": 6,
368
456
  "mode": 0,
369
457
  "inputs": [
370
458
  {
371
459
  "name": "model",
372
460
  "type": "MODEL",
373
- "link": 111
461
+ "link": 115
374
462
  }
375
463
  ],
376
464
  "outputs": [
@@ -378,202 +466,162 @@
378
466
  "name": "MODEL",
379
467
  "type": "MODEL",
380
468
  "links": [
381
- 117
469
+ 113
382
470
  ]
383
471
  }
384
472
  ],
385
473
  "properties": {
386
- "Node name for S&R": "ModelSamplingSD3",
387
474
  "cnr_id": "comfy-core",
388
- "ver": "0.3.32"
475
+ "ver": "0.3.34",
476
+ "Node name for S&R": "ModelSamplingSD3"
389
477
  },
390
478
  "widgets_values": [
391
479
  5.000000000000001
392
480
  ]
393
481
  },
394
482
  {
395
- "id": 54,
396
- "type": "LatentApplyOperationCFG",
483
+ "id": 14,
484
+ "type": "TextEncodeAceStepAudio",
397
485
  "pos": [
398
- 1040.5806884765625,
399
- -26.301668167114258
486
+ 590,
487
+ 120
400
488
  ],
401
489
  "size": [
402
- 204.87850952148438,
403
- 46
490
+ 330,
491
+ 420
404
492
  ],
405
493
  "flags": {},
406
494
  "order": 7,
407
495
  "mode": 0,
408
496
  "inputs": [
409
497
  {
410
- "name": "model",
411
- "type": "MODEL",
412
- "link": 117
413
- },
414
- {
415
- "name": "operation",
416
- "type": "LATENT_OPERATION",
417
- "link": 116
498
+ "name": "clip",
499
+ "type": "CLIP",
500
+ "link": 80
418
501
  }
419
502
  ],
420
503
  "outputs": [
421
504
  {
422
- "name": "MODEL",
423
- "type": "MODEL",
505
+ "name": "CONDITIONING",
506
+ "type": "CONDITIONING",
424
507
  "links": [
425
- 118
508
+ 108,
509
+ 117
426
510
  ]
427
511
  }
428
512
  ],
429
513
  "properties": {
430
- "Node name for S&R": "LatentApplyOperationCFG"
431
- }
514
+ "cnr_id": "comfy-core",
515
+ "ver": "0.3.32",
516
+ "Node name for S&R": "TextEncodeAceStepAudio"
517
+ },
518
+ "widgets_values": [
519
+ "anime, kawaii pop, j-pop, childish, piano, guitar, synthesizer, fast, happy, cheerful, lighthearted",
520
+ "[instrumental]\n[break down]\n[drum fill]\n[chopped samples]\n",
521
+ 0.9900000000000002
522
+ ]
432
523
  },
433
524
  {
434
- "id": 53,
435
- "type": "LatentOperationTonemapReinhard",
525
+ "id": 17,
526
+ "type": "EmptyAceStepLatentAudio",
436
527
  "pos": [
437
- 665.3671264648438,
438
- -144.78700256347656
528
+ 180,
529
+ 50
439
530
  ],
440
531
  "size": [
441
- 314.7124938964844,
442
- 58
532
+ 370,
533
+ 82
443
534
  ],
444
535
  "flags": {},
445
- "order": 3,
536
+ "order": 4,
446
537
  "mode": 0,
447
538
  "inputs": [],
448
539
  "outputs": [
449
540
  {
450
- "name": "LATENT_OPERATION",
451
- "type": "LATENT_OPERATION",
541
+ "name": "LATENT",
542
+ "type": "LATENT",
452
543
  "links": [
453
- 116
544
+ 119
454
545
  ]
455
546
  }
456
547
  ],
457
548
  "properties": {
458
- "Node name for S&R": "LatentOperationTonemapReinhard"
549
+ "cnr_id": "comfy-core",
550
+ "ver": "0.3.32",
551
+ "Node name for S&R": "EmptyAceStepLatentAudio"
459
552
  },
460
553
  "widgets_values": [
554
+ 30,
461
555
  1
462
556
  ]
463
557
  },
464
558
  {
465
- "id": 17,
466
- "type": "EmptyAceStepLatentAudio",
559
+ "id": 50,
560
+ "type": "LatentOperationTonemapReinhard",
467
561
  "pos": [
468
- 710,
469
- 690
562
+ 590,
563
+ -160
470
564
  ],
471
565
  "size": [
472
- 270,
473
- 82
566
+ 330,
567
+ 58
474
568
  ],
475
569
  "flags": {},
476
- "order": 4,
570
+ "order": 5,
477
571
  "mode": 0,
478
572
  "inputs": [],
479
573
  "outputs": [
480
574
  {
481
- "name": "LATENT",
482
- "type": "LATENT",
575
+ "name": "LATENT_OPERATION",
576
+ "type": "LATENT_OPERATION",
483
577
  "links": [
484
- 23
578
+ 114
485
579
  ]
486
580
  }
487
581
  ],
488
582
  "properties": {
489
- "Node name for S&R": "EmptyAceStepLatentAudio",
490
583
  "cnr_id": "comfy-core",
491
- "ver": "0.3.32"
584
+ "ver": "0.3.34",
585
+ "Node name for S&R": "LatentOperationTonemapReinhard"
492
586
  },
493
587
  "widgets_values": [
494
- 120,
495
- 1
588
+ 1.0000000000000002
496
589
  ]
497
590
  },
498
591
  {
499
- "id": 3,
500
- "type": "KSampler",
592
+ "id": 59,
593
+ "type": "SaveAudioMP3",
501
594
  "pos": [
502
- 1040,
503
- 90
595
+ 1260,
596
+ -160
504
597
  ],
505
598
  "size": [
506
- 315,
507
- 262
599
+ 610,
600
+ 136
508
601
  ],
509
602
  "flags": {},
510
- "order": 9,
603
+ "order": 13,
511
604
  "mode": 0,
512
605
  "inputs": [
513
606
  {
514
- "name": "model",
515
- "type": "MODEL",
516
- "link": 118
517
- },
518
- {
519
- "name": "positive",
520
- "type": "CONDITIONING",
521
- "link": 110
522
- },
523
- {
524
- "name": "negative",
525
- "type": "CONDITIONING",
526
- "link": 109
527
- },
528
- {
529
- "name": "latent_image",
530
- "type": "LATENT",
531
- "link": 23
532
- }
533
- ],
534
- "outputs": [
535
- {
536
- "name": "LATENT",
537
- "type": "LATENT",
538
- "slot_index": 0,
539
- "links": [
540
- 101
541
- ]
607
+ "name": "audio",
608
+ "type": "AUDIO",
609
+ "link": 126
542
610
  }
543
611
  ],
612
+ "outputs": [],
544
613
  "properties": {
545
- "Node name for S&R": "KSampler",
546
614
  "cnr_id": "comfy-core",
547
- "ver": "0.3.32"
615
+ "ver": "0.3.34",
616
+ "Node name for S&R": "SaveAudioMP3"
548
617
  },
549
618
  "widgets_values": [
550
- 104920095063250,
551
- "randomize",
552
- 50,
553
- 5,
554
- "euler",
555
- "simple",
556
- 1
619
+ "audio/ComfyUI",
620
+ "V0"
557
621
  ]
558
622
  }
559
623
  ],
560
624
  "links": [
561
- [
562
- 23,
563
- 17,
564
- 0,
565
- 3,
566
- 3,
567
- "LATENT"
568
- ],
569
- [
570
- 26,
571
- 18,
572
- 0,
573
- 19,
574
- 0,
575
- "AUDIO"
576
- ],
577
625
  [
578
626
  80,
579
627
  40,
@@ -590,14 +638,6 @@
590
638
  1,
591
639
  "VAE"
592
640
  ],
593
- [
594
- 101,
595
- 3,
596
- 0,
597
- 18,
598
- 0,
599
- "LATENT"
600
- ],
601
641
  [
602
642
  108,
603
643
  14,
@@ -607,76 +647,108 @@
607
647
  "CONDITIONING"
608
648
  ],
609
649
  [
610
- 109,
611
- 44,
650
+ 113,
651
+ 51,
612
652
  0,
613
- 3,
614
- 2,
615
- "CONDITIONING"
653
+ 49,
654
+ 0,
655
+ "MODEL"
616
656
  ],
617
657
  [
618
- 110,
619
- 14,
658
+ 114,
659
+ 50,
620
660
  0,
621
- 3,
661
+ 49,
622
662
  1,
623
- "CONDITIONING"
663
+ "LATENT_OPERATION"
624
664
  ],
625
665
  [
626
- 111,
666
+ 115,
627
667
  40,
628
668
  0,
629
- 45,
669
+ 51,
630
670
  0,
631
671
  "MODEL"
632
672
  ],
633
673
  [
634
- 113,
635
- 18,
674
+ 117,
675
+ 14,
636
676
  0,
677
+ 52,
678
+ 1,
679
+ "CONDITIONING"
680
+ ],
681
+ [
682
+ 119,
683
+ 17,
684
+ 0,
685
+ 52,
686
+ 3,
687
+ "LATENT"
688
+ ],
689
+ [
690
+ 120,
691
+ 44,
692
+ 0,
693
+ 52,
694
+ 2,
695
+ "CONDITIONING"
696
+ ],
697
+ [
698
+ 121,
637
699
  49,
638
700
  0,
639
- "AUDIO"
701
+ 52,
702
+ 0,
703
+ "MODEL"
640
704
  ],
641
705
  [
642
- 114,
643
- 18,
706
+ 122,
707
+ 52,
644
708
  0,
645
- 50,
709
+ 18,
646
710
  0,
647
- "AUDIO"
711
+ "LATENT"
648
712
  ],
649
713
  [
650
- 115,
714
+ 126,
651
715
  18,
652
716
  0,
653
- 51,
717
+ 59,
654
718
  0,
655
719
  "AUDIO"
656
720
  ],
657
721
  [
658
- 116,
659
- 53,
722
+ 127,
723
+ 18,
660
724
  0,
661
- 54,
662
- 1,
663
- "LATENT_OPERATION"
725
+ 60,
726
+ 0,
727
+ "AUDIO"
664
728
  ],
665
729
  [
666
- 117,
667
- 45,
730
+ 128,
731
+ 18,
668
732
  0,
669
- 54,
733
+ 61,
670
734
  0,
671
- "MODEL"
735
+ "AUDIO"
672
736
  ],
673
737
  [
674
- 118,
675
- 54,
738
+ 136,
739
+ 64,
676
740
  0,
677
- 3,
741
+ 68,
678
742
  0,
679
- "MODEL"
743
+ "AUDIO"
744
+ ],
745
+ [
746
+ 137,
747
+ 40,
748
+ 2,
749
+ 68,
750
+ 1,
751
+ "VAE"
680
752
  ]
681
753
  ],
682
754
  "groups": [
@@ -684,10 +756,62 @@
684
756
  "id": 1,
685
757
  "title": "Load model here",
686
758
  "bounding": [
687
- 169.5068359375,
688
- 14.167394638061523,
689
- 395,
690
- 181.60000610351562
759
+ 170,
760
+ -230,
761
+ 390,
762
+ 180
763
+ ],
764
+ "color": "#3f789e",
765
+ "font_size": 24,
766
+ "flags": {}
767
+ },
768
+ {
769
+ "id": 4,
770
+ "title": "Latent",
771
+ "bounding": [
772
+ 170,
773
+ -30,
774
+ 390,
775
+ 280
776
+ ],
777
+ "color": "#3f789e",
778
+ "font_size": 24,
779
+ "flags": {}
780
+ },
781
+ {
782
+ "id": 5,
783
+ "title": "Adjust the vocal volume",
784
+ "bounding": [
785
+ 580,
786
+ -230,
787
+ 350,
788
+ 140
789
+ ],
790
+ "color": "#3f789e",
791
+ "font_size": 24,
792
+ "flags": {}
793
+ },
794
+ {
795
+ "id": 6,
796
+ "title": "For repainting",
797
+ "bounding": [
798
+ 170,
799
+ 270,
800
+ 390,
801
+ 223.60000610351562
802
+ ],
803
+ "color": "#3f789e",
804
+ "font_size": 24,
805
+ "flags": {}
806
+ },
807
+ {
808
+ "id": 7,
809
+ "title": "Output",
810
+ "bounding": [
811
+ 1250,
812
+ -230,
813
+ 630,
814
+ 760
691
815
  ],
692
816
  "color": "#3f789e",
693
817
  "font_size": 24,
@@ -697,13 +821,21 @@
697
821
  "config": {},
698
822
  "extra": {
699
823
  "ds": {
700
- "scale": 0.6673370443801444,
824
+ "scale": 1,
701
825
  "offset": [
702
- -7.609526046727524,
703
- 237.82772232099882
826
+ -360.04946246993075,
827
+ 345.94629043439085
704
828
  ]
705
829
  },
706
- "frontendVersion": "1.19.4"
830
+ "frontendVersion": "1.19.9",
831
+ "node_versions": {
832
+ "comfy-core": "0.3.34",
833
+ "ace-step": "06f751d65491c9077fa2bc9b06d2c6f2a90e4c56"
834
+ },
835
+ "VHS_latentpreview": false,
836
+ "VHS_latentpreviewrate": 0,
837
+ "VHS_MetadataImage": true,
838
+ "VHS_KeepIntermediate": true
707
839
  },
708
840
  "version": 0.4
709
841
  }