aboutsummaryrefslogtreecommitdiff
path: root/webui-macos-env.sh
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-28 18:44:36 +0300
committerGitHub <noreply@github.com>2023-01-28 18:44:36 +0300
commitfecb990debdae2cc99b64808d22ba902e34e575b (patch)
tree5531204920675c2bbb9189e41cf331554b92f062 /webui-macos-env.sh
parent41e76d12093dd78315925f923bb1cc0f541e5f54 (diff)
parentf9edd578e9e29d160e6d56038bb368dc49895d64 (diff)
Merge pull request #7309 from brkirch/fix-embeddings
Fix embeddings, upscalers, and refactor `--upcast-sampling`
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 fa187dd1..37cac4fb 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 --upcast-sampling --use-cpu interrogate"
+export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --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"