mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-05-07 04:19:02 +08:00
Removes unused desktop.ini and updates command line args
Deletes the obsolete desktop.ini file to clean up the project. Modifies command line arguments in batch and shell scripts to skip the Torch CUDA test, improving startup efficiency. Improves overall usability for users running the web UI.
This commit is contained in:
parent
424f63ca90
commit
e839d26249
@ -1,4 +0,0 @@
|
|||||||
[ViewState]
|
|
||||||
Mode=
|
|
||||||
Vid=
|
|
||||||
FolderType=StorageProviderGeneric
|
|
@ -3,6 +3,6 @@
|
|||||||
set PYTHON=
|
set PYTHON=
|
||||||
set GIT=
|
set GIT=
|
||||||
set VENV_DIR=
|
set VENV_DIR=
|
||||||
set COMMANDLINE_ARGS=
|
set COMMANDLINE_ARGS=skip-torch-cuda-test
|
||||||
|
|
||||||
call webui.bat
|
call webui.bat
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#clone_dir="stable-diffusion-webui"
|
#clone_dir="stable-diffusion-webui"
|
||||||
|
|
||||||
# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
|
# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
|
||||||
#export COMMANDLINE_ARGS=""
|
#set COMMANDLINE_ARGS=--skip-torch-cuda-test""
|
||||||
|
|
||||||
# python3 executable
|
# python3 executable
|
||||||
#python_cmd="python3"
|
#python_cmd="python3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user