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