File size: 111,443 Bytes
0778fc7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
535
536
537
538
539
540
541
542
543
544
{
  "id": 746602,
  "modelId": 667086,
  "name": "v1.0",
  "nsfwLevel": 29,
  "createdAt": "2024-08-20T15:07:26.955Z",
  "updatedAt": "2026-04-29T15:54:24.498Z",
  "status": "Published",
  "publishedAt": "2024-08-20T15:10:47.906Z",
  "trainedWords": [],
  "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:667086@746602",
  "stats": {
    "downloadCount": 127937,
    "thumbsUpCount": 4251
  },
  "model": {
    "name": "NSFW MASTER",
    "type": "LORA",
    "nsfw": false,
    "poi": false
  },
  "files": [
    {
      "id": 660169,
      "sizeKB": 167938.8125,
      "name": "NSFW_master.safetensors",
      "type": "Model",
      "pickleScanResult": "Success",
      "pickleScanMessage": "No Pickle imports",
      "virusScanResult": "Success",
      "virusScanMessage": null,
      "scannedAt": "2024-08-20T15:12:12.326",
      "metadata": {
        "format": "SafeTensor",
        "size": null,
        "fp": null
      },
      "hashes": {
        "AutoV1": "D41591CA",
        "AutoV2": "84CE473CDE",
        "SHA256": "84CE473CDEAA1DDD016CDF0406E08B43BB14C01D2C94EF48DA2A035BB0B925C2",
        "CRC32": "085BF5F3",
        "BLAKE3": "3C203D8910F985E1267B21389907FAFBE85C241E29E6E2E3419550271FAE4D63",
        "AutoV3": "8014C39A5528"
      },
      "primary": true,
      "downloadUrl": "https://civitai.red/api/download/models/746602"
    }
  ],
  "images": [
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8651af10-92b0-43aa-b855-e97d0b50f9e7/original=true/25287839.jpeg",
      "nsfwLevel": 1,
      "width": 768,
      "height": 1024,
      "hash": "UME.CN5600~CNGs:j@bHI:s:xGR*D*t6xuWB",
      "type": "image",
      "metadata": {
        "hash": "UME.CN5600~CNGs:j@bHI:s:xGR*D*t6xuWB",
        "size": 827434,
        "width": 768,
        "height": 1024,
        "nsfwLevelReason": null
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 385842990534365,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 385842990534365}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"a young woman is holding her finger to her lips, 1girl, looking at viewer, blue eyes, black hair, solo focus, blurry, lips, eyelashes, blurry background, close-up, realistic\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [385842990534365, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"a young woman is holding her finger to her lips, 1girl, looking at viewer, blue eyes, black hair, solo focus, blurry, lips, eyelashes, blurry background, close-up, realistic\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1, \"offset\": [-2199.672413413389, -571.5888582211707]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "a young woman is holding her finger to her lips, 1girl, looking at viewer, blue eyes, black hair, solo focus, blurry, lips, eyelashes, blurry background, close-up, realistic\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bfa28e-4630-42aa-a39a-c87c35212e22/original=true/25280609.jpeg",
      "nsfwLevel": 16,
      "width": 768,
      "height": 1024,
      "hash": "UJLoyWi{7bV@K1VtaekV*Ioy,[buO=SzIVRQ",
      "type": "image",
      "metadata": {
        "hash": "UJLoyWi{7bV@K1VtaekV*Ioy,[buO=SzIVRQ",
        "size": 862280,
        "width": 768,
        "height": 1024,
        "nsfwLevelReason": "Visible masturbation"
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 653445331153864,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 653445331153864}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"an asian girl in a red outfit with headphones on, 1girl, long hair, breasts, looking at viewer, blonde hair, 1boy, navel, animal ears, twintails, brown eyes, medium breasts, nipples, hetero, parted lips, penis, pussy, solo focus, spread legs, sex, stomach, blurry, vaginal, shiny skin, blurry background, fake animal ears, bottomless, headphones, headset\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3143, 748], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [653445331153864, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2314, 939], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"an asian girl in a red outfit with headphones on, 1girl, long hair, breasts, looking at viewer, blonde hair, 1boy, navel, animal ears, twintails, brown eyes, medium breasts, nipples, hetero, parted lips, penis, pussy, solo focus, spread legs, sex, stomach, blurry, vaginal, shiny skin, blurry background, fake animal ears, bottomless, headphones, headset\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 0.9090909090909091, \"offset\": [-2213.1516900945253, -566.4466957033296]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "an asian girl in a red outfit with headphones on, 1girl, long hair, breasts, looking at viewer, blonde hair, 1boy, navel, animal ears, twintails, brown eyes, medium breasts, nipples, hetero, parted lips, penis, pussy, solo focus, spread legs, sex, stomach, blurry, vaginal, shiny skin, blurry background, fake animal ears, bottomless, headphones, headset\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af14d566-5b9f-4fa1-b380-cc35a434b321/original=true/25280605.jpeg",
      "nsfwLevel": 16,
      "width": 768,
      "height": 1024,
      "hash": "U5J7O2_2G^#Q3Xo~?u8_0:kW?a01r.iHHrrq",
      "type": "image",
      "metadata": {
        "hash": "U5J7O2_2G^#Q3Xo~?u8_0:kW?a01r.iHHrrq",
        "size": 799638,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 127148385779456,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 127148385779456}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"an image of a naked woman laying on the bed, 1girl, breasts, short hair, brown hair, 1boy, navel, medium breasts, nipples, closed eyes, hetero, nude, lying, penis, pussy, solo focus, spread legs, sex, on back, vaginal, lips, pubic hair, completely nude, uncensored, pov, female pubic hair, realistic\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [127148385779456, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"an image of a naked woman laying on the bed, 1girl, breasts, short hair, brown hair, 1boy, navel, medium breasts, nipples, closed eyes, hetero, nude, lying, penis, pussy, solo focus, spread legs, sex, on back, vaginal, lips, pubic hair, completely nude, uncensored, pov, female pubic hair, realistic\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1, \"offset\": [-2189.911256388595, -598.7093540889394]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "an image of a naked woman laying on the bed, 1girl, breasts, short hair, brown hair, 1boy, navel, medium breasts, nipples, closed eyes, hetero, nude, lying, penis, pussy, solo focus, spread legs, sex, on back, vaginal, lips, pubic hair, completely nude, uncensored, pov, female pubic hair, realistic\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8af827b4-d987-4cd4-9178-37c48023069e/original=true/25280607.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "UIH_*w%L00WnOkt6~WkBE0NF-qk9knNFo4NG",
      "type": "image",
      "metadata": {
        "hash": "UIH_*w%L00WnOkt6~WkBE0NF-qk9knNFo4NG",
        "size": 935644,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 323237676821329,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 323237676821329}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"a naked asian woman with glasses standing in front of flowers, 1girl, solo, breasts, looking at viewer, smile, bangs, black hair, navel, medium breasts, closed mouth, nipples, standing, flower, nude, cowboy shot, outdoors, glasses, day, artist name, blurry, lips, pubic hair, completely nude, blurry background, female pubic hair, realistic, railing\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2950, 713], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3279, 712], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [323237676821329, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2314, 939], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"a naked asian woman with glasses standing in front of flowers, 1girl, solo, breasts, looking at viewer, smile, bangs, black hair, navel, medium breasts, closed mouth, nipples, standing, flower, nude, cowboy shot, outdoors, glasses, day, artist name, blurry, lips, pubic hair, completely nude, blurry background, female pubic hair, realistic, railing\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 0.9090909090909097, \"offset\": [-1849.2527678839444, -565.8265000384017]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "a naked asian woman with glasses standing in front of flowers, 1girl, solo, breasts, looking at viewer, smile, bangs, black hair, navel, medium breasts, closed mouth, nipples, standing, flower, nude, cowboy shot, outdoors, glasses, day, artist name, blurry, lips, pubic hair, completely nude, blurry background, female pubic hair, realistic, railing\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a421e520-e710-4ab7-adf1-89a0518cebfd/original=true/25280612.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "UFF5dH.80z?G${x]~p%f0L$*~BNHt8My4pE2",
      "type": "image",
      "metadata": {
        "hash": "UFF5dH.80z?G${x]~p%f0L$*~BNHt8My4pE2",
        "size": 904093,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 812809002754322,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 812809002754322}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"a sexy woman in the back seat of a car, 1girl, long hair, breasts, looking at viewer, large breasts, black hair, 1boy, jewelry, nipples, hetero, earrings, solo focus, belt, pants, armpits, arms up, grabbing, topless, bound, bdsm, breast grab, bondage, between breasts, rope, angry, motor vehicle, restrained, gag, covered mouth, bound wrists, gagged, tape, improvised gag, car interior, tape gag, seatbelt\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [812809002754322, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"a sexy woman in the back seat of a car, 1girl, long hair, breasts, looking at viewer, large breasts, black hair, 1boy, jewelry, nipples, hetero, earrings, solo focus, belt, pants, armpits, arms up, grabbing, topless, bound, bdsm, breast grab, bondage, between breasts, rope, angry, motor vehicle, restrained, gag, covered mouth, bound wrists, gagged, tape, improvised gag, car interior, tape gag, seatbelt\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.3310000000000004, \"offset\": [-2549.9842090557636, -751.1508416922456]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "a sexy woman in the back seat of a car, 1girl, long hair, breasts, looking at viewer, large breasts, black hair, 1boy, jewelry, nipples, hetero, earrings, solo focus, belt, pants, armpits, arms up, grabbing, topless, bound, bdsm, breast grab, bondage, between breasts, rope, angry, motor vehicle, restrained, gag, covered mouth, bound wrists, gagged, tape, improvised gag, car interior, tape gag, seatbelt\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75fa6b80-79b2-4fe0-85b7-93e6b8fd3152/original=true/25280611.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "UBJ@gcEJ0J?I7Ws9?XV[01NI$Unh^nVsDkS$",
      "type": "image",
      "metadata": {
        "hash": "UBJ@gcEJ0J?I7Ws9?XV[01NI$Unh^nVsDkS$",
        "size": 988080,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 926245188696045,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 926245188696045}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"a naked woman in a field holding a sunflower, 1girl, solo, long hair, breasts, looking at viewer, smile, blue eyes, blonde hair, medium breasts, nipples, upper body, flower, nude, outdoors, day, blurry, blurry background, freckles, realistic, sunflower, holding flower\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [926245188696045, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"a naked woman in a field holding a sunflower, 1girl, solo, long hair, breasts, looking at viewer, smile, blue eyes, blonde hair, medium breasts, nipples, upper body, flower, nude, outdoors, day, blurry, blurry background, freckles, realistic, sunflower, holding flower\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1, \"offset\": [-2189.911256388595, -598.7093540889394]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "a naked woman in a field holding a sunflower, 1girl, solo, long hair, breasts, looking at viewer, smile, blue eyes, blonde hair, medium breasts, nipples, upper body, flower, nude, outdoors, day, blurry, blurry background, freckles, realistic, sunflower, holding flower\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d76000-2a75-4037-a80c-eb4d570c5b58/original=true/25280614.jpeg",
      "nsfwLevel": 16,
      "width": 768,
      "height": 1024,
      "hash": "U7K9=DtlyC}r0~-;kq-U00xu^*Ip9vt7570z",
      "type": "image",
      "metadata": {
        "hash": "U7K9=DtlyC}r0~-;kq-U00xu^*Ip9vt7570z",
        "size": 831999,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 86867165065087,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 86867165065087}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"a blonde girl is getting fucked by a man in bed, 1girl, breasts, looking at viewer, smile, open mouth, blonde hair, 1boy, medium breasts, nipples, hetero, small breasts, lying, penis, pussy, spread legs, sex, on back, vaginal, uncensored, bed, bottomless, pov, on bed, realistic\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [86867165065087, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"a blonde girl is getting fucked by a man in bed, 1girl, breasts, looking at viewer, smile, open mouth, blonde hair, 1boy, medium breasts, nipples, hetero, small breasts, lying, penis, pussy, spread legs, sex, on back, vaginal, uncensored, bed, bottomless, pov, on bed, realistic\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2100000000000002, \"offset\": [-2428.9243142398345, -698.5529904525756]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "a blonde girl is getting fucked by a man in bed, 1girl, breasts, looking at viewer, smile, open mouth, blonde hair, 1boy, medium breasts, nipples, hetero, small breasts, lying, penis, pussy, spread legs, sex, on back, vaginal, uncensored, bed, bottomless, pov, on bed, realistic\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06263a19-e876-4abe-a426-f058dd7c54fb/original=true/25280620.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "UWLfv{xoRjajGdNMsoawKSohays+xuxXWCR.",
      "type": "image",
      "metadata": {
        "hash": "UWLfv{xoRjajGdNMsoawKSohays+xuxXWCR.",
        "size": 1179419,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 1080023594767879,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 1080023594767879}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"side-by-side clothed and nude photos of a woman wearing a leopard print top and a frizzy yellow skirt, hoop earrings, standing outdoors, arms crossed, desert, cactus, ginger hair, blunt bangs\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [1080023594767879, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"side-by-side clothed and nude photos of a woman wearing a leopard print top and a frizzy yellow skirt, hoop earrings, standing outdoors, arms crossed, desert, cactus, ginger hair, blunt bangs\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 0.9090909090909091, \"offset\": [-2038.0153134885204, -604.0707590476175]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "side-by-side clothed and nude photos of a woman wearing a leopard print top and a frizzy yellow skirt, hoop earrings, standing outdoors, arms crossed, desert, cactus, ginger hair, blunt bangs\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef60b6e-04e9-496c-87d7-36188585dafe/original=true/25280606.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "U8BC.4~p1N%gIUs8WAIo0LRQ}@RjxGR+NG%2",
      "type": "image",
      "metadata": {
        "hash": "U8BC.4~p1N%gIUs8WAIo0LRQ}@RjxGR+NG%2",
        "size": 839207,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 28398485687086,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 28398485687086}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"1girl, (soldier in the army), (bent over),  (camo jacket), hair tied up, in a cement building, 4K, RAW, best quality, (masterpiece), (ultra-detailed), (hyperrealism:1.2), extremely detailed eyes, (extremely detailed face), textured skin, (photorealistic, hyperdetailed:1.2), insane details, seductive look, cute face, stunningly beautiful, (pulling down pants), wearing camo pants, small ass, looking to the side, no underwear, pussy visible, \"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"nsfw_master_flux_000013250.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1283, 1003], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2665, 822], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [2938, 727], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [477, 567], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2442, 654], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [28398485687086, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2297, 950], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"1girl, (soldier in the army), (bent over),  (camo jacket), hair tied up, in a cement building, 4K, RAW, best quality, (masterpiece), (ultra-detailed), (hyperrealism:1.2), extremely detailed eyes, (extremely detailed face), textured skin, (photorealistic, hyperdetailed:1.2), insane details, seductive look, cute face, stunningly beautiful, (pulling down pants), wearing camo pants, small ass, looking to the side, no underwear, pussy visible, \"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"nsfw_master_flux_000013250.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.3310000000000004, \"offset\": [-2286.4395270841214, -716.3552280330525]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "1girl, (soldier in the army), (bent over),  (camo jacket), hair tied up, in a cement building, 4K, RAW, best quality, (masterpiece), (ultra-detailed), (hyperrealism:1.2), extremely detailed eyes, (extremely detailed face), textured skin, (photorealistic, hyperdetailed:1.2), insane details, seductive look, cute face, stunningly beautiful, (pulling down pants), wearing camo pants, small ass, looking to the side, no underwear, pussy visible, ",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "nsfw_master_flux_000013250.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4475c119-6b3a-49a5-9968-e45809be9f63/original=true/25280613.jpeg",
      "nsfwLevel": 8,
      "width": 768,
      "height": 1024,
      "hash": "UAG*NY={0g9u_NWVE2I;0fWBs;xaE1s;Rit5",
      "type": "image",
      "metadata": {
        "hash": "UAG*NY={0g9u_NWVE2I;0fWBs;xaE1s;Rit5",
        "size": 860516,
        "width": 768,
        "height": 1024
      },
      "minor": false,
      "poi": false,
      "meta": {
        "seed": 145357476075091,
        "vaes": [
          "ae.sft"
        ],
        "comfy": "{\"prompt\": {\"1\": {\"inputs\": {\"width\": 768, \"height\": 1024, \"batch_size\": 1}, \"class_type\": \"EmptyLatentImage\"}, \"2\": {\"inputs\": {\"text\": [\"13\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"CLIPTextEncode\"}, \"3\": {\"inputs\": {\"samples\": [\"8\", 0], \"vae\": [\"5\", 0]}, \"class_type\": \"VAEDecode\"}, \"4\": {\"inputs\": {\"filename_prefix\": \"NSFW_master/NSFW\", \"images\": [\"3\", 0]}, \"class_type\": \"SaveImage\"}, \"5\": {\"inputs\": {\"vae_name\": \"ae.sft\"}, \"class_type\": \"VAELoader\"}, \"6\": {\"inputs\": {\"clip_name1\": \"t5xxl_fp8_e4m3fn.safetensors\", \"clip_name2\": \"clip_l.safetensors\", \"type\": \"flux\"}, \"class_type\": \"DualCLIPLoader\"}, \"7\": {\"inputs\": {\"unet_name\": \"flux1-dev-fp8.safetensors\", \"weight_dtype\": \"fp8_e4m3fn\"}, \"class_type\": \"UNETLoader\"}, \"8\": {\"inputs\": {\"noise\": [\"12\", 0], \"guider\": [\"11\", 0], \"sampler\": [\"9\", 0], \"sigmas\": [\"10\", 0], \"latent_image\": [\"1\", 0]}, \"class_type\": \"SamplerCustomAdvanced\"}, \"9\": {\"inputs\": {\"sampler_name\": \"euler\"}, \"class_type\": \"KSamplerSelect\"}, \"10\": {\"inputs\": {\"scheduler\": \"simple\", \"steps\": 20, \"denoise\": 1.0, \"model\": [\"25\", 0]}, \"class_type\": \"BasicScheduler\"}, \"11\": {\"inputs\": {\"model\": [\"25\", 0], \"conditioning\": [\"2\", 0]}, \"class_type\": \"BasicGuider\"}, \"12\": {\"inputs\": {\"noise_seed\": 145357476075091}, \"class_type\": \"RandomNoise\"}, \"13\": {\"inputs\": {\"string\": \"an image of a woman with big tits and cat ears, 1girl, solo, long hair, breasts, looking at viewer, open mouth, blue eyes, blonde hair, large breasts, hair ornament, thighhighs, navel, animal ears, jewelry, nipples, tail, nude, earrings, pussy, choker, tongue, hairclip, black thighhighs, spread legs, tongue out, mole, bracelet, lips, fox ears, facial mark, pink nails, mole on breast, whisker markings, purple thighhighs, k/da (league of legends), ahri (league of legends)\\n\"}, \"class_type\": \"String Literal\"}, \"25\": {\"inputs\": {\"lora_name\": \"NSFW_master\\\\NSFW_master.safetensors\", \"strength_model\": 0.8, \"strength_clip\": 1.0, \"model\": [\"7\", 0], \"clip\": [\"6\", 0]}, \"class_type\": \"LoraLoader\"}}, \"workflow\": {\"last_node_id\": 25, \"last_link_id\": 47, \"nodes\": [{\"id\": 1, \"type\": \"EmptyLatentImage\", \"pos\": [1841, 900], \"size\": {\"0\": 311.2816162109375, \"1\": 108.06156921386719}, \"flags\": {}, \"order\": 0, \"mode\": 0, \"outputs\": [{\"name\": \"LATENT\", \"type\": \"LATENT\", \"links\": [11], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"EmptyLatentImage\"}, \"widgets_values\": [768, 1024, 1]}, {\"id\": 2, \"type\": \"CLIPTextEncode\", \"pos\": [1077, 950], \"size\": {\"0\": 422.84503173828125, \"1\": 164.31304931640625}, \"flags\": {}, \"order\": 8, \"mode\": 0, \"inputs\": [{\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 1}, {\"name\": \"text\", \"type\": \"STRING\", \"link\": 2, \"slot_index\": 1, \"widget\": {\"name\": \"text\"}}], \"outputs\": [{\"name\": \"CONDITIONING\", \"type\": \"CONDITIONING\", \"links\": [14], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"CLIPTextEncode\"}, \"widgets_values\": [\"simple vector logo for initials 'M' and 'H', retro, lifestyle brand, modern, 4k, \"]}, {\"id\": 3, \"type\": \"VAEDecode\", \"pos\": [2758, 738], \"size\": {\"0\": 210, \"1\": 46}, \"flags\": {}, \"order\": 12, \"mode\": 0, \"inputs\": [{\"name\": \"samples\", \"type\": \"LATENT\", \"link\": 3}, {\"name\": \"vae\", \"type\": \"VAE\", \"link\": 39}], \"outputs\": [{\"name\": \"IMAGE\", \"type\": \"IMAGE\", \"links\": [5], \"slot_index\": 0}], \"properties\": {\"Node name for S&R\": \"VAEDecode\"}}, {\"id\": 4, \"type\": \"SaveImage\", \"pos\": [3052, 733], \"size\": {\"0\": 518.6148681640625, \"1\": 683.0889282226562}, \"flags\": {}, \"order\": 13, \"mode\": 0, \"inputs\": [{\"name\": \"images\", \"type\": \"IMAGE\", \"link\": 5}], \"properties\": {}, \"widgets_values\": [\"NSFW_master/NSFW\"]}, {\"id\": 5, \"type\": \"VAELoader\", \"pos\": [2301, 825], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 1, \"mode\": 0, \"outputs\": [{\"name\": \"VAE\", \"type\": \"VAE\", \"links\": [39], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"VAELoader\"}, \"widgets_values\": [\"ae.sft\"]}, {\"id\": 6, \"type\": \"DualCLIPLoader\", \"pos\": [649, 746], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 2, \"mode\": 0, \"outputs\": [{\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": [1, 44], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"DualCLIPLoader\"}, \"widgets_values\": [\"t5xxl_fp8_e4m3fn.safetensors\", \"clip_l.safetensors\", \"flux\"]}, {\"id\": 7, \"type\": \"UNETLoader\", \"pos\": [451, 548], \"size\": {\"0\": 587.236083984375, \"1\": 82}, \"flags\": {}, \"order\": 5, \"mode\": 0, \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [45], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"UNETLoader\"}, \"widgets_values\": [\"flux1-dev-fp8.safetensors\", \"fp8_e4m3fn\"]}, {\"id\": 8, \"type\": \"SamplerCustomAdvanced\", \"pos\": [2290, 632], \"size\": {\"0\": 355.20001220703125, \"1\": 106}, \"flags\": {}, \"order\": 11, \"mode\": 0, \"inputs\": [{\"name\": \"noise\", \"type\": \"NOISE\", \"link\": 7, \"slot_index\": 0}, {\"name\": \"guider\", \"type\": \"GUIDER\", \"link\": 8, \"slot_index\": 1}, {\"name\": \"sampler\", \"type\": \"SAMPLER\", \"link\": 9, \"slot_index\": 2}, {\"name\": \"sigmas\", \"type\": \"SIGMAS\", \"link\": 10, \"slot_index\": 3}, {\"name\": \"latent_image\", \"type\": \"LATENT\", \"link\": 11, \"slot_index\": 4}], \"outputs\": [{\"name\": \"output\", \"type\": \"LATENT\", \"links\": [3], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"denoised_output\", \"type\": \"LATENT\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"SamplerCustomAdvanced\"}}, {\"id\": 9, \"type\": \"KSamplerSelect\", \"pos\": [1842, 630], \"size\": {\"0\": 315, \"1\": 58}, \"flags\": {}, \"order\": 3, \"mode\": 0, \"outputs\": [{\"name\": \"SAMPLER\", \"type\": \"SAMPLER\", \"links\": [9], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"KSamplerSelect\"}, \"widgets_values\": [\"euler\"]}, {\"id\": 10, \"type\": \"BasicScheduler\", \"pos\": [1839, 740], \"size\": {\"0\": 315, \"1\": 106}, \"flags\": {}, \"order\": 9, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 47, \"slot_index\": 0}], \"outputs\": [{\"name\": \"SIGMAS\", \"type\": \"SIGMAS\", \"links\": [10], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicScheduler\"}, \"widgets_values\": [\"simple\", 20, 1]}, {\"id\": 11, \"type\": \"BasicGuider\", \"pos\": [1875, 535], \"size\": {\"0\": 241.79998779296875, \"1\": 46}, \"flags\": {}, \"order\": 10, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 46, \"slot_index\": 0}, {\"name\": \"conditioning\", \"type\": \"CONDITIONING\", \"link\": 14, \"slot_index\": 1}], \"outputs\": [{\"name\": \"GUIDER\", \"type\": \"GUIDER\", \"links\": [8], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"BasicGuider\"}}, {\"id\": 12, \"type\": \"RandomNoise\", \"pos\": [1838, 401], \"size\": {\"0\": 315, \"1\": 82}, \"flags\": {}, \"order\": 4, \"mode\": 0, \"outputs\": [{\"name\": \"NOISE\", \"type\": \"NOISE\", \"links\": [7], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"RandomNoise\"}, \"widgets_values\": [145357476075091, \"randomize\"]}, {\"id\": 13, \"type\": \"String Literal\", \"pos\": [2351, 946], \"size\": {\"0\": 566.9561767578125, \"1\": 465.9145202636719}, \"flags\": {}, \"order\": 6, \"mode\": 0, \"outputs\": [{\"name\": \"STRING\", \"type\": \"STRING\", \"links\": [2], \"slot_index\": 0, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"String Literal\"}, \"widgets_values\": [\"an image of a woman with big tits and cat ears, 1girl, solo, long hair, breasts, looking at viewer, open mouth, blue eyes, blonde hair, large breasts, hair ornament, thighhighs, navel, animal ears, jewelry, nipples, tail, nude, earrings, pussy, choker, tongue, hairclip, black thighhighs, spread legs, tongue out, mole, bracelet, lips, fox ears, facial mark, pink nails, mole on breast, whisker markings, purple thighhighs, k/da (league of legends), ahri (league of legends)\\n\"]}, {\"id\": 25, \"type\": \"LoraLoader\", \"pos\": [1293, 545], \"size\": {\"0\": 315, \"1\": 126}, \"flags\": {}, \"order\": 7, \"mode\": 0, \"inputs\": [{\"name\": \"model\", \"type\": \"MODEL\", \"link\": 45}, {\"name\": \"clip\", \"type\": \"CLIP\", \"link\": 44}], \"outputs\": [{\"name\": \"MODEL\", \"type\": \"MODEL\", \"links\": [46, 47], \"slot_index\": 0, \"shape\": 3}, {\"name\": \"CLIP\", \"type\": \"CLIP\", \"links\": null, \"shape\": 3}], \"properties\": {\"Node name for S&R\": \"LoraLoader\"}, \"widgets_values\": [\"NSFW_master\\\\NSFW_master.safetensors\", 0.8, 1]}], \"links\": [[1, 6, 0, 2, 0, \"CLIP\"], [2, 13, 0, 2, 1, \"STRING\"], [3, 8, 0, 3, 0, \"LATENT\"], [5, 3, 0, 4, 0, \"IMAGE\"], [7, 12, 0, 8, 0, \"NOISE\"], [8, 11, 0, 8, 1, \"GUIDER\"], [9, 9, 0, 8, 2, \"SAMPLER\"], [10, 10, 0, 8, 3, \"SIGMAS\"], [11, 1, 0, 8, 4, \"LATENT\"], [14, 2, 0, 11, 1, \"CONDITIONING\"], [39, 5, 0, 3, 1, \"VAE\"], [44, 6, 0, 25, 1, \"CLIP\"], [45, 7, 0, 25, 0, \"MODEL\"], [46, 25, 0, 11, 0, \"MODEL\"], [47, 25, 0, 10, 0, \"MODEL\"]], \"groups\": [], \"config\": {}, \"extra\": {\"ds\": {\"scale\": 1.2100000000000002, \"offset\": [-2428.9243142398345, -698.5529904525756]}}, \"version\": 0.4}}",
        "steps": 20,
        "width": 768,
        "height": 1024,
        "models": [],
        "prompt": "an image of a woman with big tits and cat ears, 1girl, solo, long hair, breasts, looking at viewer, open mouth, blue eyes, blonde hair, large breasts, hair ornament, thighhighs, navel, animal ears, jewelry, nipples, tail, nude, earrings, pussy, choker, tongue, hairclip, black thighhighs, spread legs, tongue out, mole, bracelet, lips, fox ears, facial mark, pink nails, mole on breast, whisker markings, purple thighhighs, k/da (league of legends), ahri (league of legends)\n",
        "denoise": 1,
        "sampler": "Euler",
        "modelIds": [],
        "scheduler": "simple",
        "upscalers": [],
        "versionIds": [],
        "controlNets": [],
        "additionalResources": [
          {
            "name": "NSFW_master\\NSFW_master.safetensors",
            "type": "lora",
            "strength": 0.8,
            "strengthClip": 1
          }
        ]
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    }
  ],
  "downloadUrl": "https://civitai.red/api/download/models/746602"
}