mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-12 02:02:36 +08:00
Add New Blueprints (#13570)
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
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
* Add new blueprints * Add Image Segmentation * Add blueprint Get Video Last Frame (#13613) * Add Video segment * Fix Video Stitch subgraph issue * Update get last frame to get any frame * Add Frame Interpolate blueprint * Correct typo * Name blueprints * Update and add new blueprints * blueprints: add subgraph descriptions for previously undocumented workflows Fill missing definitions.subgraphs[].description across ERNIE, Flux.2, Z-Image base/default, Qwen edit 2509, Wan I2V, SAM3 image/video, and align wording with existing blueprint style. * Add new blueprint * remove Image to Video * Update ZIB blueprint * Refine description * Remove duplicate model entries from Image Edit blueprint * Fix typos * Update IDs
This commit is contained in:
parent
1eeaf23f20
commit
dabfe73dc0
1412
blueprints/ControlNet (Z-Image-Turbo).json
Normal file
1412
blueprints/ControlNet (Z-Image-Turbo).json
Normal file
File diff suppressed because it is too large
Load Diff
@ -4234,7 +4234,7 @@
|
|||||||
"workflowRendererVersion": "LG"
|
"workflowRendererVersion": "LG"
|
||||||
},
|
},
|
||||||
"category": "Video generation and editing/Depth to video",
|
"category": "Video generation and editing/Depth to video",
|
||||||
"description": "Generates video from depth maps using LTX-2, with optional synchronized audio."
|
"description": "Generates depth-controlled video with LTX-2: motion and structure follow a depth-reference video alongside text prompting, optional first-frame image conditioning, with optional synchronized audio."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "38b60539-50a7-42f9-a5fe-bdeca26272e2",
|
"id": "38b60539-50a7-42f9-a5fe-bdeca26272e2",
|
||||||
|
|||||||
3361
blueprints/First-Last-Frame to Video.json
Normal file
3361
blueprints/First-Last-Frame to Video.json
Normal file
File diff suppressed because it is too large
Load Diff
858
blueprints/Frame Interpolation.json
Normal file
858
blueprints/Frame Interpolation.json
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
{
|
||||||
|
"revision": 0,
|
||||||
|
"last_node_id": 16,
|
||||||
|
"last_link_id": 0,
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 16,
|
||||||
|
"type": "022693be-2baa-4009-870a-28921508a7ef",
|
||||||
|
"pos": [
|
||||||
|
-2990,
|
||||||
|
-3240
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
410,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "video",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "multiplier",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "value"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "enable_fps_multiplier",
|
||||||
|
"name": "value_1",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "value_1"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "model_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "model_name"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"label": "VIDEO",
|
||||||
|
"name": "VIDEO_1",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"proxyWidgets": [
|
||||||
|
[
|
||||||
|
"9",
|
||||||
|
"value"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"13",
|
||||||
|
"value"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"1",
|
||||||
|
"model_name"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [],
|
||||||
|
"title": "Frame Interpolation"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"links": [],
|
||||||
|
"version": 0.4,
|
||||||
|
"definitions": {
|
||||||
|
"subgraphs": [
|
||||||
|
{
|
||||||
|
"id": "022693be-2baa-4009-870a-28921508a7ef",
|
||||||
|
"version": 1,
|
||||||
|
"state": {
|
||||||
|
"lastGroupId": 0,
|
||||||
|
"lastNodeId": 17,
|
||||||
|
"lastLinkId": 28,
|
||||||
|
"lastRerouteId": 0
|
||||||
|
},
|
||||||
|
"revision": 0,
|
||||||
|
"config": {},
|
||||||
|
"name": "Frame Interpolation",
|
||||||
|
"inputNode": {
|
||||||
|
"id": -10,
|
||||||
|
"bounding": [
|
||||||
|
-2810,
|
||||||
|
-3070,
|
||||||
|
159.7421875,
|
||||||
|
120
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"outputNode": {
|
||||||
|
"id": -20,
|
||||||
|
"bounding": [
|
||||||
|
-1270,
|
||||||
|
-3075,
|
||||||
|
120,
|
||||||
|
80
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "05e31c51-dcb6-4a1e-9651-1b9ad4f7a287",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"linkIds": [
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"localized_name": "video",
|
||||||
|
"pos": [
|
||||||
|
-2670.2578125,
|
||||||
|
-3050
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "feecb409-7d1c-4a99-9c63-50c5fecdd3c9",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
22
|
||||||
|
],
|
||||||
|
"label": "multiplier",
|
||||||
|
"pos": [
|
||||||
|
-2670.2578125,
|
||||||
|
-3030
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0b8a861b-b581-4068-9e8c-f8d15daf1ca6",
|
||||||
|
"name": "value_1",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"linkIds": [
|
||||||
|
23
|
||||||
|
],
|
||||||
|
"label": "enable_fps_multiplier",
|
||||||
|
"pos": [
|
||||||
|
-2670.2578125,
|
||||||
|
-3010
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "a22b101e-8773-4e17-a297-7ee3aae09162",
|
||||||
|
"name": "model_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"linkIds": [
|
||||||
|
24
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2670.2578125,
|
||||||
|
-2990
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "ef2ada05-d5aa-492a-9394-6c3e71e39ebb",
|
||||||
|
"name": "VIDEO_1",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"linkIds": [
|
||||||
|
26
|
||||||
|
],
|
||||||
|
"label": "VIDEO",
|
||||||
|
"pos": [
|
||||||
|
-1250,
|
||||||
|
-3055
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5aacc622-2a07-4983-b31c-e04461f7f953",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"linkIds": [
|
||||||
|
28
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-1250,
|
||||||
|
-3035
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"type": "FrameInterpolationModelLoader",
|
||||||
|
"pos": [
|
||||||
|
-2510,
|
||||||
|
-3370
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
370,
|
||||||
|
90
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 0,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "model_name",
|
||||||
|
"name": "model_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "model_name"
|
||||||
|
},
|
||||||
|
"link": 24
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "INTERP_MODEL",
|
||||||
|
"name": "INTERP_MODEL",
|
||||||
|
"type": "INTERP_MODEL",
|
||||||
|
"links": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "FrameInterpolationModelLoader",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "film_net_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/frame_interpolation/resolve/main/frame_interpolation/film_net_fp16.safetensors",
|
||||||
|
"directory": "frame_interpolation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"film_net_fp16.safetensors"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"type": "FrameInterpolate",
|
||||||
|
"pos": [
|
||||||
|
-2040,
|
||||||
|
-3370
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
110
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 1,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "interp_model",
|
||||||
|
"name": "interp_model",
|
||||||
|
"type": "INTERP_MODEL",
|
||||||
|
"link": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "multiplier",
|
||||||
|
"name": "multiplier",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "multiplier"
|
||||||
|
},
|
||||||
|
"link": 8
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "IMAGE",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
4,
|
||||||
|
28
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "FrameInterpolate",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"type": "CreateVideo",
|
||||||
|
"pos": [
|
||||||
|
-1600,
|
||||||
|
-3370
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
110
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "audio",
|
||||||
|
"name": "audio",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "AUDIO",
|
||||||
|
"link": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "fps",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "fps"
|
||||||
|
},
|
||||||
|
"link": 12
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "VIDEO",
|
||||||
|
"name": "VIDEO",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"links": [
|
||||||
|
26
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "CreateVideo",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
30
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"type": "PrimitiveInt",
|
||||||
|
"pos": [
|
||||||
|
-2500,
|
||||||
|
-2970
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
90
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 4,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "value",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "value"
|
||||||
|
},
|
||||||
|
"link": 22
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
8,
|
||||||
|
19
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Int (Multiplier)",
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "PrimitiveInt",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
2,
|
||||||
|
"fixed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"type": "ComfySwitchNode",
|
||||||
|
"pos": [
|
||||||
|
-1610,
|
||||||
|
-3120
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
130
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 5,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "on_false",
|
||||||
|
"name": "on_false",
|
||||||
|
"type": "*",
|
||||||
|
"link": 11
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "on_true",
|
||||||
|
"name": "on_true",
|
||||||
|
"type": "*",
|
||||||
|
"link": 13
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "switch",
|
||||||
|
"name": "switch",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "switch"
|
||||||
|
},
|
||||||
|
"link": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "output",
|
||||||
|
"name": "output",
|
||||||
|
"type": "*",
|
||||||
|
"links": [
|
||||||
|
12
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ComfySwitchNode",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
true
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"type": "PrimitiveBoolean",
|
||||||
|
"pos": [
|
||||||
|
-2500,
|
||||||
|
-2770
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
310,
|
||||||
|
90
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 7,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "value",
|
||||||
|
"name": "value",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "value"
|
||||||
|
},
|
||||||
|
"link": 23
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "BOOLEAN",
|
||||||
|
"name": "BOOLEAN",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"links": [
|
||||||
|
15
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Boolean (Apply multiplier to FPS?)",
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "PrimitiveBoolean",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
true
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": "GetVideoComponents",
|
||||||
|
"pos": [
|
||||||
|
-2500,
|
||||||
|
-3170
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
230,
|
||||||
|
100
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "video",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
3
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "audio",
|
||||||
|
"name": "audio",
|
||||||
|
"type": "AUDIO",
|
||||||
|
"links": [
|
||||||
|
5
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "fps",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": [
|
||||||
|
11,
|
||||||
|
18
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "GetVideoComponents",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"type": "ComfyMathExpression",
|
||||||
|
"pos": [
|
||||||
|
-2090,
|
||||||
|
-3070
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
210
|
||||||
|
],
|
||||||
|
"flags": {
|
||||||
|
"collapsed": false
|
||||||
|
},
|
||||||
|
"order": 6,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "a",
|
||||||
|
"localized_name": "values.a",
|
||||||
|
"name": "values.a",
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "b",
|
||||||
|
"localized_name": "values.b",
|
||||||
|
"name": "values.b",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 19
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "c",
|
||||||
|
"localized_name": "values.c",
|
||||||
|
"name": "values.c",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "expression",
|
||||||
|
"name": "expression",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "expression"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "FLOAT",
|
||||||
|
"name": "FLOAT",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": [
|
||||||
|
13
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ComfyMathExpression",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"min(abs(b), 16) * a"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"origin_id": 1,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 2,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INTERP_MODEL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"origin_id": 3,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 2,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"origin_id": 9,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 2,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"origin_id": 2,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 5,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"origin_id": 3,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 5,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "AUDIO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"origin_id": 10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 5,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"origin_id": 3,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 10,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"origin_id": 11,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 10,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 15,
|
||||||
|
"origin_id": 13,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 10,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "BOOLEAN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 18,
|
||||||
|
"origin_id": 3,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 11,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 19,
|
||||||
|
"origin_id": 9,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 11,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 3,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "VIDEO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 22,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 9,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 23,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 13,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "BOOLEAN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 24,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 3,
|
||||||
|
"target_id": 1,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "COMBO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 26,
|
||||||
|
"origin_id": 5,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "VIDEO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 28,
|
||||||
|
"origin_id": 2,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "IMAGE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {},
|
||||||
|
"category": "Video Tools",
|
||||||
|
"description": "Increases video frame rate by synthesizing intermediate frames with a frame interpolation model."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extra": {}
|
||||||
|
}
|
||||||
485
blueprints/Get Any Video Frame.json
Normal file
485
blueprints/Get Any Video Frame.json
Normal file
@ -0,0 +1,485 @@
|
|||||||
|
{
|
||||||
|
"revision": 0,
|
||||||
|
"last_node_id": 98,
|
||||||
|
"last_link_id": 0,
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 98,
|
||||||
|
"type": "dca6e78d-fb06-421e-97f7-6ce17a665260",
|
||||||
|
"pos": [
|
||||||
|
-410,
|
||||||
|
-2230
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
104
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 7,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "frame_index",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "value"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Get Any Video Frame",
|
||||||
|
"properties": {
|
||||||
|
"proxyWidgets": [
|
||||||
|
[
|
||||||
|
"100",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"links": [],
|
||||||
|
"version": 0.4,
|
||||||
|
"definitions": {
|
||||||
|
"subgraphs": [
|
||||||
|
{
|
||||||
|
"id": "dca6e78d-fb06-421e-97f7-6ce17a665260",
|
||||||
|
"version": 1,
|
||||||
|
"state": {
|
||||||
|
"lastGroupId": 1,
|
||||||
|
"lastNodeId": 136,
|
||||||
|
"lastLinkId": 302,
|
||||||
|
"lastRerouteId": 0
|
||||||
|
},
|
||||||
|
"revision": 0,
|
||||||
|
"config": {},
|
||||||
|
"name": "Get Any Video Frame",
|
||||||
|
"inputNode": {
|
||||||
|
"id": -10,
|
||||||
|
"bounding": [
|
||||||
|
380,
|
||||||
|
-57,
|
||||||
|
120,
|
||||||
|
80
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"outputNode": {
|
||||||
|
"id": -20,
|
||||||
|
"bounding": [
|
||||||
|
1460,
|
||||||
|
-57,
|
||||||
|
120,
|
||||||
|
60
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "2ceec378-8dcf-4340-8570-155967f59a93",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"linkIds": [
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
480,
|
||||||
|
-37
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "819955f6-c686-4896-8032-ff2d0059109a",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
283
|
||||||
|
],
|
||||||
|
"label": "frame_index",
|
||||||
|
"pos": [
|
||||||
|
480,
|
||||||
|
-17
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "1ab0684d-6a44-45b6-8aa4-a0b971a1d41e",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"linkIds": [
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
1480,
|
||||||
|
-37
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"type": "GetVideoComponents",
|
||||||
|
"pos": [
|
||||||
|
560,
|
||||||
|
-150
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
230,
|
||||||
|
120
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 0,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "video",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "audio",
|
||||||
|
"name": "audio",
|
||||||
|
"type": "AUDIO",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "fps",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "GetVideoComponents"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"type": "GetImageSize",
|
||||||
|
"pos": [
|
||||||
|
560,
|
||||||
|
50
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
230,
|
||||||
|
120
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 1,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "width",
|
||||||
|
"name": "width",
|
||||||
|
"type": "INT",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "height",
|
||||||
|
"name": "height",
|
||||||
|
"type": "INT",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "batch_size",
|
||||||
|
"name": "batch_size",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
285
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "GetImageSize"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": "ImageFromBatch",
|
||||||
|
"pos": [
|
||||||
|
1130,
|
||||||
|
-150
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
140
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "batch_index",
|
||||||
|
"name": "batch_index",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "batch_index"
|
||||||
|
},
|
||||||
|
"link": 286
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "length",
|
||||||
|
"name": "length",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "length"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "IMAGE",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
5
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ImageFromBatch"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 99,
|
||||||
|
"type": "ComfyMathExpression",
|
||||||
|
"pos": [
|
||||||
|
910,
|
||||||
|
100
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "a",
|
||||||
|
"localized_name": "values.a",
|
||||||
|
"name": "values.a",
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 284
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "b",
|
||||||
|
"localized_name": "values.b",
|
||||||
|
"name": "values.b",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 285
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "c",
|
||||||
|
"localized_name": "values.c",
|
||||||
|
"name": "values.c",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "expression",
|
||||||
|
"name": "expression",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "expression"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "FLOAT",
|
||||||
|
"name": "FLOAT",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
286
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ComfyMathExpression"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"min(max(int(a if a >= 0 else b + a), 0), b - 1)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 100,
|
||||||
|
"type": "PrimitiveInt",
|
||||||
|
"pos": [
|
||||||
|
560,
|
||||||
|
250
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
110
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 4,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "value",
|
||||||
|
"name": "value",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "value"
|
||||||
|
},
|
||||||
|
"link": 283
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
284
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "PrimitiveInt"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
0,
|
||||||
|
"fixed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"origin_id": 1,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 2,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"origin_id": 1,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 3,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 1,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "VIDEO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"origin_id": 3,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 283,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 100,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 284,
|
||||||
|
"origin_id": 100,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 99,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 285,
|
||||||
|
"origin_id": 2,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 99,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 286,
|
||||||
|
"origin_id": 99,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 3,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "INT"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {},
|
||||||
|
"category": "Video Tools",
|
||||||
|
"description": "Extracts one image frame from a video at a chosen index, with optional trim and FPS control."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"ds": {
|
||||||
|
"scale": 1.197015527856339,
|
||||||
|
"offset": [
|
||||||
|
-168.76833554248222,
|
||||||
|
540.6638955283997
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"frontendVersion": "1.42.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
2050
blueprints/Image Edit (Flux.2 Dev).json
Normal file
2050
blueprints/Image Edit (Flux.2 Dev).json
Normal file
File diff suppressed because it is too large
Load Diff
1947
blueprints/Image Edit (Qwen 2509).json
Normal file
1947
blueprints/Image Edit (Qwen 2509).json
Normal file
File diff suppressed because it is too large
Load Diff
714
blueprints/Image Segmentation (SAM3).json
Normal file
714
blueprints/Image Segmentation (SAM3).json
Normal file
@ -0,0 +1,714 @@
|
|||||||
|
{
|
||||||
|
"revision": 0,
|
||||||
|
"last_node_id": 99,
|
||||||
|
"last_link_id": 0,
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 99,
|
||||||
|
"type": "6e7ab3ea-96aa-470f-9b94-3d9d0e01f481",
|
||||||
|
"pos": [
|
||||||
|
-1630,
|
||||||
|
-3270
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
290,
|
||||||
|
370
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "image",
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "object",
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "text"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "positive_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "negative_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "threshold"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "refine_iterations"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "individual_masks"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "ckpt_name"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "masks",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"links": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"proxyWidgets": [
|
||||||
|
[
|
||||||
|
"78",
|
||||||
|
"text"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"75",
|
||||||
|
"threshold"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"75",
|
||||||
|
"refine_iterations"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"75",
|
||||||
|
"individual_masks"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"77",
|
||||||
|
"ckpt_name"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"ue_properties": {
|
||||||
|
"widget_ue_connectable": {
|
||||||
|
"text": true
|
||||||
|
},
|
||||||
|
"version": "7.7",
|
||||||
|
"input_ue_unconnectable": {}
|
||||||
|
},
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [],
|
||||||
|
"title": "Image Segmentation (SAM3)"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"links": [],
|
||||||
|
"version": 0.4,
|
||||||
|
"definitions": {
|
||||||
|
"subgraphs": [
|
||||||
|
{
|
||||||
|
"id": "6e7ab3ea-96aa-470f-9b94-3d9d0e01f481",
|
||||||
|
"version": 1,
|
||||||
|
"state": {
|
||||||
|
"lastGroupId": 0,
|
||||||
|
"lastNodeId": 113,
|
||||||
|
"lastLinkId": 283,
|
||||||
|
"lastRerouteId": 0
|
||||||
|
},
|
||||||
|
"revision": 0,
|
||||||
|
"config": {},
|
||||||
|
"name": "Image Segmentation (SAM3)",
|
||||||
|
"inputNode": {
|
||||||
|
"id": -10,
|
||||||
|
"bounding": [
|
||||||
|
-2260,
|
||||||
|
-3450,
|
||||||
|
136.369140625,
|
||||||
|
220
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"outputNode": {
|
||||||
|
"id": -20,
|
||||||
|
"bounding": [
|
||||||
|
-1130,
|
||||||
|
-3305,
|
||||||
|
120,
|
||||||
|
80
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "a6e75fa2-162a-4af0-a2fd-1e9c899a5ab6",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"linkIds": [
|
||||||
|
264
|
||||||
|
],
|
||||||
|
"localized_name": "image",
|
||||||
|
"label": "image",
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3430
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3cefd304-7631-4ff6-a5a0-5a0ffb120745",
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
265
|
||||||
|
],
|
||||||
|
"label": "object",
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3410
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1aec91c5-d8d2-441c-928c-49c14e7e80ed",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"linkIds": [
|
||||||
|
266
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3390
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1ec7ce1a-8257-4719-8a81-60ebc8a98899",
|
||||||
|
"name": "positive_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
267
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3370
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "c65f8b87-9bd7-48be-9fc2-823431e95019",
|
||||||
|
"name": "negative_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
268
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3350
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bb4ba35a-ccfe-4c37-98e5-d9b0d69585fb",
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"linkIds": [
|
||||||
|
269
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3330
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "b1439668-b050-490b-a5dc-fc4052c55666",
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
270
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3310
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "86e239e5-c098-4302-b54d-d42a38bc0f89",
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"linkIds": [
|
||||||
|
271
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3290
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "f9e0b9d4-b2f1-4907-a4a5-305656576706",
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"linkIds": [
|
||||||
|
272
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3270
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "ff50da09-1e59-4a58-9b7f-be1a00aa5913",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"linkIds": [
|
||||||
|
231
|
||||||
|
],
|
||||||
|
"localized_name": "masks",
|
||||||
|
"pos": [
|
||||||
|
-1110,
|
||||||
|
-3285
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "8f622e40-8528-4078-b7d3-147e9f872194",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"linkIds": [
|
||||||
|
232
|
||||||
|
],
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"pos": [
|
||||||
|
-1110,
|
||||||
|
-3265
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 75,
|
||||||
|
"type": "SAM3_Detect",
|
||||||
|
"pos": [
|
||||||
|
-1470,
|
||||||
|
-3460
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
260
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 0,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "model",
|
||||||
|
"localized_name": "model",
|
||||||
|
"name": "model",
|
||||||
|
"type": "MODEL",
|
||||||
|
"link": 237
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "image",
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 264
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "conditioning",
|
||||||
|
"localized_name": "conditioning",
|
||||||
|
"name": "conditioning",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "CONDITIONING",
|
||||||
|
"link": 200
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "bboxes",
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"link": 266
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "positive_coords",
|
||||||
|
"localized_name": "positive_coords",
|
||||||
|
"name": "positive_coords",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "STRING",
|
||||||
|
"link": 267
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "negative_coords",
|
||||||
|
"localized_name": "negative_coords",
|
||||||
|
"name": "negative_coords",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "STRING",
|
||||||
|
"link": 268
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "threshold",
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "threshold"
|
||||||
|
},
|
||||||
|
"link": 269
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "refine_iterations",
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "refine_iterations"
|
||||||
|
},
|
||||||
|
"link": 270
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "individual_masks",
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "individual_masks"
|
||||||
|
},
|
||||||
|
"link": 271
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "masks",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": [
|
||||||
|
231
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"links": [
|
||||||
|
232
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"ue_properties": {
|
||||||
|
"widget_ue_connectable": {},
|
||||||
|
"version": "7.7",
|
||||||
|
"input_ue_unconnectable": {}
|
||||||
|
},
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"Node name for S&R": "SAM3_Detect",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
0.5,
|
||||||
|
2,
|
||||||
|
false
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 77,
|
||||||
|
"type": "CheckpointLoaderSimple",
|
||||||
|
"pos": [
|
||||||
|
-1970,
|
||||||
|
-3200
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
330,
|
||||||
|
140
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 1,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "ckpt_name",
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "ckpt_name"
|
||||||
|
},
|
||||||
|
"link": 272
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "MODEL",
|
||||||
|
"name": "MODEL",
|
||||||
|
"type": "MODEL",
|
||||||
|
"links": [
|
||||||
|
237
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "CLIP",
|
||||||
|
"name": "CLIP",
|
||||||
|
"type": "CLIP",
|
||||||
|
"links": [
|
||||||
|
240
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "VAE",
|
||||||
|
"name": "VAE",
|
||||||
|
"type": "VAE",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"ue_properties": {
|
||||||
|
"widget_ue_connectable": {},
|
||||||
|
"version": "7.7",
|
||||||
|
"input_ue_unconnectable": {}
|
||||||
|
},
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"Node name for S&R": "CheckpointLoaderSimple",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "sam3.1_multiplex_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/sam3.1/resolve/main/checkpoints/sam3.1_multiplex_fp16.safetensors",
|
||||||
|
"directory": "checkpoints"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"sam3.1_multiplex_fp16.safetensors"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 78,
|
||||||
|
"type": "CLIPTextEncode",
|
||||||
|
"pos": [
|
||||||
|
-2000,
|
||||||
|
-3000
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "clip",
|
||||||
|
"name": "clip",
|
||||||
|
"type": "CLIP",
|
||||||
|
"link": 240
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "text",
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "text"
|
||||||
|
},
|
||||||
|
"link": 265
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "CONDITIONING",
|
||||||
|
"name": "CONDITIONING",
|
||||||
|
"type": "CONDITIONING",
|
||||||
|
"links": [
|
||||||
|
200
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"ue_properties": {
|
||||||
|
"widget_ue_connectable": {},
|
||||||
|
"version": "7.7",
|
||||||
|
"input_ue_unconnectable": {}
|
||||||
|
},
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"Node name for S&R": "CLIPTextEncode",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"id": 237,
|
||||||
|
"origin_id": 77,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "MODEL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 200,
|
||||||
|
"origin_id": 78,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "CONDITIONING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 240,
|
||||||
|
"origin_id": 77,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 78,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "CLIP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 231,
|
||||||
|
"origin_id": 75,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "MASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 232,
|
||||||
|
"origin_id": 75,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "BOUNDING_BOX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 264,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 265,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 78,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 266,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 3,
|
||||||
|
"type": "BOUNDING_BOX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 267,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 3,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 4,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 268,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 4,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 5,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 269,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 5,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 6,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 270,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 6,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 7,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 271,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 7,
|
||||||
|
"target_id": 75,
|
||||||
|
"target_slot": 8,
|
||||||
|
"type": "BOOLEAN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 272,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 8,
|
||||||
|
"target_id": 77,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "COMBO"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {},
|
||||||
|
"category": "Image Tools/Image Segmentation",
|
||||||
|
"description": "Segments images into masks using Meta SAM3 from text prompts, points, or boxes."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"ue_links": []
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -2028,7 +2028,7 @@
|
|||||||
"workflowRendererVersion": "LG"
|
"workflowRendererVersion": "LG"
|
||||||
},
|
},
|
||||||
"category": "Video generation and editing/Image to video",
|
"category": "Video generation and editing/Image to video",
|
||||||
"description": "Generates video from an image and text prompt using Wan 2.2, supporting T2V and I2V."
|
"description": "Image-to-video with Wan 2.2 using a start image plus text prompt to extend motion from the still frame."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
397
blueprints/Remove Background (BiRefNet).json
Normal file
397
blueprints/Remove Background (BiRefNet).json
Normal file
@ -0,0 +1,397 @@
|
|||||||
|
{
|
||||||
|
"revision": 0,
|
||||||
|
"last_node_id": 19,
|
||||||
|
"last_link_id": 0,
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 19,
|
||||||
|
"type": "5b40ca21-ba1a-41d5-b403-4d2d7acdc195",
|
||||||
|
"pos": [
|
||||||
|
-6411.330578108367,
|
||||||
|
1940.2638932730042
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
349.609375,
|
||||||
|
145.9375
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bg_removal_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "bg_removal_name"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "IMAGE",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mask",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"proxyWidgets": [
|
||||||
|
[
|
||||||
|
"14",
|
||||||
|
"bg_removal_name"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": [],
|
||||||
|
"title": "Remove Background (BiRefNet)"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"links": [],
|
||||||
|
"version": 0.4,
|
||||||
|
"definitions": {
|
||||||
|
"subgraphs": [
|
||||||
|
{
|
||||||
|
"id": "5b40ca21-ba1a-41d5-b403-4d2d7acdc195",
|
||||||
|
"version": 1,
|
||||||
|
"state": {
|
||||||
|
"lastGroupId": 0,
|
||||||
|
"lastNodeId": 21,
|
||||||
|
"lastLinkId": 16,
|
||||||
|
"lastRerouteId": 0
|
||||||
|
},
|
||||||
|
"revision": 0,
|
||||||
|
"config": {},
|
||||||
|
"name": "Remove Background (BiRefNet)",
|
||||||
|
"description": "Removes or replaces image backgrounds using BiRefNet segmentation and alpha compositing.",
|
||||||
|
"inputNode": {
|
||||||
|
"id": -10,
|
||||||
|
"bounding": [
|
||||||
|
-6728.534070722246,
|
||||||
|
1475.2619799128663,
|
||||||
|
150.9140625,
|
||||||
|
88
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"outputNode": {
|
||||||
|
"id": -20,
|
||||||
|
"bounding": [
|
||||||
|
-6169.049695722246,
|
||||||
|
1475.2619799128663,
|
||||||
|
128,
|
||||||
|
88
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "7bc321cd-df31-4c39-aaf7-7f0d01326189",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"linkIds": [
|
||||||
|
5,
|
||||||
|
7
|
||||||
|
],
|
||||||
|
"localized_name": "image",
|
||||||
|
"pos": [
|
||||||
|
-6601.620008222246,
|
||||||
|
1499.2619799128663
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "e89d2cd8-daa3-4e29-8a69-851db85072cb",
|
||||||
|
"name": "bg_removal_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"linkIds": [
|
||||||
|
12
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-6601.620008222246,
|
||||||
|
1519.2619799128663
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "16e7863c-4c38-46c2-aa74-e82991fbfe8d",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"linkIds": [
|
||||||
|
8
|
||||||
|
],
|
||||||
|
"localized_name": "IMAGE",
|
||||||
|
"pos": [
|
||||||
|
-6145.049695722246,
|
||||||
|
1499.2619799128663
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "f7240c19-5b80-406e-a8e2-9b12440ee2d6",
|
||||||
|
"name": "mask",
|
||||||
|
"type": "MASK",
|
||||||
|
"linkIds": [
|
||||||
|
11
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-6145.049695722246,
|
||||||
|
1519.2619799128663
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"type": "RemoveBackground",
|
||||||
|
"pos": [
|
||||||
|
-6536.764823982709,
|
||||||
|
1444.9963409012412
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
302.25,
|
||||||
|
72
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 0,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "bg_removal_model",
|
||||||
|
"name": "bg_removal_model",
|
||||||
|
"type": "BACKGROUND_REMOVAL",
|
||||||
|
"link": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "mask",
|
||||||
|
"name": "mask",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": [
|
||||||
|
4,
|
||||||
|
11
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "RemoveBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"type": "LoadBackgroundRemovalModel",
|
||||||
|
"pos": [
|
||||||
|
-6540.534070722246,
|
||||||
|
1302.223464635445
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
311.484375,
|
||||||
|
85.515625
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 1,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "bg_removal_name",
|
||||||
|
"name": "bg_removal_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "bg_removal_name"
|
||||||
|
},
|
||||||
|
"link": 12
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "bg_model",
|
||||||
|
"name": "bg_model",
|
||||||
|
"type": "BACKGROUND_REMOVAL",
|
||||||
|
"links": [
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "LoadBackgroundRemovalModel",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "birefnet.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/BiRefNet/resolve/main/background_removal/birefnet.safetensors",
|
||||||
|
"directory": "background_removal"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"birefnet.safetensors"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 15,
|
||||||
|
"type": "InvertMask",
|
||||||
|
"pos": [
|
||||||
|
-6532.446160529669,
|
||||||
|
1571.1111286839914
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
285.984375,
|
||||||
|
48
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "mask",
|
||||||
|
"name": "mask",
|
||||||
|
"type": "MASK",
|
||||||
|
"link": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "MASK",
|
||||||
|
"name": "MASK",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": [
|
||||||
|
6
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "InvertMask"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 16,
|
||||||
|
"type": "JoinImageWithAlpha",
|
||||||
|
"pos": [
|
||||||
|
-6527.4370171636665,
|
||||||
|
1674.3004951902876
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
284.96875,
|
||||||
|
72
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "alpha",
|
||||||
|
"name": "alpha",
|
||||||
|
"type": "MASK",
|
||||||
|
"link": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "IMAGE",
|
||||||
|
"name": "IMAGE",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
8
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "JoinImageWithAlpha"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"origin_id": 14,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 13,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "BACKGROUND_REMOVAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"origin_id": 13,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 15,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "MASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"origin_id": 15,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 16,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "MASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 13,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 16,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"origin_id": 16,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"origin_id": 13,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "MASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 14,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "COMBO"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {},
|
||||||
|
"category": "Image generation and editing/Background Removal"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extra": {}
|
||||||
|
}
|
||||||
2112
blueprints/Text to Image (Ernie Image Turbo).json
Normal file
2112
blueprints/Text to Image (Ernie Image Turbo).json
Normal file
File diff suppressed because it is too large
Load Diff
2190
blueprints/Text to Image (Ernie Image).json
Normal file
2190
blueprints/Text to Image (Ernie Image).json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1030,7 +1030,7 @@
|
|||||||
"workflowRendererVersion": "LG"
|
"workflowRendererVersion": "LG"
|
||||||
},
|
},
|
||||||
"category": "Image generation and editing/Text to image",
|
"category": "Image generation and editing/Text to image",
|
||||||
"description": "Generates images from text prompts using Flux.1 [dev], Black Forest Labs' 12B diffusion model."
|
"description": "Generates images from prompts using FLUX.1 [dev]: a 12B rectified-flow MMDiT with dual CLIP plus T5-XXL text encoders and guidance-distilled sampling for sharp prompt following versus classic DDPM diffusion."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1024,7 +1024,7 @@
|
|||||||
"workflowRendererVersion": "LG"
|
"workflowRendererVersion": "LG"
|
||||||
},
|
},
|
||||||
"category": "Image generation and editing/Text to image",
|
"category": "Image generation and editing/Text to image",
|
||||||
"description": "Generates images from text prompts using Flux.1 Krea Dev, a Black Forest Labs × Krea collaboration variant."
|
"description": "FLUX.1 Krea [dev] (Black Forest Labs × Krea): open-weight 12B rectified-flow text-to-image drop-in alongside FLUX.1 [dev], tuned away from overcooked saturation toward more natural diversity in people, realism, and style while keeping ecosystem compatibility."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
1870
blueprints/Text to Image (Flux.2 Dev).json
Normal file
1870
blueprints/Text to Image (Flux.2 Dev).json
Normal file
File diff suppressed because it is too large
Load Diff
1184
blueprints/Text to Image (Z-Image-Base).json
Normal file
1184
blueprints/Text to Image (Z-Image-Base).json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,22 +1,21 @@
|
|||||||
{
|
{
|
||||||
"id": "1c3eaa76-5cfa-4dc7-8571-97a570324e01",
|
|
||||||
"revision": 0,
|
"revision": 0,
|
||||||
"last_node_id": 34,
|
"last_node_id": 57,
|
||||||
"last_link_id": 40,
|
"last_link_id": 0,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 57,
|
||||||
"type": "dfe9eb32-97c0-43a5-90d5-4fd37768d91b",
|
"type": "f2fdebf6-dfaf-43b6-9eb2-7f70613cfdc1",
|
||||||
"pos": [
|
"pos": [
|
||||||
-2.5766491043910378e-05,
|
130,
|
||||||
1229.999928629805
|
200
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
400,
|
400,
|
||||||
470
|
470
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 0,
|
"order": 1,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -44,6 +43,22 @@
|
|||||||
},
|
},
|
||||||
"link": null
|
"link": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "seed",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "seed"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "steps",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "steps"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "unet_name",
|
"name": "unet_name",
|
||||||
"type": "COMBO",
|
"type": "COMBO",
|
||||||
@ -80,15 +95,15 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"proxyWidgets": [
|
"proxyWidgets": [
|
||||||
[
|
[
|
||||||
"-1",
|
"27",
|
||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"13",
|
||||||
"width"
|
"width"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"13",
|
||||||
"height"
|
"height"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -97,19 +112,23 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"3",
|
"3",
|
||||||
"control_after_generate"
|
"steps"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"28",
|
||||||
"unet_name"
|
"unet_name"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"30",
|
||||||
"clip_name"
|
"clip_name"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"29",
|
||||||
"vae_name"
|
"vae_name"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"3",
|
||||||
|
"control_after_generate"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
@ -122,29 +141,21 @@
|
|||||||
"secondTabOffset": 80,
|
"secondTabOffset": 80,
|
||||||
"secondTabWidth": 65
|
"secondTabWidth": 65
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [],
|
||||||
"",
|
"title": "Text to Image (Z-Image-Turbo)"
|
||||||
1024,
|
|
||||||
1024,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
"z_image_turbo_bf16.safetensors",
|
|
||||||
"qwen_3_4b.safetensors",
|
|
||||||
"ae.safetensors"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"groups": [],
|
"version": 0.4,
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"subgraphs": [
|
"subgraphs": [
|
||||||
{
|
{
|
||||||
"id": "dfe9eb32-97c0-43a5-90d5-4fd37768d91b",
|
"id": "f2fdebf6-dfaf-43b6-9eb2-7f70613cfdc1",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"state": {
|
"state": {
|
||||||
"lastGroupId": 4,
|
"lastGroupId": 4,
|
||||||
"lastNodeId": 34,
|
"lastNodeId": 61,
|
||||||
"lastLinkId": 40,
|
"lastLinkId": 75,
|
||||||
"lastRerouteId": 0
|
"lastRerouteId": 0
|
||||||
},
|
},
|
||||||
"revision": 0,
|
"revision": 0,
|
||||||
@ -153,17 +164,17 @@
|
|||||||
"inputNode": {
|
"inputNode": {
|
||||||
"id": -10,
|
"id": -10,
|
||||||
"bounding": [
|
"bounding": [
|
||||||
-80,
|
-560,
|
||||||
425,
|
480,
|
||||||
120,
|
120,
|
||||||
160
|
200
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"outputNode": {
|
"outputNode": {
|
||||||
"id": -20,
|
"id": -20,
|
||||||
"bounding": [
|
"bounding": [
|
||||||
1490,
|
1670,
|
||||||
415,
|
320,
|
||||||
120,
|
120,
|
||||||
60
|
60
|
||||||
]
|
]
|
||||||
@ -178,8 +189,8 @@
|
|||||||
],
|
],
|
||||||
"label": "prompt",
|
"label": "prompt",
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
445
|
500
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -190,8 +201,8 @@
|
|||||||
35
|
35
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
465
|
520
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -202,44 +213,68 @@
|
|||||||
36
|
36
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
485
|
540
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "23087d15-8412-4fbd-b71e-9b6d7ef76de1",
|
"id": "f77677f7-6bf6-4c19-a71f-c4a553d5981e",
|
||||||
|
"name": "seed",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
71
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-460,
|
||||||
|
560
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ef9a9fb1-5983-4bc9-a60b-cf5aec48bff1",
|
||||||
|
"name": "steps",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
72
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-460,
|
||||||
|
580
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "a20a1b30-785f-4a04-bb6d-3d61adab9764",
|
||||||
"name": "unet_name",
|
"name": "unet_name",
|
||||||
"type": "COMBO",
|
"type": "COMBO",
|
||||||
"linkIds": [
|
"linkIds": [
|
||||||
38
|
73
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
505
|
600
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0677f5c3-2a3f-43d4-98ac-a4c56d5efdc0",
|
"id": "4af8fc2b-4655-4086-8240-45f8cb38c6f6",
|
||||||
"name": "clip_name",
|
"name": "clip_name",
|
||||||
"type": "COMBO",
|
"type": "COMBO",
|
||||||
"linkIds": [
|
"linkIds": [
|
||||||
39
|
74
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
525
|
620
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "c85c0445-2641-48b1-bbca-95057edf2fcf",
|
"id": "4d518693-2807-439c-9cb6-cffd23ccba2c",
|
||||||
"name": "vae_name",
|
"name": "vae_name",
|
||||||
"type": "COMBO",
|
"type": "COMBO",
|
||||||
"linkIds": [
|
"linkIds": [
|
||||||
40
|
75
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
20,
|
-460,
|
||||||
545
|
640
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -253,8 +288,8 @@
|
|||||||
],
|
],
|
||||||
"localized_name": "IMAGE",
|
"localized_name": "IMAGE",
|
||||||
"pos": [
|
"pos": [
|
||||||
1510,
|
1690,
|
||||||
435
|
340
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -264,15 +299,15 @@
|
|||||||
"id": 30,
|
"id": 30,
|
||||||
"type": "CLIPLoader",
|
"type": "CLIPLoader",
|
||||||
"pos": [
|
"pos": [
|
||||||
109.99997264844609,
|
30,
|
||||||
329.99999029608756
|
420
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
269.9869791666667,
|
270,
|
||||||
106
|
150
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 0,
|
"order": 7,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -282,7 +317,7 @@
|
|||||||
"widget": {
|
"widget": {
|
||||||
"name": "clip_name"
|
"name": "clip_name"
|
||||||
},
|
},
|
||||||
"link": 39
|
"link": 74
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"localized_name": "type",
|
"localized_name": "type",
|
||||||
@ -315,9 +350,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "CLIPLoader",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.73",
|
"ver": "0.3.73",
|
||||||
"Node name for S&R": "CLIPLoader",
|
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"name": "qwen_3_4b.safetensors",
|
"name": "qwen_3_4b.safetensors",
|
||||||
@ -343,15 +378,15 @@
|
|||||||
"id": 29,
|
"id": 29,
|
||||||
"type": "VAELoader",
|
"type": "VAELoader",
|
||||||
"pos": [
|
"pos": [
|
||||||
109.99997264844609,
|
30,
|
||||||
479.9999847172637
|
650
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
269.9869791666667,
|
270,
|
||||||
58
|
110
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 1,
|
"order": 6,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -361,7 +396,7 @@
|
|||||||
"widget": {
|
"widget": {
|
||||||
"name": "vae_name"
|
"name": "vae_name"
|
||||||
},
|
},
|
||||||
"link": 40
|
"link": 75
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -375,9 +410,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "VAELoader",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.73",
|
"ver": "0.3.73",
|
||||||
"Node name for S&R": "VAELoader",
|
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"name": "ae.safetensors",
|
"name": "ae.safetensors",
|
||||||
@ -401,12 +436,12 @@
|
|||||||
"id": 33,
|
"id": 33,
|
||||||
"type": "ConditioningZeroOut",
|
"type": "ConditioningZeroOut",
|
||||||
"pos": [
|
"pos": [
|
||||||
639.9999103333332,
|
630,
|
||||||
620.0000271257795
|
960
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
204.134765625,
|
230,
|
||||||
26
|
80
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 8,
|
"order": 8,
|
||||||
@ -430,9 +465,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "ConditioningZeroOut",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.73",
|
"ver": "0.3.73",
|
||||||
"Node name for S&R": "ConditioningZeroOut",
|
|
||||||
"enableTabs": false,
|
"enableTabs": false,
|
||||||
"tabWidth": 65,
|
"tabWidth": 65,
|
||||||
"tabXOffset": 10,
|
"tabXOffset": 10,
|
||||||
@ -440,22 +475,21 @@
|
|||||||
"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": [
|
||||||
1219.9999088104782,
|
1320,
|
||||||
160.00009184959066
|
230
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
209.98697916666669,
|
230,
|
||||||
46
|
100
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 5,
|
"order": 1,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -483,9 +517,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "VAEDecode",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.64",
|
"ver": "0.3.64",
|
||||||
"Node name for S&R": "VAEDecode",
|
|
||||||
"enableTabs": false,
|
"enableTabs": false,
|
||||||
"tabWidth": 65,
|
"tabWidth": 65,
|
||||||
"tabXOffset": 10,
|
"tabXOffset": 10,
|
||||||
@ -493,22 +527,21 @@
|
|||||||
"secondTabText": "Send Back",
|
"secondTabText": "Send Back",
|
||||||
"secondTabOffset": 80,
|
"secondTabOffset": 80,
|
||||||
"secondTabWidth": 65
|
"secondTabWidth": 65
|
||||||
},
|
}
|
||||||
"widgets_values": []
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 28,
|
"id": 28,
|
||||||
"type": "UNETLoader",
|
"type": "UNETLoader",
|
||||||
"pos": [
|
"pos": [
|
||||||
109.99997264844609,
|
30,
|
||||||
200.0000502647102
|
230
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
269.9869791666667,
|
270,
|
||||||
82
|
110
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 2,
|
"order": 5,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -518,7 +551,7 @@
|
|||||||
"widget": {
|
"widget": {
|
||||||
"name": "unet_name"
|
"name": "unet_name"
|
||||||
},
|
},
|
||||||
"link": 38
|
"link": 73
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"localized_name": "weight_dtype",
|
"localized_name": "weight_dtype",
|
||||||
@ -541,9 +574,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "UNETLoader",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.73",
|
"ver": "0.3.73",
|
||||||
"Node name for S&R": "UNETLoader",
|
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"name": "z_image_turbo_bf16.safetensors",
|
"name": "z_image_turbo_bf16.safetensors",
|
||||||
@ -568,15 +601,15 @@
|
|||||||
"id": 27,
|
"id": 27,
|
||||||
"type": "CLIPTextEncode",
|
"type": "CLIPTextEncode",
|
||||||
"pos": [
|
"pos": [
|
||||||
429.99997828947767,
|
400,
|
||||||
200.0000502647102
|
230
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
409.9869791666667,
|
450,
|
||||||
319.9869791666667
|
650
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 7,
|
"order": 4,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -607,9 +640,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "CLIPTextEncode",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.73",
|
"ver": "0.3.73",
|
||||||
"Node name for S&R": "CLIPTextEncode",
|
|
||||||
"enableTabs": false,
|
"enableTabs": false,
|
||||||
"tabWidth": 65,
|
"tabWidth": 65,
|
||||||
"tabXOffset": 10,
|
"tabXOffset": 10,
|
||||||
@ -626,15 +659,15 @@
|
|||||||
"id": 13,
|
"id": 13,
|
||||||
"type": "EmptySD3LatentImage",
|
"type": "EmptySD3LatentImage",
|
||||||
"pos": [
|
"pos": [
|
||||||
109.99997264844609,
|
40,
|
||||||
629.9999791384399
|
890
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
259.9869791666667,
|
260,
|
||||||
106
|
170
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 6,
|
"order": 3,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -677,9 +710,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "EmptySD3LatentImage",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.64",
|
"ver": "0.3.64",
|
||||||
"Node name for S&R": "EmptySD3LatentImage",
|
|
||||||
"enableTabs": false,
|
"enableTabs": false,
|
||||||
"tabWidth": 65,
|
"tabWidth": 65,
|
||||||
"tabXOffset": 10,
|
"tabXOffset": 10,
|
||||||
@ -694,19 +727,77 @@
|
|||||||
1
|
1
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"type": "ModelSamplingAuraFlow",
|
||||||
|
"pos": [
|
||||||
|
950,
|
||||||
|
230
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
310,
|
||||||
|
110
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "model",
|
||||||
|
"name": "model",
|
||||||
|
"type": "MODEL",
|
||||||
|
"link": 26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "shift",
|
||||||
|
"name": "shift",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "shift"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "MODEL",
|
||||||
|
"name": "MODEL",
|
||||||
|
"type": "MODEL",
|
||||||
|
"slot_index": 0,
|
||||||
|
"links": [
|
||||||
|
13
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ModelSamplingAuraFlow",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.3.64",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
3
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"type": "KSampler",
|
"type": "KSampler",
|
||||||
"pos": [
|
"pos": [
|
||||||
879.9999615530063,
|
950,
|
||||||
269.9999774911694
|
400
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
314.9869791666667,
|
320,
|
||||||
262
|
350
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 4,
|
"order": 0,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -740,7 +831,7 @@
|
|||||||
"widget": {
|
"widget": {
|
||||||
"name": "seed"
|
"name": "seed"
|
||||||
},
|
},
|
||||||
"link": null
|
"link": 71
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"localized_name": "steps",
|
"localized_name": "steps",
|
||||||
@ -749,7 +840,7 @@
|
|||||||
"widget": {
|
"widget": {
|
||||||
"name": "steps"
|
"name": "steps"
|
||||||
},
|
},
|
||||||
"link": null
|
"link": 72
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"localized_name": "cfg",
|
"localized_name": "cfg",
|
||||||
@ -800,9 +891,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "KSampler",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.3.64",
|
"ver": "0.3.64",
|
||||||
"Node name for S&R": "KSampler",
|
|
||||||
"enableTabs": false,
|
"enableTabs": false,
|
||||||
"tabWidth": 65,
|
"tabWidth": 65,
|
||||||
"tabXOffset": 10,
|
"tabXOffset": 10,
|
||||||
@ -814,81 +905,23 @@
|
|||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
0,
|
0,
|
||||||
"randomize",
|
"randomize",
|
||||||
4,
|
8,
|
||||||
1,
|
1,
|
||||||
"res_multistep",
|
"res_multistep",
|
||||||
"simple",
|
"simple",
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 11,
|
|
||||||
"type": "ModelSamplingAuraFlow",
|
|
||||||
"pos": [
|
|
||||||
879.9999615530063,
|
|
||||||
160.00009184959066
|
|
||||||
],
|
|
||||||
"size": [
|
|
||||||
309.9869791666667,
|
|
||||||
58
|
|
||||||
],
|
|
||||||
"flags": {},
|
|
||||||
"order": 3,
|
|
||||||
"mode": 0,
|
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"localized_name": "model",
|
|
||||||
"name": "model",
|
|
||||||
"type": "MODEL",
|
|
||||||
"link": 26
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"localized_name": "shift",
|
|
||||||
"name": "shift",
|
|
||||||
"type": "FLOAT",
|
|
||||||
"widget": {
|
|
||||||
"name": "shift"
|
|
||||||
},
|
|
||||||
"link": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"localized_name": "MODEL",
|
|
||||||
"name": "MODEL",
|
|
||||||
"type": "MODEL",
|
|
||||||
"slot_index": 0,
|
|
||||||
"links": [
|
|
||||||
13
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": {
|
|
||||||
"cnr_id": "comfy-core",
|
|
||||||
"ver": "0.3.64",
|
|
||||||
"Node name for S&R": "ModelSamplingAuraFlow",
|
|
||||||
"enableTabs": false,
|
|
||||||
"tabWidth": 65,
|
|
||||||
"tabXOffset": 10,
|
|
||||||
"hasSecondTab": false,
|
|
||||||
"secondTabText": "Send Back",
|
|
||||||
"secondTabOffset": 80,
|
|
||||||
"secondTabWidth": 65
|
|
||||||
},
|
|
||||||
"widgets_values": [
|
|
||||||
3
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"title": "Image size",
|
"title": "Step2 - Image size",
|
||||||
"bounding": [
|
"bounding": [
|
||||||
100,
|
10,
|
||||||
560,
|
820,
|
||||||
290,
|
320,
|
||||||
200
|
280
|
||||||
],
|
],
|
||||||
"color": "#3f789e",
|
"color": "#3f789e",
|
||||||
"font_size": 24,
|
"font_size": 24,
|
||||||
@ -896,12 +929,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"title": "Prompt",
|
"title": "Step3 - Prompt",
|
||||||
"bounding": [
|
"bounding": [
|
||||||
410,
|
360,
|
||||||
130,
|
130,
|
||||||
450,
|
530,
|
||||||
540
|
970
|
||||||
],
|
],
|
||||||
"color": "#3f789e",
|
"color": "#3f789e",
|
||||||
"font_size": 24,
|
"font_size": 24,
|
||||||
@ -909,12 +942,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"title": "Models",
|
"title": "Step1 - Load models",
|
||||||
"bounding": [
|
"bounding": [
|
||||||
100,
|
0,
|
||||||
130,
|
130,
|
||||||
290,
|
330,
|
||||||
413.6
|
660
|
||||||
],
|
],
|
||||||
"color": "#3f789e",
|
"color": "#3f789e",
|
||||||
"font_size": 24,
|
"font_size": 24,
|
||||||
@ -1027,25 +1060,41 @@
|
|||||||
"type": "INT"
|
"type": "INT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 38,
|
"id": 71,
|
||||||
"origin_id": -10,
|
"origin_id": -10,
|
||||||
"origin_slot": 3,
|
"origin_slot": 3,
|
||||||
|
"target_id": 3,
|
||||||
|
"target_slot": 4,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 72,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 4,
|
||||||
|
"target_id": 3,
|
||||||
|
"target_slot": 5,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 73,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 5,
|
||||||
"target_id": 28,
|
"target_id": 28,
|
||||||
"target_slot": 0,
|
"target_slot": 0,
|
||||||
"type": "COMBO"
|
"type": "COMBO"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 39,
|
"id": 74,
|
||||||
"origin_id": -10,
|
"origin_id": -10,
|
||||||
"origin_slot": 4,
|
"origin_slot": 6,
|
||||||
"target_id": 30,
|
"target_id": 30,
|
||||||
"target_slot": 0,
|
"target_slot": 0,
|
||||||
"type": "COMBO"
|
"type": "COMBO"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 40,
|
"id": 75,
|
||||||
"origin_id": -10,
|
"origin_id": -10,
|
||||||
"origin_slot": 5,
|
"origin_slot": 7,
|
||||||
"target_id": 29,
|
"target_id": 29,
|
||||||
"target_slot": 0,
|
"target_slot": 0,
|
||||||
"type": "COMBO"
|
"type": "COMBO"
|
||||||
@ -1059,21 +1108,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {},
|
"extra": {}
|
||||||
"extra": {
|
|
||||||
"frontendVersion": "1.37.10",
|
|
||||||
"workflowRendererVersion": "LG",
|
|
||||||
"VHS_latentpreview": false,
|
|
||||||
"VHS_latentpreviewrate": 0,
|
|
||||||
"VHS_MetadataImage": true,
|
|
||||||
"VHS_KeepIntermediate": true,
|
|
||||||
"ds": {
|
|
||||||
"scale": 0.8401370345180755,
|
|
||||||
"offset": [
|
|
||||||
940.0587067393087,
|
|
||||||
-830.7121087564725
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"version": 0.4
|
|
||||||
}
|
}
|
||||||
1132
blueprints/Text to Image.json
Normal file
1132
blueprints/Text to Image.json
Normal file
File diff suppressed because it is too large
Load Diff
827
blueprints/Video Segmentation (SAM3).json
Normal file
827
blueprints/Video Segmentation (SAM3).json
Normal file
@ -0,0 +1,827 @@
|
|||||||
|
{
|
||||||
|
"revision": 0,
|
||||||
|
"last_node_id": 130,
|
||||||
|
"last_link_id": 0,
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 130,
|
||||||
|
"type": "7937cf78-b52b-40a3-93b2-b4e2e5f98df1",
|
||||||
|
"pos": [
|
||||||
|
-1210,
|
||||||
|
-2780
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
300,
|
||||||
|
370
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "text"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "positive_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "negative_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "threshold"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "refine_iterations"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "individual_masks"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "ckpt_name"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "masks",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "audio",
|
||||||
|
"type": "AUDIO",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"proxyWidgets": [
|
||||||
|
[
|
||||||
|
"125",
|
||||||
|
"text"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"126",
|
||||||
|
"threshold"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"126",
|
||||||
|
"refine_iterations"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"126",
|
||||||
|
"individual_masks"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"127",
|
||||||
|
"ckpt_name"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [],
|
||||||
|
"title": "Video Segmentation (SAM3)"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"links": [],
|
||||||
|
"version": 0.4,
|
||||||
|
"definitions": {
|
||||||
|
"subgraphs": [
|
||||||
|
{
|
||||||
|
"id": "7937cf78-b52b-40a3-93b2-b4e2e5f98df1",
|
||||||
|
"version": 1,
|
||||||
|
"state": {
|
||||||
|
"lastGroupId": 0,
|
||||||
|
"lastNodeId": 130,
|
||||||
|
"lastLinkId": 299,
|
||||||
|
"lastRerouteId": 0
|
||||||
|
},
|
||||||
|
"revision": 0,
|
||||||
|
"config": {},
|
||||||
|
"name": "Video Segmentation (SAM3)",
|
||||||
|
"inputNode": {
|
||||||
|
"id": -10,
|
||||||
|
"bounding": [
|
||||||
|
-2260,
|
||||||
|
-3450,
|
||||||
|
136.369140625,
|
||||||
|
220
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"outputNode": {
|
||||||
|
"id": -20,
|
||||||
|
"bounding": [
|
||||||
|
-1050,
|
||||||
|
-3510,
|
||||||
|
120,
|
||||||
|
120
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "680ffd88-32fe-48be-88d6-91ea44d5eaee",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"linkIds": [
|
||||||
|
252
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3430
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ceaf249c-32d7-4624-8bf6-e590e347ed90",
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
254
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3410
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1ffbff36-da0c-4854-8cb4-88ad31e64f99",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"linkIds": [
|
||||||
|
255
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3390
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "67b7f4c7-cec0-4e00-b154-23cc1abf880e",
|
||||||
|
"name": "positive_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
256
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3370
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "b090a498-2bde-46b9-9554-18501401d687",
|
||||||
|
"name": "negative_coords",
|
||||||
|
"type": "STRING",
|
||||||
|
"linkIds": [
|
||||||
|
257
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3350
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1a76dfcf-ce95-46af-bba5-c42160c683dd",
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"linkIds": [
|
||||||
|
261
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3330
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "999523fa-c476-4c53-80c3-0a2f554d18ab",
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"linkIds": [
|
||||||
|
262
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3310
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "d2371011-7fe5-4a39-b0c1-df2e0bbd6ece",
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"linkIds": [
|
||||||
|
263
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3290
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "675a8b37-17db-48d1-853c-2fe5d6a74582",
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"linkIds": [
|
||||||
|
273
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-2143.630859375,
|
||||||
|
-3270
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"id": "ff50da09-1e59-4a58-9b7f-be1a00aa5913",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"linkIds": [
|
||||||
|
231
|
||||||
|
],
|
||||||
|
"localized_name": "masks",
|
||||||
|
"pos": [
|
||||||
|
-1030,
|
||||||
|
-3490
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "8f622e40-8528-4078-b7d3-147e9f872194",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"linkIds": [
|
||||||
|
232
|
||||||
|
],
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"pos": [
|
||||||
|
-1030,
|
||||||
|
-3470
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "6c9924ec-f0fa-4509-83ea-8f97f5889bcc",
|
||||||
|
"name": "audio",
|
||||||
|
"type": "AUDIO",
|
||||||
|
"linkIds": [
|
||||||
|
259
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-1030,
|
||||||
|
-3450
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "82c1cddc-ab11-44eb-9e2f-1a5c7ea5645b",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"linkIds": [
|
||||||
|
260
|
||||||
|
],
|
||||||
|
"pos": [
|
||||||
|
-1030,
|
||||||
|
-3430
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"id": 125,
|
||||||
|
"type": "CLIPTextEncode",
|
||||||
|
"pos": [
|
||||||
|
-2010,
|
||||||
|
-3040
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 1,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "clip",
|
||||||
|
"name": "clip",
|
||||||
|
"type": "CLIP",
|
||||||
|
"link": 240
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "text",
|
||||||
|
"name": "text",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "text"
|
||||||
|
},
|
||||||
|
"link": 254
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "CONDITIONING",
|
||||||
|
"name": "CONDITIONING",
|
||||||
|
"type": "CONDITIONING",
|
||||||
|
"links": [
|
||||||
|
200
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "CLIPTextEncode",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 126,
|
||||||
|
"type": "SAM3_Detect",
|
||||||
|
"pos": [
|
||||||
|
-1520,
|
||||||
|
-3520
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
290
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 2,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "model",
|
||||||
|
"localized_name": "model",
|
||||||
|
"name": "model",
|
||||||
|
"type": "MODEL",
|
||||||
|
"link": 237
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "image",
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 253
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "conditioning",
|
||||||
|
"localized_name": "conditioning",
|
||||||
|
"name": "conditioning",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "CONDITIONING",
|
||||||
|
"link": 200
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "bboxes",
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"link": 255
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "positive_coords",
|
||||||
|
"localized_name": "positive_coords",
|
||||||
|
"name": "positive_coords",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "STRING",
|
||||||
|
"link": 256
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "negative_coords",
|
||||||
|
"localized_name": "negative_coords",
|
||||||
|
"name": "negative_coords",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "STRING",
|
||||||
|
"link": 257
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "threshold",
|
||||||
|
"name": "threshold",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "threshold"
|
||||||
|
},
|
||||||
|
"link": 261
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "refine_iterations",
|
||||||
|
"name": "refine_iterations",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "refine_iterations"
|
||||||
|
},
|
||||||
|
"link": 262
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "individual_masks",
|
||||||
|
"name": "individual_masks",
|
||||||
|
"type": "BOOLEAN",
|
||||||
|
"widget": {
|
||||||
|
"name": "individual_masks"
|
||||||
|
},
|
||||||
|
"link": 263
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "masks",
|
||||||
|
"name": "masks",
|
||||||
|
"type": "MASK",
|
||||||
|
"links": [
|
||||||
|
231
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "bboxes",
|
||||||
|
"name": "bboxes",
|
||||||
|
"type": "BOUNDING_BOX",
|
||||||
|
"links": [
|
||||||
|
232
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "SAM3_Detect",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
0.5,
|
||||||
|
2,
|
||||||
|
false
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 127,
|
||||||
|
"type": "CheckpointLoaderSimple",
|
||||||
|
"pos": [
|
||||||
|
-1970,
|
||||||
|
-3310
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
330,
|
||||||
|
160
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "ckpt_name",
|
||||||
|
"name": "ckpt_name",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "ckpt_name"
|
||||||
|
},
|
||||||
|
"link": 273
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "MODEL",
|
||||||
|
"name": "MODEL",
|
||||||
|
"type": "MODEL",
|
||||||
|
"links": [
|
||||||
|
237
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "CLIP",
|
||||||
|
"name": "CLIP",
|
||||||
|
"type": "CLIP",
|
||||||
|
"links": [
|
||||||
|
240
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "VAE",
|
||||||
|
"name": "VAE",
|
||||||
|
"type": "VAE",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "CheckpointLoaderSimple",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65,
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "sam3.1_multiplex_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/sam3.1/resolve/main/checkpoints/sam3.1_multiplex_fp16.safetensors",
|
||||||
|
"directory": "checkpoints"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"sam3.1_multiplex_fp16.safetensors"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 128,
|
||||||
|
"type": "GetVideoComponents",
|
||||||
|
"pos": [
|
||||||
|
-1910,
|
||||||
|
-3540
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
230,
|
||||||
|
120
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 4,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "video",
|
||||||
|
"name": "video",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"link": 252
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"links": [
|
||||||
|
253
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "audio",
|
||||||
|
"name": "audio",
|
||||||
|
"type": "AUDIO",
|
||||||
|
"links": [
|
||||||
|
259
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "fps",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": [
|
||||||
|
260
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "GetVideoComponents",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.19.3",
|
||||||
|
"enableTabs": false,
|
||||||
|
"tabWidth": 65,
|
||||||
|
"tabXOffset": 10,
|
||||||
|
"hasSecondTab": false,
|
||||||
|
"secondTabText": "Send Back",
|
||||||
|
"secondTabOffset": 80,
|
||||||
|
"secondTabWidth": 65
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 129,
|
||||||
|
"type": "Note",
|
||||||
|
"pos": [
|
||||||
|
-1980,
|
||||||
|
-2790
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
370,
|
||||||
|
250
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 0,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [],
|
||||||
|
"outputs": [],
|
||||||
|
"title": "Note: Prompt format",
|
||||||
|
"properties": {},
|
||||||
|
"widgets_values": [
|
||||||
|
"Max tokens for this model is only 32, to separately prompt multiple subjects you can separate prompts with comma, and set the max amount of objects detected for each prompt with :N\n\nFor example above test prompt finds 2 cakes, one apron, 4 window panels"
|
||||||
|
],
|
||||||
|
"color": "#432",
|
||||||
|
"bgcolor": "#653"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"groups": [],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"id": 237,
|
||||||
|
"origin_id": 127,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "MODEL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 200,
|
||||||
|
"origin_id": 125,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "CONDITIONING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 240,
|
||||||
|
"origin_id": 127,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 125,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "CLIP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 231,
|
||||||
|
"origin_id": 126,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "MASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 232,
|
||||||
|
"origin_id": 126,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "BOUNDING_BOX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 252,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 128,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "VIDEO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 253,
|
||||||
|
"origin_id": 128,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 254,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 125,
|
||||||
|
"target_slot": 1,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 255,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 3,
|
||||||
|
"type": "BOUNDING_BOX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 256,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 3,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 4,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 257,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 4,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 5,
|
||||||
|
"type": "STRING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 259,
|
||||||
|
"origin_id": 128,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "AUDIO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 260,
|
||||||
|
"origin_id": 128,
|
||||||
|
"origin_slot": 2,
|
||||||
|
"target_id": -20,
|
||||||
|
"target_slot": 3,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 261,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 5,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 6,
|
||||||
|
"type": "FLOAT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 262,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 6,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 7,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 263,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 7,
|
||||||
|
"target_id": 126,
|
||||||
|
"target_slot": 8,
|
||||||
|
"type": "BOOLEAN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 273,
|
||||||
|
"origin_id": -10,
|
||||||
|
"origin_slot": 8,
|
||||||
|
"target_id": 127,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "COMBO"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {},
|
||||||
|
"category": "Video Tools",
|
||||||
|
"description": "Segments video into temporally consistent masks using Meta SAM3 from text or interactive prompts."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extra": {}
|
||||||
|
}
|
||||||
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"revision": 0,
|
"revision": 0,
|
||||||
"last_node_id": 84,
|
"last_node_id": 85,
|
||||||
"last_link_id": 0,
|
"last_link_id": 0,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"id": 84,
|
"id": 85,
|
||||||
"type": "8e8aa94a-647e-436d-8440-8ee4691864de",
|
"type": "637913e7-0206-46ba-8ded-70ae3a7c2e19",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6100,
|
-880,
|
||||||
2620
|
-2260
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
290,
|
290,
|
||||||
160
|
160
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 0,
|
"order": 2,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
@ -76,31 +76,26 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"proxyWidgets": [
|
"proxyWidgets": [
|
||||||
[
|
[
|
||||||
"-1",
|
"79",
|
||||||
"direction"
|
"direction"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"79",
|
||||||
"match_image_size"
|
"match_image_size"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"79",
|
||||||
"spacing_width"
|
"spacing_width"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"-1",
|
"79",
|
||||||
"spacing_color"
|
"spacing_color"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.13.0"
|
"ver": "0.13.0"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [],
|
||||||
"right",
|
|
||||||
true,
|
|
||||||
0,
|
|
||||||
"white"
|
|
||||||
],
|
|
||||||
"title": "Video Stitch"
|
"title": "Video Stitch"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -109,12 +104,12 @@
|
|||||||
"definitions": {
|
"definitions": {
|
||||||
"subgraphs": [
|
"subgraphs": [
|
||||||
{
|
{
|
||||||
"id": "8e8aa94a-647e-436d-8440-8ee4691864de",
|
"id": "637913e7-0206-46ba-8ded-70ae3a7c2e19",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"state": {
|
"state": {
|
||||||
"lastGroupId": 1,
|
"lastGroupId": 1,
|
||||||
"lastNodeId": 84,
|
"lastNodeId": 97,
|
||||||
"lastLinkId": 262,
|
"lastLinkId": 282,
|
||||||
"lastRerouteId": 0
|
"lastRerouteId": 0
|
||||||
},
|
},
|
||||||
"revision": 0,
|
"revision": 0,
|
||||||
@ -123,8 +118,8 @@
|
|||||||
"inputNode": {
|
"inputNode": {
|
||||||
"id": -10,
|
"id": -10,
|
||||||
"bounding": [
|
"bounding": [
|
||||||
-6580,
|
-6810,
|
||||||
2649,
|
2580,
|
||||||
143.55859375,
|
143.55859375,
|
||||||
160
|
160
|
||||||
]
|
]
|
||||||
@ -132,8 +127,8 @@
|
|||||||
"outputNode": {
|
"outputNode": {
|
||||||
"id": -20,
|
"id": -20,
|
||||||
"bounding": [
|
"bounding": [
|
||||||
-5720,
|
-4770,
|
||||||
2659,
|
2600,
|
||||||
120,
|
120,
|
||||||
60
|
60
|
||||||
]
|
]
|
||||||
@ -149,8 +144,8 @@
|
|||||||
"localized_name": "video",
|
"localized_name": "video",
|
||||||
"label": "Before Video",
|
"label": "Before Video",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2669
|
2600
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -163,8 +158,8 @@
|
|||||||
"localized_name": "video_1",
|
"localized_name": "video_1",
|
||||||
"label": "After Video",
|
"label": "After Video",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2689
|
2620
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -175,8 +170,8 @@
|
|||||||
259
|
259
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2709
|
2640
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -187,8 +182,8 @@
|
|||||||
260
|
260
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2729
|
2660
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -199,8 +194,8 @@
|
|||||||
261
|
261
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2749
|
2680
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -211,8 +206,8 @@
|
|||||||
262
|
262
|
||||||
],
|
],
|
||||||
"pos": [
|
"pos": [
|
||||||
-6456.44140625,
|
-6686.44140625,
|
||||||
2769
|
2700
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -226,8 +221,8 @@
|
|||||||
],
|
],
|
||||||
"localized_name": "VIDEO",
|
"localized_name": "VIDEO",
|
||||||
"pos": [
|
"pos": [
|
||||||
-5700,
|
-4750,
|
||||||
2679
|
2620
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -238,11 +233,11 @@
|
|||||||
"type": "GetVideoComponents",
|
"type": "GetVideoComponents",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6390,
|
-6390,
|
||||||
2560
|
2600
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
193.530859375,
|
230,
|
||||||
66
|
120
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 1,
|
"order": 1,
|
||||||
@ -278,9 +273,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "GetVideoComponents",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.13.0",
|
"ver": "0.13.0"
|
||||||
"Node name for S&R": "GetVideoComponents"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -291,8 +286,8 @@
|
|||||||
2420
|
2420
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
193.530859375,
|
230,
|
||||||
66
|
120
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 0,
|
"order": 0,
|
||||||
@ -332,21 +327,254 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "GetVideoComponents",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.13.0",
|
"ver": "0.13.0"
|
||||||
"Node name for S&R": "GetVideoComponents"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": 90,
|
||||||
|
"type": "GetImageSize",
|
||||||
|
"pos": [
|
||||||
|
-6390,
|
||||||
|
3030
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
230,
|
||||||
|
120
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 4,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "image",
|
||||||
|
"name": "image",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 266
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "width",
|
||||||
|
"name": "width",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
274
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "height",
|
||||||
|
"name": "height",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
276
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "batch_size",
|
||||||
|
"name": "batch_size",
|
||||||
|
"type": "INT",
|
||||||
|
"links": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "GetImageSize"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 80,
|
||||||
|
"type": "CreateVideo",
|
||||||
|
"pos": [
|
||||||
|
-5190,
|
||||||
|
2420
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
270,
|
||||||
|
130
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 3,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "images",
|
||||||
|
"name": "images",
|
||||||
|
"type": "IMAGE",
|
||||||
|
"link": 282
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "audio",
|
||||||
|
"name": "audio",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "AUDIO",
|
||||||
|
"link": 251
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "fps",
|
||||||
|
"name": "fps",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"widget": {
|
||||||
|
"name": "fps"
|
||||||
|
},
|
||||||
|
"link": 252
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "VIDEO",
|
||||||
|
"name": "VIDEO",
|
||||||
|
"type": "VIDEO",
|
||||||
|
"links": [
|
||||||
|
255
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "CreateVideo",
|
||||||
|
"cnr_id": "comfy-core",
|
||||||
|
"ver": "0.13.0"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
30
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 95,
|
||||||
|
"type": "ComfyMathExpression",
|
||||||
|
"pos": [
|
||||||
|
-6040,
|
||||||
|
3020
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 5,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "a",
|
||||||
|
"localized_name": "values.a",
|
||||||
|
"name": "values.a",
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 274
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "b",
|
||||||
|
"localized_name": "values.b",
|
||||||
|
"name": "values.b",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "expression",
|
||||||
|
"name": "expression",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "expression"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "FLOAT",
|
||||||
|
"name": "FLOAT",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
279
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ComfyMathExpression"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"a & ~1"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 96,
|
||||||
|
"type": "ComfyMathExpression",
|
||||||
|
"pos": [
|
||||||
|
-6040,
|
||||||
|
3290
|
||||||
|
],
|
||||||
|
"size": [
|
||||||
|
400,
|
||||||
|
200
|
||||||
|
],
|
||||||
|
"flags": {},
|
||||||
|
"order": 6,
|
||||||
|
"mode": 0,
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"label": "a",
|
||||||
|
"localized_name": "values.a",
|
||||||
|
"name": "values.a",
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": 276
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "b",
|
||||||
|
"localized_name": "values.b",
|
||||||
|
"name": "values.b",
|
||||||
|
"shape": 7,
|
||||||
|
"type": "FLOAT,INT",
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "expression",
|
||||||
|
"name": "expression",
|
||||||
|
"type": "STRING",
|
||||||
|
"widget": {
|
||||||
|
"name": "expression"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"localized_name": "FLOAT",
|
||||||
|
"name": "FLOAT",
|
||||||
|
"type": "FLOAT",
|
||||||
|
"links": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "INT",
|
||||||
|
"name": "INT",
|
||||||
|
"type": "INT",
|
||||||
|
"links": [
|
||||||
|
280
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"Node name for S&R": "ComfyMathExpression"
|
||||||
|
},
|
||||||
|
"widgets_values": [
|
||||||
|
"a & ~1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": 79,
|
"id": 79,
|
||||||
"type": "ImageStitch",
|
"type": "ImageStitch",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6390,
|
-6390,
|
||||||
2700
|
2780
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
270,
|
270,
|
||||||
150
|
160
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 2,
|
"order": 2,
|
||||||
@ -408,14 +636,15 @@
|
|||||||
"name": "IMAGE",
|
"name": "IMAGE",
|
||||||
"type": "IMAGE",
|
"type": "IMAGE",
|
||||||
"links": [
|
"links": [
|
||||||
250
|
266,
|
||||||
|
281
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"Node name for S&R": "ImageStitch",
|
||||||
"cnr_id": "comfy-core",
|
"cnr_id": "comfy-core",
|
||||||
"ver": "0.13.0",
|
"ver": "0.13.0"
|
||||||
"Node name for S&R": "ImageStitch"
|
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
"right",
|
"right",
|
||||||
@ -425,60 +654,91 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 80,
|
"id": 97,
|
||||||
"type": "CreateVideo",
|
"type": "ResizeImageMaskNode",
|
||||||
"pos": [
|
"pos": [
|
||||||
-6040,
|
-5560,
|
||||||
2610
|
2790
|
||||||
],
|
],
|
||||||
"size": [
|
"size": [
|
||||||
270,
|
270,
|
||||||
78
|
160
|
||||||
],
|
],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 3,
|
"order": 7,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
"localized_name": "images",
|
"localized_name": "input",
|
||||||
"name": "images",
|
"name": "input",
|
||||||
"type": "IMAGE",
|
"type": "IMAGE,MASK",
|
||||||
"link": 250
|
"link": 281
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"localized_name": "audio",
|
"localized_name": "resize_type",
|
||||||
"name": "audio",
|
"name": "resize_type",
|
||||||
"shape": 7,
|
"type": "COMFY_DYNAMICCOMBO_V3",
|
||||||
"type": "AUDIO",
|
|
||||||
"link": 251
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"localized_name": "fps",
|
|
||||||
"name": "fps",
|
|
||||||
"type": "FLOAT",
|
|
||||||
"widget": {
|
"widget": {
|
||||||
"name": "fps"
|
"name": "resize_type"
|
||||||
},
|
},
|
||||||
"link": 252
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "width",
|
||||||
|
"name": "resize_type.width",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "resize_type.width"
|
||||||
|
},
|
||||||
|
"link": 279
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "height",
|
||||||
|
"name": "resize_type.height",
|
||||||
|
"type": "INT",
|
||||||
|
"widget": {
|
||||||
|
"name": "resize_type.height"
|
||||||
|
},
|
||||||
|
"link": 280
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "crop",
|
||||||
|
"name": "resize_type.crop",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "resize_type.crop"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"localized_name": "scale_method",
|
||||||
|
"name": "scale_method",
|
||||||
|
"type": "COMBO",
|
||||||
|
"widget": {
|
||||||
|
"name": "scale_method"
|
||||||
|
},
|
||||||
|
"link": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"localized_name": "VIDEO",
|
"localized_name": "resized",
|
||||||
"name": "VIDEO",
|
"name": "resized",
|
||||||
"type": "VIDEO",
|
"type": "*",
|
||||||
"links": [
|
"links": [
|
||||||
255
|
282
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"cnr_id": "comfy-core",
|
"Node name for S&R": "ResizeImageMaskNode"
|
||||||
"ver": "0.13.0",
|
|
||||||
"Node name for S&R": "CreateVideo"
|
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
30
|
"scale dimensions",
|
||||||
|
512,
|
||||||
|
512,
|
||||||
|
"center",
|
||||||
|
"area"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -500,14 +760,6 @@
|
|||||||
"target_slot": 1,
|
"target_slot": 1,
|
||||||
"type": "IMAGE"
|
"type": "IMAGE"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": 250,
|
|
||||||
"origin_id": 79,
|
|
||||||
"origin_slot": 0,
|
|
||||||
"target_id": 80,
|
|
||||||
"target_slot": 0,
|
|
||||||
"type": "IMAGE"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": 251,
|
"id": 251,
|
||||||
"origin_id": 77,
|
"origin_id": 77,
|
||||||
@ -579,6 +831,62 @@
|
|||||||
"target_id": 79,
|
"target_id": 79,
|
||||||
"target_slot": 5,
|
"target_slot": 5,
|
||||||
"type": "COMBO"
|
"type": "COMBO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 266,
|
||||||
|
"origin_id": 79,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 90,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 274,
|
||||||
|
"origin_id": 90,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 95,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 276,
|
||||||
|
"origin_id": 90,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 96,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 279,
|
||||||
|
"origin_id": 95,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 97,
|
||||||
|
"target_slot": 2,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 280,
|
||||||
|
"origin_id": 96,
|
||||||
|
"origin_slot": 1,
|
||||||
|
"target_id": 97,
|
||||||
|
"target_slot": 3,
|
||||||
|
"type": "INT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 281,
|
||||||
|
"origin_id": 79,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 97,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 282,
|
||||||
|
"origin_id": 97,
|
||||||
|
"origin_slot": 0,
|
||||||
|
"target_id": 80,
|
||||||
|
"target_slot": 0,
|
||||||
|
"type": "IMAGE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -588,5 +896,6 @@
|
|||||||
"description": "Stitches multiple video clips into a single sequential video file."
|
"description": "Stitches multiple video clips into a single sequential video file."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"extra": {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user