Skip to content

Commit

Permalink
fix Install in linux broken due to webui.sh #65
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Apr 20, 2023
1 parent 17851ab commit 434c67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
# Name of the subdirectory (defaults to stable-diffusion-webui)
if [[ -z "${clone_dir}" ]]
then
clone_dir="stable-diffusion-webui"
clone_dir="stable-diffusion-webui-ux"
fi

# python3 executable
Expand Down Expand Up @@ -148,7 +148,7 @@ else
printf "\n%s\n" "${delimiter}"
printf "Clone stable-diffusion-webui"
printf "\n%s\n" "${delimiter}"
"${GIT}" clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git "${clone_dir}"
"${GIT}" clone https://github.com/anapnoe/stable-diffusion-webui-ux.git "${clone_dir}"
cd "${clone_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" "${install_dir}" "${clone_dir}"; exit 1; }
fi

Expand Down

0 comments on commit 434c67d

Please sign in to comment.