comfyui-workflow-templates 0.1.45__py3-none-any.whl → 0.1.46__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.

Potentially problematic release.


This version of comfyui-workflow-templates might be problematic. Click here for more details.

Files changed (23) hide show
  1. comfyui_workflow_templates/templates/hunyuan_video_text_to_video.json +689 -312
  2. comfyui_workflow_templates/templates/image_to_video.json +390 -161
  3. comfyui_workflow_templates/templates/image_to_video_wan.json +610 -271
  4. comfyui_workflow_templates/templates/index.json +12 -0
  5. comfyui_workflow_templates/templates/index.schema.json +19 -0
  6. comfyui_workflow_templates/templates/ltxv_image_to_video.json +676 -274
  7. comfyui_workflow_templates/templates/ltxv_text_to_video.json +547 -203
  8. comfyui_workflow_templates/templates/mochi_text_to_video_example.json +433 -170
  9. comfyui_workflow_templates/templates/text_to_video_wan.json +409 -169
  10. comfyui_workflow_templates/templates/txt_to_image_to_video.json +556 -223
  11. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-1.webp +0 -0
  12. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-2.webp +0 -0
  13. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1090 -0
  14. comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +41 -17
  15. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +41 -17
  16. comfyui_workflow_templates/templates/wan2.1_flf2v_720_f16.json +567 -182
  17. comfyui_workflow_templates/templates/wan2.1_fun_control.json +168 -110
  18. comfyui_workflow_templates/templates/wan2.1_fun_inp.json +470 -418
  19. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/METADATA +1 -1
  20. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/RECORD +23 -20
  21. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/WHEEL +0 -0
  22. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/licenses/LICENSE +0 -0
  23. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/top_level.txt +0 -0
@@ -1,12 +1,20 @@
1
1
  {
2
- "last_node_id": 23,
3
- "last_link_id": 40,
2
+ "id": "858d315b-00e0-4802-b61b-fadbacbedaaf",
3
+ "revision": 0,
4
+ "last_node_id": 25,
5
+ "last_link_id": 42,
4
6
  "nodes": [
5
7
  {
6
8
  "id": 3,
7
9
  "type": "KSampler",
8
- "pos": [1843.74, 476.56],
9
- "size": [315, 262],
10
+ "pos": [
11
+ 720,
12
+ 1180
13
+ ],
14
+ "size": [
15
+ 315,
16
+ 262
17
+ ],
10
18
  "flags": {},
11
19
  "order": 11,
12
20
  "mode": 0,
@@ -36,8 +44,10 @@
36
44
  {
37
45
  "name": "LATENT",
38
46
  "type": "LATENT",
39
- "links": [7],
40
- "slot_index": 0
47
+ "slot_index": 0,
48
+ "links": [
49
+ 7
50
+ ]
41
51
  }
42
52
  ],
43
53
  "properties": {
@@ -53,11 +63,181 @@
53
63
  1
54
64
  ]
55
65
  },
66
+ {
67
+ "id": 18,
68
+ "type": "CLIPTextEncode",
69
+ "pos": [
70
+ 342.3999938964844,
71
+ 516.4000244140625
72
+ ],
73
+ "size": [
74
+ 390,
75
+ 130
76
+ ],
77
+ "flags": {},
78
+ "order": 4,
79
+ "mode": 0,
80
+ "inputs": [
81
+ {
82
+ "name": "clip",
83
+ "type": "CLIP",
84
+ "link": 29
85
+ }
86
+ ],
87
+ "outputs": [
88
+ {
89
+ "name": "CONDITIONING",
90
+ "type": "CONDITIONING",
91
+ "slot_index": 0,
92
+ "links": [
93
+ 30
94
+ ]
95
+ }
96
+ ],
97
+ "properties": {
98
+ "Node name for S&R": "CLIPTextEncode"
99
+ },
100
+ "widgets_values": [
101
+ "photograph beautiful scenery nature mountains alps river rapids snow sky cumulus clouds"
102
+ ]
103
+ },
104
+ {
105
+ "id": 19,
106
+ "type": "CLIPTextEncode",
107
+ "pos": [
108
+ 342.3999938964844,
109
+ 696.4000244140625
110
+ ],
111
+ "size": [
112
+ 390,
113
+ 130
114
+ ],
115
+ "flags": {},
116
+ "order": 5,
117
+ "mode": 0,
118
+ "inputs": [
119
+ {
120
+ "name": "clip",
121
+ "type": "CLIP",
122
+ "link": 31
123
+ }
124
+ ],
125
+ "outputs": [
126
+ {
127
+ "name": "CONDITIONING",
128
+ "type": "CONDITIONING",
129
+ "slot_index": 0,
130
+ "links": [
131
+ 32
132
+ ]
133
+ }
134
+ ],
135
+ "properties": {
136
+ "Node name for S&R": "CLIPTextEncode"
137
+ },
138
+ "widgets_values": [
139
+ "text, watermark"
140
+ ]
141
+ },
142
+ {
143
+ "id": 22,
144
+ "type": "EmptyLatentImage",
145
+ "pos": [
146
+ 422.3999938964844,
147
+ 866.4000244140625
148
+ ],
149
+ "size": [
150
+ 310,
151
+ 110
152
+ ],
153
+ "flags": {},
154
+ "order": 0,
155
+ "mode": 0,
156
+ "inputs": [],
157
+ "outputs": [
158
+ {
159
+ "name": "LATENT",
160
+ "type": "LATENT",
161
+ "links": [
162
+ 37
163
+ ]
164
+ }
165
+ ],
166
+ "properties": {
167
+ "Node name for S&R": "EmptyLatentImage"
168
+ },
169
+ "widgets_values": [
170
+ 1024,
171
+ 576,
172
+ 1
173
+ ]
174
+ },
175
+ {
176
+ "id": 16,
177
+ "type": "CheckpointLoaderSimple",
178
+ "pos": [
179
+ -10,
180
+ 470
181
+ ],
182
+ "size": [
183
+ 315,
184
+ 98
185
+ ],
186
+ "flags": {},
187
+ "order": 1,
188
+ "mode": 0,
189
+ "inputs": [],
190
+ "outputs": [
191
+ {
192
+ "name": "MODEL",
193
+ "type": "MODEL",
194
+ "slot_index": 0,
195
+ "links": [
196
+ 28
197
+ ]
198
+ },
199
+ {
200
+ "name": "CLIP",
201
+ "type": "CLIP",
202
+ "slot_index": 1,
203
+ "links": [
204
+ 29,
205
+ 31
206
+ ]
207
+ },
208
+ {
209
+ "name": "VAE",
210
+ "type": "VAE",
211
+ "links": [
212
+ 34
213
+ ]
214
+ }
215
+ ],
216
+ "properties": {
217
+ "Node name for S&R": "CheckpointLoaderSimple",
218
+ "models": [
219
+ {
220
+ "name": "sd_xl_base_1.0.safetensors",
221
+ "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors?download=true",
222
+ "directory": "checkpoints"
223
+ }
224
+ ]
225
+ },
226
+ "widgets_values": [
227
+ "sd_xl_base_1.0.safetensors"
228
+ ]
229
+ },
56
230
  {
57
231
  "id": 8,
58
232
  "type": "VAEDecode",
59
- "pos": [2183.74, 476.56],
60
- "size": [210, 46],
233
+ "pos": [
234
+ 1060,
235
+ 1180
236
+ ],
237
+ "size": [
238
+ 210,
239
+ 46
240
+ ],
61
241
  "flags": {},
62
242
  "order": 12,
63
243
  "mode": 0,
@@ -77,8 +257,10 @@
77
257
  {
78
258
  "name": "IMAGE",
79
259
  "type": "IMAGE",
80
- "links": [10],
81
- "slot_index": 0
260
+ "slot_index": 0,
261
+ "links": [
262
+ 41
263
+ ]
82
264
  }
83
265
  ],
84
266
  "properties": {
@@ -86,32 +268,17 @@
86
268
  },
87
269
  "widgets_values": []
88
270
  },
89
- {
90
- "id": 10,
91
- "type": "SaveAnimatedWEBP",
92
- "pos": [1654, 829],
93
- "size": [741.67, 564.59],
94
- "flags": {},
95
- "order": 13,
96
- "mode": 0,
97
- "inputs": [
98
- {
99
- "name": "images",
100
- "type": "IMAGE",
101
- "link": 10
102
- }
103
- ],
104
- "outputs": [],
105
- "properties": {
106
- "Node name for S&R": "SaveAnimatedWEBP"
107
- },
108
- "widgets_values": ["ComfyUI", 10, false, 85, "default"]
109
- },
110
271
  {
111
272
  "id": 12,
112
273
  "type": "SVD_img2vid_Conditioning",
113
- "pos": [1463.74, 496.56],
114
- "size": [315, 218],
274
+ "pos": [
275
+ 370,
276
+ 1200
277
+ ],
278
+ "size": [
279
+ 315,
280
+ 218
281
+ ],
115
282
  "flags": {},
116
283
  "order": 9,
117
284
  "mode": 0,
@@ -124,8 +291,7 @@
124
291
  {
125
292
  "name": "init_image",
126
293
  "type": "IMAGE",
127
- "link": 35,
128
- "slot_index": 1
294
+ "link": 35
129
295
  },
130
296
  {
131
297
  "name": "vae",
@@ -137,37 +303,53 @@
137
303
  {
138
304
  "name": "positive",
139
305
  "type": "CONDITIONING",
140
- "shape": 3,
141
- "links": [40],
142
- "slot_index": 0
306
+ "slot_index": 0,
307
+ "links": [
308
+ 40
309
+ ]
143
310
  },
144
311
  {
145
312
  "name": "negative",
146
313
  "type": "CONDITIONING",
147
- "shape": 3,
148
- "links": [17],
149
- "slot_index": 1
314
+ "slot_index": 1,
315
+ "links": [
316
+ 17
317
+ ]
150
318
  },
151
319
  {
152
320
  "name": "latent",
153
321
  "type": "LATENT",
154
- "shape": 3,
155
- "links": [18],
156
- "slot_index": 2
322
+ "slot_index": 2,
323
+ "links": [
324
+ 18
325
+ ]
157
326
  }
158
327
  ],
159
328
  "properties": {
160
329
  "Node name for S&R": "SVD_img2vid_Conditioning"
161
330
  },
162
- "widgets_values": [1024, 576, 25, 127, 6, 0]
331
+ "widgets_values": [
332
+ 1024,
333
+ 576,
334
+ 25,
335
+ 127,
336
+ 6,
337
+ 0
338
+ ]
163
339
  },
164
340
  {
165
341
  "id": 14,
166
342
  "type": "VideoLinearCFGGuidance",
167
- "pos": [1463.74, 366.56],
168
- "size": [315, 58],
343
+ "pos": [
344
+ 720,
345
+ 1080
346
+ ],
347
+ "size": [
348
+ 315,
349
+ 58
350
+ ],
169
351
  "flags": {},
170
- "order": 4,
352
+ "order": 6,
171
353
  "mode": 0,
172
354
  "inputs": [
173
355
  {
@@ -180,46 +362,59 @@
180
362
  {
181
363
  "name": "MODEL",
182
364
  "type": "MODEL",
183
- "shape": 3,
184
- "links": [39],
185
- "slot_index": 0
365
+ "slot_index": 0,
366
+ "links": [
367
+ 39
368
+ ]
186
369
  }
187
370
  ],
188
371
  "properties": {
189
372
  "Node name for S&R": "VideoLinearCFGGuidance"
190
373
  },
191
- "widgets_values": [1]
374
+ "widgets_values": [
375
+ 1
376
+ ]
192
377
  },
193
378
  {
194
379
  "id": 15,
195
380
  "type": "ImageOnlyCheckpointLoader",
196
- "pos": [1050, 320],
197
- "size": [369.6, 98],
381
+ "pos": [
382
+ -50,
383
+ 1040
384
+ ],
385
+ "size": [
386
+ 369.6000061035156,
387
+ 98
388
+ ],
198
389
  "flags": {},
199
- "order": 0,
390
+ "order": 2,
200
391
  "mode": 0,
201
392
  "inputs": [],
202
393
  "outputs": [
203
394
  {
204
395
  "name": "MODEL",
205
396
  "type": "MODEL",
206
- "shape": 3,
207
- "links": [23],
208
- "slot_index": 0
397
+ "slot_index": 0,
398
+ "links": [
399
+ 23
400
+ ]
209
401
  },
210
402
  {
211
403
  "name": "CLIP_VISION",
212
404
  "type": "CLIP_VISION",
213
- "shape": 3,
214
- "links": [24],
215
- "slot_index": 1
405
+ "slot_index": 1,
406
+ "links": [
407
+ 24
408
+ ]
216
409
  },
217
410
  {
218
411
  "name": "VAE",
219
412
  "type": "VAE",
220
- "shape": 3,
221
- "links": [25, 26],
222
- "slot_index": 2
413
+ "slot_index": 2,
414
+ "links": [
415
+ 25,
416
+ 26
417
+ ]
223
418
  }
224
419
  ],
225
420
  "properties": {
@@ -232,56 +427,64 @@
232
427
  }
233
428
  ]
234
429
  },
235
- "widgets_values": ["svd_xt.safetensors"]
430
+ "widgets_values": [
431
+ "svd_xt.safetensors"
432
+ ]
236
433
  },
237
434
  {
238
- "id": 16,
239
- "type": "CheckpointLoaderSimple",
240
- "pos": [0, 510],
241
- "size": [315, 98],
435
+ "id": 25,
436
+ "type": "CreateVideo",
437
+ "pos": [
438
+ 1060,
439
+ 1270
440
+ ],
441
+ "size": [
442
+ 210,
443
+ 90
444
+ ],
242
445
  "flags": {},
243
- "order": 1,
446
+ "order": 13,
244
447
  "mode": 0,
245
- "inputs": [],
246
- "outputs": [
448
+ "inputs": [
247
449
  {
248
- "name": "MODEL",
249
- "type": "MODEL",
250
- "shape": 3,
251
- "links": [28],
252
- "slot_index": 0
450
+ "name": "images",
451
+ "type": "IMAGE",
452
+ "link": 41
253
453
  },
254
454
  {
255
- "name": "CLIP",
256
- "type": "CLIP",
257
- "shape": 3,
258
- "links": [29, 31],
259
- "slot_index": 1
260
- },
455
+ "name": "audio",
456
+ "shape": 7,
457
+ "type": "AUDIO",
458
+ "link": null
459
+ }
460
+ ],
461
+ "outputs": [
261
462
  {
262
- "name": "VAE",
263
- "type": "VAE",
264
- "shape": 3,
265
- "links": [34]
463
+ "name": "VIDEO",
464
+ "type": "VIDEO",
465
+ "links": [
466
+ 42
467
+ ]
266
468
  }
267
469
  ],
268
470
  "properties": {
269
- "Node name for S&R": "CheckpointLoaderSimple",
270
- "models": [
271
- {
272
- "name": "sd_xl_base_1.0.safetensors",
273
- "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors?download=true",
274
- "directory": "checkpoints"
275
- }
276
- ]
471
+ "Node name for S&R": "CreateVideo"
277
472
  },
278
- "widgets_values": ["sd_xl_base_1.0.safetensors"]
473
+ "widgets_values": [
474
+ 10
475
+ ]
279
476
  },
280
477
  {
281
478
  "id": 17,
282
479
  "type": "KSampler",
283
- "pos": [802.4, 566.4],
284
- "size": [315, 262],
480
+ "pos": [
481
+ 770,
482
+ 520
483
+ ],
484
+ "size": [
485
+ 315,
486
+ 262
487
+ ],
285
488
  "flags": {},
286
489
  "order": 7,
287
490
  "mode": 0,
@@ -304,17 +507,17 @@
304
507
  {
305
508
  "name": "latent_image",
306
509
  "type": "LATENT",
307
- "link": 37,
308
- "slot_index": 3
510
+ "link": 37
309
511
  }
310
512
  ],
311
513
  "outputs": [
312
514
  {
313
515
  "name": "LATENT",
314
516
  "type": "LATENT",
315
- "shape": 3,
316
- "links": [33],
317
- "slot_index": 0
517
+ "slot_index": 0,
518
+ "links": [
519
+ 33
520
+ ]
318
521
  }
319
522
  ],
320
523
  "properties": {
@@ -330,71 +533,17 @@
330
533
  1
331
534
  ]
332
535
  },
333
- {
334
- "id": 18,
335
- "type": "CLIPTextEncode",
336
- "pos": [342.4, 516.4],
337
- "size": [390, 130],
338
- "flags": {},
339
- "order": 5,
340
- "mode": 0,
341
- "inputs": [
342
- {
343
- "name": "clip",
344
- "type": "CLIP",
345
- "link": 29
346
- }
347
- ],
348
- "outputs": [
349
- {
350
- "name": "CONDITIONING",
351
- "type": "CONDITIONING",
352
- "shape": 3,
353
- "links": [30],
354
- "slot_index": 0
355
- }
356
- ],
357
- "properties": {
358
- "Node name for S&R": "CLIPTextEncode"
359
- },
360
- "widgets_values": [
361
- "photograph beautiful scenery nature mountains alps river rapids snow sky cumulus clouds"
362
- ]
363
- },
364
- {
365
- "id": 19,
366
- "type": "CLIPTextEncode",
367
- "pos": [342.4, 696.4],
368
- "size": [390, 130],
369
- "flags": {},
370
- "order": 6,
371
- "mode": 0,
372
- "inputs": [
373
- {
374
- "name": "clip",
375
- "type": "CLIP",
376
- "link": 31
377
- }
378
- ],
379
- "outputs": [
380
- {
381
- "name": "CONDITIONING",
382
- "type": "CONDITIONING",
383
- "shape": 3,
384
- "links": [32],
385
- "slot_index": 0
386
- }
387
- ],
388
- "properties": {
389
- "Node name for S&R": "CLIPTextEncode"
390
- },
391
- "widgets_values": ["text, watermark"]
392
- },
393
536
  {
394
537
  "id": 20,
395
538
  "type": "VAEDecode",
396
- "pos": [1172.4, 566.4],
397
- "size": [210, 46],
539
+ "pos": [
540
+ 770,
541
+ 830
542
+ ],
543
+ "size": [
544
+ 210,
545
+ 46
546
+ ],
398
547
  "flags": {},
399
548
  "order": 8,
400
549
  "mode": 0,
@@ -407,17 +556,18 @@
407
556
  {
408
557
  "name": "vae",
409
558
  "type": "VAE",
410
- "link": 34,
411
- "slot_index": 1
559
+ "link": 34
412
560
  }
413
561
  ],
414
562
  "outputs": [
415
563
  {
416
564
  "name": "IMAGE",
417
565
  "type": "IMAGE",
418
- "shape": 3,
419
- "links": [35, 36],
420
- "slot_index": 0
566
+ "slot_index": 0,
567
+ "links": [
568
+ 35,
569
+ 36
570
+ ]
421
571
  }
422
572
  ],
423
573
  "properties": {
@@ -428,8 +578,14 @@
428
578
  {
429
579
  "id": 21,
430
580
  "type": "PreviewImage",
431
- "pos": [1152.4, 656.4],
432
- "size": [275.95, 246],
581
+ "pos": [
582
+ 1100,
583
+ 520
584
+ ],
585
+ "size": [
586
+ 275.95001220703125,
587
+ 246
588
+ ],
433
589
  "flags": {},
434
590
  "order": 10,
435
591
  "mode": 0,
@@ -446,33 +602,17 @@
446
602
  },
447
603
  "widgets_values": []
448
604
  },
449
- {
450
- "id": 22,
451
- "type": "EmptyLatentImage",
452
- "pos": [422.4, 866.4],
453
- "size": [310, 110],
454
- "flags": {},
455
- "order": 2,
456
- "mode": 0,
457
- "inputs": [],
458
- "outputs": [
459
- {
460
- "name": "LATENT",
461
- "type": "LATENT",
462
- "shape": 3,
463
- "links": [37]
464
- }
465
- ],
466
- "properties": {
467
- "Node name for S&R": "EmptyLatentImage"
468
- },
469
- "widgets_values": [1024, 576, 1]
470
- },
471
605
  {
472
606
  "id": 23,
473
607
  "type": "MarkdownNote",
474
- "pos": [0, 660],
475
- "size": [225, 60],
608
+ "pos": [
609
+ -270,
610
+ 470
611
+ ],
612
+ "size": [
613
+ 225,
614
+ 88
615
+ ],
476
616
  "flags": {},
477
617
  "order": 3,
478
618
  "mode": 0,
@@ -480,39 +620,223 @@
480
620
  "outputs": [],
481
621
  "properties": {},
482
622
  "widgets_values": [
483
- "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video)"
623
+ "🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video)"
484
624
  ],
485
625
  "color": "#432",
486
626
  "bgcolor": "#653"
627
+ },
628
+ {
629
+ "id": 24,
630
+ "type": "SaveVideo",
631
+ "pos": [
632
+ 1430,
633
+ 770
634
+ ],
635
+ "size": [
636
+ 740,
637
+ 690
638
+ ],
639
+ "flags": {},
640
+ "order": 14,
641
+ "mode": 0,
642
+ "inputs": [
643
+ {
644
+ "name": "video",
645
+ "type": "VIDEO",
646
+ "link": 42
647
+ }
648
+ ],
649
+ "outputs": [],
650
+ "properties": {
651
+ "Node name for S&R": "SaveVideo"
652
+ },
653
+ "widgets_values": [
654
+ "video/ComfyUI",
655
+ "auto",
656
+ "auto"
657
+ ]
487
658
  }
488
659
  ],
489
660
  "links": [
490
- [7, 3, 0, 8, 0, "LATENT"],
491
- [10, 8, 0, 10, 0, "IMAGE"],
492
- [17, 12, 1, 3, 2, "CONDITIONING"],
493
- [18, 12, 2, 3, 3, "LATENT"],
494
- [23, 15, 0, 14, 0, "MODEL"],
495
- [24, 15, 1, 12, 0, "CLIP_VISION"],
496
- [25, 15, 2, 12, 2, "VAE"],
497
- [26, 15, 2, 8, 1, "VAE"],
498
- [28, 16, 0, 17, 0, "MODEL"],
499
- [29, 16, 1, 18, 0, "CLIP"],
500
- [30, 18, 0, 17, 1, "CONDITIONING"],
501
- [31, 16, 1, 19, 0, "CLIP"],
502
- [32, 19, 0, 17, 2, "CONDITIONING"],
503
- [33, 17, 0, 20, 0, "LATENT"],
504
- [34, 16, 2, 20, 1, "VAE"],
505
- [35, 20, 0, 12, 1, "IMAGE"],
506
- [36, 20, 0, 21, 0, "IMAGE"],
507
- [37, 22, 0, 17, 3, "LATENT"],
508
- [39, 14, 0, 3, 0, "MODEL"],
509
- [40, 12, 0, 3, 1, "CONDITIONING"]
661
+ [
662
+ 7,
663
+ 3,
664
+ 0,
665
+ 8,
666
+ 0,
667
+ "LATENT"
668
+ ],
669
+ [
670
+ 17,
671
+ 12,
672
+ 1,
673
+ 3,
674
+ 2,
675
+ "CONDITIONING"
676
+ ],
677
+ [
678
+ 18,
679
+ 12,
680
+ 2,
681
+ 3,
682
+ 3,
683
+ "LATENT"
684
+ ],
685
+ [
686
+ 23,
687
+ 15,
688
+ 0,
689
+ 14,
690
+ 0,
691
+ "MODEL"
692
+ ],
693
+ [
694
+ 24,
695
+ 15,
696
+ 1,
697
+ 12,
698
+ 0,
699
+ "CLIP_VISION"
700
+ ],
701
+ [
702
+ 25,
703
+ 15,
704
+ 2,
705
+ 12,
706
+ 2,
707
+ "VAE"
708
+ ],
709
+ [
710
+ 26,
711
+ 15,
712
+ 2,
713
+ 8,
714
+ 1,
715
+ "VAE"
716
+ ],
717
+ [
718
+ 28,
719
+ 16,
720
+ 0,
721
+ 17,
722
+ 0,
723
+ "MODEL"
724
+ ],
725
+ [
726
+ 29,
727
+ 16,
728
+ 1,
729
+ 18,
730
+ 0,
731
+ "CLIP"
732
+ ],
733
+ [
734
+ 30,
735
+ 18,
736
+ 0,
737
+ 17,
738
+ 1,
739
+ "CONDITIONING"
740
+ ],
741
+ [
742
+ 31,
743
+ 16,
744
+ 1,
745
+ 19,
746
+ 0,
747
+ "CLIP"
748
+ ],
749
+ [
750
+ 32,
751
+ 19,
752
+ 0,
753
+ 17,
754
+ 2,
755
+ "CONDITIONING"
756
+ ],
757
+ [
758
+ 33,
759
+ 17,
760
+ 0,
761
+ 20,
762
+ 0,
763
+ "LATENT"
764
+ ],
765
+ [
766
+ 34,
767
+ 16,
768
+ 2,
769
+ 20,
770
+ 1,
771
+ "VAE"
772
+ ],
773
+ [
774
+ 35,
775
+ 20,
776
+ 0,
777
+ 12,
778
+ 1,
779
+ "IMAGE"
780
+ ],
781
+ [
782
+ 36,
783
+ 20,
784
+ 0,
785
+ 21,
786
+ 0,
787
+ "IMAGE"
788
+ ],
789
+ [
790
+ 37,
791
+ 22,
792
+ 0,
793
+ 17,
794
+ 3,
795
+ "LATENT"
796
+ ],
797
+ [
798
+ 39,
799
+ 14,
800
+ 0,
801
+ 3,
802
+ 0,
803
+ "MODEL"
804
+ ],
805
+ [
806
+ 40,
807
+ 12,
808
+ 0,
809
+ 3,
810
+ 1,
811
+ "CONDITIONING"
812
+ ],
813
+ [
814
+ 41,
815
+ 8,
816
+ 0,
817
+ 25,
818
+ 0,
819
+ "IMAGE"
820
+ ],
821
+ [
822
+ 42,
823
+ 25,
824
+ 0,
825
+ 24,
826
+ 0,
827
+ "VIDEO"
828
+ ]
510
829
  ],
511
830
  "groups": [
512
831
  {
513
832
  "id": 1,
514
833
  "title": "Image to Video",
515
- "bounding": [1455, 300, 954, 478],
834
+ "bounding": [
835
+ 340,
836
+ 1000,
837
+ 1060,
838
+ 460
839
+ ],
516
840
  "color": "#8A8",
517
841
  "font_size": 24,
518
842
  "flags": {}
@@ -520,7 +844,12 @@
520
844
  {
521
845
  "id": 2,
522
846
  "title": "Text to Image",
523
- "bounding": [330, 435, 1106, 544],
847
+ "bounding": [
848
+ 330,
849
+ 440,
850
+ 1070,
851
+ 540
852
+ ],
524
853
  "color": "#3f789e",
525
854
  "font_size": 24,
526
855
  "flags": {}
@@ -529,9 +858,13 @@
529
858
  "config": {},
530
859
  "extra": {
531
860
  "ds": {
532
- "scale": 1.13,
533
- "offset": [502.97, -29.59]
534
- }
861
+ "scale": 0.3960581064139741,
862
+ "offset": [
863
+ 1152.773540720571,
864
+ -102.38984601593666
865
+ ]
866
+ },
867
+ "frontendVersion": "1.25.3"
535
868
  },
536
869
  "version": 0.4
537
- }
870
+ }