mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-15 22:05:08 +02:00
Typo in linux v2 script for env var
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user