comfyui-workflow-templates 0.1.15__py3-none-any.whl → 0.1.17__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 (27) 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 +455 -313
  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 +462 -244
  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 +455 -239
  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 -0
  11. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v-1.webp +0 -0
  12. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v.json +2226 -0
  13. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v-1.webp +0 -0
  14. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +1259 -0
  15. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v-1.webp +0 -0
  16. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v-2.webp +0 -0
  17. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +1551 -0
  18. comfyui_workflow_templates/templates/video_wan_vace_flf2v-1.webp +0 -0
  19. comfyui_workflow_templates/templates/video_wan_vace_flf2v.json +2239 -0
  20. comfyui_workflow_templates/templates/video_wan_vace_outpainting-1.webp +0 -0
  21. comfyui_workflow_templates/templates/video_wan_vace_outpainting-2.webp +0 -0
  22. comfyui_workflow_templates/templates/video_wan_vace_outpainting.json +1914 -0
  23. {comfyui_workflow_templates-0.1.15.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/METADATA +1 -1
  24. {comfyui_workflow_templates-0.1.15.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/RECORD +27 -12
  25. {comfyui_workflow_templates-0.1.15.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/WHEEL +1 -1
  26. {comfyui_workflow_templates-0.1.15.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/licenses/LICENSE +0 -0
  27. {comfyui_workflow_templates-0.1.15.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/top_level.txt +0 -0
@@ -1,43 +1,87 @@
1
1
  {
2
2
  "id": "88ac5dad-efd7-40bb-84fe-fbaefdee1fa9",
3
3
  "revision": 0,
4
- "last_node_id": 52,
5
- "last_link_id": 115,
4
+ "last_node_id": 73,
5
+ "last_link_id": 137,
6
6
  "nodes": [
7
7
  {
8
- "id": 3,
8
+ "id": 49,
9
+ "type": "LatentApplyOperationCFG",
10
+ "pos": [
11
+ 940,
12
+ -160
13
+ ],
14
+ "size": [
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,
9
53
  "type": "KSampler",
10
54
  "pos": [
11
- 1040,
12
- 90
55
+ 940,
56
+ -40
13
57
  ],
14
58
  "size": [
15
- 315,
59
+ 290,
16
60
  262
17
61
  ],
18
62
  "flags": {},
19
- "order": 7,
63
+ "order": 11,
20
64
  "mode": 0,
21
65
  "inputs": [
22
66
  {
23
67
  "name": "model",
24
68
  "type": "MODEL",
25
- "link": 112
69
+ "link": 121
26
70
  },
27
71
  {
28
72
  "name": "positive",
29
73
  "type": "CONDITIONING",
30
- "link": 110
74
+ "link": 117
31
75
  },
32
76
  {
33
77
  "name": "negative",
34
78
  "type": "CONDITIONING",
35
- "link": 109
79
+ "link": 120
36
80
  },
37
81
  {
38
82
  "name": "latent_image",
39
83
  "type": "LATENT",
40
- "link": 23
84
+ "link": 119
41
85
  }
42
86
  ],
43
87
  "outputs": [
@@ -46,105 +90,111 @@
46
90
  "type": "LATENT",
47
91
  "slot_index": 0,
48
92
  "links": [
49
- 101
93
+ 122
50
94
  ]
51
95
  }
52
96
  ],
53
97
  "properties": {
54
98
  "cnr_id": "comfy-core",
55
- "ver": "0.3.32",
99
+ "ver": "0.3.34",
56
100
  "Node name for S&R": "KSampler"
57
101
  },
58
102
  "widgets_values": [
59
- 104920095063250,
103
+ 257025689259434,
60
104
  "randomize",
61
105
  50,
62
- 4,
63
- "res_multistep",
106
+ 5,
107
+ "euler",
64
108
  "simple",
65
109
  1
66
110
  ]
67
111
  },
68
112
  {
69
- "id": 44,
70
- "type": "ConditioningZeroOut",
113
+ "id": 64,
114
+ "type": "LoadAudio",
71
115
  "pos": [
72
- 790,
73
- 610
116
+ 180,
117
+ 340
74
118
  ],
75
119
  "size": [
76
- 197.712890625,
77
- 26
120
+ 370,
121
+ 140
78
122
  ],
79
123
  "flags": {},
80
- "order": 6,
81
- "mode": 0,
82
- "inputs": [
83
- {
84
- "name": "conditioning",
85
- "type": "CONDITIONING",
86
- "link": 108
87
- }
88
- ],
124
+ "order": 0,
125
+ "mode": 4,
126
+ "inputs": [],
89
127
  "outputs": [
90
128
  {
91
- "name": "CONDITIONING",
92
- "type": "CONDITIONING",
129
+ "name": "AUDIO",
130
+ "type": "AUDIO",
93
131
  "links": [
94
- 109
132
+ 136
95
133
  ]
96
134
  }
97
135
  ],
98
136
  "properties": {
99
137
  "cnr_id": "comfy-core",
100
- "ver": "0.3.32",
101
- "Node name for S&R": "ConditioningZeroOut"
138
+ "ver": "0.3.34",
139
+ "Node name for S&R": "LoadAudio"
102
140
  },
103
- "widgets_values": []
141
+ "widgets_values": [
142
+ "ace_step_example.flac",
143
+ null,
144
+ null
145
+ ],
146
+ "color": "#322",
147
+ "bgcolor": "#533"
104
148
  },
105
149
  {
106
- "id": 17,
107
- "type": "EmptyAceStepLatentAudio",
150
+ "id": 68,
151
+ "type": "VAEEncodeAudio",
108
152
  "pos": [
109
- 710,
110
- 690
153
+ 180,
154
+ 180
111
155
  ],
112
156
  "size": [
113
- 270,
114
- 82
157
+ 370,
158
+ 46
115
159
  ],
116
160
  "flags": {},
117
- "order": 0,
118
- "mode": 0,
119
- "inputs": [],
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
+ ],
120
175
  "outputs": [
121
176
  {
122
177
  "name": "LATENT",
123
178
  "type": "LATENT",
124
- "links": [
125
- 23
126
- ]
179
+ "links": null
127
180
  }
128
181
  ],
129
182
  "properties": {
130
183
  "cnr_id": "comfy-core",
131
- "ver": "0.3.32",
132
- "Node name for S&R": "EmptyAceStepLatentAudio"
184
+ "ver": "0.3.34",
185
+ "Node name for S&R": "VAEEncodeAudio"
133
186
  },
134
- "widgets_values": [
135
- 30,
136
- 1
137
- ]
187
+ "widgets_values": []
138
188
  },
139
189
  {
140
190
  "id": 40,
141
191
  "type": "CheckpointLoaderSimple",
142
192
  "pos": [
143
- 179.5068359375,
144
- 87.76739501953125
193
+ 180,
194
+ -160
145
195
  ],
146
196
  "size": [
147
- 375,
197
+ 370,
148
198
  98
149
199
  ],
150
200
  "flags": {},
@@ -156,7 +206,7 @@
156
206
  "name": "MODEL",
157
207
  "type": "MODEL",
158
208
  "links": [
159
- 111
209
+ 115
160
210
  ]
161
211
  },
162
212
  {
@@ -170,7 +220,8 @@
170
220
  "name": "VAE",
171
221
  "type": "VAE",
172
222
  "links": [
173
- 83
223
+ 83,
224
+ 137
174
225
  ]
175
226
  }
176
227
  ],
@@ -192,160 +243,126 @@
192
243
  "color": "#322",
193
244
  "bgcolor": "#533"
194
245
  },
195
- {
196
- "id": 45,
197
- "type": "ModelSamplingSD3",
198
- "pos": [
199
- 715.2496948242188,
200
- -31.243383407592773
201
- ],
202
- "size": [
203
- 270,
204
- 58
205
- ],
206
- "flags": {},
207
- "order": 4,
208
- "mode": 0,
209
- "inputs": [
210
- {
211
- "name": "model",
212
- "type": "MODEL",
213
- "link": 111
214
- }
215
- ],
216
- "outputs": [
217
- {
218
- "name": "MODEL",
219
- "type": "MODEL",
220
- "links": [
221
- 112
222
- ]
223
- }
224
- ],
225
- "properties": {
226
- "cnr_id": "comfy-core",
227
- "ver": "0.3.32",
228
- "Node name for S&R": "ModelSamplingSD3"
229
- },
230
- "widgets_values": [
231
- 4.000000000000001
232
- ]
233
- },
234
246
  {
235
247
  "id": 48,
236
248
  "type": "MarkdownNote",
237
249
  "pos": [
238
- -360.0564270019531,
239
- 45.08247375488281
250
+ -460,
251
+ -200
240
252
  ],
241
253
  "size": [
242
- 499.296875,
243
- 571.3455200195312
254
+ 610,
255
+ 820
244
256
  ],
245
257
  "flags": {},
246
258
  "order": 2,
247
259
  "mode": 0,
248
260
  "inputs": [],
249
261
  "outputs": [],
250
- "title": "About ACE Step",
262
+ "title": "About ACE Step and Multi-language Input",
251
263
  "properties": {},
252
264
  "widgets_values": [
253
- "[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"
254
266
  ],
255
267
  "color": "#432",
256
268
  "bgcolor": "#653"
257
269
  },
258
270
  {
259
- "id": 14,
260
- "type": "TextEncodeAceStepAudio",
271
+ "id": 18,
272
+ "type": "VAEDecodeAudio",
261
273
  "pos": [
262
- 581.5770874023438,
263
- 82.79544830322266
274
+ 1080,
275
+ 270
264
276
  ],
265
277
  "size": [
266
- 413.60076904296875,
267
- 447.163330078125
278
+ 150.93612670898438,
279
+ 46
268
280
  ],
269
- "flags": {},
270
- "order": 5,
281
+ "flags": {
282
+ "collapsed": false
283
+ },
284
+ "order": 12,
271
285
  "mode": 0,
272
286
  "inputs": [
273
287
  {
274
- "name": "clip",
275
- "type": "CLIP",
276
- "link": 80
288
+ "name": "samples",
289
+ "type": "LATENT",
290
+ "link": 122
291
+ },
292
+ {
293
+ "name": "vae",
294
+ "type": "VAE",
295
+ "link": 83
277
296
  }
278
297
  ],
279
298
  "outputs": [
280
299
  {
281
- "name": "CONDITIONING",
282
- "type": "CONDITIONING",
300
+ "name": "AUDIO",
301
+ "type": "AUDIO",
283
302
  "links": [
284
- 108,
285
- 110
303
+ 126,
304
+ 127,
305
+ 128
286
306
  ]
287
307
  }
288
308
  ],
289
309
  "properties": {
290
310
  "cnr_id": "comfy-core",
291
311
  "ver": "0.3.32",
292
- "Node name for S&R": "TextEncodeAceStepAudio"
312
+ "Node name for S&R": "VAEDecodeAudio"
293
313
  },
294
- "widgets_values": [
295
- "funk, pop, soul, rock, melodic, guitar, drums, bass, keyboard, percussion, 105 BPM, energetic, upbeat, groovy, vibrant, dynamic",
296
- "[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",
297
- 1
298
- ]
314
+ "widgets_values": []
299
315
  },
300
316
  {
301
- "id": 19,
317
+ "id": 60,
302
318
  "type": "SaveAudio",
303
319
  "pos": [
304
- 1539,
305
- 100
320
+ 1260,
321
+ 40
306
322
  ],
307
323
  "size": [
308
- 375.57366943359375,
324
+ 610,
309
325
  112
310
326
  ],
311
327
  "flags": {},
312
- "order": 9,
313
- "mode": 0,
328
+ "order": 14,
329
+ "mode": 4,
314
330
  "inputs": [
315
331
  {
316
332
  "name": "audio",
317
333
  "type": "AUDIO",
318
- "link": 26
334
+ "link": 127
319
335
  }
320
336
  ],
321
337
  "outputs": [],
322
338
  "properties": {
323
339
  "cnr_id": "comfy-core",
324
- "ver": "0.3.32"
340
+ "ver": "0.3.34",
341
+ "Node name for S&R": "SaveAudio"
325
342
  },
326
343
  "widgets_values": [
327
344
  "audio/ComfyUI"
328
345
  ]
329
346
  },
330
347
  {
331
- "id": 50,
348
+ "id": 61,
332
349
  "type": "SaveAudioOpus",
333
350
  "pos": [
334
- 1543.5848388671875,
335
- 454.3232421875
351
+ 1260,
352
+ 220
336
353
  ],
337
354
  "size": [
338
- 270,
355
+ 610,
339
356
  136
340
357
  ],
341
358
  "flags": {},
342
- "order": 11,
359
+ "order": 15,
343
360
  "mode": 4,
344
361
  "inputs": [
345
362
  {
346
363
  "name": "audio",
347
364
  "type": "AUDIO",
348
- "link": 114
365
+ "link": 128
349
366
  }
350
367
  ],
351
368
  "outputs": [],
@@ -360,15 +377,15 @@
360
377
  ]
361
378
  },
362
379
  {
363
- "id": 52,
364
- "type": "MarkdownNote",
380
+ "id": 73,
381
+ "type": "Note",
365
382
  "pos": [
366
- 1838.297119140625,
367
- 291.9790954589844
383
+ 1260,
384
+ 410
368
385
  ],
369
386
  "size": [
370
- 210,
371
- 160.2292938232422
387
+ 610,
388
+ 90
372
389
  ],
373
390
  "flags": {},
374
391
  "order": 3,
@@ -383,127 +400,228 @@
383
400
  "bgcolor": "#653"
384
401
  },
385
402
  {
386
- "id": 49,
387
- "type": "SaveAudio",
403
+ "id": 44,
404
+ "type": "ConditioningZeroOut",
388
405
  "pos": [
389
- 1542.2867431640625,
390
- 285.7957458496094
406
+ 600,
407
+ 70
391
408
  ],
392
409
  "size": [
393
- 270,
394
- 112
410
+ 197.712890625,
411
+ 26
395
412
  ],
396
- "flags": {},
413
+ "flags": {
414
+ "collapsed": true
415
+ },
397
416
  "order": 10,
398
- "mode": 4,
417
+ "mode": 0,
399
418
  "inputs": [
400
419
  {
401
- "name": "audio",
402
- "type": "AUDIO",
403
- "link": 113
420
+ "name": "conditioning",
421
+ "type": "CONDITIONING",
422
+ "link": 108
423
+ }
424
+ ],
425
+ "outputs": [
426
+ {
427
+ "name": "CONDITIONING",
428
+ "type": "CONDITIONING",
429
+ "links": [
430
+ 120
431
+ ]
404
432
  }
405
433
  ],
406
- "outputs": [],
407
434
  "properties": {
408
435
  "cnr_id": "comfy-core",
409
- "ver": "0.3.34"
436
+ "ver": "0.3.32",
437
+ "Node name for S&R": "ConditioningZeroOut"
438
+ },
439
+ "widgets_values": []
440
+ },
441
+ {
442
+ "id": 51,
443
+ "type": "ModelSamplingSD3",
444
+ "pos": [
445
+ 590,
446
+ -40
447
+ ],
448
+ "size": [
449
+ 330,
450
+ 60
451
+ ],
452
+ "flags": {
453
+ "collapsed": false
454
+ },
455
+ "order": 6,
456
+ "mode": 0,
457
+ "inputs": [
458
+ {
459
+ "name": "model",
460
+ "type": "MODEL",
461
+ "link": 115
462
+ }
463
+ ],
464
+ "outputs": [
465
+ {
466
+ "name": "MODEL",
467
+ "type": "MODEL",
468
+ "links": [
469
+ 113
470
+ ]
471
+ }
472
+ ],
473
+ "properties": {
474
+ "cnr_id": "comfy-core",
475
+ "ver": "0.3.34",
476
+ "Node name for S&R": "ModelSamplingSD3"
410
477
  },
411
478
  "widgets_values": [
412
- "audio/ComfyUI"
479
+ 5.000000000000001
413
480
  ]
414
481
  },
415
482
  {
416
- "id": 18,
417
- "type": "VAEDecodeAudio",
483
+ "id": 14,
484
+ "type": "TextEncodeAceStepAudio",
418
485
  "pos": [
419
- 1370,
420
- 100
486
+ 590,
487
+ 120
421
488
  ],
422
489
  "size": [
423
- 150.93612670898438,
424
- 46
490
+ 330,
491
+ 420
425
492
  ],
426
493
  "flags": {},
427
- "order": 8,
494
+ "order": 7,
428
495
  "mode": 0,
429
496
  "inputs": [
430
497
  {
431
- "name": "samples",
432
- "type": "LATENT",
433
- "link": 101
434
- },
498
+ "name": "clip",
499
+ "type": "CLIP",
500
+ "link": 80
501
+ }
502
+ ],
503
+ "outputs": [
435
504
  {
436
- "name": "vae",
437
- "type": "VAE",
438
- "link": 83
505
+ "name": "CONDITIONING",
506
+ "type": "CONDITIONING",
507
+ "links": [
508
+ 108,
509
+ 117
510
+ ]
439
511
  }
440
512
  ],
513
+ "properties": {
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
+ ]
523
+ },
524
+ {
525
+ "id": 17,
526
+ "type": "EmptyAceStepLatentAudio",
527
+ "pos": [
528
+ 180,
529
+ 50
530
+ ],
531
+ "size": [
532
+ 370,
533
+ 82
534
+ ],
535
+ "flags": {},
536
+ "order": 4,
537
+ "mode": 0,
538
+ "inputs": [],
441
539
  "outputs": [
442
540
  {
443
- "name": "AUDIO",
444
- "type": "AUDIO",
541
+ "name": "LATENT",
542
+ "type": "LATENT",
445
543
  "links": [
446
- 26,
447
- 113,
448
- 114,
449
- 115
544
+ 119
450
545
  ]
451
546
  }
452
547
  ],
453
548
  "properties": {
454
549
  "cnr_id": "comfy-core",
455
550
  "ver": "0.3.32",
456
- "Node name for S&R": "VAEDecodeAudio"
551
+ "Node name for S&R": "EmptyAceStepLatentAudio"
457
552
  },
458
- "widgets_values": []
553
+ "widgets_values": [
554
+ 30,
555
+ 1
556
+ ]
459
557
  },
460
558
  {
461
- "id": 51,
462
- "type": "PreviewAudio",
559
+ "id": 50,
560
+ "type": "LatentOperationTonemapReinhard",
463
561
  "pos": [
464
- 1542.848388671875,
465
- 635.384033203125
562
+ 590,
563
+ -160
466
564
  ],
467
565
  "size": [
468
- 270,
469
- 88
566
+ 330,
567
+ 58
470
568
  ],
471
569
  "flags": {},
472
- "order": 12,
473
- "mode": 4,
570
+ "order": 5,
571
+ "mode": 0,
572
+ "inputs": [],
573
+ "outputs": [
574
+ {
575
+ "name": "LATENT_OPERATION",
576
+ "type": "LATENT_OPERATION",
577
+ "links": [
578
+ 114
579
+ ]
580
+ }
581
+ ],
582
+ "properties": {
583
+ "cnr_id": "comfy-core",
584
+ "ver": "0.3.34",
585
+ "Node name for S&R": "LatentOperationTonemapReinhard"
586
+ },
587
+ "widgets_values": [
588
+ 1.0000000000000002
589
+ ]
590
+ },
591
+ {
592
+ "id": 59,
593
+ "type": "SaveAudioMP3",
594
+ "pos": [
595
+ 1260,
596
+ -160
597
+ ],
598
+ "size": [
599
+ 610,
600
+ 136
601
+ ],
602
+ "flags": {},
603
+ "order": 13,
604
+ "mode": 0,
474
605
  "inputs": [
475
606
  {
476
607
  "name": "audio",
477
608
  "type": "AUDIO",
478
- "link": 115
609
+ "link": 126
479
610
  }
480
611
  ],
481
612
  "outputs": [],
482
613
  "properties": {
483
614
  "cnr_id": "comfy-core",
484
615
  "ver": "0.3.34",
485
- "Node name for S&R": "PreviewAudio"
616
+ "Node name for S&R": "SaveAudioMP3"
486
617
  },
487
- "widgets_values": []
618
+ "widgets_values": [
619
+ "audio/ComfyUI",
620
+ "V0"
621
+ ]
488
622
  }
489
623
  ],
490
624
  "links": [
491
- [
492
- 23,
493
- 17,
494
- 0,
495
- 3,
496
- 3,
497
- "LATENT"
498
- ],
499
- [
500
- 26,
501
- 18,
502
- 0,
503
- 19,
504
- 0,
505
- "AUDIO"
506
- ],
507
625
  [
508
626
  80,
509
627
  40,
@@ -520,14 +638,6 @@
520
638
  1,
521
639
  "VAE"
522
640
  ],
523
- [
524
- 101,
525
- 3,
526
- 0,
527
- 18,
528
- 0,
529
- "LATENT"
530
- ],
531
641
  [
532
642
  108,
533
643
  14,
@@ -537,60 +647,108 @@
537
647
  "CONDITIONING"
538
648
  ],
539
649
  [
540
- 109,
541
- 44,
650
+ 113,
651
+ 51,
542
652
  0,
543
- 3,
544
- 2,
545
- "CONDITIONING"
653
+ 49,
654
+ 0,
655
+ "MODEL"
546
656
  ],
547
657
  [
548
- 110,
549
- 14,
658
+ 114,
659
+ 50,
550
660
  0,
551
- 3,
661
+ 49,
552
662
  1,
553
- "CONDITIONING"
663
+ "LATENT_OPERATION"
554
664
  ],
555
665
  [
556
- 111,
666
+ 115,
557
667
  40,
558
668
  0,
559
- 45,
669
+ 51,
560
670
  0,
561
671
  "MODEL"
562
672
  ],
563
673
  [
564
- 112,
565
- 45,
674
+ 117,
675
+ 14,
566
676
  0,
677
+ 52,
678
+ 1,
679
+ "CONDITIONING"
680
+ ],
681
+ [
682
+ 119,
683
+ 17,
684
+ 0,
685
+ 52,
567
686
  3,
687
+ "LATENT"
688
+ ],
689
+ [
690
+ 120,
691
+ 44,
692
+ 0,
693
+ 52,
694
+ 2,
695
+ "CONDITIONING"
696
+ ],
697
+ [
698
+ 121,
699
+ 49,
700
+ 0,
701
+ 52,
568
702
  0,
569
703
  "MODEL"
570
704
  ],
571
705
  [
572
- 113,
706
+ 122,
707
+ 52,
708
+ 0,
573
709
  18,
574
710
  0,
575
- 49,
711
+ "LATENT"
712
+ ],
713
+ [
714
+ 126,
715
+ 18,
716
+ 0,
717
+ 59,
576
718
  0,
577
719
  "AUDIO"
578
720
  ],
579
721
  [
580
- 114,
722
+ 127,
581
723
  18,
582
724
  0,
583
- 50,
725
+ 60,
584
726
  0,
585
727
  "AUDIO"
586
728
  ],
587
729
  [
588
- 115,
730
+ 128,
589
731
  18,
590
732
  0,
591
- 51,
733
+ 61,
592
734
  0,
593
735
  "AUDIO"
736
+ ],
737
+ [
738
+ 136,
739
+ 64,
740
+ 0,
741
+ 68,
742
+ 0,
743
+ "AUDIO"
744
+ ],
745
+ [
746
+ 137,
747
+ 40,
748
+ 2,
749
+ 68,
750
+ 1,
751
+ "VAE"
594
752
  ]
595
753
  ],
596
754
  "groups": [
@@ -598,10 +756,62 @@
598
756
  "id": 1,
599
757
  "title": "Load model here",
600
758
  "bounding": [
601
- 169.5068359375,
602
- 14.167394638061523,
603
- 395,
604
- 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
605
815
  ],
606
816
  "color": "#3f789e",
607
817
  "font_size": 24,
@@ -611,13 +821,21 @@
611
821
  "config": {},
612
822
  "extra": {
613
823
  "ds": {
614
- "scale": 0.6673370443801444,
824
+ "scale": 1,
615
825
  "offset": [
616
- 223.13051327790345,
617
- 475.6710559620916
826
+ -360.04946246993075,
827
+ 345.94629043439085
618
828
  ]
619
829
  },
620
- "frontendVersion": "1.19.9"
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
621
839
  },
622
840
  "version": 0.4
623
841
  }