n00mkrad / cupscale

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

Pytorch upscaling bugged ? #143

Open Dicehunter opened 1 year ago

Dicehunter commented 1 year ago

When using the ESRGAN Pytorch AI network option to upscale a picture it never finishes, I meet all the requirements for it from what I've read i.e Nvidia GPU etc...

flowerdealer commented 1 year ago

I'm also having this issue.

pierro42 commented 1 year ago

Hey,

You may have a pytorch / cuda problem.

Use the diagnostics tool I made, and post the result 👍

https://github.com/pierro42/Cupscale_diagnostics

Dicehunter commented 1 year ago

Hey,

You may have a pytorch / cuda problem.

Use the diagnostics tool I made, and post the result 👍

https://github.com/pierro42/Cupscale_diagnostics

You were entirely correct, Thank you :)

qwertylesh commented 1 year ago

This fixed it for me too thank you pierro42. Somehow the batch syntax was playing up, but running the syntax from the batch to complete the pytorch update worked great!