mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-29 02:17:52 +08:00
Add new blueprints and update blueprint descriptions
This commit is contained in:
parent
b3433f885e
commit
51f4ae5cc4
2091
blueprints/Audio Generation (Stable Audio 3 Base).json
Normal file
2091
blueprints/Audio Generation (Stable Audio 3 Base).json
Normal file
File diff suppressed because one or more lines are too long
2091
blueprints/Audio Generation (Stable Audio 3).json
Normal file
2091
blueprints/Audio Generation (Stable Audio 3).json
Normal file
File diff suppressed because one or more lines are too long
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user