yuvraj108c/ComfyUI-Upscaler-Tensorrt

Feature: Resize within upscaler node or target scale

brandostrong opened this issue · 2 comments

Hi,

Upon large batches of images it's very easily to OOM because of the massive size of upscaled images, it would be nice if the node could resize to the desired size(such as 2x not 4x) within the node, after each image, so it is not so RAM hungry.

this node is very similar in implementation to the native upscale model node, so you'll have to downscale by 2x like you would do natively.

it's a good suggestion though, i'll probably integrate fixed sizes (hd/fhd/2k/4k) soon

done