Description
OS : Windows 11
Steps: Followed all of the installations steps inside a python 3.10 virtual env (https://github.com/absadiki/subsai?tab=readme-ov-file#installation). The application is working, but only the CPU device is shown as available.
What should happen: The application should detect the NVIDIA GPU (CUDA) and running on GPU or CPU.
Also Tried: Installing CUDA version of pytorch from https://pytorch.org/get-started/locally/ but it failed due to the subsai
module requirements on the CPU version of pytorch. I did ensure I had a compatible CUDA version using nvidia-smi
in the cmd.
This seems to be a issue related specifically to subsai. I am able to run the GPU version of pytorch on others project like automatic111-stable-diffusion-webui / multiples repos of model training.