mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
fix: add --skip-torch-cuda-test to COMMANDLINE_ARGS in webui-user.bat.
This commit is contained in:
parent
d88922566c
commit
67b9eaad38
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
set PYTHON=py -3.10
|
||||
set GIT=
|
||||
set VENV_DIR=C:\Users\Keith\AppData\Local\Temp\sd_webui_venv
|
||||
set COMMANDLINE_ARGS=
|
||||
set COMMANDLINE_ARGS=--skip-torch-cuda-test
|
||||
|
||||
call webui.bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue