mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-03-11 21:49:21 +01:00
Export PYTHONPATH on linux
This commit is contained in:
parent
852875b440
commit
812a0a14fc
@ -279,6 +279,10 @@ fi
|
|||||||
|
|
||||||
printf "\n\nStable Diffusion is ready!\n\n"
|
printf "\n\nStable Diffusion is ready!\n\n"
|
||||||
|
|
||||||
|
SD_PATH=`pwd`
|
||||||
|
export PYTHONPATH="$SD_PATH;$SD_PATH/env/lib/python3.8/site-packages"
|
||||||
|
echo "PYTHONPATH=$PYTHONPATH"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
export SD_UI_PATH=`pwd`/ui
|
export SD_UI_PATH=`pwd`/ui
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
|
Loading…
Reference in New Issue
Block a user