diff --git a/webui-macos-env.sh b/webui-macos-env.bash similarity index 80% rename from webui-macos-env.sh rename to webui-macos-env.bash index 37cac4fb..3b8f9d7c 100644 --- a/webui-macos-env.sh +++ b/webui-macos-env.bash @@ -1,8 +1,8 @@ #!/bin/bash -#################################################################### -# macOS defaults # -# Please modify webui-user.sh to change these instead of this file # -#################################################################### +###################################################################### +# macOS defaults # +# Please modify webui-user.bash to change these instead of this file # +###################################################################### if [[ -x "$(command -v python3.10)" ]] then @@ -16,4 +16,4 @@ export K_DIFFUSION_REPO="https://github.com/brkirch/k-diffusion.git" export K_DIFFUSION_COMMIT_HASH="51c9778f269cedb55a4d88c79c0246d35bdadb71" export PYTORCH_ENABLE_MPS_FALLBACK=1 -#################################################################### +######################################################################