comfyui-workflow-templates 0.1.35__py3-none-any.whl → 0.1.37__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. comfyui_workflow_templates/templates/3d_hunyuan3d_image_to_model-1.webp +0 -0
  2. comfyui_workflow_templates/templates/3d_hunyuan3d_image_to_model.json +317 -288
  3. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model-1.webp +0 -0
  4. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model-2.webp +0 -0
  5. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model.json +272 -236
  6. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo-1.webp +0 -0
  7. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo-2.webp +0 -0
  8. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo.json +203 -167
  9. comfyui_workflow_templates/templates/area_composition-1.webp +0 -0
  10. comfyui_workflow_templates/templates/area_composition.json +1158 -519
  11. comfyui_workflow_templates/templates/area_composition_square_area_for_subject-1.webp +0 -0
  12. comfyui_workflow_templates/templates/area_composition_square_area_for_subject.json +856 -363
  13. comfyui_workflow_templates/templates/audio_stable_audio_example.json +201 -48
  14. comfyui_workflow_templates/templates/controlnet_example.json +625 -208
  15. comfyui_workflow_templates/templates/flux_kontext_dev_grouped.json +245 -1085
  16. comfyui_workflow_templates/templates/flux_redux_model_example.json +1112 -617
  17. comfyui_workflow_templates/templates/hiresfix_latent_workflow-1.webp +0 -0
  18. comfyui_workflow_templates/templates/hiresfix_latent_workflow-2.webp +0 -0
  19. comfyui_workflow_templates/templates/hiresfix_latent_workflow.json +556 -215
  20. comfyui_workflow_templates/templates/image2image.json +434 -124
  21. comfyui_workflow_templates/templates/image_lotus_depth_v1_1.json +35 -22
  22. comfyui_workflow_templates/templates/index.json +3 -11
  23. comfyui_workflow_templates/templates/inpaint_example.json +473 -157
  24. comfyui_workflow_templates/templates/inpaint_model_outpainting.json +507 -175
  25. comfyui_workflow_templates/templates/latent_upscale_different_prompt_model-1.webp +0 -0
  26. comfyui_workflow_templates/templates/latent_upscale_different_prompt_model.json +682 -275
  27. comfyui_workflow_templates/templates/video_wan_vace_14B_ref2v.json +187 -187
  28. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +151 -151
  29. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +139 -139
  30. comfyui_workflow_templates/templates/video_wan_vace_flf2v.json +182 -182
  31. comfyui_workflow_templates/templates/video_wan_vace_inpainting.json +141 -167
  32. comfyui_workflow_templates/templates/video_wan_vace_outpainting.json +34 -34
  33. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.37.dist-info}/METADATA +1 -1
  34. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.37.dist-info}/RECORD +37 -39
  35. comfyui_workflow_templates/templates/area_composition_reversed-1.webp +0 -0
  36. comfyui_workflow_templates/templates/area_composition_reversed.json +0 -967
  37. comfyui_workflow_templates/templates/flux_dev_example.json +0 -771
  38. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.37.dist-info}/WHEEL +0 -0
  39. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.37.dist-info}/licenses/LICENSE +0 -0
  40. {comfyui_workflow_templates-0.1.35.dist-info → comfyui_workflow_templates-0.1.37.dist-info}/top_level.txt +0 -0
@@ -1,161 +1,208 @@
1
1
  {
2
- "last_node_id": 33,
3
- "last_link_id": 62,
2
+ "id": "e1a07aa5-d763-48f2-aa3a-6c64ab0e371d",
3
+ "revision": 0,
4
+ "last_node_id": 34,
5
+ "last_link_id": 65,
4
6
  "nodes": [
5
7
  {
6
- "id": 4,
7
- "type": "CheckpointLoaderSimple",
8
- "pos": [-60, 229],
9
- "size": [315, 98],
8
+ "id": 22,
9
+ "type": "CLIPSetLastLayer",
10
+ "pos": [
11
+ 0,
12
+ 1030
13
+ ],
14
+ "size": [
15
+ 315,
16
+ 58
17
+ ],
10
18
  "flags": {},
11
- "order": 0,
19
+ "order": 6,
12
20
  "mode": 0,
13
- "inputs": [],
14
- "outputs": [
15
- {
16
- "name": "MODEL",
17
- "type": "MODEL",
18
- "links": [54],
19
- "slot_index": 0
20
- },
21
+ "inputs": [
21
22
  {
22
- "name": "CLIP",
23
+ "name": "clip",
23
24
  "type": "CLIP",
24
- "links": [3, 5],
25
- "slot_index": 1
26
- },
27
- {
28
- "name": "VAE",
29
- "type": "VAE",
30
- "links": [8, 31],
31
- "slot_index": 2
25
+ "link": 27
32
26
  }
33
27
  ],
34
- "properties": {
35
- "Node name for S&R": "CheckpointLoaderSimple"
36
- },
37
- "widgets_values": ["wd-illusion-fp16.safetensors"]
38
- },
39
- {
40
- "id": 13,
41
- "type": "CheckpointLoaderSimple",
42
- "pos": [1296, -571],
43
- "size": [315, 98],
44
- "flags": {},
45
- "order": 1,
46
- "mode": 0,
47
- "inputs": [],
48
28
  "outputs": [
49
- {
50
- "name": "MODEL",
51
- "type": "MODEL",
52
- "links": [56],
53
- "slot_index": 0
54
- },
55
29
  {
56
30
  "name": "CLIP",
57
31
  "type": "CLIP",
58
- "links": [27],
59
- "slot_index": 1
60
- },
61
- {
62
- "name": "VAE",
63
- "type": "VAE",
64
- "links": null
32
+ "slot_index": 0,
33
+ "links": [
34
+ 13,
35
+ 14
36
+ ]
65
37
  }
66
38
  ],
67
39
  "properties": {
68
- "Node name for S&R": "CheckpointLoaderSimple"
40
+ "cnr_id": "comfy-core",
41
+ "ver": "0.3.44",
42
+ "Node name for S&R": "CLIPSetLastLayer"
69
43
  },
70
- "widgets_values": ["cardosAnime_v10.safetensors"]
44
+ "widgets_values": [
45
+ -2
46
+ ]
71
47
  },
72
48
  {
73
- "id": 6,
49
+ "id": 7,
74
50
  "type": "CLIPTextEncode",
75
- "pos": [370, 40],
76
- "size": [510, 220],
51
+ "pos": [
52
+ 390,
53
+ 300
54
+ ],
55
+ "size": [
56
+ 410,
57
+ 190
58
+ ],
77
59
  "flags": {},
78
- "order": 4,
60
+ "order": 5,
79
61
  "mode": 0,
80
62
  "inputs": [
81
63
  {
82
64
  "name": "clip",
83
65
  "type": "CLIP",
84
- "link": 3
66
+ "link": 5
85
67
  }
86
68
  ],
87
69
  "outputs": [
88
70
  {
89
71
  "name": "CONDITIONING",
90
72
  "type": "CONDITIONING",
91
- "links": [4],
92
- "slot_index": 0
73
+ "slot_index": 0,
74
+ "links": [
75
+ 6
76
+ ]
93
77
  }
94
78
  ],
95
79
  "properties": {
80
+ "cnr_id": "comfy-core",
81
+ "ver": "0.3.44",
96
82
  "Node name for S&R": "CLIPTextEncode"
97
83
  },
98
84
  "widgets_values": [
99
- "anime happy girl (fennec:1.2) (ears:1.3) blonde long (messy hair:1.1) blue eyes, wearing serafuku jeans (sitting on rock:1.15) (spread legs:1.15) (sneakers:0.95) in lake rural swiss village on the mountain side sky clouds HDR sunset\n(exceptional, best aesthetic, new, newest, best quality, masterpiece, extremely detailed, anime:1.05)\n"
100
- ]
85
+ "lowres, bad anatomy, bad hands, (text:1.1), blurry, mutated hands and fingers, mutation, deformed face, ugly, (logo:1.1), cropped, worst quality, jpeg, (jpeg artifacts), deleted, old, oldest, (censored), (bad aesthetic), (mosaic censoring, bar censor, blur censor) earphones"
86
+ ],
87
+ "color": "#223",
88
+ "bgcolor": "#335"
101
89
  },
102
90
  {
103
- "id": 7,
104
- "type": "CLIPTextEncode",
105
- "pos": [370, 300],
106
- "size": [510, 190],
91
+ "id": 3,
92
+ "type": "KSampler",
93
+ "pos": [
94
+ 830,
95
+ 40
96
+ ],
97
+ "size": [
98
+ 318.5,
99
+ 474
100
+ ],
107
101
  "flags": {},
108
- "order": 5,
102
+ "order": 7,
109
103
  "mode": 0,
110
104
  "inputs": [
111
105
  {
112
- "name": "clip",
113
- "type": "CLIP",
114
- "link": 5
106
+ "name": "model",
107
+ "type": "MODEL",
108
+ "link": 54
109
+ },
110
+ {
111
+ "name": "positive",
112
+ "type": "CONDITIONING",
113
+ "link": 4
114
+ },
115
+ {
116
+ "name": "negative",
117
+ "type": "CONDITIONING",
118
+ "link": 6
119
+ },
120
+ {
121
+ "name": "latent_image",
122
+ "type": "LATENT",
123
+ "link": 2
115
124
  }
116
125
  ],
117
126
  "outputs": [
118
127
  {
119
- "name": "CONDITIONING",
120
- "type": "CONDITIONING",
121
- "links": [6],
122
- "slot_index": 0
128
+ "name": "LATENT",
129
+ "type": "LATENT",
130
+ "slot_index": 0,
131
+ "links": [
132
+ 7,
133
+ 64
134
+ ]
123
135
  }
124
136
  ],
125
137
  "properties": {
126
- "Node name for S&R": "CLIPTextEncode"
138
+ "cnr_id": "comfy-core",
139
+ "ver": "0.3.44",
140
+ "Node name for S&R": "KSampler"
127
141
  },
128
142
  "widgets_values": [
129
- "lowres, bad anatomy, bad hands, (text:1.1), blurry, mutated hands and fingers, mutation, deformed face, ugly, (logo:1.1), cropped, worst quality, jpeg, (jpeg artifacts), deleted, old, oldest, (censored), (bad aesthetic), (mosaic censoring, bar censor, blur censor) earphones"
143
+ 749119555793879,
144
+ "randomize",
145
+ 14,
146
+ 8,
147
+ "dpmpp_sde",
148
+ "simple",
149
+ 1
130
150
  ]
131
151
  },
132
152
  {
133
- "id": 5,
134
- "type": "EmptyLatentImage",
135
- "pos": [560, 540],
136
- "size": [315, 106],
153
+ "id": 11,
154
+ "type": "VAEDecode",
155
+ "pos": [
156
+ 930,
157
+ 1240
158
+ ],
159
+ "size": [
160
+ 210,
161
+ 46
162
+ ],
137
163
  "flags": {},
138
- "order": 2,
164
+ "order": 14,
139
165
  "mode": 0,
140
- "inputs": [],
141
- "outputs": [
166
+ "inputs": [
142
167
  {
143
- "name": "LATENT",
168
+ "name": "samples",
144
169
  "type": "LATENT",
145
- "links": [2],
146
- "slot_index": 0
170
+ "link": 60
171
+ },
172
+ {
173
+ "name": "vae",
174
+ "type": "VAE",
175
+ "link": 63
176
+ }
177
+ ],
178
+ "outputs": [
179
+ {
180
+ "name": "IMAGE",
181
+ "type": "IMAGE",
182
+ "slot_index": 0,
183
+ "links": [
184
+ 12
185
+ ]
147
186
  }
148
187
  ],
149
188
  "properties": {
150
- "Node name for S&R": "EmptyLatentImage"
189
+ "cnr_id": "comfy-core",
190
+ "ver": "0.3.44",
191
+ "Node name for S&R": "VAEDecode"
151
192
  },
152
- "widgets_values": [1368, 768, 1]
193
+ "widgets_values": []
153
194
  },
154
195
  {
155
196
  "id": 8,
156
197
  "type": "VAEDecode",
157
- "pos": [1280, 140],
158
- "size": [210, 46],
198
+ "pos": [
199
+ 920,
200
+ -60
201
+ ],
202
+ "size": [
203
+ 210,
204
+ 46
205
+ ],
159
206
  "flags": {},
160
207
  "order": 10,
161
208
  "mode": 0,
@@ -175,179 +222,407 @@
175
222
  {
176
223
  "name": "IMAGE",
177
224
  "type": "IMAGE",
178
- "links": [10],
179
- "slot_index": 0
225
+ "slot_index": 0,
226
+ "links": [
227
+ 10
228
+ ]
180
229
  }
181
230
  ],
182
231
  "properties": {
232
+ "cnr_id": "comfy-core",
233
+ "ver": "0.3.44",
183
234
  "Node name for S&R": "VAEDecode"
184
235
  },
185
236
  "widgets_values": []
186
237
  },
187
238
  {
188
- "id": 10,
189
- "type": "SaveImage",
190
- "pos": [1540, 140],
191
- "size": [1174.13, 734.16],
239
+ "id": 33,
240
+ "type": "MarkdownNote",
241
+ "pos": [
242
+ -370,
243
+ 40
244
+ ],
245
+ "size": [
246
+ 330,
247
+ 190
248
+ ],
192
249
  "flags": {},
193
- "order": 12,
250
+ "order": 0,
251
+ "mode": 0,
252
+ "inputs": [],
253
+ "outputs": [],
254
+ "properties": {},
255
+ "widgets_values": [
256
+ "### Learn more about this workflow\n\n> [Latent Upscale - ComfyUI_examples](https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples) — Overview\n> \n> [ComfyUI Image Upscale - docs.comfy.org](https://docs.comfy.org/tutorials/basic/upscale) — Upscaling step-by-step tutorial"
257
+ ],
258
+ "color": "#432",
259
+ "bgcolor": "#653"
260
+ },
261
+ {
262
+ "id": 34,
263
+ "type": "LatentUpscaleBy",
264
+ "pos": [
265
+ 400,
266
+ 730
267
+ ],
268
+ "size": [
269
+ 270,
270
+ 82
271
+ ],
272
+ "flags": {},
273
+ "order": 11,
194
274
  "mode": 0,
195
275
  "inputs": [
196
276
  {
197
- "name": "images",
198
- "type": "IMAGE",
199
- "link": 10
277
+ "name": "samples",
278
+ "type": "LATENT",
279
+ "link": 64
200
280
  }
201
281
  ],
202
- "outputs": [],
203
- "properties": {},
204
- "widgets_values": ["ComfyUI"]
282
+ "outputs": [
283
+ {
284
+ "name": "LATENT",
285
+ "type": "LATENT",
286
+ "links": [
287
+ 65
288
+ ]
289
+ }
290
+ ],
291
+ "properties": {
292
+ "cnr_id": "comfy-core",
293
+ "ver": "0.3.44",
294
+ "Node name for S&R": "LatentUpscaleBy"
295
+ },
296
+ "widgets_values": [
297
+ "nearest-exact",
298
+ 1.5
299
+ ],
300
+ "color": "#322",
301
+ "bgcolor": "#533"
205
302
  },
206
303
  {
207
- "id": 22,
208
- "type": "CLIPSetLastLayer",
209
- "pos": [1670, -550],
210
- "size": [315, 58],
304
+ "id": 4,
305
+ "type": "CheckpointLoaderSimple",
306
+ "pos": [
307
+ 30,
308
+ 40
309
+ ],
310
+ "size": [
311
+ 315,
312
+ 98
313
+ ],
211
314
  "flags": {},
212
- "order": 6,
315
+ "order": 1,
213
316
  "mode": 0,
214
- "inputs": [
317
+ "inputs": [],
318
+ "outputs": [
215
319
  {
216
- "name": "clip",
320
+ "name": "MODEL",
321
+ "type": "MODEL",
322
+ "slot_index": 0,
323
+ "links": [
324
+ 54
325
+ ]
326
+ },
327
+ {
328
+ "name": "CLIP",
217
329
  "type": "CLIP",
218
- "link": 27
330
+ "slot_index": 1,
331
+ "links": [
332
+ 3,
333
+ 5
334
+ ]
335
+ },
336
+ {
337
+ "name": "VAE",
338
+ "type": "VAE",
339
+ "slot_index": 2,
340
+ "links": [
341
+ 8
342
+ ]
219
343
  }
220
344
  ],
345
+ "properties": {
346
+ "cnr_id": "comfy-core",
347
+ "ver": "0.3.44",
348
+ "Node name for S&R": "CheckpointLoaderSimple",
349
+ "models": [
350
+ {
351
+ "name": "DreamShaper_8_pruned.safetensors",
352
+ "url": "https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors",
353
+ "directory": "checkpoints"
354
+ }
355
+ ]
356
+ },
357
+ "widgets_values": [
358
+ "DreamShaper_8_pruned.safetensors"
359
+ ],
360
+ "color": "#322",
361
+ "bgcolor": "#533"
362
+ },
363
+ {
364
+ "id": 13,
365
+ "type": "CheckpointLoaderSimple",
366
+ "pos": [
367
+ 0,
368
+ 880
369
+ ],
370
+ "size": [
371
+ 315,
372
+ 98
373
+ ],
374
+ "flags": {},
375
+ "order": 2,
376
+ "mode": 0,
377
+ "inputs": [],
221
378
  "outputs": [
379
+ {
380
+ "name": "MODEL",
381
+ "type": "MODEL",
382
+ "slot_index": 0,
383
+ "links": [
384
+ 56
385
+ ]
386
+ },
222
387
  {
223
388
  "name": "CLIP",
224
389
  "type": "CLIP",
225
- "links": [13, 14],
226
- "slot_index": 0
390
+ "slot_index": 1,
391
+ "links": [
392
+ 27
393
+ ]
394
+ },
395
+ {
396
+ "name": "VAE",
397
+ "type": "VAE",
398
+ "links": [
399
+ 63
400
+ ]
227
401
  }
228
402
  ],
229
403
  "properties": {
230
- "Node name for S&R": "CLIPSetLastLayer"
404
+ "cnr_id": "comfy-core",
405
+ "ver": "0.3.44",
406
+ "Node name for S&R": "CheckpointLoaderSimple",
407
+ "models": [
408
+ {
409
+ "name": "v1-5-pruned-emaonly-fp16.safetensors",
410
+ "url": "https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors",
411
+ "directory": "checkpoints"
412
+ }
413
+ ]
231
414
  },
232
- "widgets_values": [-2]
415
+ "widgets_values": [
416
+ "v1-5-pruned-emaonly-fp16.safetensors"
417
+ ],
418
+ "color": "#322",
419
+ "bgcolor": "#533"
233
420
  },
234
421
  {
235
- "id": 15,
422
+ "id": 5,
423
+ "type": "EmptyLatentImage",
424
+ "pos": [
425
+ 30,
426
+ 240
427
+ ],
428
+ "size": [
429
+ 315,
430
+ 106
431
+ ],
432
+ "flags": {},
433
+ "order": 3,
434
+ "mode": 0,
435
+ "inputs": [],
436
+ "outputs": [
437
+ {
438
+ "name": "LATENT",
439
+ "type": "LATENT",
440
+ "slot_index": 0,
441
+ "links": [
442
+ 2
443
+ ]
444
+ }
445
+ ],
446
+ "properties": {
447
+ "cnr_id": "comfy-core",
448
+ "ver": "0.3.44",
449
+ "Node name for S&R": "EmptyLatentImage"
450
+ },
451
+ "widgets_values": [
452
+ 512,
453
+ 512,
454
+ 1
455
+ ],
456
+ "color": "#323",
457
+ "bgcolor": "#535"
458
+ },
459
+ {
460
+ "id": 14,
236
461
  "type": "CLIPTextEncode",
237
- "pos": [2060, -920],
238
- "size": [662.38, 313.1],
462
+ "pos": [
463
+ 390,
464
+ 1170
465
+ ],
466
+ "size": [
467
+ 410,
468
+ 200
469
+ ],
239
470
  "flags": {},
240
- "order": 9,
471
+ "order": 8,
241
472
  "mode": 0,
242
473
  "inputs": [
243
474
  {
244
475
  "name": "clip",
245
476
  "type": "CLIP",
246
- "link": 14
477
+ "link": 13
247
478
  }
248
479
  ],
249
480
  "outputs": [
250
481
  {
251
482
  "name": "CONDITIONING",
252
483
  "type": "CONDITIONING",
253
- "links": [57],
254
- "slot_index": 0
484
+ "slot_index": 0,
485
+ "links": [
486
+ 58
487
+ ]
255
488
  }
256
489
  ],
257
490
  "properties": {
491
+ "cnr_id": "comfy-core",
492
+ "ver": "0.3.44",
258
493
  "Node name for S&R": "CLIPTextEncode"
259
494
  },
260
495
  "widgets_values": [
261
- "from far away anime happy girl (fennec ears:0.95) long (messy hair:1.3) blue eyes, wearing serafuku jeans sitting on rock spread legs (sneakers:0.95) in lake rural swiss village on the mountain side sky clouds HDR sunset\n"
262
- ]
496
+ "(hands), (text:1.1), letters, numbers, error, cropped, (jpeg artifacts:1.2), (signature:1.1), (watermark:1.1), username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.1), extra legs, (forehead mark) (penis)"
497
+ ],
498
+ "color": "#223",
499
+ "bgcolor": "#335"
263
500
  },
264
501
  {
265
- "id": 14,
502
+ "id": 6,
266
503
  "type": "CLIPTextEncode",
267
- "pos": [2060, -550],
268
- "size": [660, 300],
504
+ "pos": [
505
+ 390,
506
+ 40
507
+ ],
508
+ "size": [
509
+ 410,
510
+ 220
511
+ ],
269
512
  "flags": {},
270
- "order": 8,
513
+ "order": 4,
271
514
  "mode": 0,
272
515
  "inputs": [
273
516
  {
274
517
  "name": "clip",
275
518
  "type": "CLIP",
276
- "link": 13
519
+ "link": 3
277
520
  }
278
521
  ],
279
522
  "outputs": [
280
523
  {
281
524
  "name": "CONDITIONING",
282
525
  "type": "CONDITIONING",
283
- "links": [58],
284
- "slot_index": 0
526
+ "slot_index": 0,
527
+ "links": [
528
+ 4
529
+ ]
285
530
  }
286
531
  ],
287
532
  "properties": {
533
+ "cnr_id": "comfy-core",
534
+ "ver": "0.3.44",
288
535
  "Node name for S&R": "CLIPTextEncode"
289
536
  },
290
537
  "widgets_values": [
291
- "(hands), (text:1.1), letters, numbers, error, cropped, (jpeg artifacts:1.2), (signature:1.1), (watermark:1.1), username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.1), extra legs, (forehead mark) (penis)"
292
- ]
538
+ "(masterpiece) (best quality) beautiful landscape, serene lake, pine forest, snow mountain, blue sky, soft clouds, morning light, peaceful, nature\n"
539
+ ],
540
+ "color": "#232",
541
+ "bgcolor": "#353"
293
542
  },
294
543
  {
295
- "id": 11,
296
- "type": "VAEDecode",
297
- "pos": [3240, -750],
298
- "size": [210, 46],
544
+ "id": 15,
545
+ "type": "CLIPTextEncode",
546
+ "pos": [
547
+ 390,
548
+ 880
549
+ ],
550
+ "size": [
551
+ 410,
552
+ 240
553
+ ],
299
554
  "flags": {},
300
- "order": 14,
555
+ "order": 9,
301
556
  "mode": 0,
302
557
  "inputs": [
303
558
  {
304
- "name": "samples",
305
- "type": "LATENT",
306
- "link": 60
307
- },
308
- {
309
- "name": "vae",
310
- "type": "VAE",
311
- "link": 31
559
+ "name": "clip",
560
+ "type": "CLIP",
561
+ "link": 14
312
562
  }
313
563
  ],
314
564
  "outputs": [
315
565
  {
316
- "name": "IMAGE",
317
- "type": "IMAGE",
318
- "links": [12],
319
- "slot_index": 0
566
+ "name": "CONDITIONING",
567
+ "type": "CONDITIONING",
568
+ "slot_index": 0,
569
+ "links": [
570
+ 57
571
+ ]
320
572
  }
321
573
  ],
322
574
  "properties": {
323
- "Node name for S&R": "VAEDecode"
575
+ "cnr_id": "comfy-core",
576
+ "ver": "0.3.44",
577
+ "Node name for S&R": "CLIPTextEncode"
324
578
  },
325
- "widgets_values": []
579
+ "widgets_values": [
580
+ "(masterpiece) (best quality) beautiful landscape, serene lake, pine forest, snow mountain, blue sky, soft clouds, morning light, peaceful, nature, ultra-detailed, photorealistic, high resolution, intricate textures\n"
581
+ ],
582
+ "color": "#232",
583
+ "bgcolor": "#353"
326
584
  },
327
585
  {
328
- "id": 12,
586
+ "id": 10,
329
587
  "type": "SaveImage",
330
- "pos": [3540, -750],
331
- "size": [1868.09, 1101.47],
588
+ "pos": [
589
+ 1180,
590
+ 40
591
+ ],
592
+ "size": [
593
+ 600,
594
+ 650
595
+ ],
332
596
  "flags": {},
333
- "order": 15,
597
+ "order": 12,
334
598
  "mode": 0,
335
599
  "inputs": [
336
600
  {
337
601
  "name": "images",
338
602
  "type": "IMAGE",
339
- "link": 12
603
+ "link": 10
340
604
  }
341
605
  ],
342
606
  "outputs": [],
343
- "properties": {},
344
- "widgets_values": ["ComfyUI"]
607
+ "properties": {
608
+ "cnr_id": "comfy-core",
609
+ "ver": "0.3.44"
610
+ },
611
+ "widgets_values": [
612
+ "ComfyUI"
613
+ ]
345
614
  },
346
615
  {
347
616
  "id": 32,
348
617
  "type": "KSampler",
349
- "pos": [2830, -750],
350
- "size": [315, 262],
618
+ "pos": [
619
+ 830,
620
+ 880
621
+ ],
622
+ "size": [
623
+ 315,
624
+ 474
625
+ ],
351
626
  "flags": {},
352
627
  "order": 13,
353
628
  "mode": 0,
@@ -370,159 +645,291 @@
370
645
  {
371
646
  "name": "latent_image",
372
647
  "type": "LATENT",
373
- "link": 59
648
+ "link": 65
374
649
  }
375
650
  ],
376
651
  "outputs": [
377
652
  {
378
653
  "name": "LATENT",
379
654
  "type": "LATENT",
380
- "shape": 3,
381
- "links": [60],
382
- "slot_index": 0
655
+ "slot_index": 0,
656
+ "links": [
657
+ 60
658
+ ]
383
659
  }
384
660
  ],
385
661
  "properties": {
662
+ "cnr_id": "comfy-core",
663
+ "ver": "0.3.44",
386
664
  "Node name for S&R": "KSampler"
387
665
  },
388
666
  "widgets_values": [
389
- 417682270866800,
667
+ 874134555328346,
390
668
  "randomize",
391
669
  8,
392
670
  13,
393
671
  "dpmpp_sde",
394
672
  "simple",
395
- 0.5
673
+ 0.3500000000000001
396
674
  ]
397
675
  },
398
676
  {
399
- "id": 27,
400
- "type": "LatentUpscaleBy",
401
- "pos": [1510, -160],
402
- "size": [325.41, 82],
403
- "flags": {},
404
- "order": 11,
405
- "mode": 0,
406
- "inputs": [
407
- {
408
- "name": "samples",
409
- "type": "LATENT",
410
- "link": 62,
411
- "slot_index": 0
412
- }
677
+ "id": 12,
678
+ "type": "SaveImage",
679
+ "pos": [
680
+ 1180,
681
+ 880
413
682
  ],
414
- "outputs": [
415
- {
416
- "name": "LATENT",
417
- "type": "LATENT",
418
- "shape": 3,
419
- "links": [59],
420
- "slot_index": 0
421
- }
683
+ "size": [
684
+ 850,
685
+ 920
422
686
  ],
423
- "properties": {
424
- "Node name for S&R": "LatentUpscaleBy"
425
- },
426
- "widgets_values": ["bislerp", 1.5]
427
- },
428
- {
429
- "id": 3,
430
- "type": "KSampler",
431
- "pos": [920, 140],
432
- "size": [318.5, 262],
433
687
  "flags": {},
434
- "order": 7,
688
+ "order": 15,
435
689
  "mode": 0,
436
690
  "inputs": [
437
691
  {
438
- "name": "model",
439
- "type": "MODEL",
440
- "link": 54
441
- },
442
- {
443
- "name": "positive",
444
- "type": "CONDITIONING",
445
- "link": 4
446
- },
447
- {
448
- "name": "negative",
449
- "type": "CONDITIONING",
450
- "link": 6
451
- },
452
- {
453
- "name": "latent_image",
454
- "type": "LATENT",
455
- "link": 2
456
- }
457
- ],
458
- "outputs": [
459
- {
460
- "name": "LATENT",
461
- "type": "LATENT",
462
- "links": [7, 62],
463
- "slot_index": 0
692
+ "name": "images",
693
+ "type": "IMAGE",
694
+ "link": 12
464
695
  }
465
696
  ],
697
+ "outputs": [],
466
698
  "properties": {
467
- "Node name for S&R": "KSampler"
699
+ "cnr_id": "comfy-core",
700
+ "ver": "0.3.44"
468
701
  },
469
702
  "widgets_values": [
470
- 758448896326830,
471
- "randomize",
472
- 14,
473
- 8,
474
- "dpmpp_sde",
475
- "simple",
476
- 1
703
+ "ComfyUI"
477
704
  ]
705
+ }
706
+ ],
707
+ "links": [
708
+ [
709
+ 2,
710
+ 5,
711
+ 0,
712
+ 3,
713
+ 3,
714
+ "LATENT"
715
+ ],
716
+ [
717
+ 3,
718
+ 4,
719
+ 1,
720
+ 6,
721
+ 0,
722
+ "CLIP"
723
+ ],
724
+ [
725
+ 4,
726
+ 6,
727
+ 0,
728
+ 3,
729
+ 1,
730
+ "CONDITIONING"
731
+ ],
732
+ [
733
+ 5,
734
+ 4,
735
+ 1,
736
+ 7,
737
+ 0,
738
+ "CLIP"
739
+ ],
740
+ [
741
+ 6,
742
+ 7,
743
+ 0,
744
+ 3,
745
+ 2,
746
+ "CONDITIONING"
747
+ ],
748
+ [
749
+ 7,
750
+ 3,
751
+ 0,
752
+ 8,
753
+ 0,
754
+ "LATENT"
755
+ ],
756
+ [
757
+ 8,
758
+ 4,
759
+ 2,
760
+ 8,
761
+ 1,
762
+ "VAE"
763
+ ],
764
+ [
765
+ 10,
766
+ 8,
767
+ 0,
768
+ 10,
769
+ 0,
770
+ "IMAGE"
771
+ ],
772
+ [
773
+ 12,
774
+ 11,
775
+ 0,
776
+ 12,
777
+ 0,
778
+ "IMAGE"
779
+ ],
780
+ [
781
+ 13,
782
+ 22,
783
+ 0,
784
+ 14,
785
+ 0,
786
+ "CLIP"
787
+ ],
788
+ [
789
+ 14,
790
+ 22,
791
+ 0,
792
+ 15,
793
+ 0,
794
+ "CLIP"
795
+ ],
796
+ [
797
+ 27,
798
+ 13,
799
+ 1,
800
+ 22,
801
+ 0,
802
+ "CLIP"
803
+ ],
804
+ [
805
+ 54,
806
+ 4,
807
+ 0,
808
+ 3,
809
+ 0,
810
+ "MODEL"
811
+ ],
812
+ [
813
+ 56,
814
+ 13,
815
+ 0,
816
+ 32,
817
+ 0,
818
+ "MODEL"
819
+ ],
820
+ [
821
+ 57,
822
+ 15,
823
+ 0,
824
+ 32,
825
+ 1,
826
+ "CONDITIONING"
827
+ ],
828
+ [
829
+ 58,
830
+ 14,
831
+ 0,
832
+ 32,
833
+ 2,
834
+ "CONDITIONING"
835
+ ],
836
+ [
837
+ 60,
838
+ 32,
839
+ 0,
840
+ 11,
841
+ 0,
842
+ "LATENT"
843
+ ],
844
+ [
845
+ 63,
846
+ 13,
847
+ 2,
848
+ 11,
849
+ 1,
850
+ "VAE"
851
+ ],
852
+ [
853
+ 64,
854
+ 3,
855
+ 0,
856
+ 34,
857
+ 0,
858
+ "LATENT"
859
+ ],
860
+ [
861
+ 65,
862
+ 34,
863
+ 0,
864
+ 32,
865
+ 3,
866
+ "LATENT"
867
+ ]
868
+ ],
869
+ "groups": [
870
+ {
871
+ "id": 1,
872
+ "title": "Step1-1: load model",
873
+ "bounding": [
874
+ 20,
875
+ -30,
876
+ 335,
877
+ 181.60000610351562
878
+ ],
879
+ "color": "#3f789e",
880
+ "font_size": 24,
881
+ "flags": {}
478
882
  },
479
883
  {
480
- "id": 33,
481
- "type": "MarkdownNote",
482
- "pos": [-45, 375],
483
- "size": [225, 60],
484
- "flags": {},
485
- "order": 3,
486
- "mode": 0,
487
- "inputs": [],
488
- "outputs": [],
489
- "properties": {},
490
- "widgets_values": [
491
- "### Learn more about this workflow\n\n> [Latent Upscale - ComfyUI_examples](https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples) — Overview\n> \n> [ComfyUI Image Upscale - docs.comfy.org](https://docs.comfy.org/tutorials/basic/upscale) — Upscaling step-by-step tutorial"
884
+ "id": 2,
885
+ "title": "Step1-2: load model",
886
+ "bounding": [
887
+ -10,
888
+ 810,
889
+ 335,
890
+ 181.60000610351562
492
891
  ],
493
- "color": "#432",
494
- "bgcolor": "#653"
892
+ "color": "#3f789e",
893
+ "font_size": 24,
894
+ "flags": {}
895
+ },
896
+ {
897
+ "id": 3,
898
+ "title": "First pass image size",
899
+ "bounding": [
900
+ 20,
901
+ 170,
902
+ 335,
903
+ 189.60000610351562
904
+ ],
905
+ "color": "#3f789e",
906
+ "font_size": 24,
907
+ "flags": {}
908
+ },
909
+ {
910
+ "id": 4,
911
+ "title": "First pass prompt",
912
+ "bounding": [
913
+ 380,
914
+ -30,
915
+ 430,
916
+ 533.5999755859375
917
+ ],
918
+ "color": "#3f789e",
919
+ "font_size": 24,
920
+ "flags": {}
495
921
  }
496
922
  ],
497
- "links": [
498
- [2, 5, 0, 3, 3, "LATENT"],
499
- [3, 4, 1, 6, 0, "CLIP"],
500
- [4, 6, 0, 3, 1, "CONDITIONING"],
501
- [5, 4, 1, 7, 0, "CLIP"],
502
- [6, 7, 0, 3, 2, "CONDITIONING"],
503
- [7, 3, 0, 8, 0, "LATENT"],
504
- [8, 4, 2, 8, 1, "VAE"],
505
- [10, 8, 0, 10, 0, "IMAGE"],
506
- [12, 11, 0, 12, 0, "IMAGE"],
507
- [13, 22, 0, 14, 0, "CLIP"],
508
- [14, 22, 0, 15, 0, "CLIP"],
509
- [27, 13, 1, 22, 0, "CLIP"],
510
- [31, 4, 2, 11, 1, "VAE"],
511
- [54, 4, 0, 3, 0, "MODEL"],
512
- [56, 13, 0, 32, 0, "MODEL"],
513
- [57, 15, 0, 32, 1, "CONDITIONING"],
514
- [58, 14, 0, 32, 2, "CONDITIONING"],
515
- [59, 27, 0, 32, 3, "LATENT"],
516
- [60, 32, 0, 11, 0, "LATENT"],
517
- [62, 3, 0, 27, 0, "LATENT"]
518
- ],
519
- "groups": [],
520
923
  "config": {},
521
924
  "extra": {
522
925
  "ds": {
523
- "scale": 0.76,
524
- "offset": [1200.17, 444.58]
525
- }
926
+ "scale": 0.8360000000000127,
927
+ "offset": [
928
+ 28.577896898123527,
929
+ -691.4952052236044
930
+ ]
931
+ },
932
+ "frontendVersion": "1.23.4"
526
933
  },
527
934
  "version": 0.4
528
- }
935
+ }