Update and rename webui-macos-env.sh to webui-macos-env.bash

.sh → .bash
This commit is contained in:
Goury 2023-02-01 02:04:20 +02:00 committed by GitHub
parent c2c59b89a1
commit 55676c5979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
#################################################################### ######################################################################
# macOS defaults # # macOS defaults #
# Please modify webui-user.sh to change these instead of this file # # Please modify webui-user.bash to change these instead of this file #
#################################################################### ######################################################################
if [[ -x "$(command -v python3.10)" ]] if [[ -x "$(command -v python3.10)" ]]
then then
@ -16,4 +16,4 @@ export K_DIFFUSION_REPO="https://github.com/brkirch/k-diffusion.git"
export K_DIFFUSION_COMMIT_HASH="51c9778f269cedb55a4d88c79c0246d35bdadb71" export K_DIFFUSION_COMMIT_HASH="51c9778f269cedb55a4d88c79c0246d35bdadb71"
export PYTORCH_ENABLE_MPS_FALLBACK=1 export PYTORCH_ENABLE_MPS_FALLBACK=1
#################################################################### ######################################################################