ComfyUI Node
π₯ Winnougan LTX Image Resize
A ComfyUI node in Winnougan LTX with 5 inputs and 3 outputs.
π₯ Winnougan LTX Image Resize
- image
- image
- width
- height
βwidth768βΊ
βheight512βΊ
βmodefit_insideβΊ
βinterpolationlanczosβΊ
CategoryWinnougan LTX
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | β | |
| width | INT | 76832β8192 | Target width in pixels. Wire from Winnougan LTX Calculator 'width' output. Auto-snapped to multiple of 32. |
| height | INT | 51232β8192 | Target height in pixels. Wire from Winnougan LTX Calculator 'height' output. Auto-snapped to multiple of 32. |
| mode | COMBO | fit_inside | fit_inside: scale to fit within target, preserving aspect ratio. fill_and_crop: scale to fill target, crop excess from center. stretch: ignore aspect ratio, fill target exactly. fit_width: match width exactly, scale height proportionally. fit_height: match height exactly, scale width proportionally. |
| interpolation | COMBO | lanczos | Interpolation method. Lanczos is best quality for downscaling. Bicubic for upscaling. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| width | INT | β |
| height | INT | β |