forked from extern/easydiffusion
Typo in linux v2 script for env var
This commit is contained in:
parent
b4b2c351b4
commit
e79e425cf5
@ -75,6 +75,6 @@ printf "\n\nStable Diffusion is ready!\n\n"
|
|||||||
|
|
||||||
export SD_UI_PATH=`pwd`/../ui
|
export SD_UI_PATH=`pwd`/../ui
|
||||||
|
|
||||||
uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0
|
uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0
|
||||||
|
|
||||||
read -p "Press any key to continue"
|
read -p "Press any key to continue"
|
Loading…
Reference in New Issue
Block a user