Open ananosleep opened 10 months ago
I'm (slowly, since other work is interfering) working on reworking the upscaler system; this will be fixed then.
The attached patch refactors scunet_model.py
to work more like realesrgan_model.py
. It uses the same local filename as previously (i.e. ScuNET.pth
instead of scunet_color_real_gan.pth
).
scunet_model_fix_psnr.patch.txt
Checklist
What happened?
When firstly use ScuNET PSNR ,
Downloading: "https://github.com/cszn/KAIR/releases/download/v1.0/scunet_color_real_gan.pth" to D:\AI\sd-webui\stable-diffusion-webui-dev\models\ScuNET\ScuNET.pth
However, it's ScuNET GAN model, and the correct model should be https://github.com/cszn/KAIR/releases/download/v1.0/scunet_color_real_psnr.pth
Steps to reproduce the problem
What should have happened?
It should download PSNR model instead of GAN model.
What browsers do you use to access the UI ?
No response
Sysinfo
sysinfo-2024-01-02-15-57.json
Console logs
Additional information
No response