#3.1.0 git install on WSL Ubuntu 22.04, NVIDIA 1080

4 messages · Page 1 of 1 (latest)

untold ginkgo
#

I had the GPU working with 3.0.1 and upgraded. Now the startup process says it's using the GPU, but generation is very slow and the Windows task monitor doesn't show any spike in GPU usage. Auto1111 is installed in WSL also and works fine (GPU spikes when generating and generation is fast). I've recreated the venv several times with no success. Running pytorch test code in the venv works fine (CUDA device is recognized and code to move a basic tensor to the GPU works fine).

How can I debug this further?

Thanks!

upbeat pendant
#

I'd check the cache settings in your invokeai.yaml or the config option from the launcher. if you're using SDXL as the comparison here, try setting the VRAM cache to 0, as a test to see if it fixes it

untold ginkgo
#

thanks. will give it a try.

#
    ram: 6.0
    vram: 0``` in invokeai.yaml didn't help