mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 21:22:07 +00:00
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/11242#discussion_r3081940545
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"last_node_id": 4,
|
|
"last_link_id": 2,
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"type": "E2E_OldSampler",
|
|
"pos": [100, 100],
|
|
"size": [400, 262],
|
|
"flags": {},
|
|
"order": 0,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{ "name": "model", "type": "MODEL", "link": null },
|
|
{ "name": "positive", "type": "CONDITIONING", "link": null },
|
|
{ "name": "negative", "type": "CONDITIONING", "link": null },
|
|
{ "name": "latent_image", "type": "LATENT", "link": null }
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "LATENT",
|
|
"type": "LATENT",
|
|
"links": [],
|
|
"slot_index": 0
|
|
}
|
|
],
|
|
"properties": { "Node name for S&R": "E2E_OldSampler" },
|
|
"widgets_values": [42, 20, 7, "euler", "normal"]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": "E2E_OldUpscaler",
|
|
"pos": [500, 100],
|
|
"size": [400, 200],
|
|
"flags": {},
|
|
"order": 1,
|
|
"mode": 0,
|
|
"inputs": [{ "name": "image", "type": "IMAGE", "link": null }],
|
|
"outputs": [
|
|
{
|
|
"name": "IMAGE",
|
|
"type": "IMAGE",
|
|
"links": [2],
|
|
"slot_index": 0
|
|
}
|
|
],
|
|
"properties": { "Node name for S&R": "E2E_OldUpscaler" },
|
|
"widgets_values": ["lanczos", 1.5]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"type": "SaveImage",
|
|
"pos": [900, 100],
|
|
"size": [400, 200],
|
|
"flags": {},
|
|
"order": 2,
|
|
"mode": 0,
|
|
"inputs": [{ "name": "images", "type": "IMAGE", "link": 2 }],
|
|
"properties": { "Node name for S&R": "SaveImage" },
|
|
"widgets_values": ["ComfyUI"]
|
|
}
|
|
],
|
|
"links": [[2, 2, 0, 3, 0, "IMAGE"]],
|
|
"groups": [],
|
|
"config": {},
|
|
"extra": { "ds": { "scale": 1, "offset": [0, 0] } },
|
|
"version": 0.4
|
|
}
|