Extensions/ComfyUI-AspectRatioAssigner-LTXV
ComfyUI Extension

ComfyUI-AspectRatioAssigner-LTXV

ComfyUI node to choose target dimensions based on closest aspect ratio

By mikhailverghese·Created 5 months ago·Updated 5 months ago· 1
mikhailverghese/ComfyUI-AspectRatioAssigner-LTXV
Nodes1
On cloudLocal install
Categoryutils
Stars1
Updated5 months ago
Readme

ComfyUI-AspectRatioAssigner-LTXV

A simple ComfyUI custom node that reads an input image's aspect ratio and selects the closest target resolution from:

  • Portrait: 768 x 1344
  • Landscape: 1344 x 768
  • Square: 1344 x 1344

Node

Aspect Ratio Closest Target

Inputs

  • image (IMAGE)

Outputs

  • width (INT)
  • height (INT)
  • orientation (STRING)

Installation

Clone into your ComfyUI custom_nodes folder:

cd /workspace/ComfyUI/custom_nodes
git clone https://github.com/mikhailverghese/ComfyUI-AspectRatioAssigner-LTXV.git