comfyui-workflow-templates 0.1.10__py3-none-any.whl → 0.1.12__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 (28) hide show
  1. comfyui_workflow_templates/templates/api_hailuo_minimax_i2v.json +132 -31
  2. comfyui_workflow_templates/templates/api_kling_effects-1.webp +0 -0
  3. comfyui_workflow_templates/templates/api_kling_effects.json +188 -0
  4. comfyui_workflow_templates/templates/api_kling_flf-1.webp +0 -0
  5. comfyui_workflow_templates/templates/api_kling_flf.json +246 -0
  6. comfyui_workflow_templates/templates/api_luma_photon_i2i.json +57 -64
  7. comfyui_workflow_templates/templates/api_pika_scene.json +214 -41
  8. comfyui_workflow_templates/templates/api_pixverse_i2v.json +37 -61
  9. comfyui_workflow_templates/templates/api_pixverse_t2v.json +69 -6
  10. comfyui_workflow_templates/templates/api_pixverse_template_i2v.json +144 -63
  11. comfyui_workflow_templates/templates/api_stability_ai_i2i-1.webp +0 -0
  12. comfyui_workflow_templates/templates/api_stability_ai_i2i-2.webp +0 -0
  13. comfyui_workflow_templates/templates/api_stability_ai_i2i.json +202 -0
  14. comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i-1.webp +0 -0
  15. comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json +245 -0
  16. comfyui_workflow_templates/templates/api_veo2_i2v.json +29 -5
  17. comfyui_workflow_templates/templates/audio_ace_step_1_t2m.json +475 -0
  18. comfyui_workflow_templates/templates/index.json +128 -83
  19. comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i-1.webp +0 -0
  20. comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i-2.webp +0 -0
  21. comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i.json +241 -0
  22. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/METADATA +1 -1
  23. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/RECORD +28 -15
  24. /comfyui_workflow_templates/templates/{stable_audio_example-1.mp3 → audio_stable_audio_example-1.mp3} +0 -0
  25. /comfyui_workflow_templates/templates/{stable_audio_example.json → audio_stable_audio_example.json} +0 -0
  26. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/WHEEL +0 -0
  27. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/licenses/LICENSE +0 -0
  28. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,475 @@
1
+ {
2
+ "id": "88ac5dad-efd7-40bb-84fe-fbaefdee1fa9",
3
+ "revision": 0,
4
+ "last_node_id": 48,
5
+ "last_link_id": 112,
6
+ "nodes": [
7
+ {
8
+ "id": 18,
9
+ "type": "VAEDecodeAudio",
10
+ "pos": [
11
+ 1370,
12
+ 100
13
+ ],
14
+ "size": [
15
+ 150.93612670898438,
16
+ 46
17
+ ],
18
+ "flags": {},
19
+ "order": 7,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "samples",
24
+ "type": "LATENT",
25
+ "link": 101
26
+ },
27
+ {
28
+ "name": "vae",
29
+ "type": "VAE",
30
+ "link": 83
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "AUDIO",
36
+ "type": "AUDIO",
37
+ "links": [
38
+ 26
39
+ ]
40
+ }
41
+ ],
42
+ "properties": {
43
+ "cnr_id": "comfy-core",
44
+ "ver": "0.3.32",
45
+ "Node name for S&R": "VAEDecodeAudio"
46
+ },
47
+ "widgets_values": []
48
+ },
49
+ {
50
+ "id": 3,
51
+ "type": "KSampler",
52
+ "pos": [
53
+ 1040,
54
+ 90
55
+ ],
56
+ "size": [
57
+ 315,
58
+ 262
59
+ ],
60
+ "flags": {},
61
+ "order": 6,
62
+ "mode": 0,
63
+ "inputs": [
64
+ {
65
+ "name": "model",
66
+ "type": "MODEL",
67
+ "link": 112
68
+ },
69
+ {
70
+ "name": "positive",
71
+ "type": "CONDITIONING",
72
+ "link": 110
73
+ },
74
+ {
75
+ "name": "negative",
76
+ "type": "CONDITIONING",
77
+ "link": 109
78
+ },
79
+ {
80
+ "name": "latent_image",
81
+ "type": "LATENT",
82
+ "link": 23
83
+ }
84
+ ],
85
+ "outputs": [
86
+ {
87
+ "name": "LATENT",
88
+ "type": "LATENT",
89
+ "slot_index": 0,
90
+ "links": [
91
+ 101
92
+ ]
93
+ }
94
+ ],
95
+ "properties": {
96
+ "cnr_id": "comfy-core",
97
+ "ver": "0.3.32",
98
+ "Node name for S&R": "KSampler"
99
+ },
100
+ "widgets_values": [
101
+ 104920095063250,
102
+ "randomize",
103
+ 50,
104
+ 4,
105
+ "res_multistep",
106
+ "simple",
107
+ 1
108
+ ]
109
+ },
110
+ {
111
+ "id": 44,
112
+ "type": "ConditioningZeroOut",
113
+ "pos": [
114
+ 790,
115
+ 610
116
+ ],
117
+ "size": [
118
+ 197.712890625,
119
+ 26
120
+ ],
121
+ "flags": {},
122
+ "order": 5,
123
+ "mode": 0,
124
+ "inputs": [
125
+ {
126
+ "name": "conditioning",
127
+ "type": "CONDITIONING",
128
+ "link": 108
129
+ }
130
+ ],
131
+ "outputs": [
132
+ {
133
+ "name": "CONDITIONING",
134
+ "type": "CONDITIONING",
135
+ "links": [
136
+ 109
137
+ ]
138
+ }
139
+ ],
140
+ "properties": {
141
+ "cnr_id": "comfy-core",
142
+ "ver": "0.3.32",
143
+ "Node name for S&R": "ConditioningZeroOut"
144
+ },
145
+ "widgets_values": []
146
+ },
147
+ {
148
+ "id": 17,
149
+ "type": "EmptyAceStepLatentAudio",
150
+ "pos": [
151
+ 710,
152
+ 690
153
+ ],
154
+ "size": [
155
+ 270,
156
+ 82
157
+ ],
158
+ "flags": {},
159
+ "order": 0,
160
+ "mode": 0,
161
+ "inputs": [],
162
+ "outputs": [
163
+ {
164
+ "name": "LATENT",
165
+ "type": "LATENT",
166
+ "links": [
167
+ 23
168
+ ]
169
+ }
170
+ ],
171
+ "properties": {
172
+ "cnr_id": "comfy-core",
173
+ "ver": "0.3.32",
174
+ "Node name for S&R": "EmptyAceStepLatentAudio"
175
+ },
176
+ "widgets_values": [
177
+ 30,
178
+ 1
179
+ ]
180
+ },
181
+ {
182
+ "id": 40,
183
+ "type": "CheckpointLoaderSimple",
184
+ "pos": [
185
+ 179.5068359375,
186
+ 87.76739501953125
187
+ ],
188
+ "size": [
189
+ 375,
190
+ 98
191
+ ],
192
+ "flags": {},
193
+ "order": 1,
194
+ "mode": 0,
195
+ "inputs": [],
196
+ "outputs": [
197
+ {
198
+ "name": "MODEL",
199
+ "type": "MODEL",
200
+ "links": [
201
+ 111
202
+ ]
203
+ },
204
+ {
205
+ "name": "CLIP",
206
+ "type": "CLIP",
207
+ "links": [
208
+ 80
209
+ ]
210
+ },
211
+ {
212
+ "name": "VAE",
213
+ "type": "VAE",
214
+ "links": [
215
+ 83
216
+ ]
217
+ }
218
+ ],
219
+ "properties": {
220
+ "cnr_id": "comfy-core",
221
+ "ver": "0.3.32",
222
+ "Node name for S&R": "CheckpointLoaderSimple",
223
+ "models": [
224
+ {
225
+ "name": "ace_step_v1_3.5b.safetensors",
226
+ "url": "https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/resolve/main/all_in_one/ace_step_v1_3.5b.safetensors?download=true",
227
+ "directory": "checkpoints"
228
+ }
229
+ ]
230
+ },
231
+ "widgets_values": [
232
+ "ace_step_v1_3.5b.safetensors"
233
+ ],
234
+ "color": "#322",
235
+ "bgcolor": "#533"
236
+ },
237
+ {
238
+ "id": 45,
239
+ "type": "ModelSamplingSD3",
240
+ "pos": [
241
+ 715.2496948242188,
242
+ -31.243383407592773
243
+ ],
244
+ "size": [
245
+ 270,
246
+ 58
247
+ ],
248
+ "flags": {},
249
+ "order": 3,
250
+ "mode": 0,
251
+ "inputs": [
252
+ {
253
+ "name": "model",
254
+ "type": "MODEL",
255
+ "link": 111
256
+ }
257
+ ],
258
+ "outputs": [
259
+ {
260
+ "name": "MODEL",
261
+ "type": "MODEL",
262
+ "links": [
263
+ 112
264
+ ]
265
+ }
266
+ ],
267
+ "properties": {
268
+ "cnr_id": "comfy-core",
269
+ "ver": "0.3.32",
270
+ "Node name for S&R": "ModelSamplingSD3"
271
+ },
272
+ "widgets_values": [
273
+ 4.000000000000001
274
+ ]
275
+ },
276
+ {
277
+ "id": 48,
278
+ "type": "MarkdownNote",
279
+ "pos": [
280
+ -360.0564270019531,
281
+ 45.08247375488281
282
+ ],
283
+ "size": [
284
+ 499.296875,
285
+ 571.3455200195312
286
+ ],
287
+ "flags": {},
288
+ "order": 2,
289
+ "mode": 0,
290
+ "inputs": [],
291
+ "outputs": [],
292
+ "title": "About ACE Step",
293
+ "properties": {},
294
+ "widgets_values": [
295
+ "[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```"
296
+ ],
297
+ "color": "#432",
298
+ "bgcolor": "#653"
299
+ },
300
+ {
301
+ "id": 14,
302
+ "type": "TextEncodeAceStepAudio",
303
+ "pos": [
304
+ 581.5770874023438,
305
+ 82.79544830322266
306
+ ],
307
+ "size": [
308
+ 413.60076904296875,
309
+ 447.163330078125
310
+ ],
311
+ "flags": {},
312
+ "order": 4,
313
+ "mode": 0,
314
+ "inputs": [
315
+ {
316
+ "name": "clip",
317
+ "type": "CLIP",
318
+ "link": 80
319
+ }
320
+ ],
321
+ "outputs": [
322
+ {
323
+ "name": "CONDITIONING",
324
+ "type": "CONDITIONING",
325
+ "links": [
326
+ 108,
327
+ 110
328
+ ]
329
+ }
330
+ ],
331
+ "properties": {
332
+ "cnr_id": "comfy-core",
333
+ "ver": "0.3.32",
334
+ "Node name for S&R": "TextEncodeAceStepAudio"
335
+ },
336
+ "widgets_values": [
337
+ "funk, pop, soul, rock, melodic, guitar, drums, bass, keyboard, percussion, 105 BPM, energetic, upbeat, groovy, vibrant, dynamic",
338
+ "[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",
339
+ 1
340
+ ]
341
+ },
342
+ {
343
+ "id": 19,
344
+ "type": "SaveAudio",
345
+ "pos": [
346
+ 1539,
347
+ 100
348
+ ],
349
+ "size": [
350
+ 375.57366943359375,
351
+ 112
352
+ ],
353
+ "flags": {},
354
+ "order": 8,
355
+ "mode": 0,
356
+ "inputs": [
357
+ {
358
+ "name": "audio",
359
+ "type": "AUDIO",
360
+ "link": 26
361
+ }
362
+ ],
363
+ "outputs": [],
364
+ "properties": {
365
+ "cnr_id": "comfy-core",
366
+ "ver": "0.3.32"
367
+ },
368
+ "widgets_values": [
369
+ "audio/ComfyUI"
370
+ ]
371
+ }
372
+ ],
373
+ "links": [
374
+ [
375
+ 23,
376
+ 17,
377
+ 0,
378
+ 3,
379
+ 3,
380
+ "LATENT"
381
+ ],
382
+ [
383
+ 26,
384
+ 18,
385
+ 0,
386
+ 19,
387
+ 0,
388
+ "AUDIO"
389
+ ],
390
+ [
391
+ 80,
392
+ 40,
393
+ 1,
394
+ 14,
395
+ 0,
396
+ "CLIP"
397
+ ],
398
+ [
399
+ 83,
400
+ 40,
401
+ 2,
402
+ 18,
403
+ 1,
404
+ "VAE"
405
+ ],
406
+ [
407
+ 101,
408
+ 3,
409
+ 0,
410
+ 18,
411
+ 0,
412
+ "LATENT"
413
+ ],
414
+ [
415
+ 108,
416
+ 14,
417
+ 0,
418
+ 44,
419
+ 0,
420
+ "CONDITIONING"
421
+ ],
422
+ [
423
+ 109,
424
+ 44,
425
+ 0,
426
+ 3,
427
+ 2,
428
+ "CONDITIONING"
429
+ ],
430
+ [
431
+ 110,
432
+ 14,
433
+ 0,
434
+ 3,
435
+ 1,
436
+ "CONDITIONING"
437
+ ],
438
+ [
439
+ 111,
440
+ 40,
441
+ 0,
442
+ 45,
443
+ 0,
444
+ "MODEL"
445
+ ],
446
+ [
447
+ 112,
448
+ 45,
449
+ 0,
450
+ 3,
451
+ 0,
452
+ "MODEL"
453
+ ]
454
+ ],
455
+ "groups": [
456
+ {
457
+ "id": 1,
458
+ "title": "Load model here",
459
+ "bounding": [
460
+ 169.5068359375,
461
+ 14.167394638061523,
462
+ 395,
463
+ 181.60000610351562
464
+ ],
465
+ "color": "#3f789e",
466
+ "font_size": 24,
467
+ "flags": {}
468
+ }
469
+ ],
470
+ "config": {},
471
+ "extra": {
472
+ "frontendVersion": "1.18.9"
473
+ },
474
+ "version": 0.4
475
+ }