mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"last_node_id": 3,
|
|
"last_link_id": 1,
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"type": "T2IAdapterLoader",
|
|
"pos": [100, 100],
|
|
"size": { "0": 300, "1": 58 },
|
|
"flags": {},
|
|
"order": 0,
|
|
"mode": 0,
|
|
"inputs": [],
|
|
"outputs": [
|
|
{
|
|
"name": "CONTROL_NET",
|
|
"type": "CONTROL_NET",
|
|
"links": null
|
|
}
|
|
],
|
|
"properties": { "Node name for S&R": "T2IAdapterLoader" },
|
|
"widgets_values": ["t2iadapter_model.safetensors"]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": "ImageBatch",
|
|
"pos": [100, 200],
|
|
"size": { "0": 210, "1": 46 },
|
|
"flags": {},
|
|
"order": 1,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{ "name": "image1", "type": "IMAGE", "link": null },
|
|
{ "name": "image2", "type": "IMAGE", "link": null }
|
|
],
|
|
"outputs": [{ "name": "IMAGE", "type": "IMAGE", "links": [1] }],
|
|
"properties": { "Node name for S&R": "ImageBatch" }
|
|
},
|
|
{
|
|
"id": 3,
|
|
"type": "UNKNOWN_NO_REPLACEMENT",
|
|
"pos": [100, 300],
|
|
"size": { "0": 210, "1": 46 },
|
|
"flags": {},
|
|
"order": 2,
|
|
"mode": 0,
|
|
"inputs": [{ "name": "image", "type": "IMAGE", "link": 1 }],
|
|
"outputs": [{ "name": "IMAGE", "type": "IMAGE", "links": null }],
|
|
"properties": { "Node name for S&R": "UNKNOWN_NO_REPLACEMENT" }
|
|
}
|
|
],
|
|
"links": [[1, 2, 0, 3, 0, "IMAGE"]],
|
|
"groups": [],
|
|
"config": {},
|
|
"extra": {
|
|
"ds": { "scale": 1, "offset": [0, 0] }
|
|
},
|
|
"version": 0.4
|
|
}
|