initial commit
This commit is contained in:
21
webui-user.bat
Executable file
21
webui-user.bat
Executable file
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
|
||||
del /q "tmp\tmp*" >nul 2>nul & del /q "tmp\gradio\*.*" >nul 2>nul & rd /s /q "pip\cache" >nul 2>nul & for /d %%x in (tmp\tmp*,tmp\pip*,tmp\gradio\*) do (rd /s /q "%%x" 2>nul || ("%%x" && exit /b 1))
|
||||
|
||||
set PYTHON=
|
||||
set GIT=
|
||||
set VENV_DIR=
|
||||
set COMMANDLINE_ARGS=--theme=dark
|
||||
::--cuda-malloc --cuda-stream
|
||||
|
||||
@REM Uncomment following code to reference an existing A1111 checkout.
|
||||
@REM set A1111_HOME=Your A1111 checkout dir
|
||||
@REM
|
||||
@REM set VENV_DIR=%A1111_HOME%/venv
|
||||
@REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% ^
|
||||
@REM --ckpt-dir %A1111_HOME%/models/Stable-diffusion ^
|
||||
@REM --hypernetwork-dir %A1111_HOME%/models/hypernetworks ^
|
||||
@REM --embeddings-dir %A1111_HOME%/embeddings ^
|
||||
@REM --lora-dir %A1111_HOME%/models/Lora
|
||||
|
||||
call webui.bat
|
||||
Reference in New Issue
Block a user