kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.49k stars 82 forks source link

How do tiles nodes connect? #132

Open giting202 opened 4 months ago

giting202 commented 4 months ago

supir How do tiles nodes connect? I cannot merge the generated images into a single image by connecting them like this, What is the maximum size of image that the sampler can process, I have tried using 1024 * 1024 and it works fine, After exceeding 1024, it cannot be repaired,

giting202 commented 4 months ago

2048

What is the reason why images larger than 2048 cannot be repaired properly?

crockrocks commented 3 months ago

Hey , I am a beginner but I think that the above image of tiles being scrambled is that you are sending the tiled images into denoise image , I usually resize the image and send the resized image to denoise node and feed it the values of strides and tile_size .