diff options
| author | brkirch <brkirch@users.noreply.github.com> | 2023-01-25 13:19:06 -0500 |
|---|---|---|
| committer | brkirch <brkirch@users.noreply.github.com> | 2023-01-25 13:19:06 -0500 |
| commit | e0df864b8c1f99d7d65d56c6ac8a1e5e314dddba (patch) | |
| tree | 889844f69b704788c3b2f2a1d9a7273f78afcd9c | |
| parent | 15e89ef0f6f22f823c19592a401b9e4ee477258c (diff) | |
| download | stable-diffusion-webui-gfx803-e0df864b8c1f99d7d65d56c6ac8a1e5e314dddba.tar.gz | |
Update arguments to use --upcast-sampling
| -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" |
