Stable Diffusion Web UIで、

今までうまく動いていたのですが、
CUDAインストールし直したら

RuntimeError: Error running command.
Command: "\.pyenv\pyenv-win\versions\3.10.6\python.exe" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check

とエラーが出るようになりました助けて・・・。