File size: 338,703 Bytes
32ecfa8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
{
  "id": 1755780,
  "modelId": 1551668,
  "name": "v1.0 Flux",
  "nsfwLevel": 60,
  "createdAt": "2025-05-06T21:23:05.933Z",
  "updatedAt": "2026-03-22T04:38:10.003Z",
  "status": "Published",
  "publishedAt": "2025-05-06T22:02:03.193Z",
  "trainedWords": [
    "s2ms8ng"
  ],
  "trainingStatus": null,
  "trainingDetails": null,
  "baseModel": "Flux.1 D",
  "baseModelType": "Standard",
  "earlyAccessEndsAt": null,
  "earlyAccessConfig": null,
  "description": null,
  "uploadType": "Created",
  "usageControl": "Download",
  "air": "urn:air:flux1:lora:civitai:1551668@1755780",
  "stats": {
    "downloadCount": 14162,
    "thumbsUpCount": 855
  },
  "model": {
    "name": "SamsungCam\u202fUltraReal",
    "type": "LORA",
    "nsfw": true,
    "poi": false
  },
  "files": [
    {
      "id": 1656529,
      "sizeKB": 149676.1982421875,
      "name": "Samsung_UltraReal.safetensors",
      "type": "Model",
      "pickleScanResult": "Success",
      "pickleScanMessage": "No Pickle imports",
      "virusScanResult": "Success",
      "virusScanMessage": null,
      "scannedAt": "2025-05-06T21:25:45.862",
      "metadata": {
        "format": "SafeTensor",
        "size": null,
        "fp": null
      },
      "hashes": {
        "AutoV1": "3217C535",
        "AutoV2": "AD18966832",
        "SHA256": "AD18966832939C6D11CEE11FAE64FAEF44DCF053078EA8E749F8FADB879D4003",
        "CRC32": "DDD8BCEE",
        "BLAKE3": "5F81159C8EC468A07A482A53A570C91D25E1B7DD700F1B9F86D03DF0902F9B14",
        "AutoV3": "FEFF5A172608"
      },
      "primary": true,
      "downloadUrl": "https://civitai.red/api/download/models/1755780"
    }
  ],
  "images": [
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50a4ac1e-5546-476d-8fb0-e745f9098402/original=true/74640454.jpeg",
      "nsfwLevel": 1,
      "width": 1216,
      "height": 1632,
      "hash": "U7A^8#?wJ6-;-NxUoyxv9FIoV@nh9E9EIAIU",
      "type": "image",
      "metadata": {
        "hash": "U7A^8#?wJ6-;-NxUoyxv9FIoV@nh9E9EIAIU",
        "size": 3136450,
        "width": 1216,
        "height": 1632
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 684208207836616,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, visible sensor noise, artificial over-sharpening, heavy HDR glow. A young woman in her early 20s, light skin, eastern european facial features, dark gothic pigtails with bangs. She stands awkwardly in a pond in a city park. her legs are submeged in water. Amateur photo, blown-out highlights and crushed shadows. She wears a black choker and a cross necklace, black loose crop top and black pvc wet pencil skirt, gothic vibe. Expression: sarcastic smirk, looking at the viewer. In her left hand, she holds a wrinkled piece of paper with the scribbled text \\\"Shot on Supreme Korean Phone\\\". Background: grainy bushes, reflective water with light artifacts. Daytime\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 684208207836616}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"3:4 (Golden Ratio)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"1216 x 1632\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 711, \"last_link_id\": 3709, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3705}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [684208207836616, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 27, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 13889768129845, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"1216 x 1632\"]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3706}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-442.6480712890625, -241.6336669921875], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3705, 3706]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"3:4 (Golden Ratio)\", false, \"\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, visible sensor noise, artificial over-sharpening, heavy HDR glow. A young woman in her early 20s, light skin, eastern european facial features, dark gothic pigtails with bangs. She stands awkwardly in a pond in a city park. her legs are submeged in water. Amateur photo, blown-out highlights and crushed shadows. She wears a black choker and a cross necklace, black loose crop top and black pvc wet pencil skirt, gothic vibe. Expression: sarcastic smirk, looking at the viewer. In her left hand, she holds a wrinkled piece of paper with the scribbled text \\\"Shot on Supreme Korean Phone\\\". Background: grainy bushes, reflective water with light artifacts. Daytime\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3705, 710, 0, 298, 0, \"MODEL\"], [3706, 710, 0, 294, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [-58.942198250518146, 108.76226616597614]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, visible sensor noise, artificial over-sharpening, heavy HDR glow. A young woman in her early 20s, light skin, eastern european facial features, dark gothic pigtails with bangs. She stands awkwardly in a pond in a city park. her legs are submeged in water. Amateur photo, blown-out highlights and crushed shadows. She wears a black choker and a cross necklace, black loose crop top and black pvc wet pencil skirt, gothic vibe. Expression: sarcastic smirk, looking at the viewer. In her left hand, she holds a wrinkled piece of paper with the scribbled text \"Shot on Supreme Korean Phone\". Background: grainy bushes, reflective water with light artifacts. Daytime",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8b58c56-530e-4664-804a-bdf9bdbddc15/original=true/74641161.jpeg",
      "nsfwLevel": 1,
      "width": 1728,
      "height": 1152,
      "hash": "UkH2D]-:j=oLt:xus.fRI^oes:j[RPWBa#j[",
      "type": "image",
      "metadata": {
        "hash": "UkH2D]-:j=oLt:xus.fRI^oes:j[RPWBa#j[",
        "size": 2639176,
        "width": 1728,
        "height": 1152
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 827024282985918,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, Desert landscape, vast sand dunes with rippled texture, rolling sandy hills stretching toward horizon, distant mountain range with jagged peaks, high contrast image, wispy cirrus clouds streaking across sky, scattered thin cloud formations, open desert terrain, late afternoon lighting creating shadows across dunes, natural outdoor setting, barren environment, subtle footprints or disturbances in foreground sand, expansive empty landscape, stark natural beauty, isolated wilderness scene\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 827024282985918}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"3:2 (Golden Landscape)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"896 x 1152\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 713, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [827024282985918, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 816221744005861, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1728 x 1152\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, Desert landscape, vast sand dunes with rippled texture, rolling sandy hills stretching toward horizon, distant mountain range with jagged peaks, high contrast image, wispy cirrus clouds streaking across sky, scattered thin cloud formations, open desert terrain, late afternoon lighting creating shadows across dunes, natural outdoor setting, barren environment, subtle footprints or disturbances in foreground sand, expansive empty landscape, stark natural beauty, isolated wilderness scene\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"3:2 (Golden Landscape)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [310.4303948154287, -2.8543673058382506]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, Desert landscape, vast sand dunes with rippled texture, rolling sandy hills stretching toward horizon, distant mountain range with jagged peaks, high contrast image, wispy cirrus clouds streaking across sky, scattered thin cloud formations, open desert terrain, late afternoon lighting creating shadows across dunes, natural outdoor setting, barren environment, subtle footprints or disturbances in foreground sand, expansive empty landscape, stark natural beauty, isolated wilderness scene",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f2a078-40b5-4837-b740-6ab74703c5a2/original=true/74640984.jpeg",
      "nsfwLevel": 1,
      "width": 1216,
      "height": 1632,
      "hash": "UJD]J6E1?wRj~W.7tR?b56?b-o%2E2s:?HE1",
      "type": "image",
      "metadata": {
        "hash": "UJD]J6E1?wRj~W.7tR?b56?b-o%2E2s:?HE1",
        "size": 2222947,
        "width": 1216,
        "height": 1632
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 416112044428033,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, girl, early teens, striking green eyes, dark smokey eye makeup, long lashes, black tears painted down from lower eyelids, small freckles across nose and cheeks, intricate face paint resembling stylized skeletal teeth in vibrant red, orange, and black hues covering her lips and extending across her cheeks, a vertical red and black painted stripe running down from the center of her lower lip, straight black hair with blunt bangs framing her face, wearing a black hooded sweatshirt with the hood up,  neutral expression with a direct gaze at the camera, Dreamy soft focus\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 416112044428033}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"3:4 (Golden Ratio)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"832 x 1216\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 713, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [416112044428033, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 1101656981555590, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1216 x 1632\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, girl, early teens, striking green eyes, dark smokey eye makeup, long lashes, black tears painted down from lower eyelids, small freckles across nose and cheeks, intricate face paint resembling stylized skeletal teeth in vibrant red, orange, and black hues covering her lips and extending across her cheeks, a vertical red and black painted stripe running down from the center of her lower lip, straight black hair with blunt bangs framing her face, wearing a black hooded sweatshirt with the hood up,  neutral expression with a direct gaze at the camera, Dreamy soft focus\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"3:4 (Golden Ratio)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [246.37192969587397, 178.39381921143476]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, girl, early teens, striking green eyes, dark smokey eye makeup, long lashes, black tears painted down from lower eyelids, small freckles across nose and cheeks, intricate face paint resembling stylized skeletal teeth in vibrant red, orange, and black hues covering her lips and extending across her cheeks, a vertical red and black painted stripe running down from the center of her lower lip, straight black hair with blunt bangs framing her face, wearing a black hooded sweatshirt with the hood up,  neutral expression with a direct gaze at the camera, Dreamy soft focus",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2e304d2-51ed-496e-95a2-4ecdd83fa98b/original=true/74641319.jpeg",
      "nsfwLevel": 1,
      "width": 1216,
      "height": 832,
      "hash": "UMAm=LOLwXR$%3R*f4ogvvr,kaWGNMt9NNoH",
      "type": "image",
      "metadata": {
        "hash": "UMAm=LOLwXR$%3R*f4ogvvr,kaWGNMt9NNoH",
        "size": 1258678,
        "width": 1216,
        "height": 832
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 344667287653026,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, A modern shopping mall interior features a large, malfunctioning digital screen displaying a blue error message with text 'Activate Windows. Go to Settings to Activate Windows'. The screen wraps around a column near an escalator, creating a striking visual disruption amid the polished, minimalist architectural design. Shoppers, including a few visible figures in casual clothing, navigate the brightly lit, multi-level space. Reflective surfaces and angular lines enhance the contemporary aesthetic. The scene captures a blend of everyday life and unexpected technology glitches\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 344667287653026}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"1.0\", \"aspect_ratio\": \"3:2 (Golden Landscape)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"1216 x 832\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 713, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [344667287653026, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 660570052646720, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"1216 x 832\"]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, A modern shopping mall interior features a large, malfunctioning digital screen displaying a blue error message with text 'Activate Windows. Go to Settings to Activate Windows'. The screen wraps around a column near an escalator, creating a striking visual disruption amid the polished, minimalist architectural design. Shoppers, including a few visible figures in casual clothing, navigate the brightly lit, multi-level space. Reflective surfaces and angular lines enhance the contemporary aesthetic. The scene captures a blend of everyday life and unexpected technology glitches\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"1.0\", \"3:2 (Golden Landscape)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [-613.2841136125061, 92.42233072703073]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, A modern shopping mall interior features a large, malfunctioning digital screen displaying a blue error message with text 'Activate Windows. Go to Settings to Activate Windows'. The screen wraps around a column near an escalator, creating a striking visual disruption amid the polished, minimalist architectural design. Shoppers, including a few visible figures in casual clothing, navigate the brightly lit, multi-level space. Reflective surfaces and angular lines enhance the contemporary aesthetic. The scene captures a blend of everyday life and unexpected technology glitches",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aad82028-38ec-4517-b597-1be11a6d2747/original=true/74640693.jpeg",
      "nsfwLevel": 1,
      "width": 1216,
      "height": 1632,
      "hash": "Uv571et:ktbwkXkWo#ofaeaxf5j]kDkEflad",
      "type": "image",
      "metadata": {
        "hash": "Uv571et:ktbwkXkWo#ofaeaxf5j]kDkEflad",
        "size": 2565697,
        "width": 1216,
        "height": 1632
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 357976713298060,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, Cyberpunk creature with female features, with emotionless expression, long straight blue-green hair with black metal crown headpiece with long spikes, black cyber-goth outfit, standing beside tall black server rack, multiple electronic equipment panels with blue and purple LED displays, network switches with blinking indicator lights, dark atmospheric setting with blue backlighting, minimalist industrial space, server cabinet with mounted rack units, circuit-like facial markings or tears under eyes, pale skin with high contrast makeup, side profile pose, standing upright with straight posture, goth-industrial aesthetic, server room environment, cables visible in rack mounting, multiple equipment status lights glowing in darkness, dramatic side lighting highlighting figure against technological backdrop, futuristic dystopian mood.\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 357976713298060}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"3:4 (Golden Ratio)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"1152 x 896\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 711, \"last_link_id\": 3709, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3705}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [357976713298060, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 27, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 445392762189680, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1216 x 1632\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3706}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-442.6480712890625, -241.6336669921875], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3705, 3706]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, Cyberpunk creature with female features, with emotionless expression, long straight blue-green hair with black metal crown headpiece with long spikes, black cyber-goth outfit, standing beside tall black server rack, multiple electronic equipment panels with blue and purple LED displays, network switches with blinking indicator lights, dark atmospheric setting with blue backlighting, minimalist industrial space, server cabinet with mounted rack units, circuit-like facial markings or tears under eyes, pale skin with high contrast makeup, side profile pose, standing upright with straight posture, goth-industrial aesthetic, server room environment, cables visible in rack mounting, multiple equipment status lights glowing in darkness, dramatic side lighting highlighting figure against technological backdrop, futuristic dystopian mood.\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"3:4 (Golden Ratio)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3705, 710, 0, 298, 0, \"MODEL\"], [3706, 710, 0, 294, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [8.588927414741095, -54.89186584840692]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, Cyberpunk creature with female features, with emotionless expression, long straight blue-green hair with black metal crown headpiece with long spikes, black cyber-goth outfit, standing beside tall black server rack, multiple electronic equipment panels with blue and purple LED displays, network switches with blinking indicator lights, dark atmospheric setting with blue backlighting, minimalist industrial space, server cabinet with mounted rack units, circuit-like facial markings or tears under eyes, pale skin with high contrast makeup, side profile pose, standing upright with straight posture, goth-industrial aesthetic, server room environment, cables visible in rack mounting, multiple equipment status lights glowing in darkness, dramatic side lighting highlighting figure against technological backdrop, futuristic dystopian mood.",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbbd5843-6d8e-460d-a2fa-8280d17e83db/original=true/74642589.jpeg",
      "nsfwLevel": 1,
      "width": 1152,
      "height": 1728,
      "hash": "UjNJUL^%~UE2W?t7oeWC%1R*M|of%La#WBRk",
      "type": "image",
      "metadata": {
        "hash": "UjNJUL^%~UE2W?t7oeWC%1R*M|of%La#WBRk",
        "size": 2582062,
        "width": 1152,
        "height": 1728
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 906958721769097,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, man in a black-and-white checkered suit walking. His suit has a large, black-and-white checkered pattern and is made of flannel. Under the checkered, flannel suit, he's wearing a white shirt and a black tie. His jet-black hair is swept back and slick with pomade. Warm tones, Mojave Desert environment, holding silver revolver in right hand, left hand in the pocket. Amateurish candid photo in motion, footprints on sand\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 906958721769097}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"2:3 (Classic Portrait)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"ultrarealFineTune_abliterated_v1_q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"1152 x 1728\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 714, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 15, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [906958721769097, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 129152724140885, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1152 x 1728\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 16, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 7, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 8, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1035.982666015625, 445.4617004394531], \"size\": [315, 190], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"2:3 (Classic Portrait)\", false, \"\"]}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"ultrarealFineTune_abliterated_v1_q8.gguf\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, man in a black-and-white checkered suit walking. His suit has a large, black-and-white checkered pattern and is made of flannel. Under the checkered, flannel suit, he's wearing a white shirt and a black tie. His jet-black hair is swept back and slick with pomade. Warm tones, Mojave Desert environment, holding silver revolver in right hand, left hand in the pocket. Amateurish candid photo in motion, footprints on sand\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [256.44379286398976, 217.19455773036864]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, man in a black-and-white checkered suit walking. His suit has a large, black-and-white checkered pattern and is made of flannel. Under the checkered, flannel suit, he's wearing a white shirt and a black tie. His jet-black hair is swept back and slick with pomade. Warm tones, Mojave Desert environment, holding silver revolver in right hand, left hand in the pocket. Amateurish candid photo in motion, footprints on sand",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7811c5-2ace-4f28-952b-f15b83bfed54/original=true/74641621.jpeg",
      "nsfwLevel": 1,
      "width": 896,
      "height": 1152,
      "hash": "UVD+_AMwoyoL~pIUxuNGx]M{t6RiV?kCWYad",
      "type": "image",
      "metadata": {
        "hash": "UVD+_AMwoyoL~pIUxuNGx]M{t6RiV?kCWYad",
        "size": 1241490,
        "width": 896,
        "height": 1152
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 293181942578677,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, candid, amateur-style photograph taken at a tilted Dutch angle inside a worn soviet-era metro train. teenager girl, pale skin and jet-black voluminous hair sits barefoot on the blue seat, her knees pulled close to her chest with her feet also on the seat. She's wearing a black off-the-shoulder crop top with frayed edges and pvc skirt. She's also wearing narrow rectangular sunglasses reminiscent of early 2000s fashion. gritty textures, harsh fluorescent lighting, and a nostalgic urban feel.\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 293181942578677}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"1.0\", \"aspect_ratio\": \"3:4 (Golden Ratio)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"896 x 1152\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 711, \"last_link_id\": 3709, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3705}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [293181942578677, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 27, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 727352615882669, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"896 x 1152\"]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3706}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-442.6480712890625, -241.6336669921875], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3705, 3706]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1030.0626220703125, 441.5149841308594], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"1.0\", \"3:4 (Golden Ratio)\", false, \"\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, candid, amateur-style photograph taken at a tilted Dutch angle inside a worn soviet-era metro train. teenager girl, pale skin and jet-black voluminous hair sits barefoot on the blue seat, her knees pulled close to her chest with her feet also on the seat. She's wearing a black off-the-shoulder crop top with frayed edges and pvc skirt. She's also wearing narrow rectangular sunglasses reminiscent of early 2000s fashion. gritty textures, harsh fluorescent lighting, and a nostalgic urban feel.\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3705, 710, 0, 298, 0, \"MODEL\"], [3706, 710, 0, 294, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [-102.02676494562728, 253.55686390500816]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, candid, amateur-style photograph taken at a tilted Dutch angle inside a worn soviet-era metro train. teenager girl, pale skin and jet-black voluminous hair sits barefoot on the blue seat, her knees pulled close to her chest with her feet also on the seat. She's wearing a black off-the-shoulder crop top with frayed edges and pvc skirt. She's also wearing narrow rectangular sunglasses reminiscent of early 2000s fashion. gritty textures, harsh fluorescent lighting, and a nostalgic urban feel.",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e749b6c0-273b-4d8f-b67f-a966b94598cf/original=true/74643713.jpeg",
      "nsfwLevel": 1,
      "width": 1728,
      "height": 1152,
      "hash": "UzHLe.9axaof.TM{oebItSRkRkayRjazoJae",
      "type": "image",
      "metadata": {
        "hash": "UzHLe.9axaof.TM{oebItSRkRkayRjazoJae",
        "size": 2290001,
        "width": 1728,
        "height": 1152
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 312040232656724,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng.  Brown rusty 1990s Toyota Hilux pickup in the desert with a 155mm howitzer mounted in the bed and turned upward, bright sun casts lens flares, overexposed highlights, harsh shadows stretching across the sand.\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 312040232656724}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"3:2 (Golden Landscape)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"ultrarealFineTune_abliterated_v1_q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"1216 x 832\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 714, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [312040232656724, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 947913120877255, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1728 x 1152\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 7, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 8, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"ultrarealFineTune_abliterated_v1_q8.gguf\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng.  Brown rusty 1990s Toyota Hilux pickup in the desert with a 155mm howitzer mounted in the bed and turned upward, bright sun casts lens flares, overexposed highlights, harsh shadows stretching across the sand.\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1035.982666015625, 445.4617004394531], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"3:2 (Golden Landscape)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [99.89190908535099, -70.5496186846168]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng.  Brown rusty 1990s Toyota Hilux pickup in the desert with a 155mm howitzer mounted in the bed and turned upward, bright sun casts lens flares, overexposed highlights, harsh shadows stretching across the sand.",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bede0a03-0756-4bad-83b3-b2bd17bbad42/original=true/74641404.jpeg",
      "nsfwLevel": 1,
      "width": 1152,
      "height": 1728,
      "hash": "UAFFc|My00Io}Yt74;ov0fxZ$*WB01-o~VD+",
      "type": "image",
      "metadata": {
        "hash": "UAFFc|My00Io}Yt74;ov0fxZ$*WB01-o~VD+",
        "size": 3232235,
        "width": 1152,
        "height": 1728
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 154370981671105,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng, young woman wear Master Chief's armor with no helmet, early 20s, masterchief, looking at the viewer, amateur quality, low light, underexposed, partially shadowed face, long blonde haircut, blue eyes, \", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 154370981671105}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"2:3 (Classic Portrait)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"UltraRealistic_FineTune_Project_v4_Q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"832 x 1216\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 714, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [154370981671105, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 350910407022553, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [[\"1152 x 1728\"]]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"UltraRealistic_FineTune_Project_v4_Q8.gguf\"]}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 8, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 9, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1035.982666015625, 445.4617004394531], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"2:3 (Classic Portrait)\", false, \"\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng, young woman wear Master Chief's armor with no helmet, early 20s, masterchief, looking at the viewer, amateur quality, low light, underexposed, partially shadowed face, long blonde haircut, blue eyes, \"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [19.573213690531333, 178.79551397902299]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng, young woman wear Master Chief's armor with no helmet, early 20s, masterchief, looking at the viewer, amateur quality, low light, underexposed, partially shadowed face, long blonde haircut, blue eyes, ",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df24f182-9a38-49e1-8c86-59df21a20fa7/original=true/74645797.jpeg",
      "nsfwLevel": 1,
      "width": 1152,
      "height": 896,
      "hash": "UKE2^4tRRkn$~qWCR+jFIUMxxtR*VWIUt8kD",
      "type": "image",
      "metadata": {
        "hash": "UKE2^4tRRkn$~qWCR+jFIUMxxtR*VWIUt8kD",
        "size": 1974785,
        "width": 1152,
        "height": 896
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 415715782053142,
        "vaes": [
          "FLUX1\\ae.safetensors"
        ],
        "comfy": "{\"prompt\": {\"5\": {\"inputs\": {\"width\": [\"390\", 0], \"height\": [\"390\", 1], \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\", \"_meta\": {\"title\": \"Empty Latent Image\"}}, \"29\": {\"inputs\": {\"samples\": [\"292\", 0], \"vae\": [\"195\", 0]}, \"class_type\": \"VAEDecode\", \"_meta\": {\"title\": \"VAE Decode\"}}, \"30\": {\"inputs\": {\"filename_prefix\": \"Danrisi/Danrisi\", \"images\": [\"29\", 0]}, \"class_type\": \"SaveImage\", \"_meta\": {\"title\": \"Save Image\"}}, \"35\": {\"inputs\": {\"text\": \"\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"56\": {\"inputs\": {\"conditioning\": [\"35\", 0]}, \"class_type\": \"ConditioningZeroOut\", \"_meta\": {\"title\": \"ConditioningZeroOut\"}}, \"195\": {\"inputs\": {\"vae_name\": \"FLUX1\\\\ae.safetensors\"}, \"class_type\": \"VAELoader\", \"_meta\": {\"title\": \"Load VAE\"}}, \"224\": {\"inputs\": {\"clip_name1\": \"clip_l.safetensors\", \"clip_name2\": \"t5\\\\t5xxl_fp16.safetensors\", \"type\": \"flux\", \"device\": \"cpu\"}, \"class_type\": \"DualCLIPLoader\", \"_meta\": {\"title\": \"DualCLIPLoader\"}}, \"270\": {\"inputs\": {\"text\": \"s2ms8ng. Office interior with a field of wildflowers, white pillars casting long shadows across the blooming plants, ceiling with square panels and recessed lighting, dominant earthy tones, escalator in background ascending to a bright area, natural light streaming through skylights, serene and unexpected blend of architecture and nature, overexposed in patches\", \"clip\": [\"224\", 0]}, \"class_type\": \"CLIPTextEncode\", \"_meta\": {\"title\": \"CLIP Text Encode (Prompt)\"}}, \"292\": {\"inputs\": {\"noise\": [\"295\", 0], \"guider\": [\"298\", 0], \"sampler\": [\"293\", 0], \"sigmas\": [\"294\", 0], \"latent_image\": [\"5\", 0]}, \"class_type\": \"SamplerCustomAdvanced\", \"_meta\": {\"title\": \"SamplerCustomAdvanced\"}}, \"293\": {\"inputs\": {\"sampler_name\": \"dpmpp_2m\"}, \"class_type\": \"KSamplerSelect\", \"_meta\": {\"title\": \"KSamplerSelect\"}}, \"294\": {\"inputs\": {\"scheduler\": \"beta\", \"steps\": 40, \"denoise\": 1.0, \"model\": [\"710\", 0]}, \"class_type\": \"BasicScheduler\", \"_meta\": {\"title\": \"BasicScheduler\"}}, \"295\": {\"inputs\": {\"noise_seed\": 415715782053142}, \"class_type\": \"RandomNoise\", \"_meta\": {\"title\": \"RandomNoise\"}}, \"298\": {\"inputs\": {\"cfg\": 1.0, \"model\": [\"710\", 0], \"positive\": [\"300\", 0], \"negative\": [\"56\", 0]}, \"class_type\": \"CFGGuider\", \"_meta\": {\"title\": \"CFGGuider\"}}, \"300\": {\"inputs\": {\"guidance\": 2.5, \"conditioning\": [\"270\", 0]}, \"class_type\": \"FluxGuidance\", \"_meta\": {\"title\": \"FluxGuidance\"}}, \"390\": {\"inputs\": {\"megapixel\": \"1.0\", \"aspect_ratio\": \"4:3 (Classic Landscape)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"427\": {\"inputs\": {\"unet_name\": \"ultrarealFineTune_abliterated_v1_q8.gguf\"}, \"class_type\": \"UnetLoaderGGUF\", \"_meta\": {\"title\": \"Unet Loader (GGUF)\"}}, \"510\": {\"inputs\": {\"text_0\": \"768 x 1344\", \"text\": [\"390\", 2]}, \"class_type\": \"ShowText|pysssss\", \"_meta\": {\"title\": \"Show Text \\ud83d\\udc0d\"}}, \"676\": {\"inputs\": {\"pixels\": [\"679\", 0]}, \"class_type\": \"VAEEncode\", \"_meta\": {\"title\": \"VAE Encode\"}}, \"679\": {\"inputs\": {\"width\": [\"685\", 0], \"height\": [\"685\", 1], \"interpolation\": \"nearest\", \"method\": \"keep proportion\", \"condition\": \"always\", \"multiple_of\": 16}, \"class_type\": \"ImageResize+\", \"_meta\": {\"title\": \"\\ud83d\\udd27 Image Resize\"}}, \"685\": {\"inputs\": {\"megapixel\": \"2.0\", \"aspect_ratio\": \"1:1 (Perfect Square)\", \"custom_ratio\": false, \"custom_aspect_ratio\": \"\"}, \"class_type\": \"FluxResolutionNode\", \"_meta\": {\"title\": \"Flux Resolution Calc\"}}, \"710\": {\"inputs\": {\"lora_name\": \"flux\\\\may_loras\\\\Samsung_v2.safetensors\", \"strength_model\": 1.0000000000000002, \"model\": [\"427\", 0]}, \"class_type\": \"LoraLoaderModelOnly\", \"_meta\": {\"title\": \"LoraLoaderModelOnly\"}}}, \"workflow\": {\"id\": \"3a4a9295-86bf-4cdf-a146-a8b0dae6392f\", \"revision\": 0, \"last_node_id\": 714, \"last_link_id\": 3715, \"nodes\": [{\"id\": 198, \"type\": \"SAMLoader\", \"pos\": [2291, -76], \"size\": [320, 82], \"flags\": {}, \"order\": 0, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"SAM_MODEL\", \"type\": \"SAM_MODEL\", \"links\": [364]}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"SAMLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"sam_vit_l_0b3195.pth\", \"Prefer GPU\"]}, {\"id\": 29, \"type\": \"VAEDecode\", \"pos\": [1908.5252685546875, 477.43646240234375], \"size\": [210, 50], \"flags\": {}, \"order\": 26, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 1742}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 3709}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [645, 1443]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAEDecode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 199, \"type\": \"SaveImage\", \"pos\": [3011.353271484375, -245.97254943847656], \"size\": [584.3284912109375, 541.8396606445312], \"flags\": {}, \"order\": 29, \"mode\": 4, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 684}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Flux\\\\FluxFace\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 298, \"type\": \"CFGGuider\", \"pos\": [1010.9039306640625, -43.830291748046875], \"size\": [210, 98], \"flags\": {}, \"order\": 24, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3713}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 1895}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 1754}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"slot_index\": 0, \"links\": [1746]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CFGGuider\", \"widget_ue_connectable\": {}}, \"widgets_values\": [1]}, {\"id\": 30, \"type\": \"SaveImage\", \"pos\": [1641.251953125, -55.19318389892578], \"size\": [520, 460], \"flags\": {}, \"order\": 27, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 645}], \"outputs\": [], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SaveImage\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"Danrisi/Danrisi\"], \"color\": \"#233\", \"bgcolor\": \"#355\"}, {\"id\": 140, \"type\": \"Fast Groups Bypasser (rgthree)\", \"pos\": [712.231689453125, -431.88848876953125], \"size\": [252, 274], \"flags\": {}, \"order\": 1, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"OPT_CONNECTION\", \"type\": \"*\", \"slot_index\": 0, \"links\": null}], \"properties\": {\"matchColors\": \"\", \"matchTitle\": \"\", \"showNav\": true, \"sort\": \"position\", \"customSortAlphabet\": \"\", \"toggleRestriction\": \"default\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 402, \"type\": \"ModelSamplingFlux\", \"pos\": [1370.6986083984375, 433.4141845703125], \"size\": [210, 170], \"flags\": {}, \"order\": 16, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1705}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1707}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ModelSamplingFlux\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1.05, 0.65, 2048, 2048]}, {\"id\": 292, \"type\": \"SamplerCustomAdvanced\", \"pos\": [1236.2020263671875, -42.376930236816406], \"size\": [381.7217712402344, 410.056884765625], \"flags\": {}, \"order\": 25, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 601}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 1746}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 762}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 766}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 2254}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [1742]}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"SamplerCustomAdvanced\", \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#223\", \"bgcolor\": \"#335\", \"shape\": 1}, {\"id\": 56, \"type\": \"ConditioningZeroOut\", \"pos\": [729.7273559570312, 352.8934631347656], \"size\": [211.60000610351562, 26], \"flags\": {\"collapsed\": false}, \"order\": 21, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1597}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [360, 1754]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"ConditioningZeroOut\", \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 578, \"type\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"pos\": [2208.82177734375, 55.75227737426758], \"size\": [359.75, 270], \"flags\": {}, \"order\": 2, \"mode\": 4, \"inputs\": [], \"outputs\": [{\"name\": \"BBOX_DETECTOR\", \"type\": \"BBOX_DETECTOR\", \"links\": [1703]}, {\"name\": \"SEGM_DETECTOR\", \"type\": \"SEGM_DETECTOR\", \"slot_index\": 1, \"links\": [1704]}], \"properties\": {\"cnr_id\": \"comfyui-inspire-pack\", \"ver\": \"ca5d942cefa0f75e3c4e778f75f71811f4abb65f\", \"Node name for S&R\": \"MediaPipeFaceMeshDetectorProvider //Inspire\", \"widget_ue_connectable\": {}}, \"widgets_values\": [10, true, false, false, true, false, false, false, false]}, {\"id\": 295, \"type\": \"RandomNoise\", \"pos\": [995.1218872070312, -289.6990966796875], \"size\": [323.24237060546875, 82], \"flags\": {}, \"order\": 3, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"slot_index\": 0, \"links\": [601]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"RandomNoise\", \"widget_ue_connectable\": {}}, \"widgets_values\": [415715782053142, \"randomize\"], \"shape\": 1}, {\"id\": 300, \"type\": \"FluxGuidance\", \"pos\": [740.819580078125, 242.08103942871094], \"size\": [211.60000610351562, 58], \"flags\": {}, \"order\": 20, \"mode\": 0, \"inputs\": [{\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 1885}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1895]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"FluxGuidance\", \"widget_ue_connectable\": {}}, \"widgets_values\": [2.5]}, {\"id\": 685, \"type\": \"FluxResolutionNode\", \"pos\": [-241.46888732910156, -528.5398559570312], \"size\": [315, 190], \"flags\": {}, \"order\": 4, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [2111]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [2112]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": []}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"2.0\", \"1:1 (Perfect Square)\", false, \"\"]}, {\"id\": 293, \"type\": \"KSamplerSelect\", \"pos\": [998.012451171875, 261.43084716796875], \"size\": [210, 58], \"flags\": {}, \"order\": 5, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"slot_index\": 0, \"links\": [762]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"KSamplerSelect\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"dpmpp_2m\"], \"shape\": 1}, {\"id\": 196, \"type\": \"FaceDetailer\", \"pos\": [2643, -236], \"size\": [413.20001220703125, 960], \"flags\": {}, \"order\": 28, \"mode\": 4, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": 1443}, {\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": null}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}, {\"name\": \"positive\", \"type\": \"CONDITIONING\", \"link\": 609}, {\"name\": \"negative\", \"type\": \"CONDITIONING\", \"link\": 360}, {\"name\": \"bbox_detector\", \"type\": \"BBOX_DETECTOR\", \"link\": 1703}, {\"name\": \"sam_model_opt\", \"shape\": 7, \"type\": \"SAM_MODEL\", \"link\": 364}, {\"name\": \"segm_detector_opt\", \"shape\": 7, \"type\": \"SEGM_DETECTOR\", \"link\": 1704}, {\"name\": \"detailer_hook\", \"shape\": 7, \"type\": \"DETAILER_HOOK\", \"link\": null}, {\"name\": \"scheduler_func_opt\", \"shape\": 7, \"type\": \"SCHEDULER_FUNC\", \"link\": null}], \"outputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [684]}, {\"name\": \"cropped_refined\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"cropped_enhanced_alpha\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}, {\"name\": \"mask\", \"type\": \"MASK\", \"links\": null}, {\"name\": \"detailer_pipe\", \"type\": \"DETAILER_PIPE\", \"links\": null}, {\"name\": \"cnet_images\", \"shape\": 6, \"type\": \"IMAGE\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui-impact-pack\", \"ver\": \"66493d8cb4209e0ad19c914ae1e39ee7e1486d7e\", \"Node name for S&R\": \"FaceDetailer\", \"widget_ue_connectable\": {}}, \"widgets_values\": [512, true, 1024, 279055901133697, \"randomize\", 30, 1, \"dpmpp_2m\", \"beta\", 0.35000000000000003, 5, true, true, 0.5, 10, 3, \"center-1\", 0, 0.93, 0, 0.7, \"False\", 10, \"\", 1, false, 20, false, false]}, {\"id\": 81, \"type\": \"Anything Everywhere\", \"pos\": [-44.98604202270508, 138.53933715820312], \"size\": [219.8497314453125, 105.85554504394531], \"flags\": {}, \"order\": 30, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FFD500\", \"label\": \"CLIP\", \"name\": \"CLIP\", \"shape\": 7, \"type\": \"*\", \"link\": 1749}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 510, \"type\": \"ShowText|pysssss\", \"pos\": [1391.7088623046875, 640.6661376953125], \"size\": [309.1134338378906, 148], \"flags\": {}, \"order\": 18, \"mode\": 0, \"inputs\": [{\"name\": \"text\", \"type\": \"STRING\", \"pos\": [10, 36], \"link\": 1454}], \"outputs\": [{\"name\": \"STRING\", \"shape\": 6, \"type\": \"STRING\", \"links\": null}], \"properties\": {\"aux_id\": \"rushgz/ComfyUI-PngPromptReader\", \"ver\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"Node name for S&R\": \"ShowText|pysssss\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"768 x 1344\"]}, {\"id\": 679, \"type\": \"ImageResize+\", \"pos\": [132.4954071044922, -596.5538330078125], \"size\": [315, 218], \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"image\", \"type\": \"IMAGE\", \"link\": null}, {\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 2111}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 2112}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"slot_index\": 0, \"links\": [2079]}, {\"name\": \"width\", \"type\": \"INT\", \"links\": null}, {\"name\": \"height\", \"type\": \"INT\", \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_essentials\", \"ver\": \"33ff89fd354d8ec3ab6affb605a79a931b445d99\", \"Node name for S&R\": \"ImageResize+\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [1152, 1728, \"nearest\", \"keep proportion\", \"always\", 16]}, {\"id\": 676, \"type\": \"VAEEncode\", \"pos\": [878.638671875, -578.9544067382812], \"size\": [210, 46], \"flags\": {}, \"order\": 19, \"mode\": 0, \"inputs\": [{\"name\": \"pixels\", \"type\": \"IMAGE\", \"link\": 2079}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": null}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"VAEEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": []}, {\"id\": 5, \"type\": \"EmptyLatentImage\", \"pos\": [1598.944580078125, 453.8918762207031], \"size\": [211.333251953125, 126], \"flags\": {}, \"order\": 17, \"mode\": 0, \"inputs\": [{\"name\": \"width\", \"type\": \"INT\", \"widget\": {\"name\": \"width\"}, \"link\": 1984}, {\"name\": \"height\", \"type\": \"INT\", \"widget\": {\"name\": \"height\"}, \"link\": 1985}], \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"slot_index\": 0, \"links\": [2254]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"EmptyLatentImage\", \"widget_ue_connectable\": {\"width\": true, \"height\": true}}, \"widgets_values\": [2048, 2048, 1], \"color\": \"#323\", \"bgcolor\": \"#535\"}, {\"id\": 294, \"type\": \"BasicScheduler\", \"pos\": [1002.0535888671875, 110.35003662109375], \"size\": [210, 106], \"flags\": {}, \"order\": 23, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 3712}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"slot_index\": 0, \"links\": [766]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"BasicScheduler\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"beta\", 40, 1], \"shape\": 1}, {\"id\": 297, \"type\": \"Anything Everywhere\", \"pos\": [-47.217323303222656, -46.02819061279297], \"size\": [221.08094787597656, 120.32379913330078], \"flags\": {}, \"order\": 6, \"mode\": 4, \"inputs\": [{\"label\": \"anything\", \"name\": \"MODEL\", \"shape\": 7, \"type\": \"*\", \"link\": null}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 709, \"type\": \"LoraLoaderModelOnly\", \"pos\": [373.19134521484375, -340.3322448730469], \"size\": [315, 82], \"flags\": {}, \"order\": 7, \"mode\": 4, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": null}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": []}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\AprilDan\\\\Danrisi_v2.2.safetensors\", 0.9000000000000001]}, {\"id\": 224, \"type\": \"DualCLIPLoader\", \"pos\": [-439.3695373535156, 105.79621887207031], \"size\": [369.8720397949219, 138.56109619140625], \"flags\": {}, \"order\": 8, \"mode\": 0, \"showAdvanced\": true, \"inputs\": [], \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"slot_index\": 0, \"links\": [1749, 3707, 3708]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"DualCLIPLoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"clip_l.safetensors\", \"t5\\\\t5xxl_fp16.safetensors\", \"flux\", \"cpu\"]}, {\"id\": 35, \"type\": \"CLIPTextEncode\", \"pos\": [284.48406982421875, 384.6799621582031], \"size\": [310, 90], \"flags\": {\"collapsed\": true}, \"order\": 14, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3708}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [1597]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"\"], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 195, \"type\": \"VAELoader\", \"pos\": [-412.0273742675781, 304.5870361328125], \"size\": [320, 60], \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"slot_index\": 0, \"links\": [1896, 3709]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"VAELoader\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"FLUX1\\\\ae.safetensors\"], \"color\": \"#346434\"}, {\"id\": 125, \"type\": \"Anything Everywhere\", \"pos\": [-43.94267272949219, 297.2855529785156], \"size\": [224.77459716796875, 97.23703002929688], \"flags\": {\"collapsed\": false}, \"order\": 31, \"mode\": 4, \"inputs\": [{\"color_on\": \"#FF6E6E\", \"label\": \"VAE\", \"name\": \"VAE\", \"shape\": 7, \"type\": \"*\", \"link\": 1896}], \"outputs\": [], \"properties\": {\"cnr_id\": \"cg-use-everywhere\", \"ver\": \"8017bc6b063f45db6b986d9fc8bb76bd3234b838\", \"Node name for S&R\": \"Anything Everywhere\", \"group_restricted\": 0, \"color_restricted\": 0, \"ttNbgOverride\": {\"color\": \"#322\", \"bgcolor\": \"#533\", \"groupcolor\": \"#A88\"}, \"widget_ue_connectable\": {}}, \"widgets_values\": [], \"color\": \"#322\", \"bgcolor\": \"#533\"}, {\"id\": 713, \"type\": \"Reroute\", \"pos\": [133.86830139160156, -251.31024169921875], \"size\": [75, 26], \"flags\": {}, \"order\": 22, \"mode\": 0, \"inputs\": [{\"name\": \"\", \"type\": \"*\", \"link\": 3715}], \"outputs\": [{\"name\": \"\", \"type\": \"MODEL\", \"links\": [3712, 3713]}], \"properties\": {\"showOutputText\": false, \"horizontal\": false}}, {\"id\": 710, \"type\": \"LoraLoaderModelOnly\", \"pos\": [-363.0841064453125, -260.38092041015625], \"size\": [378.7479553222656, 82], \"flags\": {}, \"order\": 15, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 2457}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [3715]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.26\", \"Node name for S&R\": \"LoraLoaderModelOnly\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"flux\\\\may_loras\\\\Samsung_v2.safetensors\", 1.0000000000000002]}, {\"id\": 427, \"type\": \"UnetLoaderGGUF\", \"pos\": [-453.88275146484375, -43.3547248840332], \"size\": [372.2023620605469, 58], \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"slot_index\": 0, \"links\": [2457]}], \"properties\": {\"cnr_id\": \"comfyui-gguf\", \"ver\": \"298192ed60f8ca821c6fe5f8030cae23424cada5\", \"Node name for S&R\": \"UnetLoaderGGUF\", \"aux_id\": \"city96/ComfyUI-GGUF\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"ultrarealFineTune_abliterated_v1_q8.gguf\"]}, {\"id\": 270, \"type\": \"CLIPTextEncode\", \"pos\": [246.06126403808594, -47.06300354003906], \"size\": [710.9940795898438, 242.38040161132812], \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 3707}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"slot_index\": 0, \"links\": [609, 1885]}], \"properties\": {\"cnr_id\": \"comfy-core\", \"ver\": \"0.3.18\", \"Node name for S&R\": \"CLIPTextEncode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"s2ms8ng. Office interior with a field of wildflowers, white pillars casting long shadows across the blooming plants, ceiling with square panels and recessed lighting, dominant earthy tones, escalator in background ascending to a bright area, natural light streaming through skylights, serene and unexpected blend of architecture and nature, overexposed in patches\"], \"color\": \"#346434\", \"bgcolor\": \"rgba(24,24,27,.9)\"}, {\"id\": 390, \"type\": \"FluxResolutionNode\", \"pos\": [1035.982666015625, 445.4617004394531], \"size\": [315, 190], \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [], \"outputs\": [{\"name\": \"width\", \"type\": \"INT\", \"slot_index\": 0, \"links\": [1705, 1984]}, {\"name\": \"height\", \"type\": \"INT\", \"slot_index\": 1, \"links\": [1707, 1985]}, {\"name\": \"resolution\", \"type\": \"STRING\", \"slot_index\": 2, \"links\": [1454]}, {\"name\": \"preview\", \"type\": \"IMAGE\", \"slot_index\": 3, \"links\": null}], \"properties\": {\"cnr_id\": \"comfyui_controlaltai_nodes\", \"ver\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"Node name for S&R\": \"FluxResolutionNode\", \"widget_ue_connectable\": {}}, \"widgets_values\": [\"1.0\", \"4:3 (Classic Landscape)\", false, \"\"]}], \"links\": [[137, 11, 0, 35, 0, \"CLIP\"], [138, 11, 0, 90, 0, \"CLIP\"], [139, 11, 0, 89, 0, \"CLIP\"], [140, 11, 0, 88, 0, \"CLIP\"], [176, 11, 0, 88, 0, \"CLIP\"], [177, 10, 0, 62, 1, \"VAE\"], [178, 10, 0, 29, 1, \"VAE\"], [179, 11, 0, 90, 0, \"CLIP\"], [180, 11, 0, 89, 0, \"CLIP\"], [181, 10, 0, 128, 1, \"VAE\"], [182, 126, 0, 32, 4, \"INT\"], [183, 126, 0, 118, 4, \"INT\"], [184, 11, 0, 35, 0, \"CLIP\"], [185, 10, 0, 122, 1, \"VAE\"], [233, 153, 2, 62, 1, \"VAE\"], [234, 153, 2, 29, 1, \"VAE\"], [235, 153, 1, 35, 0, \"CLIP\"], [236, 126, 0, 32, 4, \"INT\"], [237, 153, 1, 89, 0, \"CLIP\"], [253, 153, 2, 62, 1, \"VAE\"], [254, 153, 2, 122, 1, \"VAE\"], [255, 153, 1, 35, 0, \"CLIP\"], [256, 126, 0, 118, 4, \"INT\"], [257, 153, 2, 161, 1, \"VAE\"], [258, 126, 0, 32, 4, \"INT\"], [259, 153, 2, 29, 1, \"VAE\"], [260, 153, 1, 89, 0, \"CLIP\"], [261, 153, 2, 62, 1, \"VAE\"], [262, 153, 2, 122, 1, \"VAE\"], [263, 126, 0, 118, 4, \"INT\"], [264, 153, 2, 161, 1, \"VAE\"], [265, 126, 0, 32, 4, \"INT\"], [266, 153, 2, 29, 1, \"VAE\"], [267, 153, 1, 35, 0, \"CLIP\"], [268, 153, 1, 89, 0, \"CLIP\"], [273, 126, 0, 32, 4, \"INT\"], [274, 153, 2, 29, 1, \"VAE\"], [275, 166, 1, 35, 0, \"CLIP\"], [276, 166, 1, 89, 0, \"CLIP\"], [277, 153, 2, 29, 1, \"VAE\"], [278, 166, 1, 35, 0, \"CLIP\"], [279, 126, 0, 32, 4, \"INT\"], [280, 166, 1, 89, 0, \"CLIP\"], [281, 153, 2, 29, 1, \"VAE\"], [282, 166, 1, 35, 0, \"CLIP\"], [283, 126, 0, 32, 4, \"INT\"], [284, 166, 1, 89, 0, \"CLIP\"], [360, 56, 0, 196, 5, \"CONDITIONING\"], [364, 198, 0, 196, 7, \"SAM_MODEL\"], [601, 295, 0, 292, 0, \"NOISE\"], [609, 270, 0, 196, 4, \"CONDITIONING\"], [634, 186, 1, 35, 0, \"CLIP\"], [635, 195, 0, 29, 1, \"VAE\"], [636, 186, 0, 298, 0, \"MODEL\"], [637, 186, 0, 294, 0, \"MODEL\"], [638, 186, 1, 270, 0, \"CLIP\"], [645, 29, 0, 30, 0, \"IMAGE\"], [684, 196, 0, 199, 0, \"IMAGE\"], [762, 293, 0, 292, 2, \"SAMPLER\"], [766, 294, 0, 292, 3, \"SIGMAS\"], [807, 195, 0, 29, 1, \"VAE\"], [808, 341, 0, 298, 0, \"MODEL\"], [809, 224, 0, 35, 0, \"CLIP\"], [810, 341, 0, 294, 0, \"MODEL\"], [811, 341, 0, 354, 0, \"MODEL\"], [812, 224, 0, 270, 0, \"CLIP\"], [887, 195, 0, 29, 1, \"VAE\"], [888, 224, 0, 35, 0, \"CLIP\"], [889, 391, 0, 294, 0, \"MODEL\"], [890, 391, 0, 298, 0, \"MODEL\"], [891, 391, 0, 354, 0, \"MODEL\"], [892, 224, 0, 270, 0, \"CLIP\"], [901, 195, 0, 29, 1, \"VAE\"], [902, 224, 0, 35, 0, \"CLIP\"], [903, 223, 0, 294, 0, \"MODEL\"], [904, 223, 0, 298, 0, \"MODEL\"], [905, 223, 0, 354, 0, \"MODEL\"], [906, 224, 0, 270, 0, \"CLIP\"], [1005, 195, 0, 29, 1, \"VAE\"], [1006, 223, 0, 298, 0, \"MODEL\"], [1007, 406, 0, 35, 0, \"CLIP\"], [1008, 223, 0, 294, 0, \"MODEL\"], [1009, 406, 0, 270, 0, \"CLIP\"], [1150, 195, 0, 29, 1, \"VAE\"], [1151, 406, 0, 35, 0, \"CLIP\"], [1152, 364, 0, 294, 0, \"MODEL\"], [1153, 364, 0, 298, 0, \"MODEL\"], [1154, 406, 0, 270, 0, \"CLIP\"], [1443, 29, 0, 196, 0, \"IMAGE\"], [1454, 390, 2, 510, 0, \"STRING\"], [1597, 35, 0, 56, 0, \"CONDITIONING\"], [1703, 578, 0, 196, 6, \"BBOX_DETECTOR\"], [1704, 578, 1, 196, 8, \"SEGM_DETECTOR\"], [1705, 390, 0, 402, 1, \"INT\"], [1707, 390, 1, 402, 2, \"INT\"], [1742, 292, 0, 29, 0, \"LATENT\"], [1746, 298, 0, 292, 1, \"GUIDER\"], [1754, 56, 0, 298, 2, \"CONDITIONING\"], [1885, 270, 0, 300, 0, \"CONDITIONING\"], [1895, 300, 0, 298, 1, \"CONDITIONING\"], [1984, 390, 0, 5, 0, \"INT\"], [1985, 390, 1, 5, 1, \"INT\"], [2027, 195, 0, 29, 1, \"VAE\"], [2028, 639, 0, 298, 0, \"MODEL\"], [2029, 639, 0, 294, 0, \"MODEL\"], [2030, 224, 0, 35, 0, \"CLIP\"], [2031, 224, 0, 270, 0, \"CLIP\"], [2079, 679, 0, 676, 0, \"IMAGE\"], [2111, 685, 0, 679, 1, \"INT\"], [2112, 685, 1, 679, 2, \"INT\"], [2216, 195, 0, 29, 1, \"VAE\"], [2217, 684, 0, 298, 0, \"MODEL\"], [2218, 224, 0, 35, 0, \"CLIP\"], [2219, 195, 0, 676, 1, \"VAE\"], [2220, 684, 0, 294, 0, \"MODEL\"], [2221, 224, 0, 270, 0, \"CLIP\"], [2254, 5, 0, 292, 4, \"LATENT\"], [2457, 427, 0, 710, 0, \"MODEL\"], [3707, 224, 0, 270, 0, \"CLIP\"], [3708, 224, 0, 35, 0, \"CLIP\"], [3709, 195, 0, 29, 1, \"VAE\"], [3712, 713, 0, 294, 0, \"MODEL\"], [3713, 713, 0, 298, 0, \"MODEL\"], [3715, 710, 0, 713, 0, \"*\"]], \"groups\": [{\"id\": 2, \"title\": \"Flux clip prompting\", \"bounding\": [238.06240844726562, -135.68865966796875, 739, 544], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 3, \"title\": \"Checkpoint\", \"bounding\": [-456.4070129394531, -134.4900360107422, 689, 543], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 4, \"title\": \"Sampling\", \"bounding\": [981.5264282226562, -135.06826782226562, 1195, 1062], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}, {\"id\": 6, \"title\": \"Face\", \"bounding\": [2179, -347, 1436, 1281], \"color\": \"#3f789e\", \"font_size\": 24, \"flags\": {}}], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2284597357367266, \"offset\": [-299.394202440296, 60.63913445696892]}, \"workspace_info\": {\"id\": \"yJ9GgvMdKswUQ63ca75Yr\", \"saveLock\": false, \"cloudID\": null, \"coverMediaPath\": null}, \"groupNodes\": {}, \"ue_links\": [], \"VHS_latentpreview\": false, \"VHS_latentpreviewrate\": 0, \"node_versions\": {\"ComfyUI-Impact-Pack\": \"1ae7cae2df8cca06027edfa3a24512671239d6c4\", \"comfy-core\": \"0.3.14\", \"ComfyUI-PngPromptReader\": \"6070efe690aba73d086c60e49ebbc0e6200ab8d0\", \"cg-use-everywhere\": \"ce510b97d10e69d5fd0042e115ecd946890d2079\", \"ComfyUI-Inspire-Pack\": \"ecf8ab6f588bc8442ff7720b383d085ecabbc407\", \"ControlAltAI-Nodes\": \"404b22d09283b2ece48da6c4e024d4d6beaecb07\", \"ComfyUI-GGUF\": \"5875c52f59baca3a9372d68c43a3775e21846fe0\"}, \"VHS_MetadataImage\": true, \"VHS_KeepIntermediate\": true, \"links_added_by_ue\": [], \"frontendVersion\": \"1.18.6\"}, \"version\": 0.4, \"widget_idx_map\": {\"196\": {\"seed\": 3, \"sampler_name\": 7, \"scheduler\": 8}, \"293\": {\"sampler_name\": 0}, \"294\": {\"scheduler\": 0}, \"295\": {\"noise_seed\": 0}}, \"seed_widgets\": {\"196\": 3, \"295\": 0}}}",
        "steps": 40,
        "width": 0,
        "height": 0,
        "models": [],
        "prompt": "s2ms8ng. Office interior with a field of wildflowers, white pillars casting long shadows across the blooming plants, ceiling with square panels and recessed lighting, dominant earthy tones, escalator in background ascending to a bright area, natural light streaming through skylights, serene and unexpected blend of architecture and nature, overexposed in patches",
        "denoise": 1,
        "sampler": "DPM++ 2M",
        "modelIds": [],
        "scheduler": "beta",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "flux\\may_loras\\Samsung_v2.safetensors",
            "type": "lora",
            "strength": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    }
  ],
  "downloadUrl": "https://civitai.red/api/download/models/1755780"
}