From 8756a0c7a1ac312aedb20fa3bef48c4fca0f3b23 Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sat, 22 Mar 2025 07:09:46 +0900 Subject: [PATCH] Update webui-macos-env.sh apply review --- webui-macos-env.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webui-macos-env.sh b/webui-macos-env.sh index ccde53f2c..223899565 100644 --- a/webui-macos-env.sh +++ b/webui-macos-env.sh @@ -5,9 +5,7 @@ #################################################################### export install_dir="$HOME" -# export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate" -export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling ---no-half-vae --use-cpu interrogate --no-half" +export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --no-half" export PYTORCH_ENABLE_MPS_FALLBACK=1 if [[ "$(sysctl -n machdep.cpu.brand_string)" =~ ^.*"Intel".*$ ]]; then