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:
octow 2025-04-02 18:06:01 -07:00
parent 424f63ca90
commit e839d26249
3 changed files with 2 additions and 6 deletions

View File

@ -1,4 +0,0 @@
[ViewState]
Mode=
Vid=
FolderType=StorageProviderGeneric

View File

@ -3,6 +3,6 @@
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=
set COMMANDLINE_ARGS=skip-torch-cuda-test
call webui.bat

View File

@ -10,7 +10,7 @@
#clone_dir="stable-diffusion-webui"
# 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
#python_cmd="python3"