cupscale icon indicating copy to clipboard operation
cupscale copied to clipboard

Torch and OpenCV installed but Cupscale reports as missing.

Open apw100 opened this issue 3 years ago • 3 comments

Python 3.9.7 is detected correctly but Pytorch and OpenCV are reported as missing during the Cupscale (v1.39.0f1) dependencies check. I have verified that PyTorch is installed correctly and have tested CUDA and the GPU drivers. Using the embedded Python is not an option since I have an Ampere GPU (RTX 3080 laptop).

apw100 avatar Sep 09 '21 15:09 apw100

Embedded Python works with Ampere, try that first.

Also, there is no 1.39.0f1.

n00mkrad avatar Sep 09 '21 15:09 n00mkrad

I tried that previously but Cupscale just hangs at "Upscaling". I tried again a few minutes ago and had the same result (I have attached the log). I checked the Windows task manager and noticed that Python continues to run even after Cupscale is closed. (As for the version number I entered, that is what the Cupscale folder was named after extraction. Not sure why....)

sessionlog.txt

apw100 avatar Sep 09 '21 16:09 apw100

I still have this issue, hanging on "Upscaling", tried deleting entirely and re-installing dependencies, but when command windows are shown, it says that an RTX 3060 is not compatible with the version of CUDA that the embedded python has

Edit: This comment fixed it for RTX 3000 series: https://github.com/n00mkrad/cupscale/issues/74#issuecomment-1017977496

RaaynML avatar Jun 16 '22 15:06 RaaynML