mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-16 07:28:57 +02:00
Bring back the configurable host/port
This commit is contained in:
parent
852a22f86d
commit
25815c81bf
@ -351,9 +351,9 @@ call python --version
|
|||||||
@set SD_UI_PATH=%cd%\ui
|
@set SD_UI_PATH=%cd%\ui
|
||||||
@cd stable-diffusion
|
@cd stable-diffusion
|
||||||
|
|
||||||
@if NOT DEFINED SD_UI_BIND_PORT set SD_UI_BIND_PORT=9000
|
@if "%SD_UI_BIND_PORT%" == "" set SD_UI_BIND_PORT=9000
|
||||||
@if NOT DEFINED SD_UI_BIND_IP set SD_UI_BIND_PORT=0.0.0.0
|
@if "%SD_UI_BIND_IP%" == "" set SD_UI_BIND_PORT=0.0.0.0
|
||||||
@uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0
|
@uvicorn server:app --app-dir "%SD_UI_PATH%" --port %SD_UI_BIND_PORT% --host %SD_UI_BIND_IP%
|
||||||
|
|
||||||
|
|
||||||
@pause
|
@pause
|
||||||
|
Loading…
Reference in New Issue
Block a user