n00mkrad / cupscale

Image Upscaling GUI based on ESRGAN
MIT License
2.11k stars 112 forks source link

Fix ESRGAN+ support #144

Open DrPleaseRespect opened 1 year ago

DrPleaseRespect commented 1 year ago

changed upscale.py 412: tmpPath = os.path.splitext(output_path)[0] + '.tmp' -> tmpPath = os.path.splitext(output_path)[0] + '.png'

This should fix the "An error occured: Index was outside the bounds of the array." Error that happens when using the Model Comparision Wizard.