mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-07 02:50:58 -08:00
Use ngrok-py library
This commit is contained in:
parent
89f9faa633
commit
0d31f20cbd
4 changed files with 19 additions and 27 deletions
|
|
@ -59,7 +59,7 @@ if cmd_opts.ngrok is not None:
|
|||
ngrok.connect(
|
||||
cmd_opts.ngrok,
|
||||
cmd_opts.port if cmd_opts.port is not None else 7860,
|
||||
cmd_opts.ngrok_region
|
||||
cmd_opts.ngrok_options
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue