kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.2k stars 66 forks source link

哪怕我是用能被32整除的图片也不行,我已经用了imgae resize来控制图像了。在tile模式放大就会报错,没用tile模式就不会。 #114

Open Fred10086 opened 2 months ago

Fred10086 commented 2 months ago

image

image

bigcat88 commented 1 month ago

I encountered exactly the same problem while writing an automatic flow for scaling. If one of the sides of the image is smaller than sampler_tile_size, then I get the following error. Is it possible to solve this error somehow in ComfyUI-SUPIR itself - so not to implement ugly with the workarounds?

DanielXu123 commented 1 month ago

tile模式下,是不是scale_by 倍数设置也会有很多限制, 我发现当使用tile模式时,很多小分辨率的图像 scale_by 为1时都会报上面这个错误