mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-24 18:04:26 +08:00
Remove useless code.
This commit is contained in:
parent
b5cd88a3c9
commit
b26f04eeb8
@ -632,8 +632,6 @@ class PromptServer():
|
|||||||
site = web.TCPSite(runner, address, port)
|
site = web.TCPSite(runner, address, port)
|
||||||
await site.start()
|
await site.start()
|
||||||
|
|
||||||
if address == '':
|
|
||||||
address = '0.0.0.0'
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print("Starting server\n")
|
print("Starting server\n")
|
||||||
print("To see the GUI go to: http://{}:{}".format(address, port))
|
print("To see the GUI go to: http://{}:{}".format(address, port))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user