Add new blueprints and update blueprint descriptions

This commit is contained in:
ComfyUI Wiki 2026-05-24 21:26:28 +08:00
parent b3433f885e
commit 51f4ae5cc4
11 changed files with 4203 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5194,7 +5194,8 @@
"extra": { "extra": {
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
}, },
"description": "Estimates a monocular depth map from an input image using the Lotus depth estimation model." "description": "Estimates a monocular depth map from an input image using the Lotus depth estimation model.",
"category": "Video generation and editing/Depth to video"
} }
] ]
}, },

View File

@ -948,7 +948,7 @@
"extra": { "extra": {
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
}, },
"category": "Image generation and editing/Depth to image", "category": "Image Tools/Preprocessors",
"description": "Estimates a monocular depth map from an input image using the Lotus depth estimation model." "description": "Estimates a monocular depth map from an input image using the Lotus depth estimation model."
} }
] ]

View File

@ -1196,7 +1196,9 @@
], ],
"extra": { "extra": {
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
} },
"category": "Image Tools/Preprocessors",
"description": "Detects multiple people in an image and outputs per-person pose keypoints, skeleton renders, and bounding boxes using SDPose."
} }
] ]
}, },

View File

@ -876,7 +876,9 @@
], ],
"extra": { "extra": {
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
} },
"category": "Image Tools/Preprocessors",
"description": "Extracts human pose keypoints and stick-figure visuals from an image using SDPose-OOD, with optional bounding-box input per subject."
} }
] ]
}, },

View File

@ -1210,7 +1210,8 @@
} }
], ],
"extra": {}, "extra": {},
"category": "Video Tools" "category": "Video Tools",
"description": "Concatenates two videos end-to-end with optional resize, letterbox padding, and audio merge or drop."
} }
] ]
}, },

View File

@ -473,7 +473,8 @@
} }
], ],
"extra": {}, "extra": {},
"category": "Text Tools" "category": "Text Tools",
"description": "Selects one line from multiline text by zero-based index for batch or list-driven prompt workflows."
} }
] ]
}, },

View File

@ -705,7 +705,8 @@
} }
], ],
"extra": {}, "extra": {},
"category": "Image Tools/Crop" "category": "Image Tools/Crop",
"description": "Splits an image into a configurable columns×rows grid of equal tiles for tiled generation or processing."
} }
] ]
}, },

View File

@ -3767,7 +3767,9 @@
"type": "COMBO" "type": "COMBO"
} }
], ],
"extra": {} "extra": {},
"category": "Video Tools",
"description": "Removes objects from video by inpainting masked regions using VOID (CogVideoX), with SAM3 text-guided segmentation and optional two-pass optical-flow refinement."
}, },
{ {
"id": "c3e0d783-9aa3-4e75-a94d-19937968ef86", "id": "c3e0d783-9aa3-4e75-a94d-19937968ef86",

View File

@ -1313,7 +1313,9 @@
], ],
"extra": { "extra": {
"workflowRendererVersion": "LG" "workflowRendererVersion": "LG"
} },
"category": "Video Tools",
"description": "Extracts multi-person pose keypoints and skeleton frame sequences from video using SDPose with built-in person detection."
} }
] ]
}, },