comfyui-workflow-templates 0.1.14__py3-none-any.whl → 0.1.16__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 +809 -0
  3. comfyui_workflow_templates/templates/{audio_ace_step_1_t2m.json → audio_ace_step_1_t2a_instrumentals.json} +413 -179
  4. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song-1.mp3 +0 -0
  5. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song.json +711 -0
  6. comfyui_workflow_templates/templates/flux_depth_lora_example.json +492 -235
  7. comfyui_workflow_templates/templates/gligen_textbox_example.json +305 -73
  8. comfyui_workflow_templates/templates/image2image.json +150 -276
  9. comfyui_workflow_templates/templates/index.json +50 -12
  10. comfyui_workflow_templates/templates/lora.json +396 -141
  11. comfyui_workflow_templates/templates/sd3.5_large_blur.json +388 -299
  12. comfyui_workflow_templates/templates/sd3.5_large_depth.json +343 -381
  13. comfyui_workflow_templates/templates/sdxl_refiner_prompt_example.json +369 -339
  14. comfyui_workflow_templates/templates/sdxl_simple_example.json +926 -476
  15. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v-1.webp +0 -0
  16. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v.json +1274 -0
  17. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v-1.webp +0 -0
  18. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +1274 -0
  19. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v-1.webp +0 -0
  20. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v-2.webp +0 -0
  21. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +1272 -0
  22. {comfyui_workflow_templates-0.1.14.dist-info → comfyui_workflow_templates-0.1.16.dist-info}/METADATA +1 -1
  23. {comfyui_workflow_templates-0.1.14.dist-info → comfyui_workflow_templates-0.1.16.dist-info}/RECORD +27 -16
  24. {comfyui_workflow_templates-0.1.14.dist-info → comfyui_workflow_templates-0.1.16.dist-info}/WHEEL +1 -1
  25. /comfyui_workflow_templates/templates/{audio_ace_step_1_t2m-1.mp3 → audio_ace_step_1_t2a_instrumentals-1.mp3} +0 -0
  26. {comfyui_workflow_templates-0.1.14.dist-info → comfyui_workflow_templates-0.1.16.dist-info}/licenses/LICENSE +0 -0
  27. {comfyui_workflow_templates-0.1.14.dist-info → comfyui_workflow_templates-0.1.16.dist-info}/top_level.txt +0 -0
@@ -1,45 +1,61 @@
1
1
  {
2
+ "id": "d2d1faaf-2721-471e-a202-305446a968ee",
3
+ "revision": 0,
2
4
  "last_node_id": 40,
3
5
  "last_link_id": 76,
4
6
  "nodes": [
5
7
  {
6
- "id": 8,
7
- "type": "VAEDecode",
8
- "pos": [1620, 98],
9
- "size": [210, 46],
8
+ "id": 23,
9
+ "type": "CLIPTextEncode",
10
+ "pos": [
11
+ 126.71530151367188,
12
+ 109.84258270263672
13
+ ],
14
+ "size": [
15
+ 422.8500061035156,
16
+ 164.30999755859375
17
+ ],
10
18
  "flags": {},
11
- "order": 11,
19
+ "order": 5,
12
20
  "mode": 0,
13
21
  "inputs": [
14
22
  {
15
- "name": "samples",
16
- "type": "LATENT",
17
- "link": 7
18
- },
19
- {
20
- "name": "vae",
21
- "type": "VAE",
22
- "link": 60
23
+ "name": "clip",
24
+ "type": "CLIP",
25
+ "link": 62
23
26
  }
24
27
  ],
25
28
  "outputs": [
26
29
  {
27
- "name": "IMAGE",
28
- "type": "IMAGE",
29
- "links": [9],
30
- "slot_index": 0
30
+ "name": "CONDITIONING",
31
+ "type": "CONDITIONING",
32
+ "slot_index": 0,
33
+ "links": [
34
+ 41
35
+ ]
31
36
  }
32
37
  ],
38
+ "title": "CLIP Text Encode (Positive Prompt)",
33
39
  "properties": {
34
- "Node name for S&R": "VAEDecode"
40
+ "Node name for S&R": "CLIPTextEncode"
35
41
  },
36
- "widgets_values": []
42
+ "widgets_values": [
43
+ "a photograph of a shark in the sea"
44
+ ],
45
+ "color": "#232",
46
+ "bgcolor": "#353"
37
47
  },
38
48
  {
39
49
  "id": 7,
40
50
  "type": "CLIPTextEncode",
41
- "pos": [307, 282],
42
- "size": [425.28, 180.61],
51
+ "pos": [
52
+ 130.87759399414062,
53
+ 330.7156066894531
54
+ ],
55
+ "size": [
56
+ 425.2799987792969,
57
+ 180.61000061035156
58
+ ],
43
59
  "flags": {
44
60
  "collapsed": true
45
61
  },
@@ -56,119 +72,33 @@
56
72
  {
57
73
  "name": "CONDITIONING",
58
74
  "type": "CONDITIONING",
59
- "links": [68],
60
- "slot_index": 0
75
+ "slot_index": 0,
76
+ "links": [
77
+ 68
78
+ ]
61
79
  }
62
80
  ],
63
81
  "title": "CLIP Text Encode (Negative Prompt)",
64
82
  "properties": {
65
83
  "Node name for S&R": "CLIPTextEncode"
66
84
  },
67
- "widgets_values": [""],
68
- "color": "#322",
69
- "bgcolor": "#533"
70
- },
71
- {
72
- "id": 34,
73
- "type": "DualCLIPLoader",
74
- "pos": [-238, 112],
75
- "size": [315, 106],
76
- "flags": {},
77
- "order": 0,
78
- "mode": 0,
79
- "inputs": [],
80
- "outputs": [
81
- {
82
- "name": "CLIP",
83
- "type": "CLIP",
84
- "links": [62, 63]
85
- }
86
- ],
87
- "properties": {
88
- "Node name for S&R": "DualCLIPLoader",
89
- "models": [
90
- {
91
- "name": "t5xxl_fp16.safetensors",
92
- "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors?download=true",
93
- "directory": "text_encoders"
94
- },
95
- {
96
- "name": "clip_l.safetensors",
97
- "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors?download=true",
98
- "directory": "text_encoders"
99
- }
100
- ]
101
- },
102
85
  "widgets_values": [
103
- "clip_l.safetensors",
104
- "t5xxl_fp16.safetensors",
105
- "flux",
106
- "default"
107
- ]
108
- },
109
- {
110
- "id": 17,
111
- "type": "LoadImage",
112
- "pos": [307, 342],
113
- "size": [315, 314.0],
114
- "flags": {},
115
- "order": 1,
116
- "mode": 0,
117
- "inputs": [],
118
- "outputs": [
119
- {
120
- "name": "IMAGE",
121
- "type": "IMAGE",
122
- "shape": 3,
123
- "links": [71],
124
- "slot_index": 0
125
- },
126
- {
127
- "name": "MASK",
128
- "type": "MASK",
129
- "shape": 3,
130
- "links": null
131
- }
132
- ],
133
- "properties": {
134
- "Node name for S&R": "LoadImage"
135
- },
136
- "widgets_values": ["shark_depthmap.png", "image"]
137
- },
138
- {
139
- "id": 26,
140
- "type": "FluxGuidance",
141
- "pos": [621, 8],
142
- "size": [317.4, 58],
143
- "flags": {},
144
- "order": 8,
145
- "mode": 0,
146
- "inputs": [
147
- {
148
- "name": "conditioning",
149
- "type": "CONDITIONING",
150
- "link": 41
151
- }
86
+ ""
152
87
  ],
153
- "outputs": [
154
- {
155
- "name": "CONDITIONING",
156
- "type": "CONDITIONING",
157
- "shape": 3,
158
- "links": [67],
159
- "slot_index": 0
160
- }
161
- ],
162
- "properties": {
163
- "Node name for S&R": "FluxGuidance"
164
- },
165
- "widgets_values": [10]
88
+ "color": "#322",
89
+ "bgcolor": "#533"
166
90
  },
167
91
  {
168
92
  "id": 35,
169
93
  "type": "InstructPixToPixConditioning",
170
- "pos": [1018, 124],
171
- "size": [235.2, 86],
94
+ "pos": [
95
+ 142.3372039794922,
96
+ 424.26947021484375
97
+ ],
98
+ "size": [
99
+ 235.1999969482422,
100
+ 86
101
+ ],
172
102
  "flags": {},
173
103
  "order": 9,
174
104
  "mode": 0,
@@ -198,20 +128,26 @@
198
128
  {
199
129
  "name": "positive",
200
130
  "type": "CONDITIONING",
201
- "links": [64],
202
- "slot_index": 0
131
+ "slot_index": 0,
132
+ "links": [
133
+ 64
134
+ ]
203
135
  },
204
136
  {
205
137
  "name": "negative",
206
138
  "type": "CONDITIONING",
207
- "links": [65],
208
- "slot_index": 1
139
+ "slot_index": 1,
140
+ "links": [
141
+ 65
142
+ ]
209
143
  },
210
144
  {
211
145
  "name": "latent",
212
146
  "type": "LATENT",
213
- "links": [73],
214
- "slot_index": 2
147
+ "slot_index": 2,
148
+ "links": [
149
+ 73
150
+ ]
215
151
  }
216
152
  ],
217
153
  "properties": {
@@ -219,21 +155,98 @@
219
155
  },
220
156
  "widgets_values": []
221
157
  },
158
+ {
159
+ "id": 8,
160
+ "type": "VAEDecode",
161
+ "pos": [
162
+ 967.6790161132812,
163
+ 136.9744415283203
164
+ ],
165
+ "size": [
166
+ 210,
167
+ 46
168
+ ],
169
+ "flags": {},
170
+ "order": 11,
171
+ "mode": 0,
172
+ "inputs": [
173
+ {
174
+ "name": "samples",
175
+ "type": "LATENT",
176
+ "link": 7
177
+ },
178
+ {
179
+ "name": "vae",
180
+ "type": "VAE",
181
+ "link": 60
182
+ }
183
+ ],
184
+ "outputs": [
185
+ {
186
+ "name": "IMAGE",
187
+ "type": "IMAGE",
188
+ "slot_index": 0,
189
+ "links": [
190
+ 9
191
+ ]
192
+ }
193
+ ],
194
+ "properties": {
195
+ "Node name for S&R": "VAEDecode"
196
+ },
197
+ "widgets_values": []
198
+ },
199
+ {
200
+ "id": 9,
201
+ "type": "SaveImage",
202
+ "pos": [
203
+ 964.4608154296875,
204
+ 356.83782958984375
205
+ ],
206
+ "size": [
207
+ 722.4099731445312,
208
+ 425.7699890136719
209
+ ],
210
+ "flags": {},
211
+ "order": 12,
212
+ "mode": 0,
213
+ "inputs": [
214
+ {
215
+ "name": "images",
216
+ "type": "IMAGE",
217
+ "link": 9
218
+ }
219
+ ],
220
+ "outputs": [],
221
+ "properties": {},
222
+ "widgets_values": [
223
+ "ComfyUI"
224
+ ]
225
+ },
222
226
  {
223
227
  "id": 32,
224
228
  "type": "VAELoader",
225
- "pos": [656, 165],
226
- "size": [315, 58],
229
+ "pos": [
230
+ -231.25802612304688,
231
+ 291.9970703125
232
+ ],
233
+ "size": [
234
+ 315,
235
+ 58
236
+ ],
227
237
  "flags": {},
228
- "order": 2,
238
+ "order": 0,
229
239
  "mode": 0,
230
240
  "inputs": [],
231
241
  "outputs": [
232
242
  {
233
243
  "name": "VAE",
234
244
  "type": "VAE",
235
- "links": [60, 69],
236
- "slot_index": 0
245
+ "slot_index": 0,
246
+ "links": [
247
+ 60,
248
+ 69
249
+ ]
237
250
  }
238
251
  ],
239
252
  "properties": {
@@ -246,32 +259,72 @@
246
259
  }
247
260
  ]
248
261
  },
249
- "widgets_values": ["ae.safetensors"]
262
+ "widgets_values": [
263
+ "ae.safetensors"
264
+ ],
265
+ "color": "#322",
266
+ "bgcolor": "#533"
250
267
  },
251
268
  {
252
- "id": 9,
253
- "type": "SaveImage",
254
- "pos": [1865, 98],
255
- "size": [722.41, 425.77],
269
+ "id": 34,
270
+ "type": "DualCLIPLoader",
271
+ "pos": [
272
+ -231.25802612304688,
273
+ 102.66471862792969
274
+ ],
275
+ "size": [
276
+ 315,
277
+ 130
278
+ ],
256
279
  "flags": {},
257
- "order": 12,
280
+ "order": 1,
258
281
  "mode": 0,
259
- "inputs": [
282
+ "inputs": [],
283
+ "outputs": [
260
284
  {
261
- "name": "images",
262
- "type": "IMAGE",
263
- "link": 9
285
+ "name": "CLIP",
286
+ "type": "CLIP",
287
+ "links": [
288
+ 62,
289
+ 63
290
+ ]
264
291
  }
265
292
  ],
266
- "outputs": [],
267
- "properties": {},
268
- "widgets_values": ["ComfyUI"]
293
+ "properties": {
294
+ "Node name for S&R": "DualCLIPLoader",
295
+ "models": [
296
+ {
297
+ "name": "t5xxl_fp16.safetensors",
298
+ "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors?download=true",
299
+ "directory": "text_encoders"
300
+ },
301
+ {
302
+ "name": "clip_l.safetensors",
303
+ "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors?download=true",
304
+ "directory": "text_encoders"
305
+ }
306
+ ]
307
+ },
308
+ "widgets_values": [
309
+ "clip_l.safetensors",
310
+ "t5xxl_fp16.safetensors",
311
+ "flux",
312
+ "default"
313
+ ],
314
+ "color": "#322",
315
+ "bgcolor": "#533"
269
316
  },
270
317
  {
271
318
  "id": 37,
272
319
  "type": "LoraLoaderModelOnly",
273
- "pos": [624, -172],
274
- "size": [315, 82],
320
+ "pos": [
321
+ -231.25802612304688,
322
+ -38.667640686035156
323
+ ],
324
+ "size": [
325
+ 315,
326
+ 82
327
+ ],
275
328
  "flags": {},
276
329
  "order": 7,
277
330
  "mode": 0,
@@ -286,8 +339,10 @@
286
339
  {
287
340
  "name": "MODEL",
288
341
  "type": "MODEL",
289
- "links": [76],
290
- "slot_index": 0
342
+ "slot_index": 0,
343
+ "links": [
344
+ 76
345
+ ]
291
346
  }
292
347
  ],
293
348
  "properties": {
@@ -300,44 +355,167 @@
300
355
  }
301
356
  ]
302
357
  },
303
- "widgets_values": ["flux1-depth-dev-lora.safetensors", 1]
358
+ "widgets_values": [
359
+ "flux1-depth-dev-lora.safetensors",
360
+ 1
361
+ ],
362
+ "color": "#322",
363
+ "bgcolor": "#533"
304
364
  },
305
365
  {
306
- "id": 23,
307
- "type": "CLIPTextEncode",
308
- "pos": [115, -17],
309
- "size": [422.85, 164.31],
366
+ "id": 31,
367
+ "type": "UNETLoader",
368
+ "pos": [
369
+ -231.25802612304688,
370
+ -180
371
+ ],
372
+ "size": [
373
+ 315,
374
+ 82
375
+ ],
310
376
  "flags": {},
311
- "order": 5,
377
+ "order": 2,
378
+ "mode": 0,
379
+ "inputs": [],
380
+ "outputs": [
381
+ {
382
+ "name": "MODEL",
383
+ "type": "MODEL",
384
+ "slot_index": 0,
385
+ "links": [
386
+ 74
387
+ ]
388
+ }
389
+ ],
390
+ "properties": {
391
+ "Node name for S&R": "UNETLoader",
392
+ "models": [
393
+ {
394
+ "name": "flux1-dev.safetensors",
395
+ "url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors?download=true",
396
+ "directory": "diffusion_models"
397
+ }
398
+ ]
399
+ },
400
+ "widgets_values": [
401
+ "flux1-dev.safetensors",
402
+ "default"
403
+ ],
404
+ "color": "#322",
405
+ "bgcolor": "#533"
406
+ },
407
+ {
408
+ "id": 40,
409
+ "type": "MarkdownNote",
410
+ "pos": [
411
+ 126.40027618408203,
412
+ -210.72119140625
413
+ ],
414
+ "size": [
415
+ 225,
416
+ 88
417
+ ],
418
+ "flags": {},
419
+ "order": 3,
420
+ "mode": 0,
421
+ "inputs": [],
422
+ "outputs": [],
423
+ "properties": {},
424
+ "widgets_values": [
425
+ "🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/flux/#canny-and-depth)"
426
+ ],
427
+ "color": "#432",
428
+ "bgcolor": "#653"
429
+ },
430
+ {
431
+ "id": 26,
432
+ "type": "FluxGuidance",
433
+ "pos": [
434
+ 592.109619140625,
435
+ 115.34029388427734
436
+ ],
437
+ "size": [
438
+ 317.3999938964844,
439
+ 58
440
+ ],
441
+ "flags": {},
442
+ "order": 8,
312
443
  "mode": 0,
313
444
  "inputs": [
314
445
  {
315
- "name": "clip",
316
- "type": "CLIP",
317
- "link": 62
446
+ "name": "conditioning",
447
+ "type": "CONDITIONING",
448
+ "link": 41
318
449
  }
319
450
  ],
320
451
  "outputs": [
321
452
  {
322
453
  "name": "CONDITIONING",
323
454
  "type": "CONDITIONING",
324
- "links": [41],
325
- "slot_index": 0
455
+ "slot_index": 0,
456
+ "links": [
457
+ 67
458
+ ]
326
459
  }
327
460
  ],
328
- "title": "CLIP Text Encode (Positive Prompt)",
329
461
  "properties": {
330
- "Node name for S&R": "CLIPTextEncode"
462
+ "Node name for S&R": "FluxGuidance"
331
463
  },
332
- "widgets_values": ["a photograph of a shark in the sea"],
333
- "color": "#232",
334
- "bgcolor": "#353"
464
+ "widgets_values": [
465
+ 10
466
+ ]
467
+ },
468
+ {
469
+ "id": 17,
470
+ "type": "LoadImage",
471
+ "pos": [
472
+ -230.69815063476562,
473
+ 410.7291259765625
474
+ ],
475
+ "size": [
476
+ 315,
477
+ 314
478
+ ],
479
+ "flags": {},
480
+ "order": 4,
481
+ "mode": 0,
482
+ "inputs": [],
483
+ "outputs": [
484
+ {
485
+ "name": "IMAGE",
486
+ "type": "IMAGE",
487
+ "slot_index": 0,
488
+ "links": [
489
+ 71
490
+ ]
491
+ },
492
+ {
493
+ "name": "MASK",
494
+ "type": "MASK",
495
+ "links": null
496
+ }
497
+ ],
498
+ "properties": {
499
+ "Node name for S&R": "LoadImage"
500
+ },
501
+ "widgets_values": [
502
+ "shark_depthmap.png",
503
+ "image"
504
+ ],
505
+ "color": "#322",
506
+ "bgcolor": "#533"
335
507
  },
336
508
  {
337
509
  "id": 3,
338
510
  "type": "KSampler",
339
- "pos": [1280, 100],
340
- "size": [315, 262],
511
+ "pos": [
512
+ 593.2842407226562,
513
+ 411.6834716796875
514
+ ],
515
+ "size": [
516
+ 315,
517
+ 262
518
+ ],
341
519
  "flags": {},
342
520
  "order": 10,
343
521
  "mode": 0,
@@ -367,8 +545,10 @@
367
545
  {
368
546
  "name": "LATENT",
369
547
  "type": "LATENT",
370
- "links": [7],
371
- "slot_index": 0
548
+ "slot_index": 0,
549
+ "links": [
550
+ 7
551
+ ]
372
552
  }
373
553
  ],
374
554
  "properties": {
@@ -383,78 +563,155 @@
383
563
  "normal",
384
564
  1
385
565
  ]
386
- },
387
- {
388
- "id": 31,
389
- "type": "UNETLoader",
390
- "pos": [249, -171],
391
- "size": [315, 82],
392
- "flags": {},
393
- "order": 3,
394
- "mode": 0,
395
- "inputs": [],
396
- "outputs": [
397
- {
398
- "name": "MODEL",
399
- "type": "MODEL",
400
- "links": [74],
401
- "slot_index": 0
402
- }
403
- ],
404
- "properties": {
405
- "Node name for S&R": "UNETLoader",
406
- "models": [
407
- {
408
- "name": "flux1-dev.safetensors",
409
- "url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors?download=true",
410
- "directory": "diffusion_models"
411
- }
412
- ]
413
- },
414
- "widgets_values": ["flux1-dev.safetensors", "default"]
415
- },
416
- {
417
- "id": 40,
418
- "type": "MarkdownNote",
419
- "pos": [-225, 270],
420
- "size": [225, 60],
421
- "flags": {},
422
- "order": 4,
423
- "mode": 0,
424
- "inputs": [],
425
- "outputs": [],
426
- "properties": {},
427
- "widgets_values": [
428
- "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/flux/#canny-and-depth)"
429
- ],
430
- "color": "#432",
431
- "bgcolor": "#653"
432
566
  }
433
567
  ],
434
568
  "links": [
435
- [7, 3, 0, 8, 0, "LATENT"],
436
- [9, 8, 0, 9, 0, "IMAGE"],
437
- [41, 23, 0, 26, 0, "CONDITIONING"],
438
- [60, 32, 0, 8, 1, "VAE"],
439
- [62, 34, 0, 23, 0, "CLIP"],
440
- [63, 34, 0, 7, 0, "CLIP"],
441
- [64, 35, 0, 3, 1, "CONDITIONING"],
442
- [65, 35, 1, 3, 2, "CONDITIONING"],
443
- [67, 26, 0, 35, 0, "CONDITIONING"],
444
- [68, 7, 0, 35, 1, "CONDITIONING"],
445
- [69, 32, 0, 35, 2, "VAE"],
446
- [71, 17, 0, 35, 3, "IMAGE"],
447
- [73, 35, 2, 3, 3, "LATENT"],
448
- [74, 31, 0, 37, 0, "MODEL"],
449
- [76, 37, 0, 3, 0, "MODEL"]
569
+ [
570
+ 7,
571
+ 3,
572
+ 0,
573
+ 8,
574
+ 0,
575
+ "LATENT"
576
+ ],
577
+ [
578
+ 9,
579
+ 8,
580
+ 0,
581
+ 9,
582
+ 0,
583
+ "IMAGE"
584
+ ],
585
+ [
586
+ 41,
587
+ 23,
588
+ 0,
589
+ 26,
590
+ 0,
591
+ "CONDITIONING"
592
+ ],
593
+ [
594
+ 60,
595
+ 32,
596
+ 0,
597
+ 8,
598
+ 1,
599
+ "VAE"
600
+ ],
601
+ [
602
+ 62,
603
+ 34,
604
+ 0,
605
+ 23,
606
+ 0,
607
+ "CLIP"
608
+ ],
609
+ [
610
+ 63,
611
+ 34,
612
+ 0,
613
+ 7,
614
+ 0,
615
+ "CLIP"
616
+ ],
617
+ [
618
+ 64,
619
+ 35,
620
+ 0,
621
+ 3,
622
+ 1,
623
+ "CONDITIONING"
624
+ ],
625
+ [
626
+ 65,
627
+ 35,
628
+ 1,
629
+ 3,
630
+ 2,
631
+ "CONDITIONING"
632
+ ],
633
+ [
634
+ 67,
635
+ 26,
636
+ 0,
637
+ 35,
638
+ 0,
639
+ "CONDITIONING"
640
+ ],
641
+ [
642
+ 68,
643
+ 7,
644
+ 0,
645
+ 35,
646
+ 1,
647
+ "CONDITIONING"
648
+ ],
649
+ [
650
+ 69,
651
+ 32,
652
+ 0,
653
+ 35,
654
+ 2,
655
+ "VAE"
656
+ ],
657
+ [
658
+ 71,
659
+ 17,
660
+ 0,
661
+ 35,
662
+ 3,
663
+ "IMAGE"
664
+ ],
665
+ [
666
+ 73,
667
+ 35,
668
+ 2,
669
+ 3,
670
+ 3,
671
+ "LATENT"
672
+ ],
673
+ [
674
+ 74,
675
+ 31,
676
+ 0,
677
+ 37,
678
+ 0,
679
+ "MODEL"
680
+ ],
681
+ [
682
+ 76,
683
+ 37,
684
+ 0,
685
+ 3,
686
+ 0,
687
+ "MODEL"
688
+ ]
689
+ ],
690
+ "groups": [
691
+ {
692
+ "id": 1,
693
+ "title": "Load Model Here",
694
+ "bounding": [
695
+ -241.25802612304688,
696
+ -253.60000610351562,
697
+ 335,
698
+ 613.5970458984375
699
+ ],
700
+ "color": "#3f789e",
701
+ "font_size": 24,
702
+ "flags": {}
703
+ }
450
704
  ],
451
- "groups": [],
452
705
  "config": {},
453
706
  "extra": {
454
707
  "ds": {
455
708
  "scale": 0.65,
456
- "offset": [724.57, 776.23]
457
- }
709
+ "offset": [
710
+ 573.3175083315878,
711
+ 364.3458045396041
712
+ ]
713
+ },
714
+ "frontendVersion": "1.19.4"
458
715
  },
459
716
  "version": 0.4
460
- }
717
+ }