wyf0912/SinSR

Asking about performance of SinSR

Closed this issue · 2 comments

Hi,

I have just tested the inference.py file (using SinSR-v1.pth) with a LR image. However, the result is poor compared to ResShift and the output image also includes something weird.

  1. I reduced chopsize to 256 because my GPU is only 24GB and it caused an Out-Of-Memory when I kept chopsize=512.
    Can I know what exact GPU VRAM you used when testing with chopsize=512

  2. I used the same settings as in defaults but the output image includes weird color ....
    Do you know if any settings I need to modify?
    1st-lr
    lr3

Please make sure that you have installed xformers successfully

24G VRAM shall be enough for inference with a chop size of 512.

image

Hi,

I found the problem and it works as normal now.

Thank you for your help!