ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
What's the point of asking for width/height in the aspect ratio nodes?
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?
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.