Added ComfyUI Workflows for inference.

#22
PlaygroundV25SimpleWorkflow.json ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 10,
3
+ "last_link_id": 11,
4
+ "nodes": [
5
+ {
6
+ "id": 6,
7
+ "type": "CLIPTextEncode",
8
+ "pos": [
9
+ 415,
10
+ 186
11
+ ],
12
+ "size": {
13
+ "0": 422.84503173828125,
14
+ "1": 164.31304931640625
15
+ },
16
+ "flags": {},
17
+ "order": 3,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "clip",
22
+ "type": "CLIP",
23
+ "link": 3
24
+ }
25
+ ],
26
+ "outputs": [
27
+ {
28
+ "name": "CONDITIONING",
29
+ "type": "CONDITIONING",
30
+ "links": [
31
+ 4
32
+ ],
33
+ "slot_index": 0
34
+ }
35
+ ],
36
+ "properties": {
37
+ "Node name for S&R": "CLIPTextEncode"
38
+ },
39
+ "widgets_values": [
40
+ "beautiful scenery nature glass bottle landscape, , purple galaxy bottle,"
41
+ ]
42
+ },
43
+ {
44
+ "id": 8,
45
+ "type": "VAEDecode",
46
+ "pos": [
47
+ 1209,
48
+ 188
49
+ ],
50
+ "size": {
51
+ "0": 210,
52
+ "1": 46
53
+ },
54
+ "flags": {},
55
+ "order": 6,
56
+ "mode": 0,
57
+ "inputs": [
58
+ {
59
+ "name": "samples",
60
+ "type": "LATENT",
61
+ "link": 7
62
+ },
63
+ {
64
+ "name": "vae",
65
+ "type": "VAE",
66
+ "link": 8
67
+ }
68
+ ],
69
+ "outputs": [
70
+ {
71
+ "name": "IMAGE",
72
+ "type": "IMAGE",
73
+ "links": [
74
+ 9
75
+ ],
76
+ "slot_index": 0
77
+ }
78
+ ],
79
+ "properties": {
80
+ "Node name for S&R": "VAEDecode"
81
+ }
82
+ },
83
+ {
84
+ "id": 9,
85
+ "type": "SaveImage",
86
+ "pos": [
87
+ 1451,
88
+ 189
89
+ ],
90
+ "size": [
91
+ 210,
92
+ 270
93
+ ],
94
+ "flags": {},
95
+ "order": 7,
96
+ "mode": 0,
97
+ "inputs": [
98
+ {
99
+ "name": "images",
100
+ "type": "IMAGE",
101
+ "link": 9
102
+ }
103
+ ],
104
+ "properties": {},
105
+ "widgets_values": [
106
+ "ComfyUI"
107
+ ]
108
+ },
109
+ {
110
+ "id": 3,
111
+ "type": "KSampler",
112
+ "pos": [
113
+ 863,
114
+ 186
115
+ ],
116
+ "size": {
117
+ "0": 315,
118
+ "1": 262
119
+ },
120
+ "flags": {},
121
+ "order": 5,
122
+ "mode": 0,
123
+ "inputs": [
124
+ {
125
+ "name": "model",
126
+ "type": "MODEL",
127
+ "link": 11
128
+ },
129
+ {
130
+ "name": "positive",
131
+ "type": "CONDITIONING",
132
+ "link": 4
133
+ },
134
+ {
135
+ "name": "negative",
136
+ "type": "CONDITIONING",
137
+ "link": 6
138
+ },
139
+ {
140
+ "name": "latent_image",
141
+ "type": "LATENT",
142
+ "link": 2
143
+ }
144
+ ],
145
+ "outputs": [
146
+ {
147
+ "name": "LATENT",
148
+ "type": "LATENT",
149
+ "links": [
150
+ 7
151
+ ],
152
+ "slot_index": 0
153
+ }
154
+ ],
155
+ "properties": {
156
+ "Node name for S&R": "KSampler"
157
+ },
158
+ "widgets_values": [
159
+ 986154841160104,
160
+ "randomize",
161
+ 20,
162
+ 3,
163
+ "dpmpp_2m_sde_gpu",
164
+ "karras",
165
+ 1
166
+ ]
167
+ },
168
+ {
169
+ "id": 7,
170
+ "type": "CLIPTextEncode",
171
+ "pos": [
172
+ 407,
173
+ 385
174
+ ],
175
+ "size": {
176
+ "0": 425.27801513671875,
177
+ "1": 180.6060791015625
178
+ },
179
+ "flags": {},
180
+ "order": 4,
181
+ "mode": 0,
182
+ "inputs": [
183
+ {
184
+ "name": "clip",
185
+ "type": "CLIP",
186
+ "link": 5
187
+ }
188
+ ],
189
+ "outputs": [
190
+ {
191
+ "name": "CONDITIONING",
192
+ "type": "CONDITIONING",
193
+ "links": [
194
+ 6
195
+ ],
196
+ "slot_index": 0
197
+ }
198
+ ],
199
+ "properties": {
200
+ "Node name for S&R": "CLIPTextEncode"
201
+ },
202
+ "widgets_values": [
203
+ "text, watermark"
204
+ ]
205
+ },
206
+ {
207
+ "id": 5,
208
+ "type": "EmptyLatentImage",
209
+ "pos": [
210
+ 473,
211
+ 609
212
+ ],
213
+ "size": {
214
+ "0": 315,
215
+ "1": 106
216
+ },
217
+ "flags": {},
218
+ "order": 0,
219
+ "mode": 0,
220
+ "outputs": [
221
+ {
222
+ "name": "LATENT",
223
+ "type": "LATENT",
224
+ "links": [
225
+ 2
226
+ ],
227
+ "slot_index": 0
228
+ }
229
+ ],
230
+ "properties": {
231
+ "Node name for S&R": "EmptyLatentImage"
232
+ },
233
+ "widgets_values": [
234
+ 1024,
235
+ 1024,
236
+ 1
237
+ ]
238
+ },
239
+ {
240
+ "id": 4,
241
+ "type": "CheckpointLoaderSimple",
242
+ "pos": [
243
+ -345,
244
+ 472
245
+ ],
246
+ "size": {
247
+ "0": 315,
248
+ "1": 98
249
+ },
250
+ "flags": {},
251
+ "order": 1,
252
+ "mode": 0,
253
+ "outputs": [
254
+ {
255
+ "name": "MODEL",
256
+ "type": "MODEL",
257
+ "links": [
258
+ 10
259
+ ],
260
+ "slot_index": 0
261
+ },
262
+ {
263
+ "name": "CLIP",
264
+ "type": "CLIP",
265
+ "links": [
266
+ 3,
267
+ 5
268
+ ],
269
+ "slot_index": 1
270
+ },
271
+ {
272
+ "name": "VAE",
273
+ "type": "VAE",
274
+ "links": [
275
+ 8
276
+ ],
277
+ "slot_index": 2
278
+ }
279
+ ],
280
+ "properties": {
281
+ "Node name for S&R": "CheckpointLoaderSimple"
282
+ },
283
+ "widgets_values": [
284
+ "playground-v2.5-1024px-aesthetic.fp16.safetensors"
285
+ ]
286
+ },
287
+ {
288
+ "id": 10,
289
+ "type": "ModelSamplingContinuousEDM",
290
+ "pos": [
291
+ -24.4444580078125,
292
+ 272.2222442626953
293
+ ],
294
+ "size": {
295
+ "0": 315,
296
+ "1": 106
297
+ },
298
+ "flags": {},
299
+ "order": 2,
300
+ "mode": 0,
301
+ "inputs": [
302
+ {
303
+ "name": "model",
304
+ "type": "MODEL",
305
+ "link": 10
306
+ }
307
+ ],
308
+ "outputs": [
309
+ {
310
+ "name": "MODEL",
311
+ "type": "MODEL",
312
+ "links": [
313
+ 11
314
+ ],
315
+ "shape": 3,
316
+ "slot_index": 0
317
+ }
318
+ ],
319
+ "properties": {
320
+ "Node name for S&R": "ModelSamplingContinuousEDM"
321
+ },
322
+ "widgets_values": [
323
+ "edm_playground_v2.5",
324
+ 120,
325
+ 0.002
326
+ ]
327
+ }
328
+ ],
329
+ "links": [
330
+ [
331
+ 2,
332
+ 5,
333
+ 0,
334
+ 3,
335
+ 3,
336
+ "LATENT"
337
+ ],
338
+ [
339
+ 3,
340
+ 4,
341
+ 1,
342
+ 6,
343
+ 0,
344
+ "CLIP"
345
+ ],
346
+ [
347
+ 4,
348
+ 6,
349
+ 0,
350
+ 3,
351
+ 1,
352
+ "CONDITIONING"
353
+ ],
354
+ [
355
+ 5,
356
+ 4,
357
+ 1,
358
+ 7,
359
+ 0,
360
+ "CLIP"
361
+ ],
362
+ [
363
+ 6,
364
+ 7,
365
+ 0,
366
+ 3,
367
+ 2,
368
+ "CONDITIONING"
369
+ ],
370
+ [
371
+ 7,
372
+ 3,
373
+ 0,
374
+ 8,
375
+ 0,
376
+ "LATENT"
377
+ ],
378
+ [
379
+ 8,
380
+ 4,
381
+ 2,
382
+ 8,
383
+ 1,
384
+ "VAE"
385
+ ],
386
+ [
387
+ 9,
388
+ 8,
389
+ 0,
390
+ 9,
391
+ 0,
392
+ "IMAGE"
393
+ ],
394
+ [
395
+ 10,
396
+ 4,
397
+ 0,
398
+ 10,
399
+ 0,
400
+ "MODEL"
401
+ ],
402
+ [
403
+ 11,
404
+ 10,
405
+ 0,
406
+ 3,
407
+ 0,
408
+ "MODEL"
409
+ ]
410
+ ],
411
+ "groups": [],
412
+ "config": {},
413
+ "extra": {},
414
+ "version": 0.4
415
+ }
abdul_halim_default_playground2_5_lcm_sdxl_face_detailer_comfyworkflows.json ADDED
@@ -0,0 +1,908 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 20,
3
+ "last_link_id": 34,
4
+ "nodes": [
5
+ {
6
+ "id": 11,
7
+ "type": "ModelSamplingContinuousEDM",
8
+ "pos": [
9
+ 586,
10
+ 35.58000091552734
11
+ ],
12
+ "size": {
13
+ "0": 315,
14
+ "1": 106
15
+ },
16
+ "flags": {},
17
+ "order": 5,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "model",
22
+ "type": "MODEL",
23
+ "link": 12
24
+ }
25
+ ],
26
+ "outputs": [
27
+ {
28
+ "name": "MODEL",
29
+ "type": "MODEL",
30
+ "links": [
31
+ 15,
32
+ 20
33
+ ],
34
+ "shape": 3,
35
+ "slot_index": 0
36
+ }
37
+ ],
38
+ "properties": {
39
+ "Node name for S&R": "ModelSamplingContinuousEDM"
40
+ },
41
+ "widgets_values": [
42
+ "edm_playground_v2.5",
43
+ 120,
44
+ 0.002
45
+ ]
46
+ },
47
+ {
48
+ "id": 9,
49
+ "type": "SaveImage",
50
+ "pos": [
51
+ 2259,
52
+ 49
53
+ ],
54
+ "size": {
55
+ "0": 422.93865966796875,
56
+ "1": 748.4672241210938
57
+ },
58
+ "flags": {},
59
+ "order": 13,
60
+ "mode": 0,
61
+ "inputs": [
62
+ {
63
+ "name": "images",
64
+ "type": "IMAGE",
65
+ "link": 28
66
+ }
67
+ ],
68
+ "properties": {},
69
+ "widgets_values": [
70
+ "ComfyUI"
71
+ ]
72
+ },
73
+ {
74
+ "id": 17,
75
+ "type": "LoraLoaderModelOnly",
76
+ "pos": [
77
+ 152,
78
+ 352
79
+ ],
80
+ "size": {
81
+ "0": 354.4286804199219,
82
+ "1": 98.5372543334961
83
+ },
84
+ "flags": {},
85
+ "order": 6,
86
+ "mode": 0,
87
+ "inputs": [
88
+ {
89
+ "name": "model",
90
+ "type": "MODEL",
91
+ "link": 19
92
+ }
93
+ ],
94
+ "outputs": [
95
+ {
96
+ "name": "MODEL",
97
+ "type": "MODEL",
98
+ "links": [],
99
+ "shape": 3,
100
+ "slot_index": 0
101
+ }
102
+ ],
103
+ "properties": {
104
+ "Node name for S&R": "LoraLoaderModelOnly"
105
+ },
106
+ "widgets_values": [
107
+ "glowneon_xl_v1.safetensors",
108
+ 1
109
+ ]
110
+ },
111
+ {
112
+ "id": 10,
113
+ "type": "LoraLoaderModelOnly",
114
+ "pos": [
115
+ 147,
116
+ 187.58000091552734
117
+ ],
118
+ "size": {
119
+ "0": 354.4286804199219,
120
+ "1": 98.5372543334961
121
+ },
122
+ "flags": {},
123
+ "order": 4,
124
+ "mode": 0,
125
+ "inputs": [
126
+ {
127
+ "name": "model",
128
+ "type": "MODEL",
129
+ "link": 10
130
+ }
131
+ ],
132
+ "outputs": [
133
+ {
134
+ "name": "MODEL",
135
+ "type": "MODEL",
136
+ "links": [
137
+ 31
138
+ ],
139
+ "shape": 3,
140
+ "slot_index": 0
141
+ }
142
+ ],
143
+ "properties": {
144
+ "Node name for S&R": "LoraLoaderModelOnly"
145
+ },
146
+ "widgets_values": [
147
+ "lcm-sdxl.safetensors",
148
+ 1
149
+ ]
150
+ },
151
+ {
152
+ "id": 4,
153
+ "type": "CheckpointLoaderSimple",
154
+ "pos": [
155
+ 148,
156
+ 35.58000091552734
157
+ ],
158
+ "size": {
159
+ "0": 361.0586853027344,
160
+ "1": 98
161
+ },
162
+ "flags": {},
163
+ "order": 0,
164
+ "mode": 0,
165
+ "outputs": [
166
+ {
167
+ "name": "MODEL",
168
+ "type": "MODEL",
169
+ "links": [
170
+ 10,
171
+ 12,
172
+ 19
173
+ ],
174
+ "slot_index": 0
175
+ },
176
+ {
177
+ "name": "CLIP",
178
+ "type": "CLIP",
179
+ "links": [
180
+ 3,
181
+ 5,
182
+ 21,
183
+ 32
184
+ ],
185
+ "slot_index": 1
186
+ },
187
+ {
188
+ "name": "VAE",
189
+ "type": "VAE",
190
+ "links": [],
191
+ "slot_index": 2
192
+ }
193
+ ],
194
+ "properties": {
195
+ "Node name for S&R": "CheckpointLoaderSimple"
196
+ },
197
+ "widgets_values": [
198
+ "playground-v2.5-1024px-aesthetic.fp16.safetensors"
199
+ ]
200
+ },
201
+ {
202
+ "id": 8,
203
+ "type": "VAEDecode",
204
+ "pos": [
205
+ 1356,
206
+ 44
207
+ ],
208
+ "size": [
209
+ 359.43121633300734,
210
+ 46
211
+ ],
212
+ "flags": {},
213
+ "order": 11,
214
+ "mode": 0,
215
+ "inputs": [
216
+ {
217
+ "name": "samples",
218
+ "type": "LATENT",
219
+ "link": 7
220
+ },
221
+ {
222
+ "name": "vae",
223
+ "type": "VAE",
224
+ "link": 18
225
+ }
226
+ ],
227
+ "outputs": [
228
+ {
229
+ "name": "IMAGE",
230
+ "type": "IMAGE",
231
+ "links": [
232
+ 27
233
+ ],
234
+ "slot_index": 0
235
+ }
236
+ ],
237
+ "properties": {
238
+ "Node name for S&R": "VAEDecode"
239
+ }
240
+ },
241
+ {
242
+ "id": 19,
243
+ "type": "UltralyticsDetectorProvider",
244
+ "pos": [
245
+ 1352,
246
+ 142
247
+ ],
248
+ "size": [
249
+ 379.2158163330075,
250
+ 83.99736726074212
251
+ ],
252
+ "flags": {},
253
+ "order": 1,
254
+ "mode": 0,
255
+ "outputs": [
256
+ {
257
+ "name": "BBOX_DETECTOR",
258
+ "type": "BBOX_DETECTOR",
259
+ "links": [
260
+ 25
261
+ ],
262
+ "shape": 3
263
+ },
264
+ {
265
+ "name": "SEGM_DETECTOR",
266
+ "type": "SEGM_DETECTOR",
267
+ "links": null,
268
+ "shape": 3
269
+ }
270
+ ],
271
+ "properties": {
272
+ "Node name for S&R": "UltralyticsDetectorProvider"
273
+ },
274
+ "widgets_values": [
275
+ "bbox/face_yolov8m.pt"
276
+ ]
277
+ },
278
+ {
279
+ "id": 18,
280
+ "type": "ToDetailerPipeSDXL",
281
+ "pos": [
282
+ 1350,
283
+ 272
284
+ ],
285
+ "size": [
286
+ 383.8086750451662,
287
+ 519.1485453271484
288
+ ],
289
+ "flags": {},
290
+ "order": 10,
291
+ "mode": 0,
292
+ "inputs": [
293
+ {
294
+ "name": "model",
295
+ "type": "MODEL",
296
+ "link": 20
297
+ },
298
+ {
299
+ "name": "clip",
300
+ "type": "CLIP",
301
+ "link": 21
302
+ },
303
+ {
304
+ "name": "vae",
305
+ "type": "VAE",
306
+ "link": 22
307
+ },
308
+ {
309
+ "name": "positive",
310
+ "type": "CONDITIONING",
311
+ "link": 23
312
+ },
313
+ {
314
+ "name": "negative",
315
+ "type": "CONDITIONING",
316
+ "link": 24
317
+ },
318
+ {
319
+ "name": "refiner_model",
320
+ "type": "MODEL",
321
+ "link": 31
322
+ },
323
+ {
324
+ "name": "refiner_clip",
325
+ "type": "CLIP",
326
+ "link": 32
327
+ },
328
+ {
329
+ "name": "refiner_positive",
330
+ "type": "CONDITIONING",
331
+ "link": 33
332
+ },
333
+ {
334
+ "name": "refiner_negative",
335
+ "type": "CONDITIONING",
336
+ "link": 34
337
+ },
338
+ {
339
+ "name": "bbox_detector",
340
+ "type": "BBOX_DETECTOR",
341
+ "link": 25,
342
+ "slot_index": 9
343
+ },
344
+ {
345
+ "name": "sam_model_opt",
346
+ "type": "SAM_MODEL",
347
+ "link": null
348
+ },
349
+ {
350
+ "name": "segm_detector_opt",
351
+ "type": "SEGM_DETECTOR",
352
+ "link": null
353
+ },
354
+ {
355
+ "name": "detailer_hook",
356
+ "type": "DETAILER_HOOK",
357
+ "link": null
358
+ }
359
+ ],
360
+ "outputs": [
361
+ {
362
+ "name": "detailer_pipe",
363
+ "type": "DETAILER_PIPE",
364
+ "links": [
365
+ 26
366
+ ],
367
+ "shape": 3,
368
+ "slot_index": 0
369
+ }
370
+ ],
371
+ "properties": {
372
+ "Node name for S&R": "ToDetailerPipeSDXL"
373
+ },
374
+ "widgets_values": [
375
+ "",
376
+ "Select the LoRA to add to the text",
377
+ "Select the Wildcard to add to the text"
378
+ ]
379
+ },
380
+ {
381
+ "id": 14,
382
+ "type": "SDXLEmptyLatentSizePicker+",
383
+ "pos": [
384
+ 545,
385
+ 615
386
+ ],
387
+ "size": [
388
+ 399.65877504516607,
389
+ 131.05426532714853
390
+ ],
391
+ "flags": {},
392
+ "order": 2,
393
+ "mode": 0,
394
+ "outputs": [
395
+ {
396
+ "name": "LATENT",
397
+ "type": "LATENT",
398
+ "links": [
399
+ 17
400
+ ],
401
+ "shape": 3,
402
+ "slot_index": 0
403
+ },
404
+ {
405
+ "name": "width",
406
+ "type": "INT",
407
+ "links": null,
408
+ "shape": 3
409
+ },
410
+ {
411
+ "name": "height",
412
+ "type": "INT",
413
+ "links": null,
414
+ "shape": 3
415
+ }
416
+ ],
417
+ "properties": {
418
+ "Node name for S&R": "SDXLEmptyLatentSizePicker+"
419
+ },
420
+ "widgets_values": [
421
+ "832x1216 (0.68)",
422
+ 1
423
+ ]
424
+ },
425
+ {
426
+ "id": 16,
427
+ "type": "VAELoader",
428
+ "pos": [
429
+ 190,
430
+ 511
431
+ ],
432
+ "size": {
433
+ "0": 315,
434
+ "1": 58
435
+ },
436
+ "flags": {},
437
+ "order": 3,
438
+ "mode": 0,
439
+ "outputs": [
440
+ {
441
+ "name": "VAE",
442
+ "type": "VAE",
443
+ "links": [
444
+ 18,
445
+ 22
446
+ ],
447
+ "shape": 3,
448
+ "slot_index": 0
449
+ }
450
+ ],
451
+ "properties": {
452
+ "Node name for S&R": "VAELoader"
453
+ },
454
+ "widgets_values": [
455
+ "diffusion_pytorch_model.fp16.safetensors"
456
+ ]
457
+ },
458
+ {
459
+ "id": 3,
460
+ "type": "KSampler",
461
+ "pos": [
462
+ 979.4199761962893,
463
+ 36.980020751953106
464
+ ],
465
+ "size": {
466
+ "0": 349.33868408203125,
467
+ "1": 753.3072509765625
468
+ },
469
+ "flags": {},
470
+ "order": 9,
471
+ "mode": 0,
472
+ "inputs": [
473
+ {
474
+ "name": "model",
475
+ "type": "MODEL",
476
+ "link": 15
477
+ },
478
+ {
479
+ "name": "positive",
480
+ "type": "CONDITIONING",
481
+ "link": 4
482
+ },
483
+ {
484
+ "name": "negative",
485
+ "type": "CONDITIONING",
486
+ "link": 6
487
+ },
488
+ {
489
+ "name": "latent_image",
490
+ "type": "LATENT",
491
+ "link": 17
492
+ }
493
+ ],
494
+ "outputs": [
495
+ {
496
+ "name": "LATENT",
497
+ "type": "LATENT",
498
+ "links": [
499
+ 7
500
+ ],
501
+ "slot_index": 0
502
+ }
503
+ ],
504
+ "properties": {
505
+ "Node name for S&R": "KSampler"
506
+ },
507
+ "widgets_values": [
508
+ 250347904830085,
509
+ "randomize",
510
+ 20,
511
+ 2,
512
+ "dpmpp_2m",
513
+ "karras",
514
+ 1
515
+ ]
516
+ },
517
+ {
518
+ "id": 20,
519
+ "type": "FaceDetailerPipe",
520
+ "pos": [
521
+ 1765,
522
+ 47
523
+ ],
524
+ "size": [
525
+ 456,
526
+ 994
527
+ ],
528
+ "flags": {},
529
+ "order": 12,
530
+ "mode": 0,
531
+ "inputs": [
532
+ {
533
+ "name": "image",
534
+ "type": "IMAGE",
535
+ "link": 27
536
+ },
537
+ {
538
+ "name": "detailer_pipe",
539
+ "type": "DETAILER_PIPE",
540
+ "link": 26
541
+ }
542
+ ],
543
+ "outputs": [
544
+ {
545
+ "name": "image",
546
+ "type": "IMAGE",
547
+ "links": [
548
+ 28
549
+ ],
550
+ "shape": 3,
551
+ "slot_index": 0
552
+ },
553
+ {
554
+ "name": "cropped_refined",
555
+ "type": "IMAGE",
556
+ "links": null,
557
+ "shape": 6
558
+ },
559
+ {
560
+ "name": "cropped_enhanced_alpha",
561
+ "type": "IMAGE",
562
+ "links": null,
563
+ "shape": 6
564
+ },
565
+ {
566
+ "name": "mask",
567
+ "type": "MASK",
568
+ "links": null,
569
+ "shape": 3
570
+ },
571
+ {
572
+ "name": "detailer_pipe",
573
+ "type": "DETAILER_PIPE",
574
+ "links": null,
575
+ "shape": 3
576
+ },
577
+ {
578
+ "name": "cnet_images",
579
+ "type": "IMAGE",
580
+ "links": null,
581
+ "shape": 6
582
+ }
583
+ ],
584
+ "properties": {
585
+ "Node name for S&R": "FaceDetailerPipe"
586
+ },
587
+ "widgets_values": [
588
+ 1024,
589
+ true,
590
+ 1024,
591
+ 958212681299142,
592
+ "randomize",
593
+ 10,
594
+ 3,
595
+ "dpmpp_2m",
596
+ "karras",
597
+ 0.5,
598
+ 5,
599
+ true,
600
+ false,
601
+ 0.5,
602
+ 10,
603
+ 3,
604
+ "center-1",
605
+ 0,
606
+ 0.93,
607
+ 0,
608
+ 0.7,
609
+ "False",
610
+ 10,
611
+ 0.2,
612
+ 1,
613
+ false,
614
+ 20
615
+ ]
616
+ },
617
+ {
618
+ "id": 6,
619
+ "type": "CLIPTextEncode",
620
+ "pos": [
621
+ 528,
622
+ 180.58000091552734
623
+ ],
624
+ "size": {
625
+ "0": 422.84503173828125,
626
+ "1": 164.31304931640625
627
+ },
628
+ "flags": {},
629
+ "order": 7,
630
+ "mode": 0,
631
+ "inputs": [
632
+ {
633
+ "name": "clip",
634
+ "type": "CLIP",
635
+ "link": 3
636
+ }
637
+ ],
638
+ "outputs": [
639
+ {
640
+ "name": "CONDITIONING",
641
+ "type": "CONDITIONING",
642
+ "links": [
643
+ 4,
644
+ 23,
645
+ 33
646
+ ],
647
+ "slot_index": 0
648
+ }
649
+ ],
650
+ "properties": {
651
+ "Node name for S&R": "CLIPTextEncode"
652
+ },
653
+ "widgets_values": [
654
+ "glowneon, a life size fairy with fairy wings standing in a magical forest, fireflies, creek, water ripple, full moon, night, bokeh"
655
+ ]
656
+ },
657
+ {
658
+ "id": 7,
659
+ "type": "CLIPTextEncode",
660
+ "pos": [
661
+ 530,
662
+ 385.58000091552736
663
+ ],
664
+ "size": {
665
+ "0": 425.27801513671875,
666
+ "1": 180.6060791015625
667
+ },
668
+ "flags": {},
669
+ "order": 8,
670
+ "mode": 0,
671
+ "inputs": [
672
+ {
673
+ "name": "clip",
674
+ "type": "CLIP",
675
+ "link": 5
676
+ }
677
+ ],
678
+ "outputs": [
679
+ {
680
+ "name": "CONDITIONING",
681
+ "type": "CONDITIONING",
682
+ "links": [
683
+ 6,
684
+ 24,
685
+ 34
686
+ ],
687
+ "slot_index": 0
688
+ }
689
+ ],
690
+ "properties": {
691
+ "Node name for S&R": "CLIPTextEncode"
692
+ },
693
+ "widgets_values": [
694
+ "ugly, bad face, bad hand, bad fingers,"
695
+ ]
696
+ }
697
+ ],
698
+ "links": [
699
+ [
700
+ 3,
701
+ 4,
702
+ 1,
703
+ 6,
704
+ 0,
705
+ "CLIP"
706
+ ],
707
+ [
708
+ 4,
709
+ 6,
710
+ 0,
711
+ 3,
712
+ 1,
713
+ "CONDITIONING"
714
+ ],
715
+ [
716
+ 5,
717
+ 4,
718
+ 1,
719
+ 7,
720
+ 0,
721
+ "CLIP"
722
+ ],
723
+ [
724
+ 6,
725
+ 7,
726
+ 0,
727
+ 3,
728
+ 2,
729
+ "CONDITIONING"
730
+ ],
731
+ [
732
+ 7,
733
+ 3,
734
+ 0,
735
+ 8,
736
+ 0,
737
+ "LATENT"
738
+ ],
739
+ [
740
+ 10,
741
+ 4,
742
+ 0,
743
+ 10,
744
+ 0,
745
+ "MODEL"
746
+ ],
747
+ [
748
+ 12,
749
+ 4,
750
+ 0,
751
+ 11,
752
+ 0,
753
+ "MODEL"
754
+ ],
755
+ [
756
+ 15,
757
+ 11,
758
+ 0,
759
+ 3,
760
+ 0,
761
+ "MODEL"
762
+ ],
763
+ [
764
+ 17,
765
+ 14,
766
+ 0,
767
+ 3,
768
+ 3,
769
+ "LATENT"
770
+ ],
771
+ [
772
+ 18,
773
+ 16,
774
+ 0,
775
+ 8,
776
+ 1,
777
+ "VAE"
778
+ ],
779
+ [
780
+ 19,
781
+ 4,
782
+ 0,
783
+ 17,
784
+ 0,
785
+ "MODEL"
786
+ ],
787
+ [
788
+ 20,
789
+ 11,
790
+ 0,
791
+ 18,
792
+ 0,
793
+ "MODEL"
794
+ ],
795
+ [
796
+ 21,
797
+ 4,
798
+ 1,
799
+ 18,
800
+ 1,
801
+ "CLIP"
802
+ ],
803
+ [
804
+ 22,
805
+ 16,
806
+ 0,
807
+ 18,
808
+ 2,
809
+ "VAE"
810
+ ],
811
+ [
812
+ 23,
813
+ 6,
814
+ 0,
815
+ 18,
816
+ 3,
817
+ "CONDITIONING"
818
+ ],
819
+ [
820
+ 24,
821
+ 7,
822
+ 0,
823
+ 18,
824
+ 4,
825
+ "CONDITIONING"
826
+ ],
827
+ [
828
+ 25,
829
+ 19,
830
+ 0,
831
+ 18,
832
+ 9,
833
+ "BBOX_DETECTOR"
834
+ ],
835
+ [
836
+ 26,
837
+ 18,
838
+ 0,
839
+ 20,
840
+ 1,
841
+ "DETAILER_PIPE"
842
+ ],
843
+ [
844
+ 27,
845
+ 8,
846
+ 0,
847
+ 20,
848
+ 0,
849
+ "IMAGE"
850
+ ],
851
+ [
852
+ 28,
853
+ 20,
854
+ 0,
855
+ 9,
856
+ 0,
857
+ "IMAGE"
858
+ ],
859
+ [
860
+ 31,
861
+ 10,
862
+ 0,
863
+ 18,
864
+ 5,
865
+ "MODEL"
866
+ ],
867
+ [
868
+ 32,
869
+ 4,
870
+ 1,
871
+ 18,
872
+ 6,
873
+ "CLIP"
874
+ ],
875
+ [
876
+ 33,
877
+ 6,
878
+ 0,
879
+ 18,
880
+ 7,
881
+ "CONDITIONING"
882
+ ],
883
+ [
884
+ 34,
885
+ 7,
886
+ 0,
887
+ 18,
888
+ 8,
889
+ "CONDITIONING"
890
+ ]
891
+ ],
892
+ "groups": [
893
+ {
894
+ "title": "Default_Playground2.5+LCM_SDXL+Face_Detailer",
895
+ "bounding": [
896
+ 120,
897
+ -90,
898
+ 2633,
899
+ 1169
900
+ ],
901
+ "color": "#3f789e",
902
+ "font_size": 24
903
+ }
904
+ ],
905
+ "config": {},
906
+ "extra": {},
907
+ "version": 0.4
908
+ }
abdul_halim_playground_v2_5___refiner___upscaler_comfyworkflows.json ADDED
@@ -0,0 +1,1334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 108,
3
+ "last_link_id": 165,
4
+ "nodes": [
5
+ {
6
+ "id": 83,
7
+ "type": "VAEDecode",
8
+ "pos": [
9
+ 2088.2912354770506,
10
+ 199.09923647021466
11
+ ],
12
+ "size": {
13
+ "0": 210,
14
+ "1": 46
15
+ },
16
+ "flags": {
17
+ "collapsed": false
18
+ },
19
+ "order": 20,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "samples",
24
+ "type": "LATENT",
25
+ "link": 114
26
+ },
27
+ {
28
+ "name": "vae",
29
+ "type": "VAE",
30
+ "link": 116
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "IMAGE",
36
+ "type": "IMAGE",
37
+ "links": [
38
+ 129
39
+ ],
40
+ "shape": 3,
41
+ "slot_index": 0
42
+ }
43
+ ],
44
+ "properties": {
45
+ "Node name for S&R": "VAEDecode"
46
+ },
47
+ "color": "#222",
48
+ "bgcolor": "#000"
49
+ },
50
+ {
51
+ "id": 26,
52
+ "type": "VAEDecode",
53
+ "pos": [
54
+ 1390.0150178769545,
55
+ 206.86525207568363
56
+ ],
57
+ "size": {
58
+ "0": 210,
59
+ "1": 46
60
+ },
61
+ "flags": {},
62
+ "order": 15,
63
+ "mode": 0,
64
+ "inputs": [
65
+ {
66
+ "name": "samples",
67
+ "type": "LATENT",
68
+ "link": 43
69
+ },
70
+ {
71
+ "name": "vae",
72
+ "type": "VAE",
73
+ "link": 154
74
+ }
75
+ ],
76
+ "outputs": [
77
+ {
78
+ "name": "IMAGE",
79
+ "type": "IMAGE",
80
+ "links": [
81
+ 104,
82
+ 128
83
+ ],
84
+ "shape": 3,
85
+ "slot_index": 0
86
+ }
87
+ ],
88
+ "properties": {
89
+ "Node name for S&R": "VAEDecode"
90
+ },
91
+ "color": "#222",
92
+ "bgcolor": "#000"
93
+ },
94
+ {
95
+ "id": 82,
96
+ "type": "VAEEncode",
97
+ "pos": [
98
+ 665,
99
+ 1346
100
+ ],
101
+ "size": {
102
+ "0": 210,
103
+ "1": 46
104
+ },
105
+ "flags": {
106
+ "collapsed": false
107
+ },
108
+ "order": 18,
109
+ "mode": 0,
110
+ "inputs": [
111
+ {
112
+ "name": "pixels",
113
+ "type": "IMAGE",
114
+ "link": 126
115
+ },
116
+ {
117
+ "name": "vae",
118
+ "type": "VAE",
119
+ "link": 112
120
+ }
121
+ ],
122
+ "outputs": [
123
+ {
124
+ "name": "LATENT",
125
+ "type": "LATENT",
126
+ "links": [
127
+ 113
128
+ ],
129
+ "shape": 3,
130
+ "slot_index": 0
131
+ }
132
+ ],
133
+ "properties": {
134
+ "Node name for S&R": "VAEEncode"
135
+ },
136
+ "color": "#222",
137
+ "bgcolor": "#000"
138
+ },
139
+ {
140
+ "id": 25,
141
+ "type": "KSampler",
142
+ "pos": [
143
+ 1017,
144
+ 208
145
+ ],
146
+ "size": {
147
+ "0": 326.09716796875,
148
+ "1": 539.710205078125
149
+ },
150
+ "flags": {},
151
+ "order": 14,
152
+ "mode": 0,
153
+ "inputs": [
154
+ {
155
+ "name": "model",
156
+ "type": "MODEL",
157
+ "link": 122
158
+ },
159
+ {
160
+ "name": "positive",
161
+ "type": "CONDITIONING",
162
+ "link": 46
163
+ },
164
+ {
165
+ "name": "negative",
166
+ "type": "CONDITIONING",
167
+ "link": 48
168
+ },
169
+ {
170
+ "name": "latent_image",
171
+ "type": "LATENT",
172
+ "link": 49,
173
+ "slot_index": 3
174
+ }
175
+ ],
176
+ "outputs": [
177
+ {
178
+ "name": "LATENT",
179
+ "type": "LATENT",
180
+ "links": [
181
+ 43
182
+ ],
183
+ "shape": 3,
184
+ "slot_index": 0
185
+ }
186
+ ],
187
+ "properties": {
188
+ "Node name for S&R": "KSampler"
189
+ },
190
+ "widgets_values": [
191
+ 1023558513608513,
192
+ "randomize",
193
+ 25,
194
+ 3,
195
+ "dpmpp_2m",
196
+ "karras",
197
+ 1
198
+ ],
199
+ "color": "#223",
200
+ "bgcolor": "#335"
201
+ },
202
+ {
203
+ "id": 86,
204
+ "type": "ImageScaleBy",
205
+ "pos": [
206
+ 610,
207
+ 1031
208
+ ],
209
+ "size": {
210
+ "0": 315,
211
+ "1": 82
212
+ },
213
+ "flags": {},
214
+ "order": 17,
215
+ "mode": 0,
216
+ "inputs": [
217
+ {
218
+ "name": "image",
219
+ "type": "IMAGE",
220
+ "link": 128,
221
+ "slot_index": 0
222
+ }
223
+ ],
224
+ "outputs": [
225
+ {
226
+ "name": "IMAGE",
227
+ "type": "IMAGE",
228
+ "links": [
229
+ 126
230
+ ],
231
+ "shape": 3,
232
+ "slot_index": 0
233
+ }
234
+ ],
235
+ "properties": {
236
+ "Node name for S&R": "ImageScaleBy"
237
+ },
238
+ "widgets_values": [
239
+ "lanczos",
240
+ 1.25
241
+ ],
242
+ "color": "#222",
243
+ "bgcolor": "#000"
244
+ },
245
+ {
246
+ "id": 27,
247
+ "type": "CLIPTextEncode",
248
+ "pos": [
249
+ 575,
250
+ 397
251
+ ],
252
+ "size": {
253
+ "0": 400,
254
+ "1": 200
255
+ },
256
+ "flags": {
257
+ "collapsed": true
258
+ },
259
+ "order": 8,
260
+ "mode": 0,
261
+ "inputs": [
262
+ {
263
+ "name": "clip",
264
+ "type": "CLIP",
265
+ "link": 123
266
+ },
267
+ {
268
+ "name": "text",
269
+ "type": "STRING",
270
+ "link": 131,
271
+ "widget": {
272
+ "name": "text"
273
+ }
274
+ }
275
+ ],
276
+ "outputs": [
277
+ {
278
+ "name": "CONDITIONING",
279
+ "type": "CONDITIONING",
280
+ "links": [
281
+ 46
282
+ ],
283
+ "shape": 3,
284
+ "slot_index": 0
285
+ }
286
+ ],
287
+ "properties": {
288
+ "Node name for S&R": "CLIPTextEncode"
289
+ },
290
+ "widgets_values": [
291
+ "Coqui frog in batman uniform, 8k\n"
292
+ ],
293
+ "color": "#232",
294
+ "bgcolor": "#353"
295
+ },
296
+ {
297
+ "id": 28,
298
+ "type": "CLIPTextEncode",
299
+ "pos": [
300
+ 640,
301
+ 608
302
+ ],
303
+ "size": {
304
+ "0": 400,
305
+ "1": 200
306
+ },
307
+ "flags": {
308
+ "collapsed": true
309
+ },
310
+ "order": 9,
311
+ "mode": 0,
312
+ "inputs": [
313
+ {
314
+ "name": "clip",
315
+ "type": "CLIP",
316
+ "link": 124
317
+ },
318
+ {
319
+ "name": "text",
320
+ "type": "STRING",
321
+ "link": 132,
322
+ "widget": {
323
+ "name": "text"
324
+ }
325
+ }
326
+ ],
327
+ "outputs": [
328
+ {
329
+ "name": "CONDITIONING",
330
+ "type": "CONDITIONING",
331
+ "links": [
332
+ 48
333
+ ],
334
+ "shape": 3,
335
+ "slot_index": 0
336
+ }
337
+ ],
338
+ "properties": {
339
+ "Node name for S&R": "CLIPTextEncode"
340
+ },
341
+ "widgets_values": [
342
+ "watermark"
343
+ ],
344
+ "color": "#322",
345
+ "bgcolor": "#533"
346
+ },
347
+ {
348
+ "id": 24,
349
+ "type": "CheckpointLoaderSimple",
350
+ "pos": [
351
+ 108.17655637286438,
352
+ 213.48367919396986
353
+ ],
354
+ "size": [
355
+ 424.7495993041992,
356
+ 98
357
+ ],
358
+ "flags": {},
359
+ "order": 0,
360
+ "mode": 0,
361
+ "outputs": [
362
+ {
363
+ "name": "MODEL",
364
+ "type": "MODEL",
365
+ "links": [
366
+ 153,
367
+ 156
368
+ ],
369
+ "shape": 3,
370
+ "slot_index": 0
371
+ },
372
+ {
373
+ "name": "CLIP",
374
+ "type": "CLIP",
375
+ "links": [
376
+ 123,
377
+ 124,
378
+ 152
379
+ ],
380
+ "shape": 3,
381
+ "slot_index": 1
382
+ },
383
+ {
384
+ "name": "VAE",
385
+ "type": "VAE",
386
+ "links": [],
387
+ "shape": 3,
388
+ "slot_index": 2
389
+ }
390
+ ],
391
+ "properties": {
392
+ "Node name for S&R": "CheckpointLoaderSimple"
393
+ },
394
+ "widgets_values": [
395
+ "playground-v2.5-1024px-aesthetic.fp16.safetensors"
396
+ ],
397
+ "color": "#222",
398
+ "bgcolor": "#000"
399
+ },
400
+ {
401
+ "id": 105,
402
+ "type": "PatchModelAddDownscale",
403
+ "pos": [
404
+ 141.17655637286438,
405
+ 357.4836791939699
406
+ ],
407
+ "size": {
408
+ "0": 352.79998779296875,
409
+ "1": 214.501220703125
410
+ },
411
+ "flags": {},
412
+ "order": 6,
413
+ "mode": 0,
414
+ "inputs": [
415
+ {
416
+ "name": "model",
417
+ "type": "MODEL",
418
+ "link": 156
419
+ }
420
+ ],
421
+ "outputs": [
422
+ {
423
+ "name": "MODEL",
424
+ "type": "MODEL",
425
+ "links": [
426
+ 157
427
+ ],
428
+ "shape": 3,
429
+ "slot_index": 0
430
+ }
431
+ ],
432
+ "properties": {
433
+ "Node name for S&R": "PatchModelAddDownscale"
434
+ },
435
+ "widgets_values": [
436
+ 3,
437
+ 2,
438
+ 0,
439
+ 0.35,
440
+ true,
441
+ "bicubic",
442
+ "bicubic"
443
+ ]
444
+ },
445
+ {
446
+ "id": 75,
447
+ "type": "ModelSamplingContinuousEDM",
448
+ "pos": [
449
+ 163.17655637286438,
450
+ 618.4836791939699
451
+ ],
452
+ "size": {
453
+ "0": 315,
454
+ "1": 106
455
+ },
456
+ "flags": {},
457
+ "order": 13,
458
+ "mode": 0,
459
+ "inputs": [
460
+ {
461
+ "name": "model",
462
+ "type": "MODEL",
463
+ "link": 157
464
+ }
465
+ ],
466
+ "outputs": [
467
+ {
468
+ "name": "MODEL",
469
+ "type": "MODEL",
470
+ "links": [
471
+ 122
472
+ ],
473
+ "shape": 3,
474
+ "slot_index": 0
475
+ }
476
+ ],
477
+ "properties": {
478
+ "Node name for S&R": "ModelSamplingContinuousEDM"
479
+ },
480
+ "widgets_values": [
481
+ "edm_playground_v2.5",
482
+ 120,
483
+ 0.002
484
+ ],
485
+ "color": "#222",
486
+ "bgcolor": "#000"
487
+ },
488
+ {
489
+ "id": 102,
490
+ "type": "LoraLoader",
491
+ "pos": [
492
+ 159.17655637286438,
493
+ 768.4836791939699
494
+ ],
495
+ "size": {
496
+ "0": 315,
497
+ "1": 126
498
+ },
499
+ "flags": {},
500
+ "order": 7,
501
+ "mode": 0,
502
+ "inputs": [
503
+ {
504
+ "name": "model",
505
+ "type": "MODEL",
506
+ "link": 153
507
+ },
508
+ {
509
+ "name": "clip",
510
+ "type": "CLIP",
511
+ "link": 152
512
+ }
513
+ ],
514
+ "outputs": [
515
+ {
516
+ "name": "MODEL",
517
+ "type": "MODEL",
518
+ "links": null,
519
+ "shape": 3
520
+ },
521
+ {
522
+ "name": "CLIP",
523
+ "type": "CLIP",
524
+ "links": null,
525
+ "shape": 3
526
+ }
527
+ ],
528
+ "properties": {
529
+ "Node name for S&R": "LoraLoader"
530
+ },
531
+ "widgets_values": [
532
+ "lcm-sdxl.safetensors",
533
+ 1,
534
+ 1
535
+ ]
536
+ },
537
+ {
538
+ "id": 103,
539
+ "type": "VAELoader",
540
+ "pos": [
541
+ 159.17655637286438,
542
+ 941.4836791939699
543
+ ],
544
+ "size": {
545
+ "0": 315,
546
+ "1": 58
547
+ },
548
+ "flags": {},
549
+ "order": 1,
550
+ "mode": 0,
551
+ "outputs": [
552
+ {
553
+ "name": "VAE",
554
+ "type": "VAE",
555
+ "links": [
556
+ 154
557
+ ],
558
+ "shape": 3,
559
+ "slot_index": 0
560
+ }
561
+ ],
562
+ "properties": {
563
+ "Node name for S&R": "VAELoader"
564
+ },
565
+ "widgets_values": [
566
+ "diffusion_pytorch_model.fp16.safetensors"
567
+ ]
568
+ },
569
+ {
570
+ "id": 79,
571
+ "type": "CLIPTextEncode",
572
+ "pos": [
573
+ 1069,
574
+ 862
575
+ ],
576
+ "size": {
577
+ "0": 400,
578
+ "1": 200
579
+ },
580
+ "flags": {
581
+ "collapsed": true
582
+ },
583
+ "order": 10,
584
+ "mode": 0,
585
+ "inputs": [
586
+ {
587
+ "name": "clip",
588
+ "type": "CLIP",
589
+ "link": 106
590
+ },
591
+ {
592
+ "name": "text",
593
+ "type": "STRING",
594
+ "link": 133,
595
+ "widget": {
596
+ "name": "text"
597
+ },
598
+ "slot_index": 1
599
+ }
600
+ ],
601
+ "outputs": [
602
+ {
603
+ "name": "CONDITIONING",
604
+ "type": "CONDITIONING",
605
+ "links": [
606
+ 107
607
+ ],
608
+ "shape": 3,
609
+ "slot_index": 0
610
+ }
611
+ ],
612
+ "properties": {
613
+ "Node name for S&R": "CLIPTextEncode"
614
+ },
615
+ "widgets_values": [
616
+ ""
617
+ ],
618
+ "color": "#232",
619
+ "bgcolor": "#353"
620
+ },
621
+ {
622
+ "id": 80,
623
+ "type": "CLIPTextEncode",
624
+ "pos": [
625
+ 1069,
626
+ 909
627
+ ],
628
+ "size": {
629
+ "0": 400,
630
+ "1": 200
631
+ },
632
+ "flags": {
633
+ "collapsed": true
634
+ },
635
+ "order": 11,
636
+ "mode": 0,
637
+ "inputs": [
638
+ {
639
+ "name": "clip",
640
+ "type": "CLIP",
641
+ "link": 108
642
+ },
643
+ {
644
+ "name": "text",
645
+ "type": "STRING",
646
+ "link": 150,
647
+ "widget": {
648
+ "name": "text"
649
+ }
650
+ }
651
+ ],
652
+ "outputs": [
653
+ {
654
+ "name": "CONDITIONING",
655
+ "type": "CONDITIONING",
656
+ "links": [
657
+ 109
658
+ ],
659
+ "shape": 3,
660
+ "slot_index": 0
661
+ }
662
+ ],
663
+ "properties": {
664
+ "Node name for S&R": "CLIPTextEncode"
665
+ },
666
+ "widgets_values": [
667
+ "horror"
668
+ ],
669
+ "color": "#322",
670
+ "bgcolor": "#533"
671
+ },
672
+ {
673
+ "id": 91,
674
+ "type": "Text _O",
675
+ "pos": [
676
+ 567,
677
+ 199
678
+ ],
679
+ "size": {
680
+ "0": 399.686279296875,
681
+ "1": 154.41860961914062
682
+ },
683
+ "flags": {},
684
+ "order": 2,
685
+ "mode": 0,
686
+ "outputs": [
687
+ {
688
+ "name": "STRING",
689
+ "type": "STRING",
690
+ "links": [
691
+ 131,
692
+ 133
693
+ ],
694
+ "shape": 3,
695
+ "slot_index": 0
696
+ }
697
+ ],
698
+ "properties": {
699
+ "Node name for S&R": "Text _O"
700
+ },
701
+ "widgets_values": [
702
+ "jungle, big trees, wide view, waterfall, realistic picture, sunset, treehouse"
703
+ ],
704
+ "color": "#232",
705
+ "bgcolor": "#353"
706
+ },
707
+ {
708
+ "id": 88,
709
+ "type": "SaveImage",
710
+ "pos": [
711
+ 2067,
712
+ 297
713
+ ],
714
+ "size": [
715
+ 643.783437276612,
716
+ 1134.1214018249514
717
+ ],
718
+ "flags": {},
719
+ "order": 21,
720
+ "mode": 0,
721
+ "inputs": [
722
+ {
723
+ "name": "images",
724
+ "type": "IMAGE",
725
+ "link": 129
726
+ }
727
+ ],
728
+ "properties": {},
729
+ "widgets_values": [
730
+ "Refined_"
731
+ ],
732
+ "color": "#222",
733
+ "bgcolor": "#000"
734
+ },
735
+ {
736
+ "id": 76,
737
+ "type": "SaveImage",
738
+ "pos": [
739
+ 1389,
740
+ 298
741
+ ],
742
+ "size": {
743
+ "0": 637.2670288085938,
744
+ "1": 1131.469970703125
745
+ },
746
+ "flags": {},
747
+ "order": 16,
748
+ "mode": 0,
749
+ "inputs": [
750
+ {
751
+ "name": "images",
752
+ "type": "IMAGE",
753
+ "link": 104
754
+ }
755
+ ],
756
+ "properties": {},
757
+ "widgets_values": [
758
+ "Base_"
759
+ ],
760
+ "color": "#222",
761
+ "bgcolor": "#000"
762
+ },
763
+ {
764
+ "id": 29,
765
+ "type": "EmptyLatentImage",
766
+ "pos": [
767
+ 594,
768
+ 647
769
+ ],
770
+ "size": {
771
+ "0": 315,
772
+ "1": 106
773
+ },
774
+ "flags": {},
775
+ "order": 3,
776
+ "mode": 0,
777
+ "outputs": [
778
+ {
779
+ "name": "LATENT",
780
+ "type": "LATENT",
781
+ "links": [
782
+ 49
783
+ ],
784
+ "shape": 3
785
+ }
786
+ ],
787
+ "properties": {
788
+ "Node name for S&R": "EmptyLatentImage"
789
+ },
790
+ "widgets_values": [
791
+ 832,
792
+ 1216,
793
+ 1
794
+ ],
795
+ "color": "#223",
796
+ "bgcolor": "#335"
797
+ },
798
+ {
799
+ "id": 93,
800
+ "type": "Text _O",
801
+ "pos": [
802
+ 575,
803
+ 440
804
+ ],
805
+ "size": {
806
+ "0": 396.64495849609375,
807
+ "1": 125.81529998779297
808
+ },
809
+ "flags": {},
810
+ "order": 4,
811
+ "mode": 0,
812
+ "outputs": [
813
+ {
814
+ "name": "STRING",
815
+ "type": "STRING",
816
+ "links": [
817
+ 132,
818
+ 150
819
+ ],
820
+ "shape": 3,
821
+ "slot_index": 0
822
+ }
823
+ ],
824
+ "properties": {
825
+ "Node name for S&R": "Text _O"
826
+ },
827
+ "widgets_values": [
828
+ "ugly, deformed, noisy, blurry, distorted, out of focus, bad anatomy, extra limbs, poorly drawn face, poorly drawn hands, missing fingers, high contrast, over saturated, glossy, cartoon, 3d, 3d render, Photoshop, sketch, sketches, video game, draw, paint, painting, render, cgi, computer graphics, anime, manga, 2d art, 3d art, illustration, canvas frame, watermark, signature, username, artist name"
829
+ ],
830
+ "color": "#322",
831
+ "bgcolor": "#533"
832
+ },
833
+ {
834
+ "id": 108,
835
+ "type": "LoraLoader",
836
+ "pos": [
837
+ 613,
838
+ 1165
839
+ ],
840
+ "size": {
841
+ "0": 315,
842
+ "1": 126
843
+ },
844
+ "flags": {},
845
+ "order": 12,
846
+ "mode": 0,
847
+ "inputs": [
848
+ {
849
+ "name": "model",
850
+ "type": "MODEL",
851
+ "link": 164
852
+ },
853
+ {
854
+ "name": "clip",
855
+ "type": "CLIP",
856
+ "link": 165
857
+ }
858
+ ],
859
+ "outputs": [
860
+ {
861
+ "name": "MODEL",
862
+ "type": "MODEL",
863
+ "links": null,
864
+ "shape": 3
865
+ },
866
+ {
867
+ "name": "CLIP",
868
+ "type": "CLIP",
869
+ "links": null,
870
+ "shape": 3
871
+ }
872
+ ],
873
+ "properties": {
874
+ "Node name for S&R": "LoraLoader"
875
+ },
876
+ "widgets_values": [
877
+ "add_detail.safetensors",
878
+ 1,
879
+ 1
880
+ ]
881
+ },
882
+ {
883
+ "id": 77,
884
+ "type": "CheckpointLoaderSimple",
885
+ "pos": [
886
+ 595,
887
+ 850
888
+ ],
889
+ "size": {
890
+ "0": 343.6418762207031,
891
+ "1": 135.25135803222656
892
+ },
893
+ "flags": {},
894
+ "order": 5,
895
+ "mode": 0,
896
+ "outputs": [
897
+ {
898
+ "name": "MODEL",
899
+ "type": "MODEL",
900
+ "links": [
901
+ 163,
902
+ 164
903
+ ],
904
+ "shape": 3,
905
+ "slot_index": 0
906
+ },
907
+ {
908
+ "name": "CLIP",
909
+ "type": "CLIP",
910
+ "links": [
911
+ 106,
912
+ 108,
913
+ 165
914
+ ],
915
+ "shape": 3,
916
+ "slot_index": 1
917
+ },
918
+ {
919
+ "name": "VAE",
920
+ "type": "VAE",
921
+ "links": [
922
+ 112,
923
+ 116
924
+ ],
925
+ "shape": 3,
926
+ "slot_index": 2
927
+ }
928
+ ],
929
+ "properties": {
930
+ "Node name for S&R": "CheckpointLoaderSimple"
931
+ },
932
+ "widgets_values": [
933
+ "realismEngineSDXL_v30VAE.safetensors"
934
+ ],
935
+ "color": "#222",
936
+ "bgcolor": "#000"
937
+ },
938
+ {
939
+ "id": 78,
940
+ "type": "KSampler",
941
+ "pos": [
942
+ 1016.4200219726563,
943
+ 955.8399218749998
944
+ ],
945
+ "size": {
946
+ "0": 315,
947
+ "1": 474.00006103515625
948
+ },
949
+ "flags": {},
950
+ "order": 19,
951
+ "mode": 0,
952
+ "inputs": [
953
+ {
954
+ "name": "model",
955
+ "type": "MODEL",
956
+ "link": 163
957
+ },
958
+ {
959
+ "name": "positive",
960
+ "type": "CONDITIONING",
961
+ "link": 107
962
+ },
963
+ {
964
+ "name": "negative",
965
+ "type": "CONDITIONING",
966
+ "link": 109
967
+ },
968
+ {
969
+ "name": "latent_image",
970
+ "type": "LATENT",
971
+ "link": 113,
972
+ "slot_index": 3
973
+ }
974
+ ],
975
+ "outputs": [
976
+ {
977
+ "name": "LATENT",
978
+ "type": "LATENT",
979
+ "links": [
980
+ 114
981
+ ],
982
+ "shape": 3,
983
+ "slot_index": 0
984
+ }
985
+ ],
986
+ "properties": {
987
+ "Node name for S&R": "KSampler"
988
+ },
989
+ "widgets_values": [
990
+ 495348000035315,
991
+ "randomize",
992
+ 20,
993
+ 9,
994
+ "dpmpp_2s_ancestral",
995
+ "normal",
996
+ 0.3
997
+ ],
998
+ "color": "#223",
999
+ "bgcolor": "#335"
1000
+ }
1001
+ ],
1002
+ "links": [
1003
+ [
1004
+ 43,
1005
+ 25,
1006
+ 0,
1007
+ 26,
1008
+ 0,
1009
+ "LATENT"
1010
+ ],
1011
+ [
1012
+ 46,
1013
+ 27,
1014
+ 0,
1015
+ 25,
1016
+ 1,
1017
+ "CONDITIONING"
1018
+ ],
1019
+ [
1020
+ 48,
1021
+ 28,
1022
+ 0,
1023
+ 25,
1024
+ 2,
1025
+ "CONDITIONING"
1026
+ ],
1027
+ [
1028
+ 49,
1029
+ 29,
1030
+ 0,
1031
+ 25,
1032
+ 3,
1033
+ "LATENT"
1034
+ ],
1035
+ [
1036
+ 104,
1037
+ 26,
1038
+ 0,
1039
+ 76,
1040
+ 0,
1041
+ "IMAGE"
1042
+ ],
1043
+ [
1044
+ 106,
1045
+ 77,
1046
+ 1,
1047
+ 79,
1048
+ 0,
1049
+ "CLIP"
1050
+ ],
1051
+ [
1052
+ 107,
1053
+ 79,
1054
+ 0,
1055
+ 78,
1056
+ 1,
1057
+ "CONDITIONING"
1058
+ ],
1059
+ [
1060
+ 108,
1061
+ 77,
1062
+ 1,
1063
+ 80,
1064
+ 0,
1065
+ "CLIP"
1066
+ ],
1067
+ [
1068
+ 109,
1069
+ 80,
1070
+ 0,
1071
+ 78,
1072
+ 2,
1073
+ "CONDITIONING"
1074
+ ],
1075
+ [
1076
+ 112,
1077
+ 77,
1078
+ 2,
1079
+ 82,
1080
+ 1,
1081
+ "VAE"
1082
+ ],
1083
+ [
1084
+ 113,
1085
+ 82,
1086
+ 0,
1087
+ 78,
1088
+ 3,
1089
+ "LATENT"
1090
+ ],
1091
+ [
1092
+ 114,
1093
+ 78,
1094
+ 0,
1095
+ 83,
1096
+ 0,
1097
+ "LATENT"
1098
+ ],
1099
+ [
1100
+ 116,
1101
+ 77,
1102
+ 2,
1103
+ 83,
1104
+ 1,
1105
+ "VAE"
1106
+ ],
1107
+ [
1108
+ 122,
1109
+ 75,
1110
+ 0,
1111
+ 25,
1112
+ 0,
1113
+ "MODEL"
1114
+ ],
1115
+ [
1116
+ 123,
1117
+ 24,
1118
+ 1,
1119
+ 27,
1120
+ 0,
1121
+ "CLIP"
1122
+ ],
1123
+ [
1124
+ 124,
1125
+ 24,
1126
+ 1,
1127
+ 28,
1128
+ 0,
1129
+ "CLIP"
1130
+ ],
1131
+ [
1132
+ 126,
1133
+ 86,
1134
+ 0,
1135
+ 82,
1136
+ 0,
1137
+ "IMAGE"
1138
+ ],
1139
+ [
1140
+ 128,
1141
+ 26,
1142
+ 0,
1143
+ 86,
1144
+ 0,
1145
+ "IMAGE"
1146
+ ],
1147
+ [
1148
+ 129,
1149
+ 83,
1150
+ 0,
1151
+ 88,
1152
+ 0,
1153
+ "IMAGE"
1154
+ ],
1155
+ [
1156
+ 131,
1157
+ 91,
1158
+ 0,
1159
+ 27,
1160
+ 1,
1161
+ "STRING"
1162
+ ],
1163
+ [
1164
+ 132,
1165
+ 93,
1166
+ 0,
1167
+ 28,
1168
+ 1,
1169
+ "STRING"
1170
+ ],
1171
+ [
1172
+ 133,
1173
+ 91,
1174
+ 0,
1175
+ 79,
1176
+ 1,
1177
+ "STRING"
1178
+ ],
1179
+ [
1180
+ 150,
1181
+ 93,
1182
+ 0,
1183
+ 80,
1184
+ 1,
1185
+ "STRING"
1186
+ ],
1187
+ [
1188
+ 152,
1189
+ 24,
1190
+ 1,
1191
+ 102,
1192
+ 1,
1193
+ "CLIP"
1194
+ ],
1195
+ [
1196
+ 153,
1197
+ 24,
1198
+ 0,
1199
+ 102,
1200
+ 0,
1201
+ "MODEL"
1202
+ ],
1203
+ [
1204
+ 154,
1205
+ 103,
1206
+ 0,
1207
+ 26,
1208
+ 1,
1209
+ "VAE"
1210
+ ],
1211
+ [
1212
+ 156,
1213
+ 24,
1214
+ 0,
1215
+ 105,
1216
+ 0,
1217
+ "MODEL"
1218
+ ],
1219
+ [
1220
+ 157,
1221
+ 105,
1222
+ 0,
1223
+ 75,
1224
+ 0,
1225
+ "MODEL"
1226
+ ],
1227
+ [
1228
+ 163,
1229
+ 77,
1230
+ 0,
1231
+ 78,
1232
+ 0,
1233
+ "MODEL"
1234
+ ],
1235
+ [
1236
+ 164,
1237
+ 77,
1238
+ 0,
1239
+ 108,
1240
+ 0,
1241
+ "MODEL"
1242
+ ],
1243
+ [
1244
+ 165,
1245
+ 77,
1246
+ 1,
1247
+ 108,
1248
+ 1,
1249
+ "CLIP"
1250
+ ]
1251
+ ],
1252
+ "groups": [
1253
+ {
1254
+ "title": "Playground 2.5 Output",
1255
+ "bounding": [
1256
+ 1371,
1257
+ 126,
1258
+ 674,
1259
+ 1314
1260
+ ],
1261
+ "color": "#a1309b",
1262
+ "font_size": 24
1263
+ },
1264
+ {
1265
+ "title": "Playground v2.5 Parameters",
1266
+ "bounding": [
1267
+ 990,
1268
+ 125,
1269
+ 371,
1270
+ 641
1271
+ ],
1272
+ "color": "#8A8",
1273
+ "font_size": 24
1274
+ },
1275
+ {
1276
+ "title": "Prompt",
1277
+ "bounding": [
1278
+ 555,
1279
+ 124,
1280
+ 430,
1281
+ 643
1282
+ ],
1283
+ "color": "#8A8",
1284
+ "font_size": 24
1285
+ },
1286
+ {
1287
+ "title": "Playground Model",
1288
+ "bounding": [
1289
+ 84,
1290
+ 124,
1291
+ 463,
1292
+ 891
1293
+ ],
1294
+ "color": "#444",
1295
+ "font_size": 24
1296
+ },
1297
+ {
1298
+ "title": "PG 2.5 + SDXL Output",
1299
+ "bounding": [
1300
+ 2051,
1301
+ 126,
1302
+ 684,
1303
+ 1314
1304
+ ],
1305
+ "color": "#a1309b",
1306
+ "font_size": 24
1307
+ },
1308
+ {
1309
+ "title": "Refiner Model + Upscaler",
1310
+ "bounding": [
1311
+ 555,
1312
+ 772,
1313
+ 429,
1314
+ 669
1315
+ ],
1316
+ "color": "#8A8",
1317
+ "font_size": 24
1318
+ },
1319
+ {
1320
+ "title": "Refiner Generation Parameters",
1321
+ "bounding": [
1322
+ 991,
1323
+ 773,
1324
+ 371,
1325
+ 668
1326
+ ],
1327
+ "color": "#8A8",
1328
+ "font_size": 24
1329
+ }
1330
+ ],
1331
+ "config": {},
1332
+ "extra": {},
1333
+ "version": 0.4
1334
+ }