aboutsummaryrefslogtreecommitdiffstats
path: root/webui-macos-env.sh
diff options
context:
space:
mode:
authorIvan <ivan.demian2009@gmail.com>2023-01-27 12:21:48 +0000
committerGitHub <noreply@github.com>2023-01-27 12:21:48 +0000
commit63391419c11c1749a3d83dade19235a836c509f9 (patch)
tree5781c7fe6de7a61bb5936956e68e0582f03d7f6c /webui-macos-env.sh
parentf5d73b6a6646b51027c8e6f6c6154f21b58d6af2 (diff)
parent9beb794e0b0dc1a0f9e89d8e38bd789a8c608397 (diff)
downloadstable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.tar.gz
stable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.tar.bz2
stable-diffusion-webui-gfx803-63391419c11c1749a3d83dade19235a836c509f9.zip
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'webui-macos-env.sh')
-rw-r--r--webui-macos-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-macos-env.sh b/webui-macos-env.sh
index 95ca9c55..fa187dd1 100644
--- a/webui-macos-env.sh
+++ b/webui-macos-env.sh
@@ -10,7 +10,7 @@ then
fi
export install_dir="$HOME"
-export COMMANDLINE_ARGS="--skip-torch-cuda-test --no-half --use-cpu interrogate"
+export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --use-cpu interrogate"
export TORCH_COMMAND="pip install torch==1.12.1 torchvision==0.13.1"
export K_DIFFUSION_REPO="https://github.com/brkirch/k-diffusion.git"
export K_DIFFUSION_COMMIT_HASH="51c9778f269cedb55a4d88c79c0246d35bdadb71"