mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
Backport of #9773 to `core/1.41` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9813-backport-core-1-41-fix-skip-node-metadata-paste-when-media-node-is-selected-3216d73d3650814db149deb1325eebd5) by [Unito](https://www.unito.io) Co-authored-by: Dante <bunggl@naver.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: GitHub Action <action@github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"last_node_id": 2,
|
|
"last_link_id": 0,
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"type": "LoadImage",
|
|
"pos": [50, 50],
|
|
"size": [315, 314],
|
|
"flags": {},
|
|
"order": 0,
|
|
"mode": 0,
|
|
"inputs": [],
|
|
"outputs": [
|
|
{ "name": "IMAGE", "type": "IMAGE", "links": null },
|
|
{ "name": "MASK", "type": "MASK", "links": null }
|
|
],
|
|
"properties": { "Node name for S&R": "LoadImage" },
|
|
"widgets_values": ["example.png", "image"]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": "KSampler",
|
|
"pos": [500, 50],
|
|
"size": [315, 262],
|
|
"flags": {},
|
|
"order": 1,
|
|
"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": null }],
|
|
"properties": { "Node name for S&R": "KSampler" },
|
|
"widgets_values": [0, "randomize", 20, 8, "euler", "normal", 1]
|
|
}
|
|
],
|
|
"links": [],
|
|
"groups": [],
|
|
"config": {},
|
|
"extra": {
|
|
"ds": { "offset": [0, 0], "scale": 1 }
|
|
},
|
|
"version": 0.4
|
|
}
|