mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 05:12:35 +00:00
update #14354
This commit is contained in:
2
webui.py
2
webui.py
@@ -39,7 +39,7 @@ def api_only():
|
|||||||
|
|
||||||
print(f"Startup time: {startup_timer.summary()}.")
|
print(f"Startup time: {startup_timer.summary()}.")
|
||||||
api.launch(
|
api.launch(
|
||||||
server_name=cmd_opts.server_name or ("0.0.0.0" if cmd_opts.listen else "127.0.0.1"),
|
server_name=initialize_util.gradio_server_name(),
|
||||||
port=cmd_opts.port if cmd_opts.port else 7861,
|
port=cmd_opts.port if cmd_opts.port else 7861,
|
||||||
root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
|
root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user