aleph65 commited on
Commit
83915a9
·
verified ·
1 Parent(s): 6e59ca4

Add qwen-edit-upscale-2k workflow (UI+API) and Qwen-Image-Edit-2511-Upscale2K lora

Browse files
models/loras/qwen_image_edit_2511_upscale.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be84dd96690311cebfa86bf5c5a3a656bd6ca4da6181dcbeea794a227bd2a74
3
+ size 590057176
workflows/api/qwen-edit-upscale-2k.json ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "101": {
3
+ "class_type": "TextEncodeQwenImageEditPlus",
4
+ "inputs": {
5
+ "clip": [
6
+ "38",
7
+ 0
8
+ ],
9
+ "image1": [
10
+ "120",
11
+ 0
12
+ ],
13
+ "prompt": "Upscale this picture to 4K resolution.",
14
+ "vae": [
15
+ "39",
16
+ 0
17
+ ]
18
+ }
19
+ },
20
+ "103": {
21
+ "class_type": "LoadImage",
22
+ "inputs": {
23
+ "image": "test.jpg"
24
+ }
25
+ },
26
+ "114": {
27
+ "class_type": "UNETLoader",
28
+ "inputs": {
29
+ "unet_name": "qwen_image_edit_2511_bf16.safetensors",
30
+ "weight_dtype": "default"
31
+ }
32
+ },
33
+ "116": {
34
+ "_meta": {
35
+ "title": "LoRA: Lightning 8 steps"
36
+ },
37
+ "class_type": "LoraLoaderModelOnly",
38
+ "inputs": {
39
+ "lora_name": "Qwen-Image-Edit-2511-Lightning-8steps-V1.0-bf16.safetensors",
40
+ "model": [
41
+ "117",
42
+ 0
43
+ ],
44
+ "strength_model": 1
45
+ }
46
+ },
47
+ "117": {
48
+ "_meta": {
49
+ "title": "LoRA: Upscale2K"
50
+ },
51
+ "class_type": "LoraLoaderModelOnly",
52
+ "inputs": {
53
+ "lora_name": "qwen_image_edit_2511_upscale.safetensors",
54
+ "model": [
55
+ "114",
56
+ 0
57
+ ],
58
+ "strength_model": 1
59
+ }
60
+ },
61
+ "120": {
62
+ "class_type": "ImageScaleToMaxDimension",
63
+ "inputs": {
64
+ "image": [
65
+ "103",
66
+ 0
67
+ ],
68
+ "largest_size": 2048,
69
+ "upscale_method": "lanczos"
70
+ }
71
+ },
72
+ "121": {
73
+ "class_type": "GetImageSize",
74
+ "inputs": {
75
+ "image": [
76
+ "120",
77
+ 0
78
+ ]
79
+ }
80
+ },
81
+ "122": {
82
+ "class_type": "EmptySD3LatentImage",
83
+ "inputs": {
84
+ "batch_size": 1,
85
+ "height": [
86
+ "121",
87
+ 1
88
+ ],
89
+ "width": [
90
+ "121",
91
+ 0
92
+ ]
93
+ }
94
+ },
95
+ "3": {
96
+ "class_type": "KSampler",
97
+ "inputs": {
98
+ "cfg": 1,
99
+ "denoise": 1,
100
+ "latent_image": [
101
+ "122",
102
+ 0
103
+ ],
104
+ "model": [
105
+ "66",
106
+ 0
107
+ ],
108
+ "negative": [
109
+ "7",
110
+ 0
111
+ ],
112
+ "positive": [
113
+ "101",
114
+ 0
115
+ ],
116
+ "sampler_name": "euler",
117
+ "scheduler": "simple",
118
+ "seed": 42,
119
+ "steps": 8
120
+ }
121
+ },
122
+ "38": {
123
+ "class_type": "CLIPLoader",
124
+ "inputs": {
125
+ "clip_name": "qwen_2.5_vl_7b.safetensors",
126
+ "device": "default",
127
+ "type": "qwen_image"
128
+ }
129
+ },
130
+ "39": {
131
+ "class_type": "VAELoader",
132
+ "inputs": {
133
+ "vae_name": "qwen_image_vae.safetensors"
134
+ }
135
+ },
136
+ "66": {
137
+ "class_type": "ModelSamplingAuraFlow",
138
+ "inputs": {
139
+ "model": [
140
+ "116",
141
+ 0
142
+ ],
143
+ "shift": 3.1000000000000005
144
+ }
145
+ },
146
+ "7": {
147
+ "_meta": {
148
+ "title": "CLIP Text Encode (Negative Prompt)"
149
+ },
150
+ "class_type": "CLIPTextEncode",
151
+ "inputs": {
152
+ "clip": [
153
+ "38",
154
+ 0
155
+ ],
156
+ "text": ""
157
+ }
158
+ },
159
+ "8": {
160
+ "class_type": "VAEDecode",
161
+ "inputs": {
162
+ "samples": [
163
+ "3",
164
+ 0
165
+ ],
166
+ "vae": [
167
+ "39",
168
+ 0
169
+ ]
170
+ }
171
+ },
172
+ "98": {
173
+ "class_type": "SaveImage",
174
+ "inputs": {
175
+ "filename_prefix": "qwen-edit-upscale-2k",
176
+ "images": [
177
+ "8",
178
+ 0
179
+ ]
180
+ }
181
+ }
182
+ }
workflows/qwen-edit-upscale-2k.json ADDED
@@ -0,0 +1,871 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "b3f2a1c4-7e5d-4a9b-8c2f-19d3e6a40b57",
3
+ "revision": 0,
4
+ "last_node_id": 122,
5
+ "last_link_id": 18,
6
+ "nodes": [
7
+ {
8
+ "id": 114,
9
+ "type": "UNETLoader",
10
+ "pos": [
11
+ 10,
12
+ -76
13
+ ],
14
+ "size": [
15
+ 330,
16
+ 82
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "MODEL",
25
+ "type": "MODEL",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 5
29
+ ]
30
+ }
31
+ ],
32
+ "properties": {
33
+ "cnr_id": "comfy-core",
34
+ "ver": "0.3.48",
35
+ "Node name for S&R": "UNETLoader"
36
+ },
37
+ "widgets_values": [
38
+ "qwen_image_edit_2511_bf16.safetensors",
39
+ "default"
40
+ ]
41
+ },
42
+ {
43
+ "id": 117,
44
+ "type": "LoraLoaderModelOnly",
45
+ "pos": [
46
+ 10,
47
+ 60
48
+ ],
49
+ "size": [
50
+ 330,
51
+ 82
52
+ ],
53
+ "flags": {},
54
+ "order": 4,
55
+ "mode": 0,
56
+ "inputs": [
57
+ {
58
+ "name": "model",
59
+ "type": "MODEL",
60
+ "link": 5
61
+ }
62
+ ],
63
+ "outputs": [
64
+ {
65
+ "name": "MODEL",
66
+ "type": "MODEL",
67
+ "slot_index": 0,
68
+ "links": [
69
+ 6
70
+ ]
71
+ }
72
+ ],
73
+ "properties": {
74
+ "cnr_id": "comfy-core",
75
+ "ver": "0.3.48",
76
+ "Node name for S&R": "LoraLoaderModelOnly"
77
+ },
78
+ "widgets_values": [
79
+ "qwen_image_edit_2511_upscale.safetensors",
80
+ 1
81
+ ],
82
+ "title": "LoRA: Upscale2K"
83
+ },
84
+ {
85
+ "id": 116,
86
+ "type": "LoraLoaderModelOnly",
87
+ "pos": [
88
+ 10,
89
+ 195
90
+ ],
91
+ "size": [
92
+ 330,
93
+ 82
94
+ ],
95
+ "flags": {},
96
+ "order": 5,
97
+ "mode": 0,
98
+ "inputs": [
99
+ {
100
+ "name": "model",
101
+ "type": "MODEL",
102
+ "link": 6
103
+ }
104
+ ],
105
+ "outputs": [
106
+ {
107
+ "name": "MODEL",
108
+ "type": "MODEL",
109
+ "slot_index": 0,
110
+ "links": [
111
+ 7
112
+ ]
113
+ }
114
+ ],
115
+ "properties": {
116
+ "cnr_id": "comfy-core",
117
+ "ver": "0.3.48",
118
+ "Node name for S&R": "LoraLoaderModelOnly"
119
+ },
120
+ "widgets_values": [
121
+ "Qwen-Image-Edit-2511-Lightning-8steps-V1.0-bf16.safetensors",
122
+ 1
123
+ ],
124
+ "title": "LoRA: Lightning 8 steps"
125
+ },
126
+ {
127
+ "id": 66,
128
+ "type": "ModelSamplingAuraFlow",
129
+ "pos": [
130
+ 10,
131
+ 330
132
+ ],
133
+ "size": [
134
+ 330,
135
+ 58
136
+ ],
137
+ "flags": {},
138
+ "order": 6,
139
+ "mode": 0,
140
+ "inputs": [
141
+ {
142
+ "name": "model",
143
+ "type": "MODEL",
144
+ "link": 7
145
+ }
146
+ ],
147
+ "outputs": [
148
+ {
149
+ "name": "MODEL",
150
+ "type": "MODEL",
151
+ "slot_index": 0,
152
+ "links": [
153
+ 8
154
+ ]
155
+ }
156
+ ],
157
+ "properties": {
158
+ "cnr_id": "comfy-core",
159
+ "ver": "0.3.48",
160
+ "Node name for S&R": "ModelSamplingAuraFlow"
161
+ },
162
+ "widgets_values": [
163
+ 3.1000000000000005
164
+ ]
165
+ },
166
+ {
167
+ "id": 38,
168
+ "type": "CLIPLoader",
169
+ "pos": [
170
+ 10,
171
+ 440
172
+ ],
173
+ "size": [
174
+ 330,
175
+ 110
176
+ ],
177
+ "flags": {},
178
+ "order": 1,
179
+ "mode": 0,
180
+ "inputs": [],
181
+ "outputs": [
182
+ {
183
+ "name": "CLIP",
184
+ "type": "CLIP",
185
+ "slot_index": 0,
186
+ "links": [
187
+ 1,
188
+ 2
189
+ ]
190
+ }
191
+ ],
192
+ "properties": {
193
+ "cnr_id": "comfy-core",
194
+ "ver": "0.3.48",
195
+ "Node name for S&R": "CLIPLoader"
196
+ },
197
+ "widgets_values": [
198
+ "qwen_2.5_vl_7b.safetensors",
199
+ "qwen_image",
200
+ "default"
201
+ ]
202
+ },
203
+ {
204
+ "id": 39,
205
+ "type": "VAELoader",
206
+ "pos": [
207
+ 10,
208
+ 600
209
+ ],
210
+ "size": [
211
+ 330,
212
+ 60
213
+ ],
214
+ "flags": {},
215
+ "order": 2,
216
+ "mode": 0,
217
+ "inputs": [],
218
+ "outputs": [
219
+ {
220
+ "name": "VAE",
221
+ "type": "VAE",
222
+ "slot_index": 0,
223
+ "links": [
224
+ 3,
225
+ 4
226
+ ]
227
+ }
228
+ ],
229
+ "properties": {
230
+ "cnr_id": "comfy-core",
231
+ "ver": "0.3.48",
232
+ "Node name for S&R": "VAELoader"
233
+ },
234
+ "widgets_values": [
235
+ "qwen_image_vae.safetensors"
236
+ ]
237
+ },
238
+ {
239
+ "id": 103,
240
+ "type": "LoadImage",
241
+ "pos": [
242
+ -640,
243
+ -30
244
+ ],
245
+ "size": [
246
+ 270,
247
+ 330
248
+ ],
249
+ "flags": {},
250
+ "order": 3,
251
+ "mode": 0,
252
+ "inputs": [],
253
+ "outputs": [
254
+ {
255
+ "name": "IMAGE",
256
+ "type": "IMAGE",
257
+ "slot_index": 0,
258
+ "links": [
259
+ 14
260
+ ]
261
+ },
262
+ {
263
+ "name": "MASK",
264
+ "type": "MASK",
265
+ "links": null
266
+ }
267
+ ],
268
+ "properties": {
269
+ "cnr_id": "comfy-core",
270
+ "ver": "0.3.48",
271
+ "Node name for S&R": "LoadImage"
272
+ },
273
+ "widgets_values": [
274
+ "test.jpg",
275
+ "image"
276
+ ]
277
+ },
278
+ {
279
+ "id": 120,
280
+ "type": "ImageScaleToMaxDimension",
281
+ "pos": [
282
+ -330,
283
+ -30
284
+ ],
285
+ "size": [
286
+ 280,
287
+ 82
288
+ ],
289
+ "flags": {},
290
+ "order": 7,
291
+ "mode": 0,
292
+ "inputs": [
293
+ {
294
+ "name": "image",
295
+ "type": "IMAGE",
296
+ "link": 14
297
+ }
298
+ ],
299
+ "outputs": [
300
+ {
301
+ "name": "IMAGE",
302
+ "type": "IMAGE",
303
+ "slot_index": 0,
304
+ "links": [
305
+ 15,
306
+ 16
307
+ ]
308
+ }
309
+ ],
310
+ "properties": {
311
+ "cnr_id": "comfy-core",
312
+ "ver": "0.3.48",
313
+ "Node name for S&R": "ImageScaleToMaxDimension"
314
+ },
315
+ "widgets_values": [
316
+ "lanczos",
317
+ 2048
318
+ ]
319
+ },
320
+ {
321
+ "id": 121,
322
+ "type": "GetImageSize",
323
+ "pos": [
324
+ -330,
325
+ 110
326
+ ],
327
+ "size": [
328
+ 280,
329
+ 66
330
+ ],
331
+ "flags": {},
332
+ "order": 8,
333
+ "mode": 0,
334
+ "inputs": [
335
+ {
336
+ "name": "image",
337
+ "type": "IMAGE",
338
+ "link": 16
339
+ }
340
+ ],
341
+ "outputs": [
342
+ {
343
+ "name": "width",
344
+ "type": "INT",
345
+ "slot_index": 0,
346
+ "links": [
347
+ 17
348
+ ]
349
+ },
350
+ {
351
+ "name": "height",
352
+ "type": "INT",
353
+ "slot_index": 1,
354
+ "links": [
355
+ 18
356
+ ]
357
+ },
358
+ {
359
+ "name": "batch_size",
360
+ "type": "INT",
361
+ "slot_index": 2,
362
+ "links": null
363
+ }
364
+ ],
365
+ "properties": {
366
+ "cnr_id": "comfy-core",
367
+ "ver": "0.3.48",
368
+ "Node name for S&R": "GetImageSize"
369
+ },
370
+ "widgets_values": []
371
+ },
372
+ {
373
+ "id": 122,
374
+ "type": "EmptySD3LatentImage",
375
+ "pos": [
376
+ -330,
377
+ 230
378
+ ],
379
+ "size": [
380
+ 280,
381
+ 106
382
+ ],
383
+ "flags": {},
384
+ "order": 9,
385
+ "mode": 0,
386
+ "inputs": [
387
+ {
388
+ "name": "width",
389
+ "type": "INT",
390
+ "widget": {
391
+ "name": "width"
392
+ },
393
+ "link": 17
394
+ },
395
+ {
396
+ "name": "height",
397
+ "type": "INT",
398
+ "widget": {
399
+ "name": "height"
400
+ },
401
+ "link": 18
402
+ }
403
+ ],
404
+ "outputs": [
405
+ {
406
+ "name": "LATENT",
407
+ "type": "LATENT",
408
+ "slot_index": 0,
409
+ "links": [
410
+ 11
411
+ ]
412
+ }
413
+ ],
414
+ "properties": {
415
+ "cnr_id": "comfy-core",
416
+ "ver": "0.3.48",
417
+ "Node name for S&R": "EmptySD3LatentImage"
418
+ },
419
+ "widgets_values": [
420
+ 1024,
421
+ 1024,
422
+ 1
423
+ ]
424
+ },
425
+ {
426
+ "id": 101,
427
+ "type": "TextEncodeQwenImageEditPlus",
428
+ "pos": [
429
+ 400,
430
+ 40
431
+ ],
432
+ "size": [
433
+ 330,
434
+ 175
435
+ ],
436
+ "flags": {},
437
+ "order": 10,
438
+ "mode": 0,
439
+ "inputs": [
440
+ {
441
+ "name": "clip",
442
+ "type": "CLIP",
443
+ "link": 2
444
+ },
445
+ {
446
+ "name": "vae",
447
+ "shape": 7,
448
+ "type": "VAE",
449
+ "link": 4
450
+ },
451
+ {
452
+ "name": "image1",
453
+ "shape": 7,
454
+ "type": "IMAGE",
455
+ "link": 15
456
+ },
457
+ {
458
+ "name": "image2",
459
+ "shape": 7,
460
+ "type": "IMAGE",
461
+ "link": null
462
+ },
463
+ {
464
+ "name": "image3",
465
+ "shape": 7,
466
+ "type": "IMAGE",
467
+ "link": null
468
+ }
469
+ ],
470
+ "outputs": [
471
+ {
472
+ "name": "CONDITIONING",
473
+ "type": "CONDITIONING",
474
+ "slot_index": 0,
475
+ "links": [
476
+ 9
477
+ ]
478
+ }
479
+ ],
480
+ "properties": {
481
+ "cnr_id": "comfy-core",
482
+ "ver": "0.3.59",
483
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
484
+ },
485
+ "widgets_values": [
486
+ "Upscale this picture to 4K resolution."
487
+ ]
488
+ },
489
+ {
490
+ "id": 7,
491
+ "type": "CLIPTextEncode",
492
+ "pos": [
493
+ 400,
494
+ 270
495
+ ],
496
+ "size": [
497
+ 330,
498
+ 120
499
+ ],
500
+ "flags": {},
501
+ "order": 11,
502
+ "mode": 0,
503
+ "inputs": [
504
+ {
505
+ "name": "clip",
506
+ "type": "CLIP",
507
+ "link": 1
508
+ }
509
+ ],
510
+ "outputs": [
511
+ {
512
+ "name": "CONDITIONING",
513
+ "type": "CONDITIONING",
514
+ "slot_index": 0,
515
+ "links": [
516
+ 10
517
+ ]
518
+ }
519
+ ],
520
+ "properties": {
521
+ "cnr_id": "comfy-core",
522
+ "ver": "0.3.48",
523
+ "Node name for S&R": "CLIPTextEncode"
524
+ },
525
+ "widgets_values": [
526
+ ""
527
+ ],
528
+ "title": "CLIP Text Encode (Negative Prompt)"
529
+ },
530
+ {
531
+ "id": 3,
532
+ "type": "KSampler",
533
+ "pos": [
534
+ 780,
535
+ 40
536
+ ],
537
+ "size": [
538
+ 280,
539
+ 474
540
+ ],
541
+ "flags": {},
542
+ "order": 12,
543
+ "mode": 0,
544
+ "inputs": [
545
+ {
546
+ "name": "model",
547
+ "type": "MODEL",
548
+ "link": 8
549
+ },
550
+ {
551
+ "name": "positive",
552
+ "type": "CONDITIONING",
553
+ "link": 9
554
+ },
555
+ {
556
+ "name": "negative",
557
+ "type": "CONDITIONING",
558
+ "link": 10
559
+ },
560
+ {
561
+ "name": "latent_image",
562
+ "type": "LATENT",
563
+ "link": 11
564
+ }
565
+ ],
566
+ "outputs": [
567
+ {
568
+ "name": "LATENT",
569
+ "type": "LATENT",
570
+ "slot_index": 0,
571
+ "links": [
572
+ 12
573
+ ]
574
+ }
575
+ ],
576
+ "properties": {
577
+ "cnr_id": "comfy-core",
578
+ "ver": "0.3.48",
579
+ "Node name for S&R": "KSampler"
580
+ },
581
+ "widgets_values": [
582
+ 42,
583
+ "randomize",
584
+ 8,
585
+ 1,
586
+ "euler",
587
+ "simple",
588
+ 1
589
+ ]
590
+ },
591
+ {
592
+ "id": 8,
593
+ "type": "VAEDecode",
594
+ "pos": [
595
+ 1100,
596
+ 40
597
+ ],
598
+ "size": [
599
+ 210,
600
+ 46
601
+ ],
602
+ "flags": {},
603
+ "order": 13,
604
+ "mode": 0,
605
+ "inputs": [
606
+ {
607
+ "name": "samples",
608
+ "type": "LATENT",
609
+ "link": 12
610
+ },
611
+ {
612
+ "name": "vae",
613
+ "type": "VAE",
614
+ "link": 3
615
+ }
616
+ ],
617
+ "outputs": [
618
+ {
619
+ "name": "IMAGE",
620
+ "type": "IMAGE",
621
+ "slot_index": 0,
622
+ "links": [
623
+ 13
624
+ ]
625
+ }
626
+ ],
627
+ "properties": {
628
+ "cnr_id": "comfy-core",
629
+ "ver": "0.3.48",
630
+ "Node name for S&R": "VAEDecode"
631
+ },
632
+ "widgets_values": []
633
+ },
634
+ {
635
+ "id": 98,
636
+ "type": "SaveImage",
637
+ "pos": [
638
+ 1100,
639
+ 140
640
+ ],
641
+ "size": [
642
+ 320,
643
+ 380
644
+ ],
645
+ "flags": {},
646
+ "order": 14,
647
+ "mode": 0,
648
+ "inputs": [
649
+ {
650
+ "name": "images",
651
+ "type": "IMAGE",
652
+ "link": 13
653
+ }
654
+ ],
655
+ "outputs": [],
656
+ "properties": {
657
+ "cnr_id": "comfy-core",
658
+ "ver": "0.3.48",
659
+ "Node name for S&R": "SaveImage"
660
+ },
661
+ "widgets_values": [
662
+ "qwen-edit-upscale-2k"
663
+ ]
664
+ }
665
+ ],
666
+ "links": [
667
+ [
668
+ 1,
669
+ 38,
670
+ 0,
671
+ 7,
672
+ 0,
673
+ "CLIP"
674
+ ],
675
+ [
676
+ 2,
677
+ 38,
678
+ 0,
679
+ 101,
680
+ 0,
681
+ "CLIP"
682
+ ],
683
+ [
684
+ 3,
685
+ 39,
686
+ 0,
687
+ 8,
688
+ 1,
689
+ "VAE"
690
+ ],
691
+ [
692
+ 4,
693
+ 39,
694
+ 0,
695
+ 101,
696
+ 1,
697
+ "VAE"
698
+ ],
699
+ [
700
+ 5,
701
+ 114,
702
+ 0,
703
+ 117,
704
+ 0,
705
+ "MODEL"
706
+ ],
707
+ [
708
+ 6,
709
+ 117,
710
+ 0,
711
+ 116,
712
+ 0,
713
+ "MODEL"
714
+ ],
715
+ [
716
+ 7,
717
+ 116,
718
+ 0,
719
+ 66,
720
+ 0,
721
+ "MODEL"
722
+ ],
723
+ [
724
+ 8,
725
+ 66,
726
+ 0,
727
+ 3,
728
+ 0,
729
+ "MODEL"
730
+ ],
731
+ [
732
+ 9,
733
+ 101,
734
+ 0,
735
+ 3,
736
+ 1,
737
+ "CONDITIONING"
738
+ ],
739
+ [
740
+ 10,
741
+ 7,
742
+ 0,
743
+ 3,
744
+ 2,
745
+ "CONDITIONING"
746
+ ],
747
+ [
748
+ 11,
749
+ 122,
750
+ 0,
751
+ 3,
752
+ 3,
753
+ "LATENT"
754
+ ],
755
+ [
756
+ 12,
757
+ 3,
758
+ 0,
759
+ 8,
760
+ 0,
761
+ "LATENT"
762
+ ],
763
+ [
764
+ 13,
765
+ 8,
766
+ 0,
767
+ 98,
768
+ 0,
769
+ "IMAGE"
770
+ ],
771
+ [
772
+ 14,
773
+ 103,
774
+ 0,
775
+ 120,
776
+ 0,
777
+ "IMAGE"
778
+ ],
779
+ [
780
+ 15,
781
+ 120,
782
+ 0,
783
+ 101,
784
+ 2,
785
+ "IMAGE"
786
+ ],
787
+ [
788
+ 16,
789
+ 120,
790
+ 0,
791
+ 121,
792
+ 0,
793
+ "IMAGE"
794
+ ],
795
+ [
796
+ 17,
797
+ 121,
798
+ 0,
799
+ 122,
800
+ 0,
801
+ "INT"
802
+ ],
803
+ [
804
+ 18,
805
+ 121,
806
+ 1,
807
+ 122,
808
+ 1,
809
+ "INT"
810
+ ]
811
+ ],
812
+ "groups": [
813
+ {
814
+ "id": 1,
815
+ "title": "Models",
816
+ "bounding": [
817
+ -10,
818
+ -150,
819
+ 370,
820
+ 830
821
+ ],
822
+ "color": "#3f789e",
823
+ "font_size": 24,
824
+ "flags": {}
825
+ },
826
+ {
827
+ "id": 2,
828
+ "title": "Input",
829
+ "bounding": [
830
+ -660,
831
+ -110,
832
+ 630,
833
+ 480
834
+ ],
835
+ "color": "#3f789e",
836
+ "font_size": 24,
837
+ "flags": {}
838
+ },
839
+ {
840
+ "id": 3,
841
+ "title": "Sampling",
842
+ "bounding": [
843
+ 380,
844
+ -40,
845
+ 700,
846
+ 580
847
+ ],
848
+ "color": "#3f789e",
849
+ "font_size": 24,
850
+ "flags": {}
851
+ },
852
+ {
853
+ "id": 4,
854
+ "title": "Result",
855
+ "bounding": [
856
+ 1090,
857
+ -40,
858
+ 350,
859
+ 580
860
+ ],
861
+ "color": "#3f789e",
862
+ "font_size": 24,
863
+ "flags": {}
864
+ }
865
+ ],
866
+ "config": {},
867
+ "extra": {
868
+ "frontendVersion": "1.45.20"
869
+ },
870
+ "version": 0.4
871
+ }