ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

What's the point of asking for width/height in the aspect ratio nodes?

Open ghostsquad opened this issue 1 year ago • 1 comments

Looking at the code here: https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/nodes/nodes_aspect_ratio.py

It doesn't seem like the width/height inputs are ever actually used. What's the point of those inputs?

ghostsquad avatar Oct 03 '24 18:10 ghostsquad

They are useful to me. Can pass it to other nodes that require the same latent width and height without using integer or any nodes.

Vigilence avatar Nov 20 '24 21:11 Vigilence