diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-25 19:57:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 19:57:17 +0000 |
commit | a85e22a1275bfff14436533276cef273e5e385b9 (patch) | |
tree | 889844f69b704788c3b2f2a1d9a7273f78afcd9c /webui-macos-env.sh | |
parent | 15e89ef0f6f22f823c19592a401b9e4ee477258c (diff) | |
parent | e0df864b8c1f99d7d65d56c6ac8a1e5e314dddba (diff) | |
download | stable-diffusion-webui-gfx803-a85e22a1275bfff14436533276cef273e5e385b9.tar.gz stable-diffusion-webui-gfx803-a85e22a1275bfff14436533276cef273e5e385b9.tar.bz2 stable-diffusion-webui-gfx803-a85e22a1275bfff14436533276cef273e5e385b9.zip |
Merge pull request #7201 from brkirch/update-macos-defaults
Update default Mac command line arguments to use --upcast-sampling instead of --no-half
Diffstat (limited to 'webui-macos-env.sh')
-rw-r--r-- | webui-macos-env.sh | 2 |
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" |