aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-25 22:57:17 +0300
committerGitHub <noreply@github.com>2023-01-25 22:57:17 +0300
commita85e22a1275bfff14436533276cef273e5e385b9 (patch)
tree889844f69b704788c3b2f2a1d9a7273f78afcd9c
parent15e89ef0f6f22f823c19592a401b9e4ee477258c (diff)
parente0df864b8c1f99d7d65d56c6ac8a1e5e314dddba (diff)
Merge pull request #7201 from brkirch/update-macos-defaults
Update default Mac command line arguments to use --upcast-sampling instead of --no-half
-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"