From 55676c59792e72b2d22ce0144e328308d45a0c17 Mon Sep 17 00:00:00 2001 From: Goury Date: Wed, 1 Feb 2023 02:04:20 +0200 Subject: [PATCH] Update and rename webui-macos-env.sh to webui-macos-env.bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .sh → .bash --- webui-macos-env.sh => webui-macos-env.bash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename webui-macos-env.sh => webui-macos-env.bash (80%) 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 -#################################################################### +######################################################################