ComfyUI Extension: ComfyUI-AspectRatioAssigner-LTXV

Authored by mikhailverghese

Created

Updated

1 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

ComfyUI node to choose target dimensions based on closest aspect ratio

Looking for a different extension?

Custom Nodes (0)

    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
    

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more