-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf05184
commit 1b288dd
Showing
3 changed files
with
66 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/webui-user.sh b/webui-user.sh | ||
index 70306c6..d0e1f2a 100644 | ||
--- a/webui-user.sh | ||
+++ b/webui-user.sh | ||
@@ -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="" | ||
+export COMMANDLINE_ARGS="--skip-torch-cuda-test --attention-pytorch --all-in-fp16 --always-high-vram --use-cpu interrogate" | ||
|
||
# python3 executable | ||
#python_cmd="python3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/webui-user.sh b/webui-user.sh | ||
index 70306c6..f4e5d6c 100644 | ||
--- a/webui-user.sh | ||
+++ b/webui-user.sh | ||
@@ -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="" | ||
+export COMMANDLINE_ARGS="--skip-torch-cuda-test --attention-pytorch --all-in-fp16 --use-cpu interrogate" | ||
|
||
# python3 executable | ||
#python_cmd="python3" |