Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 704 Bytes

File metadata and controls

14 lines (9 loc) · 704 Bytes

ComfyUI-seam-carving

Seam carving (image resize) for ComfyUI

Adds node "Image Resize (seam carving)"

https://en.wikipedia.org/wiki/Seam_carving

Uses https://github.com/li-plus/seam-carving

Also known as liquid rescaling, changes image size by adding or removing rows or columns of pixels with least effect on resulting image.

Can be very slow if adding or removing many pixels, resize with regular methods closer to target size first.