wcde

Results 4 comments of wcde

Looks like SwinIR x2 is not working now. I get this in any model: ``` File "...\modules\images.py", line 286, in resize_image res = resize(im, width, height) File "...\modules\images.py", line 278,...

In code hardcoded scale to 4. Should be something like that: ``` img = upscaler_utils.upscale_2( img, model, tile_size=shared.opts.SWIN_tile, tile_overlap=shared.opts.SWIN_tile_overlap, scale=model.scale, desc="SwinIR", ) ``` Second problem - model is loaded with...

It looks pretty much useless. For decoding 1024x1024 it consumes 26 GB VRAM and its 10+ times slower than regular VAE. In ClosedAI examples they even use 256x256... At least...

@zhengkw18 can you provide some code examples how compute EMS?