๐ Autocrop to Loop
AutocropToLoop
Auto-crops the clip to create a smoother loop: tests crops from the end and scores the seam so it feels like a normal step.
Pack: WhiteRabbit
custom_nodes.comfyui-WhiteRabbit
Inputs (18)
| Name | Type | Required |
|---|---|---|
| clip_frames | IMAGE | required |
| max_end_crop_frames | INT | required |
| include_first_step | BOOLEAN | required |
| include_last_step | BOOLEAN | required |
| include_global_median_step | BOOLEAN | required |
| seam_window_frames | INT | required |
| distance_metric | COMBO | required |
| score_in_8bit | BOOLEAN | required |
| use_ssim_similarity | BOOLEAN | required |
| use_exposure_guard | BOOLEAN | required |
| use_flow_guard | BOOLEAN | required |
| weight_step_size | FLOAT | required |
| weight_similarity | FLOAT | required |
| weight_exposure | FLOAT | required |
| weight_flow | FLOAT | required |
| ssim_downsample_scales | STRING | required |
| accelerate_with_gpu | BOOLEAN | required |
| use_mixed_precision | BOOLEAN | required |