comfyui-mcp 0.20.0 → 0.20.2

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 (37) hide show
  1. package/dist/orchestrator/agent-backend.js.map +1 -1
  2. package/dist/orchestrator/codex-backend.js +20 -4
  3. package/dist/orchestrator/codex-backend.js.map +1 -1
  4. package/dist/orchestrator/index.js +21 -2
  5. package/dist/orchestrator/index.js.map +1 -1
  6. package/dist/orchestrator/panel-tools.js +33 -2
  7. package/dist/orchestrator/panel-tools.js.map +1 -1
  8. package/dist/services/image-management.js +83 -18
  9. package/dist/services/image-management.js.map +1 -1
  10. package/dist/services/manifest.js +84 -3
  11. package/dist/services/manifest.js.map +1 -1
  12. package/dist/services/output-dir.js +59 -0
  13. package/dist/services/output-dir.js.map +1 -1
  14. package/dist/tools/image-management.js +72 -1
  15. package/dist/tools/image-management.js.map +1 -1
  16. package/dist/tools/skills-access.js +1 -1
  17. package/dist/tools/skills-access.js.map +1 -1
  18. package/package.json +1 -1
  19. package/packs/{krea2-txt2img → krea2-txt2img-json}/install-runpod.sh +1 -2
  20. package/packs/{krea2-txt2img → krea2-txt2img-json}/install-windows.bat +1 -2
  21. package/packs/krea2-txt2img-json/manifest.yaml +28 -0
  22. package/packs/krea2-txt2img-json/pack.yaml +45 -0
  23. package/packs/{krea2-txt2img → krea2-txt2img-json}/workflow.json +11 -67
  24. package/packs/krea2-txt2img-manual/install-runpod.sh +39 -0
  25. package/packs/krea2-txt2img-manual/install-windows.bat +44 -0
  26. package/packs/{krea2-txt2img → krea2-txt2img-manual}/manifest.yaml +7 -8
  27. package/packs/krea2-txt2img-manual/pack.yaml +41 -0
  28. package/packs/krea2-txt2img-manual/workflow.json +1642 -0
  29. package/plugin/skills/director/SKILL.md +14 -2
  30. package/plugin/skills/krea2-txt2img/SKILL.md +52 -16
  31. package/plugin/skills/ltxv2-video/SKILL.md +20 -0
  32. package/plugin/skills/video-extend/SKILL.md +9 -0
  33. package/plugin/skills/wan-flf-video/SKILL.md +1 -1
  34. package/plugin/skills/workflow-layout/SKILL.md +14 -1
  35. package/scripts/panel-load-workflow-smoke.mjs +1 -1
  36. package/packs/krea2/workflow.json +0 -4265
  37. package/packs/krea2-txt2img/pack.yaml +0 -32
@@ -1,4265 +0,0 @@
1
- {
2
- "id": "7038d79e-44d8-4dd7-9532-e1c8aa6151ab",
3
- "revision": 0,
4
- "last_node_id": 145,
5
- "last_link_id": 154,
6
- "nodes": [
7
- {
8
- "id": 28,
9
- "type": "Label (rgthree)",
10
- "pos": [
11
- 10170.8026944924,
12
- -1158.009528546769
13
- ],
14
- "size": [
15
- 2128.7109375,
16
- 300
17
- ],
18
- "flags": {
19
- "allow_interaction": true
20
- },
21
- "order": 0,
22
- "mode": 0,
23
- "inputs": [],
24
- "outputs": [],
25
- "title": "by Aitrepreneur -- patreon.com/aitrepreneur",
26
- "properties": {
27
- "fontSize": 100,
28
- "fontFamily": "Arial",
29
- "fontColor": "#ffffff",
30
- "textAlign": "left",
31
- "backgroundColor": "#018368",
32
- "padding": 100,
33
- "borderRadius": 0,
34
- "angle": 0,
35
- "ue_properties": {
36
- "version": "7.5.1",
37
- "widget_ue_connectable": {},
38
- "input_ue_unconnectable": {}
39
- }
40
- },
41
- "color": "#fff0",
42
- "bgcolor": "#fff0"
43
- },
44
- {
45
- "id": 29,
46
- "type": "Label (rgthree)",
47
- "pos": [
48
- 10837.837304747069,
49
- -371.4072856736004
50
- ],
51
- "size": [
52
- 1220.2734375,
53
- 120
54
- ],
55
- "flags": {
56
- "allow_interaction": true
57
- },
58
- "order": 1,
59
- "mode": 0,
60
- "inputs": [],
61
- "outputs": [],
62
- "title": "MODELS SELECTION",
63
- "properties": {
64
- "fontSize": 120,
65
- "fontFamily": "Arial",
66
- "fontColor": "#ffffff",
67
- "textAlign": "left",
68
- "backgroundColor": "red",
69
- "padding": 0,
70
- "borderRadius": 0,
71
- "angle": 0,
72
- "ue_properties": {
73
- "version": "7.5.1",
74
- "widget_ue_connectable": {},
75
- "input_ue_unconnectable": {}
76
- }
77
- },
78
- "color": "#fff0",
79
- "bgcolor": "#fff0"
80
- },
81
- {
82
- "id": 30,
83
- "type": "SetNode",
84
- "pos": [
85
- 11515.12533461618,
86
- 139.13537535913116
87
- ],
88
- "size": [
89
- 210,
90
- 58
91
- ],
92
- "flags": {},
93
- "order": 34,
94
- "mode": 0,
95
- "inputs": [
96
- {
97
- "name": "VAE",
98
- "type": "VAE",
99
- "link": 19
100
- }
101
- ],
102
- "outputs": [
103
- {
104
- "name": "VAE",
105
- "type": "VAE",
106
- "links": null
107
- }
108
- ],
109
- "title": "Set_VAE",
110
- "properties": {
111
- "Node name for S&R": "SetNode",
112
- "aux_id": "kijai/ComfyUI-KJNodes",
113
- "previousName": "VAE",
114
- "ue_properties": {
115
- "widget_ue_connectable": {},
116
- "version": "7.8",
117
- "input_ue_unconnectable": {}
118
- }
119
- },
120
- "widgets_values": [
121
- "VAE"
122
- ],
123
- "color": "#322",
124
- "bgcolor": "#533"
125
- },
126
- {
127
- "id": 31,
128
- "type": "SetNode",
129
- "pos": [
130
- 11519.596328721487,
131
- 9.395815143113726
132
- ],
133
- "size": [
134
- 210,
135
- 58
136
- ],
137
- "flags": {},
138
- "order": 35,
139
- "mode": 0,
140
- "inputs": [
141
- {
142
- "name": "CLIP",
143
- "type": "CLIP",
144
- "link": 40
145
- }
146
- ],
147
- "outputs": [
148
- {
149
- "name": "CLIP",
150
- "type": "CLIP",
151
- "links": null
152
- }
153
- ],
154
- "title": "Set_CLIP",
155
- "properties": {
156
- "Node name for S&R": "SetNode",
157
- "aux_id": "kijai/ComfyUI-KJNodes",
158
- "previousName": "CLIP",
159
- "ue_properties": {
160
- "widget_ue_connectable": {},
161
- "version": "7.5.2",
162
- "input_ue_unconnectable": {}
163
- }
164
- },
165
- "widgets_values": [
166
- "CLIP"
167
- ],
168
- "color": "#432",
169
- "bgcolor": "#653"
170
- },
171
- {
172
- "id": 32,
173
- "type": "SetNode",
174
- "pos": [
175
- 11530.813267043437,
176
- -124.81924446403787
177
- ],
178
- "size": [
179
- 210,
180
- 58
181
- ],
182
- "flags": {},
183
- "order": 39,
184
- "mode": 0,
185
- "inputs": [
186
- {
187
- "name": "MODEL",
188
- "type": "MODEL",
189
- "link": 38
190
- }
191
- ],
192
- "outputs": [
193
- {
194
- "name": "MODEL",
195
- "type": "MODEL",
196
- "links": null
197
- }
198
- ],
199
- "title": "Set_MODEL",
200
- "properties": {
201
- "Node name for S&R": "SetNode",
202
- "aux_id": "kijai/ComfyUI-KJNodes",
203
- "previousName": "MODEL",
204
- "ue_properties": {
205
- "widget_ue_connectable": {},
206
- "version": "7.5.2",
207
- "input_ue_unconnectable": {}
208
- }
209
- },
210
- "widgets_values": [
211
- "MODEL"
212
- ],
213
- "color": "#223",
214
- "bgcolor": "#335"
215
- },
216
- {
217
- "id": 38,
218
- "type": "GetNode",
219
- "pos": [
220
- 11801.317122541199,
221
- -113.94793537260989
222
- ],
223
- "size": [
224
- 210,
225
- 58
226
- ],
227
- "flags": {},
228
- "order": 2,
229
- "mode": 0,
230
- "inputs": [],
231
- "outputs": [
232
- {
233
- "name": "MODEL",
234
- "type": "MODEL",
235
- "links": null
236
- }
237
- ],
238
- "title": "Get_MODEL",
239
- "properties": {
240
- "Node name for S&R": "GetNode",
241
- "aux_id": "kijai/ComfyUI-KJNodes",
242
- "ue_properties": {
243
- "widget_ue_connectable": {},
244
- "version": "7.5.2",
245
- "input_ue_unconnectable": {}
246
- }
247
- },
248
- "widgets_values": [
249
- "MODEL"
250
- ],
251
- "color": "#223",
252
- "bgcolor": "#335"
253
- },
254
- {
255
- "id": 41,
256
- "type": "GetNode",
257
- "pos": [
258
- 11822.505067879483,
259
- 1.7544510607110517
260
- ],
261
- "size": [
262
- 210,
263
- 58
264
- ],
265
- "flags": {},
266
- "order": 3,
267
- "mode": 0,
268
- "inputs": [],
269
- "outputs": [
270
- {
271
- "name": "CLIP",
272
- "type": "CLIP",
273
- "links": null
274
- }
275
- ],
276
- "title": "Get_CLIP",
277
- "properties": {
278
- "Node name for S&R": "GetNode",
279
- "aux_id": "kijai/ComfyUI-KJNodes",
280
- "ue_properties": {
281
- "widget_ue_connectable": {},
282
- "version": "7.5.2",
283
- "input_ue_unconnectable": {}
284
- }
285
- },
286
- "widgets_values": [
287
- "CLIP"
288
- ],
289
- "color": "#432",
290
- "bgcolor": "#653"
291
- },
292
- {
293
- "id": 42,
294
- "type": "GetNode",
295
- "pos": [
296
- 11824.306698855697,
297
- 133.46737569452924
298
- ],
299
- "size": [
300
- 210,
301
- 58
302
- ],
303
- "flags": {},
304
- "order": 4,
305
- "mode": 0,
306
- "inputs": [],
307
- "outputs": [
308
- {
309
- "name": "VAE",
310
- "type": "VAE",
311
- "links": null
312
- }
313
- ],
314
- "title": "Get_VAE",
315
- "properties": {
316
- "Node name for S&R": "GetNode",
317
- "aux_id": "kijai/ComfyUI-KJNodes",
318
- "ue_properties": {
319
- "widget_ue_connectable": {},
320
- "version": "7.5.2",
321
- "input_ue_unconnectable": {}
322
- }
323
- },
324
- "widgets_values": [
325
- "VAE"
326
- ],
327
- "color": "#322",
328
- "bgcolor": "#533"
329
- },
330
- {
331
- "id": 43,
332
- "type": "Label (rgthree)",
333
- "pos": [
334
- 9008.580404453338,
335
- -858.0096811346596
336
- ],
337
- "size": [
338
- 4410.3515625,
339
- 300
340
- ],
341
- "flags": {
342
- "allow_interaction": true
343
- },
344
- "order": 5,
345
- "mode": 0,
346
- "inputs": [],
347
- "outputs": [],
348
- "title": "To make it easier to see, go to settings --> Lite Graph --> Graph/ Link Render Mode --> Straight",
349
- "properties": {
350
- "fontSize": 100,
351
- "fontFamily": "Arial",
352
- "fontColor": "#ffffff",
353
- "textAlign": "left",
354
- "backgroundColor": "black",
355
- "padding": 100,
356
- "borderRadius": 0,
357
- "angle": 0,
358
- "ue_properties": {
359
- "version": "7.5.1",
360
- "widget_ue_connectable": {},
361
- "input_ue_unconnectable": {}
362
- }
363
- },
364
- "color": "#fff0",
365
- "bgcolor": "#fff0"
366
- },
367
- {
368
- "id": 40,
369
- "type": "VAELoader",
370
- "pos": [
371
- 10927.848696581375,
372
- 134.50515562668616
373
- ],
374
- "size": [
375
- 440.88841469242016,
376
- 62.204025550230085
377
- ],
378
- "flags": {},
379
- "order": 6,
380
- "mode": 0,
381
- "inputs": [],
382
- "outputs": [
383
- {
384
- "name": "VAE",
385
- "type": "VAE",
386
- "links": [
387
- 19
388
- ]
389
- }
390
- ],
391
- "properties": {
392
- "cnr_id": "comfy-core",
393
- "ver": "0.3.40",
394
- "Node name for S&R": "VAELoader",
395
- "ue_properties": {
396
- "widget_ue_connectable": {},
397
- "version": "7.8",
398
- "input_ue_unconnectable": {}
399
- },
400
- "enableTabs": false,
401
- "tabWidth": 65,
402
- "tabXOffset": 10,
403
- "hasSecondTab": false,
404
- "secondTabText": "Send Back",
405
- "secondTabOffset": 80,
406
- "secondTabWidth": 65,
407
- "models": [
408
- {
409
- "name": "qwen_image_vae.safetensors",
410
- "url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors",
411
- "directory": "vae"
412
- }
413
- ]
414
- },
415
- "widgets_values": [
416
- "qwen_image_vae.safetensors"
417
- ],
418
- "color": "#322",
419
- "bgcolor": "#533"
420
- },
421
- {
422
- "id": 53,
423
- "type": "CLIPLoader",
424
- "pos": [
425
- 10924.544809043973,
426
- -17.192356757204763
427
- ],
428
- "size": [
429
- 447.25968096861357,
430
- 106
431
- ],
432
- "flags": {},
433
- "order": 7,
434
- "mode": 0,
435
- "inputs": [],
436
- "outputs": [
437
- {
438
- "name": "CLIP",
439
- "type": "CLIP",
440
- "links": [
441
- 40
442
- ]
443
- }
444
- ],
445
- "properties": {
446
- "cnr_id": "comfy-core",
447
- "ver": "0.25.0",
448
- "Node name for S&R": "CLIPLoader",
449
- "ue_properties": {
450
- "widget_ue_connectable": {
451
- "clip_name": true,
452
- "type": true,
453
- "device": true
454
- },
455
- "version": "7.8",
456
- "input_ue_unconnectable": {}
457
- }
458
- },
459
- "widgets_values": [
460
- "qwen3vl_4b_fp8_scaled.safetensors",
461
- "krea2",
462
- "default"
463
- ],
464
- "color": "#432",
465
- "bgcolor": "#653"
466
- },
467
- {
468
- "id": 63,
469
- "type": "RBG_Smart_Seed_Variance",
470
- "pos": [
471
- 8493.083491540467,
472
- 611.9430117953652
473
- ],
474
- "size": [
475
- 300,
476
- 469
477
- ],
478
- "flags": {},
479
- "order": 42,
480
- "mode": 4,
481
- "inputs": [
482
- {
483
- "name": "conditioning",
484
- "type": "CONDITIONING",
485
- "link": 91
486
- }
487
- ],
488
- "outputs": [
489
- {
490
- "name": "conditioning",
491
- "type": "CONDITIONING",
492
- "links": [
493
- 53
494
- ]
495
- }
496
- ],
497
- "properties": {
498
- "aux_id": "RamonGuthrie/ComfyUI-RBG-SmartSeedVariance",
499
- "ver": "db056d2909a6127baf02bf56d094ebda535c3d77",
500
- "Node name for S&R": "RBG_Smart_Seed_Variance",
501
- "ue_properties": {
502
- "widget_ue_connectable": {},
503
- "version": "7.8",
504
- "input_ue_unconnectable": {}
505
- }
506
- },
507
- "widgets_values": [
508
- "🌿 Balanced",
509
- 55,
510
- "⚙️ Other",
511
- "Instant",
512
- "Beginning Steps",
513
- "🚫 None",
514
- "🚫 None",
515
- 129,
516
- "constant",
517
- 8,
518
- 20,
519
- 0,
520
- 131210784276891,
521
- "randomize"
522
- ]
523
- },
524
- {
525
- "id": 14,
526
- "type": "Ideogram4PromptBuilderKJ",
527
- "pos": [
528
- 7393.3194082084965,
529
- 1737.8049648999868
530
- ],
531
- "size": [
532
- 1070.1679770599071,
533
- 414
534
- ],
535
- "flags": {},
536
- "order": 8,
537
- "mode": 4,
538
- "inputs": [
539
- {
540
- "name": "image",
541
- "shape": 7,
542
- "type": "IMAGE",
543
- "link": null
544
- },
545
- {
546
- "name": "import_json",
547
- "shape": 7,
548
- "type": "STRING",
549
- "link": null
550
- },
551
- {
552
- "name": "bboxes",
553
- "shape": 7,
554
- "type": "BOUNDING_BOX",
555
- "link": null
556
- }
557
- ],
558
- "outputs": [
559
- {
560
- "name": "prompt",
561
- "type": "STRING",
562
- "links": [
563
- 89
564
- ]
565
- },
566
- {
567
- "name": "preview",
568
- "type": "IMAGE",
569
- "links": []
570
- },
571
- {
572
- "name": "bboxes",
573
- "type": "BOUNDING_BOX",
574
- "links": null
575
- },
576
- {
577
- "name": "width",
578
- "type": "INT",
579
- "links": null
580
- },
581
- {
582
- "name": "height",
583
- "type": "INT",
584
- "links": null
585
- }
586
- ],
587
- "properties": {
588
- "cnr_id": "comfyui-kjnodes",
589
- "ver": "95389ef411dc9f5e498da928b365b98a682e1cd6",
590
- "Node name for S&R": "Ideogram4PromptBuilderKJ",
591
- "ue_properties": {
592
- "widget_ue_connectable": {},
593
- "version": "7.8",
594
- "input_ue_unconnectable": {}
595
- },
596
- "dockPinned": true,
597
- "dockGraph": {
598
- "x": 0,
599
- "y": 416,
600
- "w": 1071,
601
- "h": 1020
602
- },
603
- "docked": true,
604
- "dockMin": false,
605
- "liveBg": true
606
- },
607
- "widgets_values": [
608
- 1920,
609
- 1088,
610
- "An ultra-photorealistic cinematic portrait of Margot Robbie sitting on a floral-patterned sofa, wearing a hot pink off-shoulder top, with long voluminous blonde hair and soft bangs, glamorous makeup, and an elegant sensual expression while looking toward the camera in a luxurious softly lit interior.",
611
- "A luxurious softly blurred interior with a floral-patterned sofa as the main seating element, delicate pastel upholstery, elegant cushions, and a refined high-end lounge atmosphere. The setting feels intimate and polished, with warm neutral tones and soft ambient light that keep the attention on the subject.",
612
- "photo",
613
- "85mm portrait lens, 16:9 Full HD landscape composition, medium portrait framing, shallow depth of field, sharp focus on Margot Robbie's face and upper body, softly blurred elegant background, realistic skin texture, natural lens falloff, high dynamic range, premium editorial color grading",
614
- "ultra-photorealistic, cinematic, glamorous, elegant, sensual, luxurious, high-fashion, refined, feminine, premium editorial portrait",
615
- "soft warm window light from the left, subtle golden fill light from the front, gentle rim light along the hair and shoulders, smooth highlights on the skin and satin-like fabric, soft shadows behind the sofa, and a flattering beauty-light setup with cinematic contrast",
616
- "photograph",
617
- "[\"#F7E6DF\",\"#F5C6D3\",\"#FF4F9A\",\"#D9B38C\",\"#E8D8C8\",\"#C9A46A\",\"#6B5A52\",\"#1E1A1A\"]",
618
- "[{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Margot Robbie is seated gracefully on the floral-patterned sofa, turned slightly three-quarters toward the camera with a poised elegant posture. She has an alluring, confident, and sensual expression, soft eye contact, and relaxed shoulders. Her presence feels glamorous and refined, like a luxury fashion editorial portrait.\",\"palette\":[\"#F7E6DF\",\"#D9B38C\",\"#E8D8C8\",\"#1E1A1A\"],\"x\":0.3,\"y\":0.12,\"w\":0.4,\"h\":0.8},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Her face is the emotional focal point, with recognizable Margot Robbie features, luminous skin, glamorous makeup, softly defined eyes, sculpted brows, subtle blush, and polished nude-pink lips. Her expression is elegant and sensual, with a calm confident beauty-editorial mood.\",\"palette\":[\"#F7E6DF\",\"#F5C6D3\",\"#D9B38C\",\"#1E1A1A\"],\"x\":0.36,\"y\":0.13,\"w\":0.29,\"h\":0.39},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Her long voluminous blonde hair flows over her shoulders and down her back, styled with soft waves and full texture. Wispy bangs frame her forehead, adding softness and glamour. The hair catches warm highlights and gentle rim light, creating rich dimensional detail.\",\"palette\":[\"#E7C77A\",\"#D9B38C\",\"#F7E6DF\",\"#6B5A52\"],\"x\":0.23,\"y\":0.04,\"w\":0.49,\"h\":0.46},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"She wears a hot pink off-shoulder top that reveals the shoulders and collarbones in a tasteful glamorous way. The fabric appears smooth and slightly structured, with vivid saturated pink tones, elegant folds, and soft sheen under the beauty lighting.\",\"palette\":[\"#FF4F9A\",\"#F5C6D3\",\"#E8D8C8\",\"#6B5A52\"],\"x\":0.35,\"y\":0.43,\"w\":0.41,\"h\":0.52},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"The floral-patterned sofa fills the lower and side portions of the frame, upholstered in delicate pastel floral fabric with soft cream, pink, and muted green accents. It adds a romantic luxurious setting and complements the hot pink top without overpowering the subject.\",\"palette\":[\"#E8D8C8\",\"#F5C6D3\",\"#C9A46A\",\"#6B5A52\"],\"x\":0.18,\"y\":0.48,\"w\":0.74,\"h\":0.5},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"The full scene is unified by soft cinematic depth of field, warm interior light, flattering beauty-portrait styling, and a premium editorial atmosphere. The image should feel like a real luxury magazine photo, highly realistic and visually polished.\",\"palette\":[\"#F7E6DF\",\"#E8D8C8\",\"#6B5A52\",\"#1E1A1A\"],\"x\":0,\"y\":0,\"w\":1,\"h\":1}]",
619
- 25,
620
- "when empty",
621
- "compact",
622
- "normalized",
623
- "yx"
624
- ],
625
- "ideo": {
626
- "boxes": [
627
- {
628
- "type": "obj",
629
- "text": "",
630
- "desc": "Margot Robbie is seated gracefully on the floral-patterned sofa, turned slightly three-quarters toward the camera with a poised elegant posture. She has an alluring, confident, and sensual expression, soft eye contact, and relaxed shoulders. Her presence feels glamorous and refined, like a luxury fashion editorial portrait.",
631
- "palette": [
632
- "#F7E6DF",
633
- "#D9B38C",
634
- "#E8D8C8",
635
- "#1E1A1A"
636
- ],
637
- "x": 0.3,
638
- "y": 0.12,
639
- "w": 0.4,
640
- "h": 0.8
641
- },
642
- {
643
- "type": "obj",
644
- "text": "",
645
- "desc": "Her face is the emotional focal point, with recognizable Margot Robbie features, luminous skin, glamorous makeup, softly defined eyes, sculpted brows, subtle blush, and polished nude-pink lips. Her expression is elegant and sensual, with a calm confident beauty-editorial mood.",
646
- "palette": [
647
- "#F7E6DF",
648
- "#F5C6D3",
649
- "#D9B38C",
650
- "#1E1A1A"
651
- ],
652
- "x": 0.36,
653
- "y": 0.13,
654
- "w": 0.29,
655
- "h": 0.39
656
- },
657
- {
658
- "type": "obj",
659
- "text": "",
660
- "desc": "Her long voluminous blonde hair flows over her shoulders and down her back, styled with soft waves and full texture. Wispy bangs frame her forehead, adding softness and glamour. The hair catches warm highlights and gentle rim light, creating rich dimensional detail.",
661
- "palette": [
662
- "#E7C77A",
663
- "#D9B38C",
664
- "#F7E6DF",
665
- "#6B5A52"
666
- ],
667
- "x": 0.23,
668
- "y": 0.04,
669
- "w": 0.49,
670
- "h": 0.46
671
- },
672
- {
673
- "type": "obj",
674
- "text": "",
675
- "desc": "She wears a hot pink off-shoulder top that reveals the shoulders and collarbones in a tasteful glamorous way. The fabric appears smooth and slightly structured, with vivid saturated pink tones, elegant folds, and soft sheen under the beauty lighting.",
676
- "palette": [
677
- "#FF4F9A",
678
- "#F5C6D3",
679
- "#E8D8C8",
680
- "#6B5A52"
681
- ],
682
- "x": 0.35,
683
- "y": 0.43,
684
- "w": 0.41,
685
- "h": 0.52
686
- },
687
- {
688
- "type": "obj",
689
- "text": "",
690
- "desc": "The floral-patterned sofa fills the lower and side portions of the frame, upholstered in delicate pastel floral fabric with soft cream, pink, and muted green accents. It adds a romantic luxurious setting and complements the hot pink top without overpowering the subject.",
691
- "palette": [
692
- "#E8D8C8",
693
- "#F5C6D3",
694
- "#C9A46A",
695
- "#6B5A52"
696
- ],
697
- "x": 0.18,
698
- "y": 0.48,
699
- "w": 0.74,
700
- "h": 0.5
701
- },
702
- {
703
- "type": "obj",
704
- "text": "",
705
- "desc": "The full scene is unified by soft cinematic depth of field, warm interior light, flattering beauty-portrait styling, and a premium editorial atmosphere. The image should feel like a real luxury magazine photo, highly realistic and visually polished.",
706
- "palette": [
707
- "#F7E6DF",
708
- "#E8D8C8",
709
- "#6B5A52",
710
- "#1E1A1A"
711
- ],
712
- "x": 0,
713
- "y": 0,
714
- "w": 1,
715
- "h": 1
716
- }
717
- ],
718
- "palette": [
719
- "#F7E6DF",
720
- "#F5C6D3",
721
- "#FF4F9A",
722
- "#D9B38C",
723
- "#E8D8C8",
724
- "#C9A46A",
725
- "#6B5A52",
726
- "#1E1A1A"
727
- ],
728
- "importMode": "when empty",
729
- "outputFormat": "compact",
730
- "coordMode": "normalized",
731
- "bboxOrder": "yx",
732
- "dock": {
733
- "pinned": true,
734
- "graph": {
735
- "x": 0,
736
- "y": 416,
737
- "w": 1071,
738
- "h": 1020
739
- },
740
- "panelH": 150,
741
- "min": false
742
- }
743
- }
744
- },
745
- {
746
- "id": 16,
747
- "type": "ConditioningKrea2Rebalance",
748
- "pos": [
749
- 8493.881257435882,
750
- 1175.3431060237954
751
- ],
752
- "size": [
753
- 301.3288394532832,
754
- 82
755
- ],
756
- "flags": {},
757
- "order": 41,
758
- "mode": 4,
759
- "inputs": [
760
- {
761
- "name": "conditioning",
762
- "type": "CONDITIONING",
763
- "link": 53
764
- }
765
- ],
766
- "outputs": [
767
- {
768
- "name": "conditioning",
769
- "type": "CONDITIONING",
770
- "links": [
771
- 87
772
- ]
773
- }
774
- ],
775
- "properties": {
776
- "aux_id": "nova452/ComfyUI-ConditioningKrea2Rebalance",
777
- "ver": "9ab5315e6aa8ec8cd14cc5354739d938c6fb101b",
778
- "Node name for S&R": "ConditioningKrea2Rebalance",
779
- "ue_properties": {
780
- "widget_ue_connectable": {},
781
- "input_ue_unconnectable": {},
782
- "version": "7.8"
783
- }
784
- },
785
- "widgets_values": [
786
- 3,
787
- "1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.5,5.0,1.1,4.0,1.0"
788
- ]
789
- },
790
- {
791
- "id": 80,
792
- "type": "Fast Groups Bypasser (rgthree)",
793
- "pos": [
794
- 6810.059596426943,
795
- 952.3462956090137
796
- ],
797
- "size": [
798
- 531.8083412399068,
799
- 130
800
- ],
801
- "flags": {},
802
- "order": 9,
803
- "mode": 0,
804
- "inputs": [],
805
- "outputs": [
806
- {
807
- "name": "OPT_CONNECTION",
808
- "type": "*",
809
- "links": null
810
- }
811
- ],
812
- "properties": {
813
- "matchColors": "",
814
- "matchTitle": "TXT",
815
- "showNav": true,
816
- "showAllGraphs": true,
817
- "sort": "position",
818
- "customSortAlphabet": "",
819
- "toggleRestriction": "default",
820
- "ue_properties": {
821
- "widget_ue_connectable": {},
822
- "version": "7.8",
823
- "input_ue_unconnectable": {}
824
- }
825
- }
826
- },
827
- {
828
- "id": 57,
829
- "type": "GetNode",
830
- "pos": [
831
- 7414.654030583151,
832
- 541.225447991572
833
- ],
834
- "size": [
835
- 210,
836
- 58
837
- ],
838
- "flags": {},
839
- "order": 10,
840
- "mode": 4,
841
- "inputs": [],
842
- "outputs": [
843
- {
844
- "name": "MODEL",
845
- "type": "MODEL",
846
- "links": [
847
- 94
848
- ]
849
- }
850
- ],
851
- "title": "Get_MODEL",
852
- "properties": {
853
- "Node name for S&R": "GetNode",
854
- "aux_id": "kijai/ComfyUI-KJNodes",
855
- "ue_properties": {
856
- "widget_ue_connectable": {},
857
- "version": "7.5.2",
858
- "input_ue_unconnectable": {}
859
- }
860
- },
861
- "widgets_values": [
862
- "MODEL"
863
- ],
864
- "color": "#223",
865
- "bgcolor": "#335"
866
- },
867
- {
868
- "id": 58,
869
- "type": "GetNode",
870
- "pos": [
871
- 7832.33071051621,
872
- 539.4200459437519
873
- ],
874
- "size": [
875
- 210,
876
- 58
877
- ],
878
- "flags": {},
879
- "order": 11,
880
- "mode": 4,
881
- "inputs": [],
882
- "outputs": [
883
- {
884
- "name": "CLIP",
885
- "type": "CLIP",
886
- "links": [
887
- 85
888
- ]
889
- }
890
- ],
891
- "title": "Get_CLIP",
892
- "properties": {
893
- "Node name for S&R": "GetNode",
894
- "aux_id": "kijai/ComfyUI-KJNodes",
895
- "ue_properties": {
896
- "widget_ue_connectable": {},
897
- "version": "7.5.2",
898
- "input_ue_unconnectable": {}
899
- }
900
- },
901
- "widgets_values": [
902
- "CLIP"
903
- ],
904
- "color": "#432",
905
- "bgcolor": "#653"
906
- },
907
- {
908
- "id": 59,
909
- "type": "GetNode",
910
- "pos": [
911
- 8220.511924774146,
912
- 540.7779326619035
913
- ],
914
- "size": [
915
- 210,
916
- 58
917
- ],
918
- "flags": {},
919
- "order": 12,
920
- "mode": 4,
921
- "inputs": [],
922
- "outputs": [
923
- {
924
- "name": "VAE",
925
- "type": "VAE",
926
- "links": [
927
- 84
928
- ]
929
- }
930
- ],
931
- "title": "Get_VAE",
932
- "properties": {
933
- "Node name for S&R": "GetNode",
934
- "aux_id": "kijai/ComfyUI-KJNodes",
935
- "ue_properties": {
936
- "widget_ue_connectable": {},
937
- "version": "7.5.2",
938
- "input_ue_unconnectable": {}
939
- }
940
- },
941
- "widgets_values": [
942
- "VAE"
943
- ],
944
- "color": "#322",
945
- "bgcolor": "#533"
946
- },
947
- {
948
- "id": 12,
949
- "type": "SaveImage",
950
- "pos": [
951
- 8851.137588108111,
952
- 577.0017972895354
953
- ],
954
- "size": [
955
- 1697.1970838136035,
956
- 1441.1353205047724
957
- ],
958
- "flags": {},
959
- "order": 40,
960
- "mode": 4,
961
- "inputs": [
962
- {
963
- "name": "images",
964
- "type": "IMAGE",
965
- "link": 147
966
- }
967
- ],
968
- "outputs": [
969
- {
970
- "name": "images",
971
- "type": "IMAGE",
972
- "links": null
973
- }
974
- ],
975
- "properties": {
976
- "cnr_id": "comfy-core",
977
- "ver": "0.25.0",
978
- "Node name for S&R": "SaveImage",
979
- "ue_properties": {
980
- "widget_ue_connectable": {},
981
- "input_ue_unconnectable": {},
982
- "version": "7.8"
983
- }
984
- },
985
- "widgets_values": [
986
- "Krea2"
987
- ]
988
- },
989
- {
990
- "id": 82,
991
- "type": "Power Lora Loader (rgthree)",
992
- "pos": [
993
- 7406.789947082077,
994
- 646.6477869564469
995
- ],
996
- "size": [
997
- 1043.9676066855195,
998
- 254.29304780000462
999
- ],
1000
- "flags": {},
1001
- "order": 36,
1002
- "mode": 4,
1003
- "inputs": [
1004
- {
1005
- "dir": 3,
1006
- "name": "model",
1007
- "type": "MODEL",
1008
- "link": 94
1009
- },
1010
- {
1011
- "dir": 3,
1012
- "name": "clip",
1013
- "type": "CLIP",
1014
- "link": null
1015
- }
1016
- ],
1017
- "outputs": [
1018
- {
1019
- "dir": 4,
1020
- "name": "MODEL",
1021
- "shape": 3,
1022
- "type": "MODEL",
1023
- "links": [
1024
- 95
1025
- ]
1026
- },
1027
- {
1028
- "dir": 4,
1029
- "name": "CLIP",
1030
- "shape": 3,
1031
- "type": "CLIP",
1032
- "links": null
1033
- }
1034
- ],
1035
- "properties": {
1036
- "cnr_id": "rgthree-comfy",
1037
- "ver": "27b4f4cdcf3b127c29d5d8135ac1536ecbd4c383",
1038
- "Show Strengths": "Single Strength",
1039
- "Match": "",
1040
- "ue_properties": {
1041
- "widget_ue_connectable": {},
1042
- "input_ue_unconnectable": {},
1043
- "version": "7.8"
1044
- }
1045
- },
1046
- "widgets_values": [
1047
- {},
1048
- {
1049
- "type": "PowerLoraLoaderHeaderWidget"
1050
- },
1051
- {},
1052
- ""
1053
- ],
1054
- "color": "#323",
1055
- "bgcolor": "#535"
1056
- },
1057
- {
1058
- "id": 83,
1059
- "type": "Note",
1060
- "pos": [
1061
- 6809.6194294790685,
1062
- 1129.391956073606
1063
- ],
1064
- "size": [
1065
- 531.2432539239362,
1066
- 110.08957530950636
1067
- ],
1068
- "flags": {},
1069
- "order": 13,
1070
- "mode": 0,
1071
- "inputs": [],
1072
- "outputs": [],
1073
- "properties": {
1074
- "ue_properties": {
1075
- "widget_ue_connectable": {},
1076
- "version": "7.8",
1077
- "input_ue_unconnectable": {}
1078
- }
1079
- },
1080
- "widgets_values": [
1081
- "SEED VARIANCE: Enable if you want different images\n\nREBALANCE: Enable if you want to remove the Safety Filter\n\nSHARPEN: Sharpen the image\n\nGRAIN: Add film grain"
1082
- ],
1083
- "color": "#432",
1084
- "bgcolor": "#653"
1085
- },
1086
- {
1087
- "id": 33,
1088
- "type": "Label (rgthree)",
1089
- "pos": [
1090
- 7779.508732008648,
1091
- -1789.233689216365
1092
- ],
1093
- "size": [
1094
- 6858.203125,
1095
- 700
1096
- ],
1097
- "flags": {
1098
- "allow_interaction": true
1099
- },
1100
- "order": 14,
1101
- "mode": 0,
1102
- "inputs": [],
1103
- "outputs": [],
1104
- "title": "KREA 2 ULTRA WORKFLOW",
1105
- "properties": {
1106
- "fontSize": 500,
1107
- "fontFamily": "Arial",
1108
- "fontColor": "#ffffff",
1109
- "textAlign": "left",
1110
- "backgroundColor": "#018368",
1111
- "padding": 100,
1112
- "borderRadius": 0,
1113
- "angle": 0,
1114
- "ue_properties": {
1115
- "version": "7.5.1",
1116
- "widget_ue_connectable": {},
1117
- "input_ue_unconnectable": {}
1118
- }
1119
- },
1120
- "color": "#fff0",
1121
- "bgcolor": "#fff0"
1122
- },
1123
- {
1124
- "id": 85,
1125
- "type": "Note",
1126
- "pos": [
1127
- 6821.014439169479,
1128
- 1813.059141627221
1129
- ],
1130
- "size": [
1131
- 528.5133350690512,
1132
- 88
1133
- ],
1134
- "flags": {},
1135
- "order": 15,
1136
- "mode": 0,
1137
- "inputs": [],
1138
- "outputs": [],
1139
- "properties": {
1140
- "ue_properties": {
1141
- "widget_ue_connectable": {},
1142
- "version": "7.8",
1143
- "input_ue_unconnectable": {}
1144
- }
1145
- },
1146
- "widgets_values": [
1147
- "DISABLE WHEN YOU WANT TO USE THE MANUAL PROMPT\nENABLE WHEN YOU WANT TO USE THE TEXT PROMPT BUILDER"
1148
- ],
1149
- "color": "#432",
1150
- "bgcolor": "#653"
1151
- },
1152
- {
1153
- "id": 78,
1154
- "type": "21ffbd86-8db8-4fab-954b-2cd8ab0662da",
1155
- "pos": [
1156
- 7395.270600743974,
1157
- 1258.3234718119775
1158
- ],
1159
- "size": [
1160
- 1057.4073472588516,
1161
- 374
1162
- ],
1163
- "flags": {},
1164
- "order": 43,
1165
- "mode": 4,
1166
- "inputs": [
1167
- {
1168
- "name": "vae",
1169
- "type": "VAE",
1170
- "link": 84
1171
- },
1172
- {
1173
- "name": "clip",
1174
- "type": "CLIP",
1175
- "link": 85
1176
- },
1177
- {
1178
- "name": "model",
1179
- "type": "MODEL",
1180
- "link": 95
1181
- },
1182
- {
1183
- "name": "positive",
1184
- "type": "CONDITIONING",
1185
- "link": 87
1186
- },
1187
- {
1188
- "dir": 3,
1189
- "name": "any_01",
1190
- "type": "STRING",
1191
- "link": 153
1192
- },
1193
- {
1194
- "dir": 3,
1195
- "name": "any_02",
1196
- "type": "STRING",
1197
- "link": 89
1198
- }
1199
- ],
1200
- "outputs": [
1201
- {
1202
- "name": "IMAGE",
1203
- "type": "IMAGE",
1204
- "links": [
1205
- 146
1206
- ]
1207
- },
1208
- {
1209
- "name": "CONDITIONING",
1210
- "type": "CONDITIONING",
1211
- "links": [
1212
- 91
1213
- ]
1214
- }
1215
- ],
1216
- "properties": {
1217
- "proxyWidgets": [
1218
- [
1219
- "76",
1220
- "width"
1221
- ],
1222
- [
1223
- "76",
1224
- "height"
1225
- ],
1226
- [
1227
- "75",
1228
- "seed"
1229
- ],
1230
- [
1231
- "75",
1232
- "control_after_generate"
1233
- ],
1234
- [
1235
- "75",
1236
- "steps"
1237
- ],
1238
- [
1239
- "75",
1240
- "cfg"
1241
- ],
1242
- [
1243
- "75",
1244
- "sampler_name"
1245
- ],
1246
- [
1247
- "75",
1248
- "scheduler"
1249
- ],
1250
- [
1251
- "75",
1252
- "denoise"
1253
- ],
1254
- [
1255
- "76",
1256
- "batch_size"
1257
- ]
1258
- ],
1259
- "cnr_id": "comfy-core",
1260
- "ver": "0.26.0",
1261
- "ue_properties": {
1262
- "widget_ue_connectable": {},
1263
- "input_ue_unconnectable": {},
1264
- "version": "7.8"
1265
- }
1266
- },
1267
- "widgets_values": []
1268
- },
1269
- {
1270
- "id": 79,
1271
- "type": "Fast Groups Muter (rgthree)",
1272
- "pos": [
1273
- 6834.706044593175,
1274
- 1709.950675011311
1275
- ],
1276
- "size": [
1277
- 510.925571005352,
1278
- 58
1279
- ],
1280
- "flags": {},
1281
- "order": 16,
1282
- "mode": 0,
1283
- "inputs": [],
1284
- "outputs": [
1285
- {
1286
- "name": "OPT_CONNECTION",
1287
- "type": "*",
1288
- "links": null
1289
- }
1290
- ],
1291
- "properties": {
1292
- "matchColors": "",
1293
- "matchTitle": "TEXT PROMPT BUILDER",
1294
- "showNav": true,
1295
- "showAllGraphs": true,
1296
- "sort": "position",
1297
- "customSortAlphabet": "",
1298
- "toggleRestriction": "default",
1299
- "ue_properties": {
1300
- "widget_ue_connectable": {},
1301
- "version": "7.8",
1302
- "input_ue_unconnectable": {}
1303
- }
1304
- }
1305
- },
1306
- {
1307
- "id": 84,
1308
- "type": "Label (rgthree)",
1309
- "pos": [
1310
- 7384.072305072606,
1311
- 331.2920611983104
1312
- ],
1313
- "size": [
1314
- 924.55078125,
1315
- 120
1316
- ],
1317
- "flags": {
1318
- "allow_interaction": true
1319
- },
1320
- "order": 17,
1321
- "mode": 0,
1322
- "inputs": [],
1323
- "outputs": [],
1324
- "title": "TEXT TO IMAGE",
1325
- "properties": {
1326
- "fontSize": 120,
1327
- "fontFamily": "Arial",
1328
- "fontColor": "#ffffff",
1329
- "textAlign": "left",
1330
- "backgroundColor": "red",
1331
- "padding": 0,
1332
- "borderRadius": 0,
1333
- "angle": 0,
1334
- "ue_properties": {
1335
- "version": "7.5.1",
1336
- "widget_ue_connectable": {},
1337
- "input_ue_unconnectable": {}
1338
- }
1339
- },
1340
- "color": "#fff0",
1341
- "bgcolor": "#fff0"
1342
- },
1343
- {
1344
- "id": 96,
1345
- "type": "RBG_Smart_Seed_Variance",
1346
- "pos": [
1347
- 13368.135526822647,
1348
- 571.1615041793166
1349
- ],
1350
- "size": [
1351
- 300,
1352
- 469
1353
- ],
1354
- "flags": {},
1355
- "order": 44,
1356
- "mode": 4,
1357
- "inputs": [
1358
- {
1359
- "name": "conditioning",
1360
- "type": "CONDITIONING",
1361
- "link": 136
1362
- }
1363
- ],
1364
- "outputs": [
1365
- {
1366
- "name": "conditioning",
1367
- "type": "CONDITIONING",
1368
- "links": [
1369
- 102
1370
- ]
1371
- }
1372
- ],
1373
- "properties": {
1374
- "aux_id": "RamonGuthrie/ComfyUI-RBG-SmartSeedVariance",
1375
- "ver": "db056d2909a6127baf02bf56d094ebda535c3d77",
1376
- "Node name for S&R": "RBG_Smart_Seed_Variance",
1377
- "ue_properties": {
1378
- "widget_ue_connectable": {},
1379
- "version": "7.8",
1380
- "input_ue_unconnectable": {}
1381
- }
1382
- },
1383
- "widgets_values": [
1384
- "🌿 Balanced",
1385
- 55,
1386
- "⚙️ Other",
1387
- "Instant",
1388
- "Beginning Steps",
1389
- "🚫 None",
1390
- "🚫 None",
1391
- 129,
1392
- "constant",
1393
- 8,
1394
- 20,
1395
- 0,
1396
- 131210784276891,
1397
- "randomize"
1398
- ]
1399
- },
1400
- {
1401
- "id": 97,
1402
- "type": "Ideogram4PromptBuilderKJ",
1403
- "pos": [
1404
- 12279.193722069002,
1405
- 2418.118522181899
1406
- ],
1407
- "size": [
1408
- 1070.1679770599071,
1409
- 414
1410
- ],
1411
- "flags": {},
1412
- "order": 18,
1413
- "mode": 4,
1414
- "inputs": [
1415
- {
1416
- "name": "image",
1417
- "shape": 7,
1418
- "type": "IMAGE",
1419
- "link": null
1420
- },
1421
- {
1422
- "name": "import_json",
1423
- "shape": 7,
1424
- "type": "STRING",
1425
- "link": null
1426
- },
1427
- {
1428
- "name": "bboxes",
1429
- "shape": 7,
1430
- "type": "BOUNDING_BOX",
1431
- "link": null
1432
- }
1433
- ],
1434
- "outputs": [
1435
- {
1436
- "name": "prompt",
1437
- "type": "STRING",
1438
- "links": [
1439
- 132
1440
- ]
1441
- },
1442
- {
1443
- "name": "preview",
1444
- "type": "IMAGE",
1445
- "links": []
1446
- },
1447
- {
1448
- "name": "bboxes",
1449
- "type": "BOUNDING_BOX",
1450
- "links": null
1451
- },
1452
- {
1453
- "name": "width",
1454
- "type": "INT",
1455
- "links": null
1456
- },
1457
- {
1458
- "name": "height",
1459
- "type": "INT",
1460
- "links": null
1461
- }
1462
- ],
1463
- "properties": {
1464
- "cnr_id": "comfyui-kjnodes",
1465
- "ver": "95389ef411dc9f5e498da928b365b98a682e1cd6",
1466
- "Node name for S&R": "Ideogram4PromptBuilderKJ",
1467
- "ue_properties": {
1468
- "widget_ue_connectable": {},
1469
- "version": "7.8",
1470
- "input_ue_unconnectable": {}
1471
- },
1472
- "dockPinned": true,
1473
- "dockGraph": {
1474
- "x": 0,
1475
- "y": 416,
1476
- "w": 1071,
1477
- "h": 1020
1478
- },
1479
- "docked": true,
1480
- "dockMin": false,
1481
- "liveBg": true
1482
- },
1483
- "widgets_values": [
1484
- 1920,
1485
- 1088,
1486
- "An ultra-photorealistic cinematic portrait of Margot Robbie sitting on a floral-patterned sofa, wearing a hot pink off-shoulder top, with long voluminous blonde hair and soft bangs, glamorous makeup, and an elegant sensual expression while looking toward the camera in a luxurious softly lit interior.",
1487
- "A luxurious softly blurred interior with a floral-patterned sofa as the main seating element, delicate pastel upholstery, elegant cushions, and a refined high-end lounge atmosphere. The setting feels intimate and polished, with warm neutral tones and soft ambient light that keep the attention on the subject.",
1488
- "photo",
1489
- "85mm portrait lens, 16:9 Full HD landscape composition, medium portrait framing, shallow depth of field, sharp focus on Margot Robbie's face and upper body, softly blurred elegant background, realistic skin texture, natural lens falloff, high dynamic range, premium editorial color grading",
1490
- "ultra-photorealistic, cinematic, glamorous, elegant, sensual, luxurious, high-fashion, refined, feminine, premium editorial portrait",
1491
- "soft warm window light from the left, subtle golden fill light from the front, gentle rim light along the hair and shoulders, smooth highlights on the skin and satin-like fabric, soft shadows behind the sofa, and a flattering beauty-light setup with cinematic contrast",
1492
- "photograph",
1493
- "[\"#F7E6DF\",\"#F5C6D3\",\"#FF4F9A\",\"#D9B38C\",\"#E8D8C8\",\"#C9A46A\",\"#6B5A52\",\"#1E1A1A\"]",
1494
- "[{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Margot Robbie is seated gracefully on the floral-patterned sofa, turned slightly three-quarters toward the camera with a poised elegant posture. She has an alluring, confident, and sensual expression, soft eye contact, and relaxed shoulders. Her presence feels glamorous and refined, like a luxury fashion editorial portrait.\",\"palette\":[\"#F7E6DF\",\"#D9B38C\",\"#E8D8C8\",\"#1E1A1A\"],\"x\":0.3,\"y\":0.12,\"w\":0.4,\"h\":0.8},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Her face is the emotional focal point, with recognizable Margot Robbie features, luminous skin, glamorous makeup, softly defined eyes, sculpted brows, subtle blush, and polished nude-pink lips. Her expression is elegant and sensual, with a calm confident beauty-editorial mood.\",\"palette\":[\"#F7E6DF\",\"#F5C6D3\",\"#D9B38C\",\"#1E1A1A\"],\"x\":0.36,\"y\":0.13,\"w\":0.29,\"h\":0.39},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"Her long voluminous blonde hair flows over her shoulders and down her back, styled with soft waves and full texture. Wispy bangs frame her forehead, adding softness and glamour. The hair catches warm highlights and gentle rim light, creating rich dimensional detail.\",\"palette\":[\"#E7C77A\",\"#D9B38C\",\"#F7E6DF\",\"#6B5A52\"],\"x\":0.23,\"y\":0.04,\"w\":0.49,\"h\":0.46},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"She wears a hot pink off-shoulder top that reveals the shoulders and collarbones in a tasteful glamorous way. The fabric appears smooth and slightly structured, with vivid saturated pink tones, elegant folds, and soft sheen under the beauty lighting.\",\"palette\":[\"#FF4F9A\",\"#F5C6D3\",\"#E8D8C8\",\"#6B5A52\"],\"x\":0.35,\"y\":0.43,\"w\":0.41,\"h\":0.52},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"The floral-patterned sofa fills the lower and side portions of the frame, upholstered in delicate pastel floral fabric with soft cream, pink, and muted green accents. It adds a romantic luxurious setting and complements the hot pink top without overpowering the subject.\",\"palette\":[\"#E8D8C8\",\"#F5C6D3\",\"#C9A46A\",\"#6B5A52\"],\"x\":0.18,\"y\":0.48,\"w\":0.74,\"h\":0.5},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"The full scene is unified by soft cinematic depth of field, warm interior light, flattering beauty-portrait styling, and a premium editorial atmosphere. The image should feel like a real luxury magazine photo, highly realistic and visually polished.\",\"palette\":[\"#F7E6DF\",\"#E8D8C8\",\"#6B5A52\",\"#1E1A1A\"],\"x\":0,\"y\":0,\"w\":1,\"h\":1}]",
1495
- 25,
1496
- "when empty",
1497
- "compact",
1498
- "normalized",
1499
- "yx"
1500
- ],
1501
- "ideo": {
1502
- "boxes": [
1503
- {
1504
- "type": "obj",
1505
- "text": "",
1506
- "desc": "Margot Robbie is seated gracefully on the floral-patterned sofa, turned slightly three-quarters toward the camera with a poised elegant posture. She has an alluring, confident, and sensual expression, soft eye contact, and relaxed shoulders. Her presence feels glamorous and refined, like a luxury fashion editorial portrait.",
1507
- "palette": [
1508
- "#F7E6DF",
1509
- "#D9B38C",
1510
- "#E8D8C8",
1511
- "#1E1A1A"
1512
- ],
1513
- "x": 0.3,
1514
- "y": 0.12,
1515
- "w": 0.4,
1516
- "h": 0.8
1517
- },
1518
- {
1519
- "type": "obj",
1520
- "text": "",
1521
- "desc": "Her face is the emotional focal point, with recognizable Margot Robbie features, luminous skin, glamorous makeup, softly defined eyes, sculpted brows, subtle blush, and polished nude-pink lips. Her expression is elegant and sensual, with a calm confident beauty-editorial mood.",
1522
- "palette": [
1523
- "#F7E6DF",
1524
- "#F5C6D3",
1525
- "#D9B38C",
1526
- "#1E1A1A"
1527
- ],
1528
- "x": 0.36,
1529
- "y": 0.13,
1530
- "w": 0.29,
1531
- "h": 0.39
1532
- },
1533
- {
1534
- "type": "obj",
1535
- "text": "",
1536
- "desc": "Her long voluminous blonde hair flows over her shoulders and down her back, styled with soft waves and full texture. Wispy bangs frame her forehead, adding softness and glamour. The hair catches warm highlights and gentle rim light, creating rich dimensional detail.",
1537
- "palette": [
1538
- "#E7C77A",
1539
- "#D9B38C",
1540
- "#F7E6DF",
1541
- "#6B5A52"
1542
- ],
1543
- "x": 0.23,
1544
- "y": 0.04,
1545
- "w": 0.49,
1546
- "h": 0.46
1547
- },
1548
- {
1549
- "type": "obj",
1550
- "text": "",
1551
- "desc": "She wears a hot pink off-shoulder top that reveals the shoulders and collarbones in a tasteful glamorous way. The fabric appears smooth and slightly structured, with vivid saturated pink tones, elegant folds, and soft sheen under the beauty lighting.",
1552
- "palette": [
1553
- "#FF4F9A",
1554
- "#F5C6D3",
1555
- "#E8D8C8",
1556
- "#6B5A52"
1557
- ],
1558
- "x": 0.35,
1559
- "y": 0.43,
1560
- "w": 0.41,
1561
- "h": 0.52
1562
- },
1563
- {
1564
- "type": "obj",
1565
- "text": "",
1566
- "desc": "The floral-patterned sofa fills the lower and side portions of the frame, upholstered in delicate pastel floral fabric with soft cream, pink, and muted green accents. It adds a romantic luxurious setting and complements the hot pink top without overpowering the subject.",
1567
- "palette": [
1568
- "#E8D8C8",
1569
- "#F5C6D3",
1570
- "#C9A46A",
1571
- "#6B5A52"
1572
- ],
1573
- "x": 0.18,
1574
- "y": 0.48,
1575
- "w": 0.74,
1576
- "h": 0.5
1577
- },
1578
- {
1579
- "type": "obj",
1580
- "text": "",
1581
- "desc": "The full scene is unified by soft cinematic depth of field, warm interior light, flattering beauty-portrait styling, and a premium editorial atmosphere. The image should feel like a real luxury magazine photo, highly realistic and visually polished.",
1582
- "palette": [
1583
- "#F7E6DF",
1584
- "#E8D8C8",
1585
- "#6B5A52",
1586
- "#1E1A1A"
1587
- ],
1588
- "x": 0,
1589
- "y": 0,
1590
- "w": 1,
1591
- "h": 1
1592
- }
1593
- ],
1594
- "palette": [
1595
- "#F7E6DF",
1596
- "#F5C6D3",
1597
- "#FF4F9A",
1598
- "#D9B38C",
1599
- "#E8D8C8",
1600
- "#C9A46A",
1601
- "#6B5A52",
1602
- "#1E1A1A"
1603
- ],
1604
- "importMode": "when empty",
1605
- "outputFormat": "compact",
1606
- "coordMode": "normalized",
1607
- "bboxOrder": "yx",
1608
- "dock": {
1609
- "pinned": true,
1610
- "graph": {
1611
- "x": 0,
1612
- "y": 416,
1613
- "w": 1071,
1614
- "h": 1020
1615
- },
1616
- "panelH": 150,
1617
- "min": false
1618
- }
1619
- }
1620
- },
1621
- {
1622
- "id": 98,
1623
- "type": "ConditioningKrea2Rebalance",
1624
- "pos": [
1625
- 13368.933292718062,
1626
- 1134.5615984077467
1627
- ],
1628
- "size": [
1629
- 301.3288394532832,
1630
- 82
1631
- ],
1632
- "flags": {},
1633
- "order": 45,
1634
- "mode": 4,
1635
- "inputs": [
1636
- {
1637
- "name": "conditioning",
1638
- "type": "CONDITIONING",
1639
- "link": 102
1640
- }
1641
- ],
1642
- "outputs": [
1643
- {
1644
- "name": "conditioning",
1645
- "type": "CONDITIONING",
1646
- "links": [
1647
- 130
1648
- ]
1649
- }
1650
- ],
1651
- "properties": {
1652
- "aux_id": "nova452/ComfyUI-ConditioningKrea2Rebalance",
1653
- "ver": "9ab5315e6aa8ec8cd14cc5354739d938c6fb101b",
1654
- "Node name for S&R": "ConditioningKrea2Rebalance",
1655
- "ue_properties": {
1656
- "widget_ue_connectable": {},
1657
- "input_ue_unconnectable": {},
1658
- "version": "7.8"
1659
- }
1660
- },
1661
- "widgets_values": [
1662
- 3,
1663
- "1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.5,5.0,1.1,4.0,1.0"
1664
- ]
1665
- },
1666
- {
1667
- "id": 102,
1668
- "type": "GetNode",
1669
- "pos": [
1670
- 12289.706065865332,
1671
- 500.4439403755232
1672
- ],
1673
- "size": [
1674
- 210,
1675
- 58
1676
- ],
1677
- "flags": {},
1678
- "order": 19,
1679
- "mode": 4,
1680
- "inputs": [],
1681
- "outputs": [
1682
- {
1683
- "name": "MODEL",
1684
- "type": "MODEL",
1685
- "links": [
1686
- 106
1687
- ]
1688
- }
1689
- ],
1690
- "title": "Get_MODEL",
1691
- "properties": {
1692
- "Node name for S&R": "GetNode",
1693
- "aux_id": "kijai/ComfyUI-KJNodes",
1694
- "ue_properties": {
1695
- "widget_ue_connectable": {},
1696
- "version": "7.5.2",
1697
- "input_ue_unconnectable": {}
1698
- }
1699
- },
1700
- "widgets_values": [
1701
- "MODEL"
1702
- ],
1703
- "color": "#223",
1704
- "bgcolor": "#335"
1705
- },
1706
- {
1707
- "id": 103,
1708
- "type": "GetNode",
1709
- "pos": [
1710
- 12707.38274579839,
1711
- 498.6385383277034
1712
- ],
1713
- "size": [
1714
- 210,
1715
- 58
1716
- ],
1717
- "flags": {},
1718
- "order": 20,
1719
- "mode": 4,
1720
- "inputs": [],
1721
- "outputs": [
1722
- {
1723
- "name": "CLIP",
1724
- "type": "CLIP",
1725
- "links": [
1726
- 131
1727
- ]
1728
- }
1729
- ],
1730
- "title": "Get_CLIP",
1731
- "properties": {
1732
- "Node name for S&R": "GetNode",
1733
- "aux_id": "kijai/ComfyUI-KJNodes",
1734
- "ue_properties": {
1735
- "widget_ue_connectable": {},
1736
- "version": "7.5.2",
1737
- "input_ue_unconnectable": {}
1738
- }
1739
- },
1740
- "widgets_values": [
1741
- "CLIP"
1742
- ],
1743
- "color": "#432",
1744
- "bgcolor": "#653"
1745
- },
1746
- {
1747
- "id": 104,
1748
- "type": "GetNode",
1749
- "pos": [
1750
- 13095.563960056326,
1751
- 499.9964250458547
1752
- ],
1753
- "size": [
1754
- 210,
1755
- 58
1756
- ],
1757
- "flags": {},
1758
- "order": 21,
1759
- "mode": 4,
1760
- "inputs": [],
1761
- "outputs": [
1762
- {
1763
- "name": "VAE",
1764
- "type": "VAE",
1765
- "links": [
1766
- 128
1767
- ]
1768
- }
1769
- ],
1770
- "title": "Get_VAE",
1771
- "properties": {
1772
- "Node name for S&R": "GetNode",
1773
- "aux_id": "kijai/ComfyUI-KJNodes",
1774
- "ue_properties": {
1775
- "widget_ue_connectable": {},
1776
- "version": "7.5.2",
1777
- "input_ue_unconnectable": {}
1778
- }
1779
- },
1780
- "widgets_values": [
1781
- "VAE"
1782
- ],
1783
- "color": "#322",
1784
- "bgcolor": "#533"
1785
- },
1786
- {
1787
- "id": 111,
1788
- "type": "Fast Groups Muter (rgthree)",
1789
- "pos": [
1790
- 11709.758079875355,
1791
- 1669.1691673952623
1792
- ],
1793
- "size": [
1794
- 510.925571005352,
1795
- 82
1796
- ],
1797
- "flags": {},
1798
- "order": 22,
1799
- "mode": 0,
1800
- "inputs": [],
1801
- "outputs": [
1802
- {
1803
- "name": "OPT_CONNECTION",
1804
- "type": "*",
1805
- "links": null
1806
- }
1807
- ],
1808
- "properties": {
1809
- "matchColors": "",
1810
- "matchTitle": "IMAGE PROMPT BUILDER",
1811
- "showNav": true,
1812
- "showAllGraphs": true,
1813
- "sort": "position",
1814
- "customSortAlphabet": "",
1815
- "toggleRestriction": "default",
1816
- "ue_properties": {
1817
- "widget_ue_connectable": {},
1818
- "version": "7.8",
1819
- "input_ue_unconnectable": {}
1820
- }
1821
- }
1822
- },
1823
- {
1824
- "id": 108,
1825
- "type": "Note",
1826
- "pos": [
1827
- 11691.862407662855,
1828
- 1789.6945410484846
1829
- ],
1830
- "size": [
1831
- 528.5133350690512,
1832
- 88
1833
- ],
1834
- "flags": {},
1835
- "order": 23,
1836
- "mode": 0,
1837
- "inputs": [],
1838
- "outputs": [],
1839
- "properties": {
1840
- "ue_properties": {
1841
- "widget_ue_connectable": {},
1842
- "version": "7.8",
1843
- "input_ue_unconnectable": {}
1844
- }
1845
- },
1846
- "widgets_values": [
1847
- "DISABLE WHEN YOU WANT TO USE THE MANUAL PROMPT\nENABLE WHEN YOU WANT TO USE THE TEXT PROMPT BUILDER"
1848
- ],
1849
- "color": "#432",
1850
- "bgcolor": "#653"
1851
- },
1852
- {
1853
- "id": 106,
1854
- "type": "Power Lora Loader (rgthree)",
1855
- "pos": [
1856
- 12286.673896169625,
1857
- 598.5491041512014
1858
- ],
1859
- "size": [
1860
- 1040.334022815308,
1861
- 258.98023429016075
1862
- ],
1863
- "flags": {},
1864
- "order": 37,
1865
- "mode": 4,
1866
- "inputs": [
1867
- {
1868
- "dir": 3,
1869
- "name": "model",
1870
- "type": "MODEL",
1871
- "link": 106
1872
- },
1873
- {
1874
- "dir": 3,
1875
- "name": "clip",
1876
- "type": "CLIP",
1877
- "link": null
1878
- }
1879
- ],
1880
- "outputs": [
1881
- {
1882
- "dir": 4,
1883
- "name": "MODEL",
1884
- "shape": 3,
1885
- "type": "MODEL",
1886
- "links": [
1887
- 129
1888
- ]
1889
- },
1890
- {
1891
- "dir": 4,
1892
- "name": "CLIP",
1893
- "shape": 3,
1894
- "type": "CLIP",
1895
- "links": null
1896
- }
1897
- ],
1898
- "properties": {
1899
- "cnr_id": "rgthree-comfy",
1900
- "ver": "27b4f4cdcf3b127c29d5d8135ac1536ecbd4c383",
1901
- "Show Strengths": "Single Strength",
1902
- "Match": "",
1903
- "ue_properties": {
1904
- "widget_ue_connectable": {},
1905
- "input_ue_unconnectable": {},
1906
- "version": "7.8"
1907
- }
1908
- },
1909
- "widgets_values": [
1910
- {},
1911
- {
1912
- "type": "PowerLoraLoaderHeaderWidget"
1913
- },
1914
- {},
1915
- ""
1916
- ],
1917
- "color": "#323",
1918
- "bgcolor": "#535"
1919
- },
1920
- {
1921
- "id": 120,
1922
- "type": "06153499-64c5-4e7a-b52e-3695947fba26",
1923
- "pos": [
1924
- 12269.777893695118,
1925
- 1222.8290694947832
1926
- ],
1927
- "size": [
1928
- 1074.3615501073,
1929
- 322
1930
- ],
1931
- "flags": {},
1932
- "order": 47,
1933
- "mode": 4,
1934
- "inputs": [
1935
- {
1936
- "name": "vae",
1937
- "type": "VAE",
1938
- "link": 128
1939
- },
1940
- {
1941
- "name": "model",
1942
- "type": "MODEL",
1943
- "link": 129
1944
- },
1945
- {
1946
- "name": "positive",
1947
- "type": "CONDITIONING",
1948
- "link": 130
1949
- },
1950
- {
1951
- "name": "clip",
1952
- "type": "CLIP",
1953
- "link": 131
1954
- },
1955
- {
1956
- "dir": 3,
1957
- "name": "any_01",
1958
- "type": "STRING",
1959
- "link": 132
1960
- },
1961
- {
1962
- "dir": 3,
1963
- "name": "any_02",
1964
- "type": "STRING",
1965
- "link": 154
1966
- },
1967
- {
1968
- "name": "pixels",
1969
- "type": "IMAGE",
1970
- "link": 134
1971
- }
1972
- ],
1973
- "outputs": [
1974
- {
1975
- "name": "IMAGE",
1976
- "type": "IMAGE",
1977
- "links": [
1978
- 150
1979
- ]
1980
- },
1981
- {
1982
- "name": "CONDITIONING",
1983
- "type": "CONDITIONING",
1984
- "links": [
1985
- 136
1986
- ]
1987
- }
1988
- ],
1989
- "properties": {
1990
- "proxyWidgets": [
1991
- [
1992
- "116",
1993
- "seed"
1994
- ],
1995
- [
1996
- "116",
1997
- "control_after_generate"
1998
- ],
1999
- [
2000
- "116",
2001
- "steps"
2002
- ],
2003
- [
2004
- "116",
2005
- "cfg"
2006
- ],
2007
- [
2008
- "116",
2009
- "sampler_name"
2010
- ],
2011
- [
2012
- "116",
2013
- "denoise"
2014
- ],
2015
- [
2016
- "116",
2017
- "scheduler"
2018
- ]
2019
- ],
2020
- "cnr_id": "comfy-core",
2021
- "ver": "0.26.0",
2022
- "ue_properties": {
2023
- "widget_ue_connectable": {},
2024
- "input_ue_unconnectable": {},
2025
- "version": "7.8"
2026
- }
2027
- },
2028
- "widgets_values": []
2029
- },
2030
- {
2031
- "id": 88,
2032
- "type": "LoadImage",
2033
- "pos": [
2034
- 12280.602710457937,
2035
- 1595.9574178853
2036
- ],
2037
- "size": [
2038
- 1046.4995554649613,
2039
- 726.2345311328354
2040
- ],
2041
- "flags": {},
2042
- "order": 24,
2043
- "mode": 4,
2044
- "inputs": [],
2045
- "outputs": [
2046
- {
2047
- "name": "IMAGE",
2048
- "type": "IMAGE",
2049
- "links": [
2050
- 99
2051
- ]
2052
- },
2053
- {
2054
- "name": "MASK",
2055
- "type": "MASK",
2056
- "links": null
2057
- }
2058
- ],
2059
- "properties": {
2060
- "cnr_id": "comfy-core",
2061
- "ver": "0.3.43",
2062
- "Node name for S&R": "LoadImage",
2063
- "ue_properties": {
2064
- "version": "7.5.1",
2065
- "widget_ue_connectable": {},
2066
- "input_ue_unconnectable": {}
2067
- }
2068
- },
2069
- "widgets_values": [
2070
- "pasted/image (10).png",
2071
- "image"
2072
- ]
2073
- },
2074
- {
2075
- "id": 101,
2076
- "type": "Fast Groups Bypasser (rgthree)",
2077
- "pos": [
2078
- 11685.111631709122,
2079
- 911.5647879929652
2080
- ],
2081
- "size": [
2082
- 538.3486608729658,
2083
- 154
2084
- ],
2085
- "flags": {},
2086
- "order": 25,
2087
- "mode": 0,
2088
- "inputs": [],
2089
- "outputs": [
2090
- {
2091
- "name": "OPT_CONNECTION",
2092
- "type": "*",
2093
- "links": null
2094
- }
2095
- ],
2096
- "properties": {
2097
- "matchColors": "",
2098
- "matchTitle": "IMG",
2099
- "showNav": true,
2100
- "showAllGraphs": true,
2101
- "sort": "position",
2102
- "customSortAlphabet": "",
2103
- "toggleRestriction": "default",
2104
- "ue_properties": {
2105
- "widget_ue_connectable": {},
2106
- "version": "7.8",
2107
- "input_ue_unconnectable": {}
2108
- }
2109
- }
2110
- },
2111
- {
2112
- "id": 107,
2113
- "type": "Note",
2114
- "pos": [
2115
- 11691.938508752966,
2116
- 1103.1444865422854
2117
- ],
2118
- "size": [
2119
- 531.2432539239362,
2120
- 110.08957530950636
2121
- ],
2122
- "flags": {},
2123
- "order": 26,
2124
- "mode": 0,
2125
- "inputs": [],
2126
- "outputs": [],
2127
- "properties": {
2128
- "ue_properties": {
2129
- "widget_ue_connectable": {},
2130
- "version": "7.8",
2131
- "input_ue_unconnectable": {}
2132
- }
2133
- },
2134
- "widgets_values": [
2135
- "SEED VARIANCE: Enable if you want different images\n\nREBALANCE: Enable if you want to remove the Safety Filter\n\nSHARPEN: Sharpen the image\n\nGRAIN: Add film grain"
2136
- ],
2137
- "color": "#432",
2138
- "bgcolor": "#653"
2139
- },
2140
- {
2141
- "id": 87,
2142
- "type": "ImageResize+",
2143
- "pos": [
2144
- 13367.678593943408,
2145
- 1469.0577825470975
2146
- ],
2147
- "size": [
2148
- 305.6708553445169,
2149
- 218
2150
- ],
2151
- "flags": {},
2152
- "order": 38,
2153
- "mode": 4,
2154
- "inputs": [
2155
- {
2156
- "name": "image",
2157
- "type": "IMAGE",
2158
- "link": 99
2159
- }
2160
- ],
2161
- "outputs": [
2162
- {
2163
- "name": "IMAGE",
2164
- "type": "IMAGE",
2165
- "links": [
2166
- 134
2167
- ]
2168
- },
2169
- {
2170
- "name": "width",
2171
- "type": "INT",
2172
- "links": null
2173
- },
2174
- {
2175
- "name": "height",
2176
- "type": "INT",
2177
- "links": null
2178
- }
2179
- ],
2180
- "properties": {
2181
- "cnr_id": "comfyui_essentials",
2182
- "ver": "1.1.0",
2183
- "Node name for S&R": "ImageResize+",
2184
- "ue_properties": {
2185
- "version": "7.5.1",
2186
- "widget_ue_connectable": {},
2187
- "input_ue_unconnectable": {}
2188
- },
2189
- "aux_id": "cubiq/ComfyUI_essentials"
2190
- },
2191
- "widgets_values": [
2192
- 1024,
2193
- 1024,
2194
- "lanczos",
2195
- "keep proportion",
2196
- "always",
2197
- 0
2198
- ]
2199
- },
2200
- {
2201
- "id": 105,
2202
- "type": "SaveImage",
2203
- "pos": [
2204
- 13714.194812543068,
2205
- 529.3662128966228
2206
- ],
2207
- "size": [
2208
- 1697.1970838136035,
2209
- 1441.1353205047724
2210
- ],
2211
- "flags": {},
2212
- "order": 46,
2213
- "mode": 4,
2214
- "inputs": [
2215
- {
2216
- "name": "images",
2217
- "type": "IMAGE",
2218
- "link": 151
2219
- }
2220
- ],
2221
- "outputs": [
2222
- {
2223
- "name": "images",
2224
- "type": "IMAGE",
2225
- "links": null
2226
- }
2227
- ],
2228
- "properties": {
2229
- "cnr_id": "comfy-core",
2230
- "ver": "0.25.0",
2231
- "Node name for S&R": "SaveImage",
2232
- "ue_properties": {
2233
- "widget_ue_connectable": {},
2234
- "input_ue_unconnectable": {},
2235
- "version": "7.8"
2236
- }
2237
- },
2238
- "widgets_values": [
2239
- "Krea2"
2240
- ]
2241
- },
2242
- {
2243
- "id": 113,
2244
- "type": "Label (rgthree)",
2245
- "pos": [
2246
- 12259.124340354785,
2247
- 290.51055358226176
2248
- ],
2249
- "size": [
2250
- 1004.58984375,
2251
- 120
2252
- ],
2253
- "flags": {
2254
- "allow_interaction": true
2255
- },
2256
- "order": 27,
2257
- "mode": 0,
2258
- "inputs": [],
2259
- "outputs": [],
2260
- "title": "IMAGE TO IMAGE",
2261
- "properties": {
2262
- "fontSize": 120,
2263
- "fontFamily": "Arial",
2264
- "fontColor": "#ffffff",
2265
- "textAlign": "left",
2266
- "backgroundColor": "red",
2267
- "padding": 0,
2268
- "borderRadius": 0,
2269
- "angle": 0,
2270
- "ue_properties": {
2271
- "version": "7.5.1",
2272
- "widget_ue_connectable": {},
2273
- "input_ue_unconnectable": {}
2274
- }
2275
- },
2276
- "color": "#fff0",
2277
- "bgcolor": "#fff0"
2278
- },
2279
- {
2280
- "id": 140,
2281
- "type": "Note",
2282
- "pos": [
2283
- 10702.349175131087,
2284
- -154.3746573608374
2285
- ],
2286
- "size": [
2287
- 210,
2288
- 88
2289
- ],
2290
- "flags": {},
2291
- "order": 28,
2292
- "mode": 0,
2293
- "inputs": [],
2294
- "outputs": [],
2295
- "properties": {
2296
- "ue_properties": {
2297
- "widget_ue_connectable": {},
2298
- "version": "7.8",
2299
- "input_ue_unconnectable": {}
2300
- }
2301
- },
2302
- "widgets_values": [
2303
- "SELECT YOUR MODEL HERE -->\n5000 series: mxfp8\n4000 series and older: fp8"
2304
- ],
2305
- "color": "#432",
2306
- "bgcolor": "#653"
2307
- },
2308
- {
2309
- "id": 141,
2310
- "type": "ImageSharpenKJ",
2311
- "pos": [
2312
- 8495.360396896014,
2313
- 1337.8672785439765
2314
- ],
2315
- "size": [
2316
- 305.23065258401857,
2317
- 82
2318
- ],
2319
- "flags": {},
2320
- "order": 48,
2321
- "mode": 4,
2322
- "inputs": [
2323
- {
2324
- "name": "image",
2325
- "type": "IMAGE,MASK",
2326
- "link": 146
2327
- }
2328
- ],
2329
- "outputs": [
2330
- {
2331
- "name": "output",
2332
- "type": "IMAGE",
2333
- "links": [
2334
- 147
2335
- ]
2336
- }
2337
- ],
2338
- "properties": {
2339
- "cnr_id": "comfyui-kjnodes",
2340
- "ver": "95389ef411dc9f5e498da928b365b98a682e1cd6",
2341
- "Node name for S&R": "ImageSharpenKJ",
2342
- "ue_properties": {
2343
- "widget_ue_connectable": {},
2344
- "version": "7.8",
2345
- "input_ue_unconnectable": {}
2346
- }
2347
- },
2348
- "widgets_values": [
2349
- "rcas",
2350
- 0.55
2351
- ]
2352
- },
2353
- {
2354
- "id": 142,
2355
- "type": "ImageSharpenKJ",
2356
- "pos": [
2357
- 13368.715738030678,
2358
- 1298.988024912272
2359
- ],
2360
- "size": [
2361
- 295.94897346494963,
2362
- 82
2363
- ],
2364
- "flags": {},
2365
- "order": 49,
2366
- "mode": 4,
2367
- "inputs": [
2368
- {
2369
- "name": "image",
2370
- "type": "IMAGE,MASK",
2371
- "link": 150
2372
- }
2373
- ],
2374
- "outputs": [
2375
- {
2376
- "name": "output",
2377
- "type": "IMAGE",
2378
- "links": [
2379
- 151
2380
- ]
2381
- }
2382
- ],
2383
- "properties": {
2384
- "cnr_id": "comfyui-kjnodes",
2385
- "ver": "95389ef411dc9f5e498da928b365b98a682e1cd6",
2386
- "Node name for S&R": "ImageSharpenKJ",
2387
- "ue_properties": {
2388
- "widget_ue_connectable": {},
2389
- "version": "7.8",
2390
- "input_ue_unconnectable": {}
2391
- }
2392
- },
2393
- "widgets_values": [
2394
- "rcas",
2395
- 0.55
2396
- ]
2397
- },
2398
- {
2399
- "id": 143,
2400
- "type": "PrimitiveStringMultiline",
2401
- "pos": [
2402
- 7399.6721069289015,
2403
- 938.2852092761965
2404
- ],
2405
- "size": [
2406
- 1049.9867633126441,
2407
- 281.173700287005
2408
- ],
2409
- "flags": {},
2410
- "order": 29,
2411
- "mode": 4,
2412
- "inputs": [],
2413
- "outputs": [
2414
- {
2415
- "name": "STRING",
2416
- "type": "STRING",
2417
- "links": [
2418
- 153
2419
- ]
2420
- }
2421
- ],
2422
- "title": "MANUAL PROMPT",
2423
- "properties": {
2424
- "cnr_id": "comfy-core",
2425
- "ver": "0.23.0",
2426
- "Node name for S&R": "PrimitiveStringMultiline",
2427
- "ue_properties": {
2428
- "widget_ue_connectable": {},
2429
- "version": "7.0.1",
2430
- "input_ue_unconnectable": {}
2431
- },
2432
- "enableTabs": false,
2433
- "tabWidth": 65,
2434
- "tabXOffset": 10,
2435
- "hasSecondTab": false,
2436
- "secondTabText": "Send Back",
2437
- "secondTabOffset": 80,
2438
- "secondTabWidth": 65
2439
- },
2440
- "widgets_values": [
2441
- ""
2442
- ],
2443
- "color": "#232",
2444
- "bgcolor": "#353"
2445
- },
2446
- {
2447
- "id": 145,
2448
- "type": "PrimitiveStringMultiline",
2449
- "pos": [
2450
- 12280.817637415039,
2451
- 898.8824219231695
2452
- ],
2453
- "size": [
2454
- 1049.9867633126441,
2455
- 281.173700287005
2456
- ],
2457
- "flags": {},
2458
- "order": 30,
2459
- "mode": 4,
2460
- "inputs": [],
2461
- "outputs": [
2462
- {
2463
- "name": "STRING",
2464
- "type": "STRING",
2465
- "links": [
2466
- 154
2467
- ]
2468
- }
2469
- ],
2470
- "title": "MANUAL PROMPT",
2471
- "properties": {
2472
- "cnr_id": "comfy-core",
2473
- "ver": "0.23.0",
2474
- "Node name for S&R": "PrimitiveStringMultiline",
2475
- "ue_properties": {
2476
- "widget_ue_connectable": {},
2477
- "version": "7.0.1",
2478
- "input_ue_unconnectable": {}
2479
- },
2480
- "enableTabs": false,
2481
- "tabWidth": 65,
2482
- "tabXOffset": 10,
2483
- "hasSecondTab": false,
2484
- "secondTabText": "Send Back",
2485
- "secondTabOffset": 80,
2486
- "secondTabWidth": 65
2487
- },
2488
- "widgets_values": [
2489
- ""
2490
- ],
2491
- "color": "#232",
2492
- "bgcolor": "#353"
2493
- },
2494
- {
2495
- "id": 112,
2496
- "type": "Fast Groups Bypasser (rgthree)",
2497
- "pos": [
2498
- 11702.465546616608,
2499
- 460.19581249720864
2500
- ],
2501
- "size": [
2502
- 526.7213705267717,
2503
- 82
2504
- ],
2505
- "flags": {},
2506
- "order": 31,
2507
- "mode": 0,
2508
- "inputs": [],
2509
- "outputs": [
2510
- {
2511
- "name": "OPT_CONNECTION",
2512
- "type": "*",
2513
- "links": null
2514
- }
2515
- ],
2516
- "properties": {
2517
- "matchColors": "",
2518
- "matchTitle": "IMAGE TO IMAGE",
2519
- "showNav": true,
2520
- "showAllGraphs": true,
2521
- "sort": "position",
2522
- "customSortAlphabet": "",
2523
- "toggleRestriction": "default",
2524
- "ue_properties": {
2525
- "widget_ue_connectable": {},
2526
- "version": "7.8",
2527
- "input_ue_unconnectable": {}
2528
- }
2529
- }
2530
- },
2531
- {
2532
- "id": 86,
2533
- "type": "Fast Groups Bypasser (rgthree)",
2534
- "pos": [
2535
- 6827.413511334426,
2536
- 500.9773201132573
2537
- ],
2538
- "size": [
2539
- 526.7213705267717,
2540
- 58
2541
- ],
2542
- "flags": {},
2543
- "order": 32,
2544
- "mode": 0,
2545
- "inputs": [],
2546
- "outputs": [
2547
- {
2548
- "name": "OPT_CONNECTION",
2549
- "type": "*",
2550
- "links": null
2551
- }
2552
- ],
2553
- "properties": {
2554
- "matchColors": "",
2555
- "matchTitle": "TEXT TO IMAGE",
2556
- "showNav": true,
2557
- "showAllGraphs": true,
2558
- "sort": "position",
2559
- "customSortAlphabet": "",
2560
- "toggleRestriction": "default",
2561
- "ue_properties": {
2562
- "widget_ue_connectable": {},
2563
- "version": "7.8",
2564
- "input_ue_unconnectable": {}
2565
- }
2566
- }
2567
- },
2568
- {
2569
- "id": 54,
2570
- "type": "UNETLoader",
2571
- "pos": [
2572
- 10923.555280641574,
2573
- -157.77800682389267
2574
- ],
2575
- "size": [
2576
- 444.74483597000835,
2577
- 100.43949939228202
2578
- ],
2579
- "flags": {},
2580
- "order": 33,
2581
- "mode": 0,
2582
- "inputs": [],
2583
- "outputs": [
2584
- {
2585
- "name": "MODEL",
2586
- "type": "MODEL",
2587
- "links": [
2588
- 38
2589
- ]
2590
- }
2591
- ],
2592
- "properties": {
2593
- "cnr_id": "comfy-core",
2594
- "ver": "0.25.0",
2595
- "Node name for S&R": "UNETLoader",
2596
- "ue_properties": {
2597
- "widget_ue_connectable": {
2598
- "unet_name": true,
2599
- "weight_dtype": true
2600
- },
2601
- "version": "7.8",
2602
- "input_ue_unconnectable": {}
2603
- }
2604
- },
2605
- "widgets_values": [
2606
- "krea2_turbo_fp8.safetensors",
2607
- "default"
2608
- ],
2609
- "color": "#223",
2610
- "bgcolor": "#335"
2611
- }
2612
- ],
2613
- "links": [
2614
- [
2615
- 19,
2616
- 40,
2617
- 0,
2618
- 30,
2619
- 0,
2620
- "VAE"
2621
- ],
2622
- [
2623
- 38,
2624
- 54,
2625
- 0,
2626
- 32,
2627
- 0,
2628
- "MODEL"
2629
- ],
2630
- [
2631
- 40,
2632
- 53,
2633
- 0,
2634
- 31,
2635
- 0,
2636
- "CLIP"
2637
- ],
2638
- [
2639
- 53,
2640
- 63,
2641
- 0,
2642
- 16,
2643
- 0,
2644
- "CONDITIONING"
2645
- ],
2646
- [
2647
- 84,
2648
- 59,
2649
- 0,
2650
- 78,
2651
- 0,
2652
- "VAE"
2653
- ],
2654
- [
2655
- 85,
2656
- 58,
2657
- 0,
2658
- 78,
2659
- 1,
2660
- "CLIP"
2661
- ],
2662
- [
2663
- 87,
2664
- 16,
2665
- 0,
2666
- 78,
2667
- 3,
2668
- "CONDITIONING"
2669
- ],
2670
- [
2671
- 89,
2672
- 14,
2673
- 0,
2674
- 78,
2675
- 5,
2676
- "STRING"
2677
- ],
2678
- [
2679
- 91,
2680
- 78,
2681
- 1,
2682
- 63,
2683
- 0,
2684
- "CONDITIONING"
2685
- ],
2686
- [
2687
- 94,
2688
- 57,
2689
- 0,
2690
- 82,
2691
- 0,
2692
- "MODEL"
2693
- ],
2694
- [
2695
- 95,
2696
- 82,
2697
- 0,
2698
- 78,
2699
- 2,
2700
- "MODEL"
2701
- ],
2702
- [
2703
- 99,
2704
- 88,
2705
- 0,
2706
- 87,
2707
- 0,
2708
- "IMAGE"
2709
- ],
2710
- [
2711
- 102,
2712
- 96,
2713
- 0,
2714
- 98,
2715
- 0,
2716
- "CONDITIONING"
2717
- ],
2718
- [
2719
- 106,
2720
- 102,
2721
- 0,
2722
- 106,
2723
- 0,
2724
- "MODEL"
2725
- ],
2726
- [
2727
- 128,
2728
- 104,
2729
- 0,
2730
- 120,
2731
- 0,
2732
- "VAE"
2733
- ],
2734
- [
2735
- 129,
2736
- 106,
2737
- 0,
2738
- 120,
2739
- 1,
2740
- "MODEL"
2741
- ],
2742
- [
2743
- 130,
2744
- 98,
2745
- 0,
2746
- 120,
2747
- 2,
2748
- "CONDITIONING"
2749
- ],
2750
- [
2751
- 131,
2752
- 103,
2753
- 0,
2754
- 120,
2755
- 3,
2756
- "CLIP"
2757
- ],
2758
- [
2759
- 132,
2760
- 97,
2761
- 0,
2762
- 120,
2763
- 4,
2764
- "STRING"
2765
- ],
2766
- [
2767
- 134,
2768
- 87,
2769
- 0,
2770
- 120,
2771
- 6,
2772
- "IMAGE"
2773
- ],
2774
- [
2775
- 136,
2776
- 120,
2777
- 1,
2778
- 96,
2779
- 0,
2780
- "CONDITIONING"
2781
- ],
2782
- [
2783
- 146,
2784
- 78,
2785
- 0,
2786
- 141,
2787
- 0,
2788
- "IMAGE"
2789
- ],
2790
- [
2791
- 147,
2792
- 141,
2793
- 0,
2794
- 12,
2795
- 0,
2796
- "IMAGE"
2797
- ],
2798
- [
2799
- 150,
2800
- 120,
2801
- 0,
2802
- 142,
2803
- 0,
2804
- "IMAGE"
2805
- ],
2806
- [
2807
- 151,
2808
- 142,
2809
- 0,
2810
- 105,
2811
- 0,
2812
- "IMAGE"
2813
- ],
2814
- [
2815
- 153,
2816
- 143,
2817
- 0,
2818
- 78,
2819
- 4,
2820
- "STRING"
2821
- ],
2822
- [
2823
- 154,
2824
- 145,
2825
- 0,
2826
- 120,
2827
- 5,
2828
- "STRING"
2829
- ]
2830
- ],
2831
- "groups": [
2832
- {
2833
- "id": 7,
2834
- "title": "TEXT TO IMAGE",
2835
- "bounding": [
2836
- 7380.87833357133,
2837
- 469.4200459437519,
2838
- 3249.081570092935,
2839
- 2808.2330186566405
2840
- ],
2841
- "color": "#3f789e",
2842
- "flags": {}
2843
- },
2844
- {
2845
- "id": 2,
2846
- "title": "TXT SEED VARIANCE",
2847
- "bounding": [
2848
- 8483.083491540467,
2849
- 541.9430117953652,
2850
- 319.86400977172525,
2851
- 552.087423431671
2852
- ],
2853
- "color": "#8A8",
2854
- "flags": {}
2855
- },
2856
- {
2857
- "id": 3,
2858
- "title": "TXT REBALANCE",
2859
- "bounding": [
2860
- 8483.881257435882,
2861
- 1105.343106023795,
2862
- 320.50618426598976,
2863
- 158.4926037192841
2864
- ],
2865
- "color": "#8AA",
2866
- "flags": {}
2867
- },
2868
- {
2869
- "id": 4,
2870
- "title": "TXT SHARPEN",
2871
- "bounding": [
2872
- 8483.892523204413,
2873
- 1271.8629089569736,
2874
- 321.7696647349967,
2875
- 160.546551282716
2876
- ],
2877
- "color": "#b58b2a",
2878
- "flags": {}
2879
- },
2880
- {
2881
- "id": 6,
2882
- "title": "TEXT PROMPT BUILDER",
2883
- "bounding": [
2884
- 7383.3194082084965,
2885
- 1667.8049648999868,
2886
- 1100.4671157178545,
2887
- 1543.2287729125683
2888
- ],
2889
- "color": "#A88",
2890
- "flags": {}
2891
- },
2892
- {
2893
- "id": 8,
2894
- "title": "IMAGE TO IMAGE",
2895
- "bounding": [
2896
- 12255.930368853511,
2897
- 428.6385383277034,
2898
- 3208.47411565981,
2899
- 3499.0541941726565
2900
- ],
2901
- "color": "#3f789e",
2902
- "flags": {}
2903
- },
2904
- {
2905
- "id": 9,
2906
- "title": "IMG SEED VARIANCE",
2907
- "bounding": [
2908
- 13358.135526822647,
2909
- 501.1615041793166,
2910
- 319.86400977172525,
2911
- 552.087423431671
2912
- ],
2913
- "color": "#8A8",
2914
- "flags": {}
2915
- },
2916
- {
2917
- "id": 10,
2918
- "title": "IMG REBALANCE",
2919
- "bounding": [
2920
- 13358.933292718062,
2921
- 1064.5615984077463,
2922
- 320.50618426598976,
2923
- 158.4926037192841
2924
- ],
2925
- "color": "#8AA",
2926
- "flags": {}
2927
- },
2928
- {
2929
- "id": 11,
2930
- "title": "IMG SHARPEN",
2931
- "bounding": [
2932
- 13358.944558486593,
2933
- 1231.081401340925,
2934
- 321.7696647349967,
2935
- 160.546551282716
2936
- ],
2937
- "color": "#b58b2a",
2938
- "flags": {}
2939
- },
2940
- {
2941
- "id": 13,
2942
- "title": "IMAGE PROMPT BUILDER",
2943
- "bounding": [
2944
- 12269.193722069002,
2945
- 2348.118522181899,
2946
- 1100.4671157178545,
2947
- 1543.2287729125683
2948
- ],
2949
- "color": "#A88",
2950
- "flags": {}
2951
- },
2952
- {
2953
- "id": 14,
2954
- "title": "IMG RESIZE",
2955
- "bounding": [
2956
- 13357.678593943408,
2957
- 1399.0577825470975,
2958
- 323.86590074345077,
2959
- 298
2960
- ],
2961
- "color": "#3f789e",
2962
- "flags": {}
2963
- }
2964
- ],
2965
- "definitions": {
2966
- "subgraphs": [
2967
- {
2968
- "id": "21ffbd86-8db8-4fab-954b-2cd8ab0662da",
2969
- "version": 1,
2970
- "state": {
2971
- "lastGroupId": 17,
2972
- "lastNodeId": 145,
2973
- "lastLinkId": 154,
2974
- "lastRerouteId": 9
2975
- },
2976
- "revision": 0,
2977
- "config": {},
2978
- "name": "New Subgraph",
2979
- "inputNode": {
2980
- "id": -10,
2981
- "bounding": [
2982
- 3761.378874479071,
2983
- 1590.9497883550548,
2984
- 128,
2985
- 168
2986
- ]
2987
- },
2988
- "outputNode": {
2989
- "id": -20,
2990
- "bounding": [
2991
- 6409.343717963491,
2992
- 1630.9497883550548,
2993
- 137.267578125,
2994
- 88
2995
- ]
2996
- },
2997
- "inputs": [
2998
- {
2999
- "id": "ba24ebf2-9e00-4b78-b640-b2fc62b9a245",
3000
- "name": "vae",
3001
- "type": "VAE",
3002
- "linkIds": [
3003
- 77
3004
- ],
3005
- "localized_name": "vae",
3006
- "pos": [
3007
- 3865.378874479071,
3008
- 1614.9497883550548
3009
- ]
3010
- },
3011
- {
3012
- "id": "30a7e563-a7ed-4a71-b1ab-251728185924",
3013
- "name": "clip",
3014
- "type": "CLIP",
3015
- "linkIds": [
3016
- 42
3017
- ],
3018
- "localized_name": "clip",
3019
- "pos": [
3020
- 3865.378874479071,
3021
- 1634.9497883550548
3022
- ]
3023
- },
3024
- {
3025
- "id": "1c25e196-d038-4d59-aad4-773dcce0b331",
3026
- "name": "model",
3027
- "type": "MODEL",
3028
- "linkIds": [
3029
- 78
3030
- ],
3031
- "localized_name": "model",
3032
- "pos": [
3033
- 3865.378874479071,
3034
- 1654.9497883550548
3035
- ]
3036
- },
3037
- {
3038
- "id": "ff06eb1d-4ee0-4290-b511-20cc9cc4f0f0",
3039
- "name": "positive",
3040
- "type": "CONDITIONING",
3041
- "linkIds": [
3042
- 79
3043
- ],
3044
- "localized_name": "positive",
3045
- "pos": [
3046
- 3865.378874479071,
3047
- 1674.9497883550548
3048
- ]
3049
- },
3050
- {
3051
- "id": "592ed640-6d8d-4782-b915-7eca8331f552",
3052
- "name": "any_01",
3053
- "type": "STRING",
3054
- "linkIds": [
3055
- 98
3056
- ],
3057
- "dir": 3,
3058
- "pos": [
3059
- 3865.378874479071,
3060
- 1694.9497883550548
3061
- ]
3062
- },
3063
- {
3064
- "id": "c795cf37-1fdd-4c9f-b4a5-f39a2b35a110",
3065
- "name": "any_02",
3066
- "type": "STRING",
3067
- "linkIds": [
3068
- 97
3069
- ],
3070
- "dir": 3,
3071
- "pos": [
3072
- 3865.378874479071,
3073
- 1714.9497883550548
3074
- ]
3075
- }
3076
- ],
3077
- "outputs": [
3078
- {
3079
- "id": "91147d62-0f45-44ce-aa94-0ed81448578c",
3080
- "name": "IMAGE",
3081
- "type": "IMAGE",
3082
- "linkIds": [
3083
- 80
3084
- ],
3085
- "localized_name": "IMAGE",
3086
- "pos": [
3087
- 6433.343717963491,
3088
- 1654.9497883550548
3089
- ]
3090
- },
3091
- {
3092
- "id": "c3bd8126-ea3d-44b4-b973-215b266fcbc6",
3093
- "name": "CONDITIONING",
3094
- "type": "CONDITIONING",
3095
- "linkIds": [
3096
- 52
3097
- ],
3098
- "localized_name": "CONDITIONING",
3099
- "pos": [
3100
- 6433.343717963491,
3101
- 1674.9497883550548
3102
- ]
3103
- }
3104
- ],
3105
- "widgets": [],
3106
- "nodes": [
3107
- {
3108
- "id": 73,
3109
- "type": "ConditioningZeroOut",
3110
- "pos": [
3111
- 6119.67189697168,
3112
- 1486.2617039619245
3113
- ],
3114
- "size": [
3115
- 225,
3116
- 47.328125
3117
- ],
3118
- "flags": {},
3119
- "order": 3,
3120
- "mode": 4,
3121
- "inputs": [
3122
- {
3123
- "localized_name": "conditioning",
3124
- "name": "conditioning",
3125
- "type": "CONDITIONING",
3126
- "link": 76
3127
- }
3128
- ],
3129
- "outputs": [
3130
- {
3131
- "localized_name": "CONDITIONING",
3132
- "name": "CONDITIONING",
3133
- "type": "CONDITIONING",
3134
- "links": [
3135
- 74
3136
- ]
3137
- }
3138
- ],
3139
- "properties": {
3140
- "cnr_id": "comfy-core",
3141
- "ver": "0.25.0",
3142
- "Node name for S&R": "ConditioningZeroOut",
3143
- "ue_properties": {
3144
- "widget_ue_connectable": {},
3145
- "version": "7.8",
3146
- "input_ue_unconnectable": {}
3147
- }
3148
- },
3149
- "widgets_values": []
3150
- },
3151
- {
3152
- "id": 74,
3153
- "type": "VAEDecode",
3154
- "pos": [
3155
- 6124.343717963491,
3156
- 1497.8409298943284
3157
- ],
3158
- "size": [
3159
- 225,
3160
- 71.328125
3161
- ],
3162
- "flags": {},
3163
- "order": 4,
3164
- "mode": 4,
3165
- "inputs": [
3166
- {
3167
- "localized_name": "samples",
3168
- "name": "samples",
3169
- "type": "LATENT",
3170
- "link": 73
3171
- },
3172
- {
3173
- "localized_name": "vae",
3174
- "name": "vae",
3175
- "type": "VAE",
3176
- "link": 77
3177
- }
3178
- ],
3179
- "outputs": [
3180
- {
3181
- "localized_name": "IMAGE",
3182
- "name": "IMAGE",
3183
- "type": "IMAGE",
3184
- "links": [
3185
- 80
3186
- ]
3187
- }
3188
- ],
3189
- "properties": {
3190
- "cnr_id": "comfy-core",
3191
- "ver": "0.25.0",
3192
- "Node name for S&R": "VAEDecode",
3193
- "ue_properties": {
3194
- "widget_ue_connectable": {},
3195
- "version": "7.8",
3196
- "input_ue_unconnectable": {}
3197
- }
3198
- },
3199
- "widgets_values": []
3200
- },
3201
- {
3202
- "id": 75,
3203
- "type": "KSampler",
3204
- "pos": [
3205
- 5251.792960170467,
3206
- 1440.2698538211912
3207
- ],
3208
- "size": [
3209
- 680.8509243513181,
3210
- 262
3211
- ],
3212
- "flags": {},
3213
- "order": 5,
3214
- "mode": 4,
3215
- "inputs": [
3216
- {
3217
- "localized_name": "model",
3218
- "name": "model",
3219
- "type": "MODEL",
3220
- "link": 78
3221
- },
3222
- {
3223
- "localized_name": "positive",
3224
- "name": "positive",
3225
- "type": "CONDITIONING",
3226
- "link": 79
3227
- },
3228
- {
3229
- "localized_name": "negative",
3230
- "name": "negative",
3231
- "type": "CONDITIONING",
3232
- "link": 74
3233
- },
3234
- {
3235
- "localized_name": "latent_image",
3236
- "name": "latent_image",
3237
- "type": "LATENT",
3238
- "link": 75
3239
- }
3240
- ],
3241
- "outputs": [
3242
- {
3243
- "localized_name": "LATENT",
3244
- "name": "LATENT",
3245
- "type": "LATENT",
3246
- "links": [
3247
- 73
3248
- ]
3249
- }
3250
- ],
3251
- "properties": {
3252
- "cnr_id": "comfy-core",
3253
- "ver": "0.25.0",
3254
- "Node name for S&R": "KSampler",
3255
- "ue_properties": {
3256
- "widget_ue_connectable": {
3257
- "seed": true,
3258
- "steps": true,
3259
- "cfg": true,
3260
- "sampler_name": true,
3261
- "scheduler": true,
3262
- "denoise": true
3263
- },
3264
- "version": "7.8",
3265
- "input_ue_unconnectable": {}
3266
- }
3267
- },
3268
- "widgets_values": [
3269
- 330504034031539,
3270
- "fixed",
3271
- 8,
3272
- 1,
3273
- "er_sde",
3274
- "simple",
3275
- 1
3276
- ]
3277
- },
3278
- {
3279
- "id": 76,
3280
- "type": "EmptyLatentImage",
3281
- "pos": [
3282
- 5588.9217782156065,
3283
- 1667.487501497179
3284
- ],
3285
- "size": [
3286
- 685.9391095098899,
3287
- 106
3288
- ],
3289
- "flags": {},
3290
- "order": 0,
3291
- "mode": 4,
3292
- "inputs": [],
3293
- "outputs": [
3294
- {
3295
- "localized_name": "LATENT",
3296
- "name": "LATENT",
3297
- "type": "LATENT",
3298
- "links": [
3299
- 75
3300
- ]
3301
- }
3302
- ],
3303
- "properties": {
3304
- "cnr_id": "comfy-core",
3305
- "ver": "0.25.0",
3306
- "Node name for S&R": "EmptyLatentImage",
3307
- "ue_properties": {
3308
- "widget_ue_connectable": {
3309
- "width": true,
3310
- "height": true,
3311
- "batch_size": true
3312
- },
3313
- "version": "7.8",
3314
- "input_ue_unconnectable": {}
3315
- }
3316
- },
3317
- "widgets_values": [
3318
- 1920,
3319
- 1080,
3320
- 1
3321
- ]
3322
- },
3323
- {
3324
- "id": 15,
3325
- "type": "CLIPTextEncode",
3326
- "pos": [
3327
- 4549.865461616833,
3328
- 1695.6835266152805
3329
- ],
3330
- "size": [
3331
- 682.6579243699025,
3332
- 382.8165251157577
3333
- ],
3334
- "flags": {},
3335
- "order": 1,
3336
- "mode": 4,
3337
- "inputs": [
3338
- {
3339
- "localized_name": "clip",
3340
- "name": "clip",
3341
- "type": "CLIP",
3342
- "link": 42
3343
- },
3344
- {
3345
- "localized_name": "text",
3346
- "name": "text",
3347
- "type": "STRING",
3348
- "widget": {
3349
- "name": "text"
3350
- },
3351
- "link": 83
3352
- }
3353
- ],
3354
- "outputs": [
3355
- {
3356
- "localized_name": "CONDITIONING",
3357
- "name": "CONDITIONING",
3358
- "type": "CONDITIONING",
3359
- "links": [
3360
- 52,
3361
- 76
3362
- ]
3363
- }
3364
- ],
3365
- "properties": {
3366
- "cnr_id": "comfy-core",
3367
- "ver": "0.25.0",
3368
- "Node name for S&R": "CLIPTextEncode",
3369
- "ue_properties": {
3370
- "widget_ue_connectable": {
3371
- "text": true
3372
- },
3373
- "version": "7.8",
3374
- "input_ue_unconnectable": {}
3375
- }
3376
- },
3377
- "widgets_values": [
3378
- ""
3379
- ],
3380
- "color": "#232",
3381
- "bgcolor": "#353"
3382
- },
3383
- {
3384
- "id": 72,
3385
- "type": "Any Switch (rgthree)",
3386
- "pos": [
3387
- 4062.897562673724,
3388
- 1698.83253315357
3389
- ],
3390
- "size": [
3391
- 431.6980101717403,
3392
- 169.31029404804315
3393
- ],
3394
- "flags": {
3395
- "collapsed": false
3396
- },
3397
- "order": 2,
3398
- "mode": 4,
3399
- "inputs": [
3400
- {
3401
- "dir": 3,
3402
- "name": "any_01",
3403
- "type": "*",
3404
- "link": 97
3405
- },
3406
- {
3407
- "dir": 3,
3408
- "name": "any_02",
3409
- "type": "*",
3410
- "link": 98
3411
- },
3412
- {
3413
- "dir": 3,
3414
- "name": "any_03",
3415
- "type": "*",
3416
- "link": null
3417
- },
3418
- {
3419
- "dir": 3,
3420
- "name": "any_04",
3421
- "type": "*",
3422
- "link": null
3423
- },
3424
- {
3425
- "name": "any_05",
3426
- "type": "*",
3427
- "link": null
3428
- }
3429
- ],
3430
- "outputs": [
3431
- {
3432
- "dir": 4,
3433
- "label": "*",
3434
- "name": "*",
3435
- "shape": 3,
3436
- "type": "*",
3437
- "links": [
3438
- 83
3439
- ]
3440
- }
3441
- ],
3442
- "properties": {
3443
- "cnr_id": "rgthree-comfy",
3444
- "ver": "8ff50e4521881eca1fe26aec9615fc9362474931",
3445
- "ue_properties": {
3446
- "widget_ue_connectable": {},
3447
- "version": "7.7",
3448
- "input_ue_unconnectable": {}
3449
- }
3450
- },
3451
- "widgets_values": []
3452
- }
3453
- ],
3454
- "groups": [],
3455
- "links": [
3456
- {
3457
- "id": 76,
3458
- "origin_id": 15,
3459
- "origin_slot": 0,
3460
- "target_id": 73,
3461
- "target_slot": 0,
3462
- "type": "CONDITIONING"
3463
- },
3464
- {
3465
- "id": 73,
3466
- "origin_id": 75,
3467
- "origin_slot": 0,
3468
- "target_id": 74,
3469
- "target_slot": 0,
3470
- "type": "LATENT"
3471
- },
3472
- {
3473
- "id": 83,
3474
- "origin_id": 72,
3475
- "origin_slot": 0,
3476
- "target_id": 15,
3477
- "target_slot": 1,
3478
- "type": "STRING"
3479
- },
3480
- {
3481
- "id": 74,
3482
- "origin_id": 73,
3483
- "origin_slot": 0,
3484
- "target_id": 75,
3485
- "target_slot": 2,
3486
- "type": "CONDITIONING"
3487
- },
3488
- {
3489
- "id": 75,
3490
- "origin_id": 76,
3491
- "origin_slot": 0,
3492
- "target_id": 75,
3493
- "target_slot": 3,
3494
- "type": "LATENT"
3495
- },
3496
- {
3497
- "id": 77,
3498
- "origin_id": -10,
3499
- "origin_slot": 0,
3500
- "target_id": 74,
3501
- "target_slot": 1,
3502
- "type": "VAE"
3503
- },
3504
- {
3505
- "id": 42,
3506
- "origin_id": -10,
3507
- "origin_slot": 1,
3508
- "target_id": 15,
3509
- "target_slot": 0,
3510
- "type": "CLIP"
3511
- },
3512
- {
3513
- "id": 78,
3514
- "origin_id": -10,
3515
- "origin_slot": 2,
3516
- "target_id": 75,
3517
- "target_slot": 0,
3518
- "type": "MODEL"
3519
- },
3520
- {
3521
- "id": 79,
3522
- "origin_id": -10,
3523
- "origin_slot": 3,
3524
- "target_id": 75,
3525
- "target_slot": 1,
3526
- "type": "CONDITIONING"
3527
- },
3528
- {
3529
- "id": 80,
3530
- "origin_id": 74,
3531
- "origin_slot": 0,
3532
- "target_id": -20,
3533
- "target_slot": 0,
3534
- "type": "IMAGE"
3535
- },
3536
- {
3537
- "id": 52,
3538
- "origin_id": 15,
3539
- "origin_slot": 0,
3540
- "target_id": -20,
3541
- "target_slot": 1,
3542
- "type": "CONDITIONING"
3543
- },
3544
- {
3545
- "id": 97,
3546
- "origin_id": -10,
3547
- "origin_slot": 5,
3548
- "target_id": 72,
3549
- "target_slot": 0,
3550
- "type": "*",
3551
- "parentId": 1
3552
- },
3553
- {
3554
- "id": 98,
3555
- "origin_id": -10,
3556
- "origin_slot": 4,
3557
- "target_id": 72,
3558
- "target_slot": 1,
3559
- "type": "*",
3560
- "parentId": 2
3561
- }
3562
- ],
3563
- "reroutes": [
3564
- {
3565
- "id": 1,
3566
- "pos": [
3567
- 3935.651199821871,
3568
- 1748.3726146885986
3569
- ],
3570
- "linkIds": [
3571
- 97
3572
- ]
3573
- },
3574
- {
3575
- "id": 2,
3576
- "pos": [
3577
- 3936.044890946272,
3578
- 1694.8249037590203
3579
- ],
3580
- "linkIds": [
3581
- 98
3582
- ]
3583
- }
3584
- ],
3585
- "extra": {
3586
- "ue_links": [],
3587
- "links_added_by_ue": []
3588
- }
3589
- },
3590
- {
3591
- "id": "06153499-64c5-4e7a-b52e-3695947fba26",
3592
- "version": 1,
3593
- "state": {
3594
- "lastGroupId": 17,
3595
- "lastNodeId": 145,
3596
- "lastLinkId": 154,
3597
- "lastRerouteId": 9
3598
- },
3599
- "revision": 0,
3600
- "config": {},
3601
- "name": "New Subgraph",
3602
- "inputNode": {
3603
- "id": -10,
3604
- "bounding": [
3605
- 20487.513790819143,
3606
- 5731.097460411743,
3607
- 128,
3608
- 188
3609
- ]
3610
- },
3611
- "outputNode": {
3612
- "id": -20,
3613
- "bounding": [
3614
- 23159.20630896076,
3615
- 5781.097460411743,
3616
- 137.267578125,
3617
- 88
3618
- ]
3619
- },
3620
- "inputs": [
3621
- {
3622
- "id": "7997da03-9620-4c7f-90b6-a1c039d4a224",
3623
- "name": "vae",
3624
- "type": "VAE",
3625
- "linkIds": [
3626
- 118,
3627
- 126
3628
- ],
3629
- "localized_name": "vae",
3630
- "pos": [
3631
- 51,
3632
- 24
3633
- ]
3634
- },
3635
- {
3636
- "id": "2e4ee0f5-cc88-43d1-ae2a-fb44a26cf9c9",
3637
- "name": "model",
3638
- "type": "MODEL",
3639
- "linkIds": [
3640
- 120
3641
- ],
3642
- "localized_name": "model",
3643
- "pos": [
3644
- 51,
3645
- 44
3646
- ]
3647
- },
3648
- {
3649
- "id": "a793d0d7-f6e3-4b7c-861d-05e09163a0fd",
3650
- "name": "positive",
3651
- "type": "CONDITIONING",
3652
- "linkIds": [
3653
- 121
3654
- ],
3655
- "localized_name": "positive",
3656
- "pos": [
3657
- 51,
3658
- 64
3659
- ]
3660
- },
3661
- {
3662
- "id": "2e8d0f94-ea3c-4eae-923b-31f52deb5299",
3663
- "name": "clip",
3664
- "type": "CLIP",
3665
- "linkIds": [
3666
- 119
3667
- ],
3668
- "localized_name": "clip",
3669
- "pos": [
3670
- 51,
3671
- 84
3672
- ]
3673
- },
3674
- {
3675
- "id": "04afcfa8-68ac-4c74-8ad0-0fa853eda0f2",
3676
- "name": "any_01",
3677
- "type": "STRING",
3678
- "linkIds": [
3679
- 124
3680
- ],
3681
- "dir": 3,
3682
- "pos": [
3683
- 51,
3684
- 104
3685
- ]
3686
- },
3687
- {
3688
- "id": "07046651-df47-4c6e-baa6-b2cd9668f51b",
3689
- "name": "any_02",
3690
- "type": "STRING",
3691
- "linkIds": [
3692
- 125
3693
- ],
3694
- "dir": 3,
3695
- "pos": [
3696
- 51,
3697
- 124
3698
- ]
3699
- },
3700
- {
3701
- "id": "a1ae7c4c-a243-4b27-8b23-79c35fa51810",
3702
- "name": "pixels",
3703
- "type": "IMAGE",
3704
- "linkIds": [
3705
- 100
3706
- ],
3707
- "localized_name": "pixels",
3708
- "pos": [
3709
- 51,
3710
- 144
3711
- ]
3712
- }
3713
- ],
3714
- "outputs": [
3715
- {
3716
- "id": "0642284c-d501-4c63-8922-17e9c4d77020",
3717
- "name": "IMAGE",
3718
- "type": "IMAGE",
3719
- "linkIds": [
3720
- 122
3721
- ],
3722
- "localized_name": "IMAGE",
3723
- "pos": [
3724
- 24,
3725
- 24
3726
- ]
3727
- },
3728
- {
3729
- "id": "4dd3ee47-4ca4-4536-ba0b-c6b53a6adbe7",
3730
- "name": "CONDITIONING",
3731
- "type": "CONDITIONING",
3732
- "linkIds": [
3733
- 123
3734
- ],
3735
- "localized_name": "CONDITIONING",
3736
- "pos": [
3737
- 24,
3738
- 44
3739
- ]
3740
- }
3741
- ],
3742
- "widgets": [],
3743
- "nodes": [
3744
- {
3745
- "id": 114,
3746
- "type": "ConditioningZeroOut",
3747
- "pos": [
3748
- 22869.53448796895,
3749
- 5566.974211597552
3750
- ],
3751
- "size": [
3752
- 225,
3753
- 47.328125
3754
- ],
3755
- "flags": {},
3756
- "order": 1,
3757
- "mode": 4,
3758
- "inputs": [
3759
- {
3760
- "localized_name": "conditioning",
3761
- "name": "conditioning",
3762
- "type": "CONDITIONING",
3763
- "link": 113
3764
- }
3765
- ],
3766
- "outputs": [
3767
- {
3768
- "localized_name": "CONDITIONING",
3769
- "name": "CONDITIONING",
3770
- "type": "CONDITIONING",
3771
- "links": [
3772
- 116
3773
- ]
3774
- }
3775
- ],
3776
- "properties": {
3777
- "cnr_id": "comfy-core",
3778
- "ver": "0.25.0",
3779
- "Node name for S&R": "ConditioningZeroOut",
3780
- "ue_properties": {
3781
- "widget_ue_connectable": {},
3782
- "version": "7.8",
3783
- "input_ue_unconnectable": {}
3784
- }
3785
- },
3786
- "widgets_values": []
3787
- },
3788
- {
3789
- "id": 115,
3790
- "type": "VAEDecode",
3791
- "pos": [
3792
- 22874.20630896076,
3793
- 5578.553437529956
3794
- ],
3795
- "size": [
3796
- 225,
3797
- 71.328125
3798
- ],
3799
- "flags": {},
3800
- "order": 2,
3801
- "mode": 4,
3802
- "inputs": [
3803
- {
3804
- "localized_name": "samples",
3805
- "name": "samples",
3806
- "type": "LATENT",
3807
- "link": 114
3808
- },
3809
- {
3810
- "localized_name": "vae",
3811
- "name": "vae",
3812
- "type": "VAE",
3813
- "link": 118
3814
- }
3815
- ],
3816
- "outputs": [
3817
- {
3818
- "localized_name": "IMAGE",
3819
- "name": "IMAGE",
3820
- "type": "IMAGE",
3821
- "links": [
3822
- 122
3823
- ]
3824
- }
3825
- ],
3826
- "properties": {
3827
- "cnr_id": "comfy-core",
3828
- "ver": "0.25.0",
3829
- "Node name for S&R": "VAEDecode",
3830
- "ue_properties": {
3831
- "widget_ue_connectable": {},
3832
- "version": "7.8",
3833
- "input_ue_unconnectable": {}
3834
- }
3835
- },
3836
- "widgets_values": []
3837
- },
3838
- {
3839
- "id": 116,
3840
- "type": "KSampler",
3841
- "pos": [
3842
- 22001.65555116774,
3843
- 5520.9823614568195
3844
- ],
3845
- "size": [
3846
- 680.8509243513181,
3847
- 262
3848
- ],
3849
- "flags": {},
3850
- "order": 3,
3851
- "mode": 4,
3852
- "inputs": [
3853
- {
3854
- "localized_name": "model",
3855
- "name": "model",
3856
- "type": "MODEL",
3857
- "link": 120
3858
- },
3859
- {
3860
- "localized_name": "positive",
3861
- "name": "positive",
3862
- "type": "CONDITIONING",
3863
- "link": 121
3864
- },
3865
- {
3866
- "localized_name": "negative",
3867
- "name": "negative",
3868
- "type": "CONDITIONING",
3869
- "link": 116
3870
- },
3871
- {
3872
- "localized_name": "latent_image",
3873
- "name": "latent_image",
3874
- "type": "LATENT",
3875
- "link": 127
3876
- }
3877
- ],
3878
- "outputs": [
3879
- {
3880
- "localized_name": "LATENT",
3881
- "name": "LATENT",
3882
- "type": "LATENT",
3883
- "links": [
3884
- 114
3885
- ]
3886
- }
3887
- ],
3888
- "properties": {
3889
- "cnr_id": "comfy-core",
3890
- "ver": "0.25.0",
3891
- "Node name for S&R": "KSampler",
3892
- "ue_properties": {
3893
- "widget_ue_connectable": {
3894
- "seed": true,
3895
- "steps": true,
3896
- "cfg": true,
3897
- "sampler_name": true,
3898
- "scheduler": true,
3899
- "denoise": true
3900
- },
3901
- "version": "7.8",
3902
- "input_ue_unconnectable": {}
3903
- }
3904
- },
3905
- "widgets_values": [
3906
- 330504034031539,
3907
- "fixed",
3908
- 8,
3909
- 1,
3910
- "er_sde",
3911
- "simple",
3912
- 0.6
3913
- ]
3914
- },
3915
- {
3916
- "id": 118,
3917
- "type": "CLIPTextEncode",
3918
- "pos": [
3919
- 21299.728052614104,
3920
- 5776.396034250908
3921
- ],
3922
- "size": [
3923
- 682.6579243699025,
3924
- 382.8165251157577
3925
- ],
3926
- "flags": {},
3927
- "order": 4,
3928
- "mode": 4,
3929
- "inputs": [
3930
- {
3931
- "localized_name": "clip",
3932
- "name": "clip",
3933
- "type": "CLIP",
3934
- "link": 119
3935
- },
3936
- {
3937
- "localized_name": "text",
3938
- "name": "text",
3939
- "type": "STRING",
3940
- "widget": {
3941
- "name": "text"
3942
- },
3943
- "link": 115
3944
- }
3945
- ],
3946
- "outputs": [
3947
- {
3948
- "localized_name": "CONDITIONING",
3949
- "name": "CONDITIONING",
3950
- "type": "CONDITIONING",
3951
- "links": [
3952
- 113,
3953
- 123
3954
- ]
3955
- }
3956
- ],
3957
- "properties": {
3958
- "cnr_id": "comfy-core",
3959
- "ver": "0.25.0",
3960
- "Node name for S&R": "CLIPTextEncode",
3961
- "ue_properties": {
3962
- "widget_ue_connectable": {
3963
- "text": true
3964
- },
3965
- "version": "7.8",
3966
- "input_ue_unconnectable": {}
3967
- }
3968
- },
3969
- "widgets_values": [
3970
- ""
3971
- ],
3972
- "color": "#232",
3973
- "bgcolor": "#353"
3974
- },
3975
- {
3976
- "id": 119,
3977
- "type": "Any Switch (rgthree)",
3978
- "pos": [
3979
- 20812.760153670995,
3980
- 5779.545040789198
3981
- ],
3982
- "size": [
3983
- 431.6980101717403,
3984
- 169.31029404804315
3985
- ],
3986
- "flags": {
3987
- "collapsed": false
3988
- },
3989
- "order": 5,
3990
- "mode": 4,
3991
- "inputs": [
3992
- {
3993
- "dir": 3,
3994
- "name": "any_01",
3995
- "type": "*",
3996
- "link": 124
3997
- },
3998
- {
3999
- "dir": 3,
4000
- "name": "any_02",
4001
- "type": "*",
4002
- "link": 125
4003
- },
4004
- {
4005
- "dir": 3,
4006
- "name": "any_03",
4007
- "type": "*",
4008
- "link": null
4009
- },
4010
- {
4011
- "dir": 3,
4012
- "name": "any_04",
4013
- "type": "*",
4014
- "link": null
4015
- },
4016
- {
4017
- "name": "any_05",
4018
- "type": "*",
4019
- "link": null
4020
- }
4021
- ],
4022
- "outputs": [
4023
- {
4024
- "dir": 4,
4025
- "label": "*",
4026
- "name": "*",
4027
- "shape": 3,
4028
- "type": "*",
4029
- "links": [
4030
- 115
4031
- ]
4032
- }
4033
- ],
4034
- "properties": {
4035
- "cnr_id": "rgthree-comfy",
4036
- "ver": "8ff50e4521881eca1fe26aec9615fc9362474931",
4037
- "ue_properties": {
4038
- "widget_ue_connectable": {},
4039
- "version": "7.7",
4040
- "input_ue_unconnectable": {}
4041
- }
4042
- },
4043
- "widgets_values": []
4044
- },
4045
- {
4046
- "id": 89,
4047
- "type": "VAEEncode",
4048
- "pos": [
4049
- 21577.87333331331,
4050
- 5580.8419650644855
4051
- ],
4052
- "size": [
4053
- 140,
4054
- 46
4055
- ],
4056
- "flags": {},
4057
- "order": 0,
4058
- "mode": 4,
4059
- "inputs": [
4060
- {
4061
- "localized_name": "pixels",
4062
- "name": "pixels",
4063
- "type": "IMAGE",
4064
- "link": 100
4065
- },
4066
- {
4067
- "localized_name": "vae",
4068
- "name": "vae",
4069
- "type": "VAE",
4070
- "link": 126
4071
- }
4072
- ],
4073
- "outputs": [
4074
- {
4075
- "localized_name": "LATENT",
4076
- "name": "LATENT",
4077
- "type": "LATENT",
4078
- "links": [
4079
- 127
4080
- ]
4081
- }
4082
- ],
4083
- "properties": {
4084
- "cnr_id": "comfy-core",
4085
- "ver": "0.3.43",
4086
- "Node name for S&R": "VAEEncode",
4087
- "ue_properties": {
4088
- "version": "7.5.1",
4089
- "widget_ue_connectable": {},
4090
- "input_ue_unconnectable": {}
4091
- }
4092
- },
4093
- "widgets_values": []
4094
- }
4095
- ],
4096
- "groups": [],
4097
- "links": [
4098
- {
4099
- "id": 113,
4100
- "origin_id": 118,
4101
- "origin_slot": 0,
4102
- "target_id": 114,
4103
- "target_slot": 0,
4104
- "type": "CONDITIONING"
4105
- },
4106
- {
4107
- "id": 114,
4108
- "origin_id": 116,
4109
- "origin_slot": 0,
4110
- "target_id": 115,
4111
- "target_slot": 0,
4112
- "type": "LATENT"
4113
- },
4114
- {
4115
- "id": 116,
4116
- "origin_id": 114,
4117
- "origin_slot": 0,
4118
- "target_id": 116,
4119
- "target_slot": 2,
4120
- "type": "CONDITIONING"
4121
- },
4122
- {
4123
- "id": 127,
4124
- "origin_id": 89,
4125
- "origin_slot": 0,
4126
- "target_id": 116,
4127
- "target_slot": 3,
4128
- "type": "LATENT"
4129
- },
4130
- {
4131
- "id": 115,
4132
- "origin_id": 119,
4133
- "origin_slot": 0,
4134
- "target_id": 118,
4135
- "target_slot": 1,
4136
- "type": "STRING"
4137
- },
4138
- {
4139
- "id": 118,
4140
- "origin_id": -10,
4141
- "origin_slot": 0,
4142
- "target_id": 115,
4143
- "target_slot": 1,
4144
- "type": "VAE"
4145
- },
4146
- {
4147
- "id": 126,
4148
- "origin_id": -10,
4149
- "origin_slot": 0,
4150
- "target_id": 89,
4151
- "target_slot": 1,
4152
- "type": "VAE"
4153
- },
4154
- {
4155
- "id": 120,
4156
- "origin_id": -10,
4157
- "origin_slot": 1,
4158
- "target_id": 116,
4159
- "target_slot": 0,
4160
- "type": "MODEL"
4161
- },
4162
- {
4163
- "id": 121,
4164
- "origin_id": -10,
4165
- "origin_slot": 2,
4166
- "target_id": 116,
4167
- "target_slot": 1,
4168
- "type": "CONDITIONING"
4169
- },
4170
- {
4171
- "id": 119,
4172
- "origin_id": -10,
4173
- "origin_slot": 3,
4174
- "target_id": 118,
4175
- "target_slot": 0,
4176
- "type": "CLIP"
4177
- },
4178
- {
4179
- "id": 124,
4180
- "origin_id": -10,
4181
- "origin_slot": 4,
4182
- "target_id": 119,
4183
- "target_slot": 0,
4184
- "type": "STRING",
4185
- "parentId": 3
4186
- },
4187
- {
4188
- "id": 125,
4189
- "origin_id": -10,
4190
- "origin_slot": 5,
4191
- "target_id": 119,
4192
- "target_slot": 1,
4193
- "type": "STRING",
4194
- "parentId": 4
4195
- },
4196
- {
4197
- "id": 100,
4198
- "origin_id": -10,
4199
- "origin_slot": 6,
4200
- "target_id": 89,
4201
- "target_slot": 0,
4202
- "type": "IMAGE"
4203
- },
4204
- {
4205
- "id": 122,
4206
- "origin_id": 115,
4207
- "origin_slot": 0,
4208
- "target_id": -20,
4209
- "target_slot": 0,
4210
- "type": "IMAGE"
4211
- },
4212
- {
4213
- "id": 123,
4214
- "origin_id": 118,
4215
- "origin_slot": 0,
4216
- "target_id": -20,
4217
- "target_slot": 1,
4218
- "type": "CONDITIONING"
4219
- }
4220
- ],
4221
- "reroutes": [
4222
- {
4223
- "id": 3,
4224
- "pos": [
4225
- 20685.513790819143,
4226
- 5829.085122324226
4227
- ],
4228
- "linkIds": [
4229
- 124
4230
- ]
4231
- },
4232
- {
4233
- "id": 4,
4234
- "pos": [
4235
- 20685.907481943545,
4236
- 5775.537411394648
4237
- ],
4238
- "linkIds": [
4239
- 125
4240
- ]
4241
- }
4242
- ],
4243
- "extra": {}
4244
- }
4245
- ]
4246
- },
4247
- "config": {},
4248
- "extra": {
4249
- "ue_links": [],
4250
- "links_added_by_ue": [],
4251
- "ds": {
4252
- "scale": 0.10173856587339837,
4253
- "offset": [
4254
- -2812.8438078909044,
4255
- 2768.4936786519056
4256
- ]
4257
- },
4258
- "frontendVersion": "1.45.19",
4259
- "VHS_latentpreview": false,
4260
- "VHS_latentpreviewrate": 0,
4261
- "VHS_MetadataImage": true,
4262
- "VHS_KeepIntermediate": true
4263
- },
4264
- "version": 0.4
4265
- }