Skip to content

Commit

Permalink
Merge pull request #16 from lllyasviel/ref
Browse files Browse the repository at this point in the history
Add code to reference an existing A1111 checkout
  • Loading branch information
lllyasviel authored Jan 27, 2024
2 parents cac0fdf + b3b57ce commit b52a4c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webui-user.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=

@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%/models/embeddings^
@REM --lora-dir %A1111_HOME%/models/Lora

call webui.bat

0 comments on commit b52a4c3

Please sign in to comment.