Detailer For Video (SEGS/pipe)
DetailerForEachPipeForAnimateDiff
This node enhances details by inpainting each region within the detected area bundle (SEGS) after enlarging them based on the guide size. This node is a specialized detailer node for enhancing video details, such as in AnimateDiff. It can handle cases where the masks contained in SEGS serve as batch masks spanning multiple frames.
Pack: ComfyUI Impact Pack
custom_nodes.ComfyUI-Impact-Pack
Inputs (18)
| Name | Type | Required |
|---|---|---|
| image_frames | IMAGE | required |
| segs | SEGS | required |
| guide_size | FLOAT | required |
| guide_size_for | BOOLEAN | required |
| max_size | FLOAT | required |
| seed | INT | required |
| steps | INT | required |
| cfg | FLOAT | required |
| sampler_name | COMBO | required |
| scheduler | COMBO | required |
| denoise | FLOAT | required |
| feather | INT | required |
| basic_pipe | BASIC_PIPE | required |
| refiner_ratio | FLOAT | required |
| detailer_hook | DETAILER_HOOK | optional |
| refiner_basic_pipe_opt | BASIC_PIPE | optional |
| noise_mask_feather | INT | optional |
| scheduler_func_opt | SCHEDULER_FUNC | optional |
Outputs (4)
| Name | Type |
|---|---|
| image | IMAGE |
| segs | SEGS |
| basic_pipe | BASIC_PIPE |
| cnet_images | IMAGE |