mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-27 00:29:38 +01:00
Init conda linux v2
This commit is contained in:
parent
021315f0f5
commit
18ef36bbc3
@ -1,3 +1,7 @@
|
|||||||
source installer/bin/activate
|
source installer/bin/activate
|
||||||
|
|
||||||
|
conda-unpack
|
||||||
|
|
||||||
|
source installer/etc/profile.d/conda.sh
|
||||||
|
|
||||||
scripts/on_env_start.sh
|
scripts/on_env_start.sh
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
printf "\n\nStable Diffusion UI\n\n"
|
printf "\n\nStable Diffusion UI\n\n"
|
||||||
|
|
||||||
if [ `grep -c sd_ui_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
if [ -f "scripts/install_status.txt" ] && [ `grep -c sd_ui_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
||||||
echo "Stable Diffusion UI's git repository was already installed. Updating.."
|
echo "Stable Diffusion UI's git repository was already installed. Updating.."
|
||||||
|
|
||||||
cd sd-ui-files
|
cd sd-ui-files
|
||||||
|
Loading…
Reference in New Issue
Block a user