Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[3 / 1 / 1]

Stable Diffusion installation error

No.1513452 View ViewReplyOriginalReport
C:\stable-diffusion\stable-diffusion-webui>git pull
Already up to date.
'"C:\stable-diffusion\stable-diffusion-webui\venv\Scripts\activate.bat"' is not recognized as an internal or external command,
operable program or batch file.
venv "C:\stable-diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Traceback (most recent call last):
File "C:\stable-diffusion\stable-diffusion-webui\launch.py", line 48, in <module>
main()
File "C:\stable-diffusion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\stable-diffusion\stable-diffusion-webui\modules\launch_utils.py", line 387, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .
Terminate batch job (Y/N)?

Any way to fix this? Tried to edit launch.py Line 15 and put commandline_args = os.environ.get('COMMANDLINE_ARGS', "--skip-torch-cuda-test") but didn't work