blueprints: add subgraph descriptions for previously undocumented workflows
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run

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.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ComfyUI Wiki 2026-05-09 12:31:51 +08:00
parent 99974d1540
commit bb3132f6c1
14 changed files with 37 additions and 23 deletions

View File

@ -1401,7 +1401,8 @@
"extra": {
"workflowRendererVersion": "LG"
},
"category": "Image generation and editing/ControlNet"
"category": "Image generation and editing/ControlNet",
"description": "Generates images from a text prompt and ControlNet conditioning (e.g. depth, canny) using Z-Image-Turbo."
}
]
},

View File

@ -3350,7 +3350,8 @@
}
],
"extra": {},
"category": "Video generation and editing/First-Last-Frame to Video"
"category": "Video generation and editing/First-Last-Frame to Video",
"description": "Generates a video that interpolates between the first and last keyframes using LTX-2.3, including optional audio."
}
]
},

View File

@ -849,7 +849,8 @@
}
],
"extra": {},
"category": "Video Tools"
"category": "Video Tools",
"description": "Increases video frame rate by synthesizing intermediate frames with a frame interpolation model."
}
]
},

View File

@ -467,7 +467,8 @@
}
],
"extra": {},
"category": "Video Tools"
"category": "Video Tools",
"description": "Extracts one image frame from a video at a chosen index, with optional trim and FPS control."
}
]
},

View File

@ -2049,7 +2049,8 @@
"extra": {
"workflowRendererVersion": "LG"
},
"category": "Image generation and editing/Edit image"
"category": "Image generation and editing/Edit image",
"description": "Edits an image from text instructions using Flux.2 [dev], with guidance, schedulers, and optional Turbo LoRAs."
}
]
},

View File

@ -1938,9 +1938,10 @@
"extra": {
"workflowRendererVersion": "LG"
},
"category": "Image generation and editing/Edit image"
"category": "Image generation and editing/Edit image",
"description": "Edits images from text instructions using Qwen-Image-Edit-2509 with optional Lightning LoRA for few-step sampling."
}
]
},
"extra": {}
}
}

View File

@ -703,11 +703,12 @@
}
],
"extra": {},
"category": "Image Tools/Image Segmentation"
"category": "Image Tools/Image Segmentation",
"description": "Segments images into masks using Meta SAM3 from text prompts, points, or boxes."
}
]
},
"extra": {
"ue_links": []
}
}
}

View File

@ -1711,7 +1711,8 @@
"extra": {
"workflowRendererVersion": "LG"
},
"category": "Video generation and editing/Image to video"
"category": "Video generation and editing/Image to video",
"description": "Generates video from a starting image and text prompt using Wan 2.2 image-to-video."
}
]
},
@ -1732,4 +1733,4 @@
}
},
"version": 0.4
}
}

View File

@ -2101,11 +2101,12 @@
}
],
"extra": {},
"category": "Image generation and editing/Text to image"
"category": "Image generation and editing/Text to image",
"description": "Generates images from text prompts using ERNIE Image Turbo with bundled encoders and VAE."
}
]
},
"extra": {
"ue_links": []
}
}
}

View File

@ -2179,11 +2179,12 @@
}
],
"extra": {},
"category": "Image generation and editing/Text to image"
"category": "Image generation and editing/Text to image",
"description": "Generates images from text prompts using ERNIE Image with bundled encoders and VAE."
}
]
},
"extra": {
"ue_links": []
}
}
}

View File

@ -1859,11 +1859,12 @@
"extra": {
"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.2 [dev], Black Forest Labs' Flux.2 diffusion stack."
}
]
},
"extra": {
"ue_links": []
}
}
}

View File

@ -1178,9 +1178,10 @@
"extra": {
"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 Z-Image base weights with Qwen3 text encoder and bundled VAE."
}
]
},
"extra": {}
}
}

View File

@ -1123,9 +1123,10 @@
"extra": {
"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 Z-Image-Turbo defaults with Qwen3 text encoder and VAE."
}
]
},
"extra": {}
}
}

View File

@ -818,9 +818,10 @@
}
],
"extra": {},
"category": "Video Tools"
"category": "Video Tools",
"description": "Segments video into temporally consistent masks using Meta SAM3 from text or interactive prompts."
}
]
},
"extra": {}
}
}