comfyui-workflow-templates 0.1.30__py3-none-any.whl → 0.1.31__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 (18) hide show
  1. comfyui_workflow_templates/templates/api_stability_ai_i2i.json +79 -89
  2. comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json +89 -103
  3. comfyui_workflow_templates/templates/flux_kontext_dev_basic-1.webp +0 -0
  4. comfyui_workflow_templates/templates/flux_kontext_dev_basic-2.webp +0 -0
  5. comfyui_workflow_templates/templates/flux_kontext_dev_basic.json +168 -144
  6. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
  7. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
  8. comfyui_workflow_templates/templates/image_omnigen2_image_edit-1.webp +0 -0
  9. comfyui_workflow_templates/templates/image_omnigen2_image_edit-2.webp +0 -0
  10. comfyui_workflow_templates/templates/image_omnigen2_image_edit.json +1497 -0
  11. comfyui_workflow_templates/templates/image_omnigen2_t2i-1.webp +0 -0
  12. comfyui_workflow_templates/templates/image_omnigen2_t2i.json +774 -0
  13. comfyui_workflow_templates/templates/index.json +18 -1
  14. {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.31.dist-info}/METADATA +9 -5
  15. {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.31.dist-info}/RECORD +18 -13
  16. {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.31.dist-info}/WHEEL +0 -0
  17. {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.31.dist-info}/licenses/LICENSE +0 -0
  18. {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.31.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,774 @@
1
+ {
2
+ "id": "38d4a359-349a-444f-acc1-acba3173c650",
3
+ "revision": 0,
4
+ "last_node_id": 41,
5
+ "last_link_id": 78,
6
+ "nodes": [
7
+ {
8
+ "id": 28,
9
+ "type": "SamplerCustomAdvanced",
10
+ "pos": [
11
+ 626.147705078125,
12
+ 105.61650085449219
13
+ ],
14
+ "size": [
15
+ 202.53378295898438,
16
+ 106
17
+ ],
18
+ "flags": {},
19
+ "order": 11,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "noise",
24
+ "type": "NOISE",
25
+ "link": 33
26
+ },
27
+ {
28
+ "name": "guider",
29
+ "type": "GUIDER",
30
+ "link": 34
31
+ },
32
+ {
33
+ "name": "sampler",
34
+ "type": "SAMPLER",
35
+ "link": 35
36
+ },
37
+ {
38
+ "name": "sigmas",
39
+ "type": "SIGMAS",
40
+ "link": 36
41
+ },
42
+ {
43
+ "name": "latent_image",
44
+ "type": "LATENT",
45
+ "link": 49
46
+ }
47
+ ],
48
+ "outputs": [
49
+ {
50
+ "name": "output",
51
+ "type": "LATENT",
52
+ "slot_index": 0,
53
+ "links": [
54
+ 46
55
+ ]
56
+ },
57
+ {
58
+ "name": "denoised_output",
59
+ "type": "LATENT",
60
+ "links": null
61
+ }
62
+ ],
63
+ "properties": {
64
+ "Node name for S&R": "SamplerCustomAdvanced",
65
+ "cnr_id": "comfy-core",
66
+ "ver": "0.3.42"
67
+ },
68
+ "widgets_values": []
69
+ },
70
+ {
71
+ "id": 20,
72
+ "type": "KSamplerSelect",
73
+ "pos": [
74
+ 286.1477355957031,
75
+ 435.6164855957031
76
+ ],
77
+ "size": [
78
+ 315,
79
+ 58
80
+ ],
81
+ "flags": {},
82
+ "order": 0,
83
+ "mode": 0,
84
+ "inputs": [],
85
+ "outputs": [
86
+ {
87
+ "name": "SAMPLER",
88
+ "type": "SAMPLER",
89
+ "links": [
90
+ 35
91
+ ]
92
+ }
93
+ ],
94
+ "properties": {
95
+ "Node name for S&R": "KSamplerSelect",
96
+ "cnr_id": "comfy-core",
97
+ "ver": "0.3.42"
98
+ },
99
+ "widgets_values": [
100
+ "euler"
101
+ ]
102
+ },
103
+ {
104
+ "id": 21,
105
+ "type": "RandomNoise",
106
+ "pos": [
107
+ 286.1477355957031,
108
+ 115.61649322509766
109
+ ],
110
+ "size": [
111
+ 310,
112
+ 82
113
+ ],
114
+ "flags": {},
115
+ "order": 1,
116
+ "mode": 0,
117
+ "inputs": [],
118
+ "outputs": [
119
+ {
120
+ "name": "NOISE",
121
+ "type": "NOISE",
122
+ "links": [
123
+ 33
124
+ ]
125
+ }
126
+ ],
127
+ "properties": {
128
+ "Node name for S&R": "RandomNoise",
129
+ "cnr_id": "comfy-core",
130
+ "ver": "0.3.42"
131
+ },
132
+ "widgets_values": [
133
+ 822957660815591,
134
+ "randomize"
135
+ ]
136
+ },
137
+ {
138
+ "id": 27,
139
+ "type": "DualCFGGuider",
140
+ "pos": [
141
+ 286.1477355957031,
142
+ 245.61639404296875
143
+ ],
144
+ "size": [
145
+ 310,
146
+ 142
147
+ ],
148
+ "flags": {},
149
+ "order": 10,
150
+ "mode": 0,
151
+ "inputs": [
152
+ {
153
+ "name": "model",
154
+ "type": "MODEL",
155
+ "link": 53
156
+ },
157
+ {
158
+ "name": "cond1",
159
+ "type": "CONDITIONING",
160
+ "link": 77
161
+ },
162
+ {
163
+ "name": "cond2",
164
+ "type": "CONDITIONING",
165
+ "link": 76
166
+ },
167
+ {
168
+ "name": "negative",
169
+ "type": "CONDITIONING",
170
+ "link": 45
171
+ }
172
+ ],
173
+ "outputs": [
174
+ {
175
+ "name": "GUIDER",
176
+ "type": "GUIDER",
177
+ "slot_index": 0,
178
+ "links": [
179
+ 34
180
+ ]
181
+ }
182
+ ],
183
+ "properties": {
184
+ "Node name for S&R": "DualCFGGuider",
185
+ "cnr_id": "comfy-core",
186
+ "ver": "0.3.42"
187
+ },
188
+ "widgets_values": [
189
+ 5,
190
+ 2
191
+ ]
192
+ },
193
+ {
194
+ "id": 23,
195
+ "type": "BasicScheduler",
196
+ "pos": [
197
+ 286.1477355957031,
198
+ 535.6163940429688
199
+ ],
200
+ "size": [
201
+ 210,
202
+ 106
203
+ ],
204
+ "flags": {},
205
+ "order": 9,
206
+ "mode": 0,
207
+ "inputs": [
208
+ {
209
+ "name": "model",
210
+ "type": "MODEL",
211
+ "link": 52
212
+ }
213
+ ],
214
+ "outputs": [
215
+ {
216
+ "name": "SIGMAS",
217
+ "type": "SIGMAS",
218
+ "links": [
219
+ 36
220
+ ]
221
+ }
222
+ ],
223
+ "properties": {
224
+ "Node name for S&R": "BasicScheduler",
225
+ "cnr_id": "comfy-core",
226
+ "ver": "0.3.42"
227
+ },
228
+ "widgets_values": [
229
+ "simple",
230
+ 20,
231
+ 1
232
+ ]
233
+ },
234
+ {
235
+ "id": 13,
236
+ "type": "VAELoader",
237
+ "pos": [
238
+ -520,
239
+ 360
240
+ ],
241
+ "size": [
242
+ 290,
243
+ 60
244
+ ],
245
+ "flags": {},
246
+ "order": 2,
247
+ "mode": 0,
248
+ "inputs": [],
249
+ "outputs": [
250
+ {
251
+ "name": "VAE",
252
+ "type": "VAE",
253
+ "links": [
254
+ 14
255
+ ]
256
+ }
257
+ ],
258
+ "properties": {
259
+ "Node name for S&R": "VAELoader",
260
+ "cnr_id": "comfy-core",
261
+ "ver": "0.3.42",
262
+ "models": [
263
+ {
264
+ "name": "ae.safetensors",
265
+ "url": "https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors",
266
+ "directory": "vae"
267
+ }
268
+ ]
269
+ },
270
+ "widgets_values": [
271
+ "ae.safetensors"
272
+ ],
273
+ "color": "#322",
274
+ "bgcolor": "#533"
275
+ },
276
+ {
277
+ "id": 10,
278
+ "type": "CLIPLoader",
279
+ "pos": [
280
+ -520,
281
+ 210
282
+ ],
283
+ "size": [
284
+ 290,
285
+ 106
286
+ ],
287
+ "flags": {},
288
+ "order": 3,
289
+ "mode": 0,
290
+ "inputs": [],
291
+ "outputs": [
292
+ {
293
+ "name": "CLIP",
294
+ "type": "CLIP",
295
+ "links": [
296
+ 10,
297
+ 11
298
+ ]
299
+ }
300
+ ],
301
+ "properties": {
302
+ "Node name for S&R": "CLIPLoader",
303
+ "cnr_id": "comfy-core",
304
+ "ver": "0.3.42",
305
+ "models": [
306
+ {
307
+ "name": "qwen_2.5_vl_fp16.safetensors",
308
+ "url": "https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/resolve/main/split_files/text_encoders/qwen_2.5_vl_fp16.safetensors",
309
+ "directory": "text_encoders"
310
+ }
311
+ ]
312
+ },
313
+ "widgets_values": [
314
+ "qwen_2.5_vl_fp16.safetensors",
315
+ "omnigen2",
316
+ "default"
317
+ ],
318
+ "color": "#322",
319
+ "bgcolor": "#533"
320
+ },
321
+ {
322
+ "id": 12,
323
+ "type": "UNETLoader",
324
+ "pos": [
325
+ -520,
326
+ 90
327
+ ],
328
+ "size": [
329
+ 290,
330
+ 82
331
+ ],
332
+ "flags": {},
333
+ "order": 4,
334
+ "mode": 0,
335
+ "inputs": [],
336
+ "outputs": [
337
+ {
338
+ "name": "MODEL",
339
+ "type": "MODEL",
340
+ "links": [
341
+ 52,
342
+ 53
343
+ ]
344
+ }
345
+ ],
346
+ "properties": {
347
+ "Node name for S&R": "UNETLoader",
348
+ "cnr_id": "comfy-core",
349
+ "ver": "0.3.42",
350
+ "models": [
351
+ {
352
+ "name": "omnigen2_fp16.safetensors",
353
+ "url": "https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/omnigen2_fp16.safetensors",
354
+ "directory": "diffusion_models"
355
+ }
356
+ ]
357
+ },
358
+ "widgets_values": [
359
+ "omnigen2_fp16.safetensors",
360
+ "default"
361
+ ],
362
+ "color": "#322",
363
+ "bgcolor": "#533"
364
+ },
365
+ {
366
+ "id": 8,
367
+ "type": "VAEDecode",
368
+ "pos": [
369
+ 606.147705078125,
370
+ 585.6165771484375
371
+ ],
372
+ "size": [
373
+ 210,
374
+ 46
375
+ ],
376
+ "flags": {},
377
+ "order": 12,
378
+ "mode": 0,
379
+ "inputs": [
380
+ {
381
+ "name": "samples",
382
+ "type": "LATENT",
383
+ "link": 46
384
+ },
385
+ {
386
+ "name": "vae",
387
+ "type": "VAE",
388
+ "link": 14
389
+ }
390
+ ],
391
+ "outputs": [
392
+ {
393
+ "name": "IMAGE",
394
+ "type": "IMAGE",
395
+ "slot_index": 0,
396
+ "links": [
397
+ 9
398
+ ]
399
+ }
400
+ ],
401
+ "properties": {
402
+ "Node name for S&R": "VAEDecode",
403
+ "cnr_id": "comfy-core",
404
+ "ver": "0.3.42"
405
+ },
406
+ "widgets_values": []
407
+ },
408
+ {
409
+ "id": 11,
410
+ "type": "EmptySD3LatentImage",
411
+ "pos": [
412
+ -513.6055297851562,
413
+ 523.306640625
414
+ ],
415
+ "size": [
416
+ 270,
417
+ 106
418
+ ],
419
+ "flags": {},
420
+ "order": 5,
421
+ "mode": 0,
422
+ "inputs": [],
423
+ "outputs": [
424
+ {
425
+ "name": "LATENT",
426
+ "type": "LATENT",
427
+ "links": [
428
+ 49
429
+ ]
430
+ }
431
+ ],
432
+ "properties": {
433
+ "Node name for S&R": "EmptySD3LatentImage",
434
+ "cnr_id": "comfy-core",
435
+ "ver": "0.3.42"
436
+ },
437
+ "widgets_values": [
438
+ 1024,
439
+ 1024,
440
+ 1
441
+ ],
442
+ "color": "#322",
443
+ "bgcolor": "#533"
444
+ },
445
+ {
446
+ "id": 9,
447
+ "type": "SaveImage",
448
+ "pos": [
449
+ 865.3943481445312,
450
+ 71.77716827392578
451
+ ],
452
+ "size": [
453
+ 555.366943359375,
454
+ 580.708984375
455
+ ],
456
+ "flags": {},
457
+ "order": 13,
458
+ "mode": 0,
459
+ "inputs": [
460
+ {
461
+ "name": "images",
462
+ "type": "IMAGE",
463
+ "link": 9
464
+ }
465
+ ],
466
+ "outputs": [],
467
+ "properties": {
468
+ "cnr_id": "comfy-core",
469
+ "ver": "0.3.42"
470
+ },
471
+ "widgets_values": [
472
+ "ComfyUI"
473
+ ]
474
+ },
475
+ {
476
+ "id": 6,
477
+ "type": "CLIPTextEncode",
478
+ "pos": [
479
+ -180.14205932617188,
480
+ 91.97244262695312
481
+ ],
482
+ "size": [
483
+ 426.5657043457031,
484
+ 138.57876586914062
485
+ ],
486
+ "flags": {},
487
+ "order": 8,
488
+ "mode": 0,
489
+ "inputs": [
490
+ {
491
+ "name": "clip",
492
+ "type": "CLIP",
493
+ "link": 11
494
+ }
495
+ ],
496
+ "outputs": [
497
+ {
498
+ "name": "CONDITIONING",
499
+ "type": "CONDITIONING",
500
+ "slot_index": 0,
501
+ "links": [
502
+ 77
503
+ ]
504
+ }
505
+ ],
506
+ "properties": {
507
+ "Node name for S&R": "CLIPTextEncode",
508
+ "cnr_id": "comfy-core",
509
+ "ver": "0.3.42"
510
+ },
511
+ "widgets_values": [
512
+ "A cat with a crown lounging on a velvet throne, royal atmosphere, luxurious fabric texture, regal pose, detailed fur, ornate crown, dramatic lighting"
513
+ ],
514
+ "color": "#232",
515
+ "bgcolor": "#353"
516
+ },
517
+ {
518
+ "id": 7,
519
+ "type": "CLIPTextEncode",
520
+ "pos": [
521
+ -177.5792694091797,
522
+ 278.33154296875
523
+ ],
524
+ "size": [
525
+ 418.45758056640625,
526
+ 132.5428924560547
527
+ ],
528
+ "flags": {},
529
+ "order": 7,
530
+ "mode": 0,
531
+ "inputs": [
532
+ {
533
+ "name": "clip",
534
+ "type": "CLIP",
535
+ "link": 10
536
+ }
537
+ ],
538
+ "outputs": [
539
+ {
540
+ "name": "CONDITIONING",
541
+ "type": "CONDITIONING",
542
+ "slot_index": 0,
543
+ "links": [
544
+ 45,
545
+ 76
546
+ ]
547
+ }
548
+ ],
549
+ "properties": {
550
+ "Node name for S&R": "CLIPTextEncode",
551
+ "cnr_id": "comfy-core",
552
+ "ver": "0.3.42"
553
+ },
554
+ "widgets_values": [
555
+ "blurry, low quality, distorted, ugly, bad anatomy, deformed, poorly drawn"
556
+ ],
557
+ "color": "#223",
558
+ "bgcolor": "#335"
559
+ },
560
+ {
561
+ "id": 41,
562
+ "type": "MarkdownNote",
563
+ "pos": [
564
+ -890,
565
+ 50
566
+ ],
567
+ "size": [
568
+ 340,
569
+ 400
570
+ ],
571
+ "flags": {},
572
+ "order": 6,
573
+ "mode": 0,
574
+ "inputs": [],
575
+ "outputs": [],
576
+ "title": "Model links",
577
+ "properties": {},
578
+ "widgets_values": [
579
+ "## Docs\n[English](http://docs.comfy.org/tutorials/image/omnigen/omnigen2) | [中文](http://docs.comfy.org/zh-CN/tutorials/image/omnigen/omnigen2)\n\n## Model links\n\n**diffusion model**\n\n- [omnigen2_fp16.safetensors](https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/omnigen2_fp16.safetensors)\n\n**vae**\n\n- [ae.safetensors](https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/blob/main/split_files/vae/ae.safetensors)\n\n**text encoder**\n\n- [qwen_2.5_vl_fp16.safetensors](https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/resolve/main/split_files/text_encoders/qwen_2.5_vl_fp16.safetensors)\n\nFile save location\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 diffusion_models/\n│ │ └── omnigen2_fp16.safetensors\n│ ├── 📂 vae/\n│ │ └── ae.safetensor\n│ └── 📂 text_encoders/\n│ └── qwen_2.5_vl_fp16.safetensors\n```\n"
580
+ ],
581
+ "color": "#432",
582
+ "bgcolor": "#653"
583
+ }
584
+ ],
585
+ "links": [
586
+ [
587
+ 9,
588
+ 8,
589
+ 0,
590
+ 9,
591
+ 0,
592
+ "IMAGE"
593
+ ],
594
+ [
595
+ 10,
596
+ 10,
597
+ 0,
598
+ 7,
599
+ 0,
600
+ "CLIP"
601
+ ],
602
+ [
603
+ 11,
604
+ 10,
605
+ 0,
606
+ 6,
607
+ 0,
608
+ "CLIP"
609
+ ],
610
+ [
611
+ 14,
612
+ 13,
613
+ 0,
614
+ 8,
615
+ 1,
616
+ "VAE"
617
+ ],
618
+ [
619
+ 33,
620
+ 21,
621
+ 0,
622
+ 28,
623
+ 0,
624
+ "NOISE"
625
+ ],
626
+ [
627
+ 34,
628
+ 27,
629
+ 0,
630
+ 28,
631
+ 1,
632
+ "GUIDER"
633
+ ],
634
+ [
635
+ 35,
636
+ 20,
637
+ 0,
638
+ 28,
639
+ 2,
640
+ "SAMPLER"
641
+ ],
642
+ [
643
+ 36,
644
+ 23,
645
+ 0,
646
+ 28,
647
+ 3,
648
+ "SIGMAS"
649
+ ],
650
+ [
651
+ 45,
652
+ 7,
653
+ 0,
654
+ 27,
655
+ 3,
656
+ "CONDITIONING"
657
+ ],
658
+ [
659
+ 46,
660
+ 28,
661
+ 0,
662
+ 8,
663
+ 0,
664
+ "LATENT"
665
+ ],
666
+ [
667
+ 49,
668
+ 11,
669
+ 0,
670
+ 28,
671
+ 4,
672
+ "LATENT"
673
+ ],
674
+ [
675
+ 52,
676
+ 12,
677
+ 0,
678
+ 23,
679
+ 0,
680
+ "MODEL"
681
+ ],
682
+ [
683
+ 53,
684
+ 12,
685
+ 0,
686
+ 27,
687
+ 0,
688
+ "MODEL"
689
+ ],
690
+ [
691
+ 76,
692
+ 7,
693
+ 0,
694
+ 27,
695
+ 2,
696
+ "CONDITIONING"
697
+ ],
698
+ [
699
+ 77,
700
+ 6,
701
+ 0,
702
+ 27,
703
+ 1,
704
+ "CONDITIONING"
705
+ ]
706
+ ],
707
+ "groups": [
708
+ {
709
+ "id": 1,
710
+ "title": "Step 1 - Load models",
711
+ "bounding": [
712
+ -530,
713
+ 20,
714
+ 320,
715
+ 410
716
+ ],
717
+ "color": "#3f789e",
718
+ "font_size": 24,
719
+ "flags": {}
720
+ },
721
+ {
722
+ "id": 2,
723
+ "title": "Step 3 - Prompt",
724
+ "bounding": [
725
+ -190,
726
+ 20,
727
+ 450,
728
+ 410
729
+ ],
730
+ "color": "#3f789e",
731
+ "font_size": 24,
732
+ "flags": {}
733
+ },
734
+ {
735
+ "id": 5,
736
+ "title": "Custom Sampling",
737
+ "bounding": [
738
+ 280,
739
+ 30,
740
+ 561.83544921875,
741
+ 630.7272338867188
742
+ ],
743
+ "color": "#3f789e",
744
+ "font_size": 24,
745
+ "flags": {}
746
+ },
747
+ {
748
+ "id": 8,
749
+ "title": "Step 2 - image size",
750
+ "bounding": [
751
+ -530,
752
+ 450,
753
+ 320.3025817871094,
754
+ 192.70652770996094
755
+ ],
756
+ "color": "#3f789e",
757
+ "font_size": 24,
758
+ "flags": {}
759
+ }
760
+ ],
761
+ "config": {},
762
+ "extra": {
763
+ "ds": {
764
+ "scale": 0.6830134553650705,
765
+ "offset": [
766
+ 1505.9433195285862,
767
+ 143.4838026435537
768
+ ]
769
+ },
770
+ "frontendVersion": "1.23.2",
771
+ "groupNodes": {}
772
+ },
773
+ "version": 0.4
774
+ }