Add new ComfyUI blueprints and fix subgraph naming (#13371)
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run

* Remove local tag from subgraph name

* New Subgraph blueprints

* Remove duplicate blueprint

* Update Subgraph size

* Update subgraph

* Update Blueprint

* Remove local tag from subgraph name

* New Subgraph blueprints

* Remove duplicate blueprint

* Update Subgraph size

* Update subgraph

* Update Blueprint

* Update LTX 2.0 Pose to Video

* Fix crop blueprint split coverage

Made-with: Cursor

* Clean up image edit blueprint metadata

Made-with: Cursor

* Update subgraph blueprints

---------

Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
This commit is contained in:
Daxiong (Lin) 2026-04-26 22:59:16 +08:00 committed by GitHub
parent df22bcd5e1
commit 7385eb2800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 29993 additions and 1081 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -160,7 +160,7 @@
}, },
"revision": 0, "revision": 0,
"config": {}, "config": {},
"name": "local-Depth to Image (Z-Image-Turbo)", "name": "Depth to Image (Z-Image-Turbo)",
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
@ -2482,4 +2482,4 @@
"VHS_KeepIntermediate": true "VHS_KeepIntermediate": true
}, },
"version": 0.4 "version": 0.4
} }

View File

@ -261,7 +261,7 @@
}, },
"revision": 0, "revision": 0,
"config": {}, "config": {},
"name": "local-Depth to Video (LTX 2.0)", "name": "Depth to Video (LTX 2.0)",
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
@ -5208,4 +5208,4 @@
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
}, },
"version": 0.4 "version": 0.4
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -128,7 +128,7 @@
}, },
"revision": 0, "revision": 0,
"config": {}, "config": {},
"name": "local-Image Edit (Flux.2 Klein 4B)", "name": "Image Edit (Flux.2 Klein 4B)",
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
@ -1837,4 +1837,4 @@
} }
}, },
"version": 0.4 "version": 0.4
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -124,7 +124,7 @@
}, },
"revision": 0, "revision": 0,
"config": {}, "config": {},
"name": "local-Image Inpainting (Qwen-image)", "name": "Image Inpainting (Qwen-image)",
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
@ -1923,4 +1923,4 @@
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
}, },
"version": 0.4 "version": 0.4
} }

View File

@ -204,7 +204,7 @@
}, },
"revision": 0, "revision": 0,
"config": {}, "config": {},
"name": "local-Image Outpainting (Qwen-Image)", "name": "Image Outpainting (Qwen-Image)",
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
@ -2749,4 +2749,4 @@
} }
}, },
"version": 0.4 "version": 0.4
} }

View File

@ -1,15 +1,14 @@
{ {
"id": "1a761372-7c82-4016-b9bf-fa285967e1e9",
"revision": 0, "revision": 0,
"last_node_id": 83, "last_node_id": 176,
"last_link_id": 0, "last_link_id": 0,
"nodes": [ "nodes": [
{ {
"id": 83, "id": 176,
"type": "f754a936-daaf-4b6e-9658-41fdc54d301d", "type": "2d2e3c8e-53b3-4618-be52-6d1d99382f0e",
"pos": [ "pos": [
61.999827823554256, -1150,
153.3332507624185 200
], ],
"size": [ "size": [
400, 400,
@ -56,6 +55,38 @@
"name": "layers" "name": "layers"
}, },
"link": null "link": null
},
{
"name": "seed",
"type": "INT",
"widget": {
"name": "seed"
},
"link": null
},
{
"name": "unet_name",
"type": "COMBO",
"widget": {
"name": "unet_name"
},
"link": null
},
{
"name": "clip_name",
"type": "COMBO",
"widget": {
"name": "clip_name"
},
"link": null
},
{
"name": "vae_name",
"type": "COMBO",
"widget": {
"name": "vae_name"
},
"link": null
} }
], ],
"outputs": [ "outputs": [
@ -66,28 +97,41 @@
"links": [] "links": []
} }
], ],
"title": "Image to Layers (Qwen-Image-Layered)",
"properties": { "properties": {
"proxyWidgets": [ "proxyWidgets": [
[ [
"-1", "6",
"text" "text"
], ],
[ [
"-1", "3",
"steps" "steps"
], ],
[ [
"-1", "3",
"cfg" "cfg"
], ],
[ [
"-1", "83",
"layers" "layers"
], ],
[ [
"3", "3",
"seed" "seed"
], ],
[
"37",
"unet_name"
],
[
"38",
"clip_name"
],
[
"39",
"vae_name"
],
[ [
"3", "3",
"control_after_generate" "control_after_generate"
@ -95,6 +139,11 @@
], ],
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -103,25 +152,20 @@
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, },
"widgets_values": [ "widgets_values": []
"",
20,
2.5,
2
]
} }
], ],
"links": [], "links": [],
"groups": [], "version": 0.4,
"definitions": { "definitions": {
"subgraphs": [ "subgraphs": [
{ {
"id": "f754a936-daaf-4b6e-9658-41fdc54d301d", "id": "2d2e3c8e-53b3-4618-be52-6d1d99382f0e",
"version": 1, "version": 1,
"state": { "state": {
"lastGroupId": 3, "lastGroupId": 8,
"lastNodeId": 83, "lastNodeId": 176,
"lastLinkId": 159, "lastLinkId": 380,
"lastRerouteId": 0 "lastRerouteId": 0
}, },
"revision": 0, "revision": 0,
@ -130,10 +174,10 @@
"inputNode": { "inputNode": {
"id": -10, "id": -10,
"bounding": [ "bounding": [
-510, -720,
523, 720,
120, 120,
140 220
] ]
}, },
"outputNode": { "outputNode": {
@ -156,8 +200,8 @@
], ],
"localized_name": "image", "localized_name": "image",
"pos": [ "pos": [
-410, -620,
543 740
] ]
}, },
{ {
@ -168,8 +212,8 @@
150 150
], ],
"pos": [ "pos": [
-410, -620,
563 760
] ]
}, },
{ {
@ -180,8 +224,8 @@
153 153
], ],
"pos": [ "pos": [
-410, -620,
583 780
] ]
}, },
{ {
@ -192,8 +236,8 @@
154 154
], ],
"pos": [ "pos": [
-410, -620,
603 800
] ]
}, },
{ {
@ -204,8 +248,56 @@
159 159
], ],
"pos": [ "pos": [
-410, -620,
623 820
]
},
{
"id": "9f76338b-f4ca-4bb3-b61a-57b3f233061e",
"name": "seed",
"type": "INT",
"linkIds": [
377
],
"pos": [
-620,
840
]
},
{
"id": "8d0422d5-5eee-4f7e-9817-dc613cc62eca",
"name": "unet_name",
"type": "COMBO",
"linkIds": [
378
],
"pos": [
-620,
860
]
},
{
"id": "552eece2-a735-4d00-ae78-ded454622bc1",
"name": "clip_name",
"type": "COMBO",
"linkIds": [
379
],
"pos": [
-620,
880
]
},
{
"id": "1e6d141c-d0f9-4a2b-895c-b6780e57cfa0",
"name": "vae_name",
"type": "COMBO",
"linkIds": [
380
],
"pos": [
-620,
900
] ]
} }
], ],
@ -231,14 +323,14 @@
"type": "CLIPLoader", "type": "CLIPLoader",
"pos": [ "pos": [
-320, -320,
310 360
], ],
"size": [ "size": [
346.7470703125, 350,
106 150
], ],
"flags": {}, "flags": {},
"order": 0, "order": 5,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -248,7 +340,7 @@
"widget": { "widget": {
"name": "clip_name" "name": "clip_name"
}, },
"link": null "link": 379
}, },
{ {
"localized_name": "type", "localized_name": "type",
@ -283,9 +375,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "CLIPLoader",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "CLIPLoader",
"models": [ "models": [
{ {
"name": "qwen_2.5_vl_7b_fp8_scaled.safetensors", "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
@ -312,14 +409,14 @@
"type": "VAELoader", "type": "VAELoader",
"pos": [ "pos": [
-320, -320,
460 580
], ],
"size": [ "size": [
346.7470703125, 350,
58 110
], ],
"flags": {}, "flags": {},
"order": 1, "order": 6,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -329,7 +426,7 @@
"widget": { "widget": {
"name": "vae_name" "name": "vae_name"
}, },
"link": null "link": 380
} }
], ],
"outputs": [ "outputs": [
@ -345,9 +442,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "VAELoader",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "VAELoader",
"models": [ "models": [
{ {
"name": "qwen_image_layered_vae.safetensors", "name": "qwen_image_layered_vae.safetensors",
@ -375,11 +477,11 @@
420 420
], ],
"size": [ "size": [
425.27801513671875, 430,
180.6060791015625 190
], ],
"flags": {}, "flags": {},
"order": 3, "order": 2,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -411,9 +513,14 @@
], ],
"title": "CLIP Text Encode (Negative Prompt)", "title": "CLIP Text Encode (Negative Prompt)",
"properties": { "properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "CLIPTextEncode",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -432,12 +539,12 @@
"id": 70, "id": 70,
"type": "ReferenceLatent", "type": "ReferenceLatent",
"pos": [ "pos": [
330, 140,
670 700
], ],
"size": [ "size": [
204.1666717529297, 210,
46 50
], ],
"flags": { "flags": {
"collapsed": true "collapsed": true
@ -470,9 +577,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "ReferenceLatent",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "ReferenceLatent",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -480,19 +592,18 @@
"secondTabText": "Send Back", "secondTabText": "Send Back",
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, }
"widgets_values": []
}, },
{ {
"id": 69, "id": 69,
"type": "ReferenceLatent", "type": "ReferenceLatent",
"pos": [ "pos": [
330, 160,
710 820
], ],
"size": [ "size": [
204.1666717529297, 210,
46 50
], ],
"flags": { "flags": {
"collapsed": true "collapsed": true
@ -525,9 +636,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "ReferenceLatent",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "ReferenceLatent",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -535,8 +651,7 @@
"secondTabText": "Send Back", "secondTabText": "Send Back",
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, }
"widgets_values": []
}, },
{ {
"id": 66, "id": 66,
@ -547,10 +662,10 @@
], ],
"size": [ "size": [
270, 270,
58 110
], ],
"flags": {}, "flags": {},
"order": 4, "order": 7,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -580,9 +695,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "ModelSamplingAuraFlow",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "ModelSamplingAuraFlow",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -600,11 +720,11 @@
"type": "LatentCutToBatch", "type": "LatentCutToBatch",
"pos": [ "pos": [
830, 830,
160 140
], ],
"size": [ "size": [
270, 270,
82 140
], ],
"flags": {}, "flags": {},
"order": 11, "order": 11,
@ -646,9 +766,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "LatentCutToBatch",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "LatentCutToBatch",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -666,12 +791,12 @@
"id": 71, "id": 71,
"type": "VAEEncode", "type": "VAEEncode",
"pos": [ "pos": [
100, -280,
690 780
], ],
"size": [ "size": [
140, 230,
46 100
], ],
"flags": { "flags": {
"collapsed": false "collapsed": false
@ -704,9 +829,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "VAEEncode",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "VAEEncode",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -714,24 +844,23 @@
"secondTabText": "Send Back", "secondTabText": "Send Back",
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, }
"widgets_values": []
}, },
{ {
"id": 8, "id": 8,
"type": "VAEDecode", "type": "VAEDecode",
"pos": [ "pos": [
850, 850,
310 370
], ],
"size": [ "size": [
210, 210,
46 50
], ],
"flags": { "flags": {
"collapsed": true "collapsed": true
}, },
"order": 7, "order": 3,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -759,9 +888,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "VAEDecode",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "VAEDecode",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -769,8 +903,7 @@
"secondTabText": "Send Back", "secondTabText": "Send Back",
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, }
"widgets_values": []
}, },
{ {
"id": 6, "id": 6,
@ -780,11 +913,11 @@
180 180
], ],
"size": [ "size": [
422.84503173828125, 430,
164.31304931640625 170
], ],
"flags": {}, "flags": {},
"order": 6, "order": 1,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -816,9 +949,14 @@
], ],
"title": "CLIP Text Encode (Positive Prompt)", "title": "CLIP Text Encode (Positive Prompt)",
"properties": { "properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "CLIPTextEncode",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -838,14 +976,14 @@
"type": "KSampler", "type": "KSampler",
"pos": [ "pos": [
530, 530,
280 340
], ],
"size": [ "size": [
270, 270,
400 400
], ],
"flags": {}, "flags": {},
"order": 5, "order": 0,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -879,7 +1017,7 @@
"widget": { "widget": {
"name": "seed" "name": "seed"
}, },
"link": null "link": 377
}, },
{ {
"localized_name": "steps", "localized_name": "steps",
@ -939,9 +1077,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "KSampler",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "KSampler",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -964,12 +1107,12 @@
"id": 78, "id": 78,
"type": "GetImageSize", "type": "GetImageSize",
"pos": [ "pos": [
80, -280,
790 930
], ],
"size": [ "size": [
210, 230,
136 140
], ],
"flags": {}, "flags": {},
"order": 12, "order": 12,
@ -1007,9 +1150,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "GetImageSize",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "GetImageSize",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -1017,23 +1165,23 @@
"secondTabText": "Send Back", "secondTabText": "Send Back",
"secondTabOffset": 80, "secondTabOffset": 80,
"secondTabWidth": 65 "secondTabWidth": 65
}, }
"widgets_values": []
}, },
{ {
"id": 83, "id": 83,
"type": "EmptyQwenImageLayeredLatentImage", "type": "EmptyQwenImageLayeredLatentImage",
"pos": [ "pos": [
320, -280,
790 1120
], ],
"size": [ "size": [
330.9341796875, 340,
130 200
], ],
"flags": {}, "flags": {},
"order": 13, "order": 13,
"mode": 0, "mode": 0,
"showAdvanced": true,
"inputs": [ "inputs": [
{ {
"localized_name": "width", "localized_name": "width",
@ -1083,9 +1231,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "EmptyQwenImageLayeredLatentImage",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "EmptyQwenImageLayeredLatentImage",
"enableTabs": false, "enableTabs": false,
"tabWidth": 65, "tabWidth": 65,
"tabXOffset": 10, "tabXOffset": 10,
@ -1109,11 +1262,11 @@
180 180
], ],
"size": [ "size": [
346.7470703125, 350,
82 110
], ],
"flags": {}, "flags": {},
"order": 2, "order": 4,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{ {
@ -1123,7 +1276,7 @@
"widget": { "widget": {
"name": "unet_name" "name": "unet_name"
}, },
"link": null "link": 378
}, },
{ {
"localized_name": "weight_dtype", "localized_name": "weight_dtype",
@ -1147,9 +1300,14 @@
} }
], ],
"properties": { "properties": {
"Node name for S&R": "UNETLoader",
"cnr_id": "comfy-core", "cnr_id": "comfy-core",
"ver": "0.5.1", "ver": "0.5.1",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.7"
},
"Node name for S&R": "UNETLoader",
"models": [ "models": [
{ {
"name": "qwen_image_layered_bf16.safetensors", "name": "qwen_image_layered_bf16.safetensors",
@ -1191,8 +1349,8 @@
"bounding": [ "bounding": [
-330, -330,
110, 110,
366.7470703125, 370,
421.6 610
], ],
"color": "#3f789e", "color": "#3f789e",
"font_size": 24, "font_size": 24,
@ -1391,6 +1549,38 @@
"target_id": 83, "target_id": 83,
"target_slot": 2, "target_slot": 2,
"type": "INT" "type": "INT"
},
{
"id": 377,
"origin_id": -10,
"origin_slot": 5,
"target_id": 3,
"target_slot": 4,
"type": "INT"
},
{
"id": 378,
"origin_id": -10,
"origin_slot": 6,
"target_id": 37,
"target_slot": 0,
"type": "COMBO"
},
{
"id": 379,
"origin_id": -10,
"origin_slot": 7,
"target_id": 38,
"target_slot": 0,
"type": "COMBO"
},
{
"id": 380,
"origin_id": -10,
"origin_slot": 8,
"target_id": 39,
"target_slot": 0,
"type": "COMBO"
} }
], ],
"extra": { "extra": {
@ -1400,7 +1590,6 @@
} }
] ]
}, },
"config": {},
"extra": { "extra": {
"ds": { "ds": {
"scale": 1.14, "scale": 1.14,
@ -1409,7 +1598,6 @@
6.855893974423647 6.855893974423647
] ]
}, },
"workflowRendererVersion": "LG" "ue_links": []
}, }
"version": 0.4 }
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff