mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-27 05:57:05 +08:00
Allow use of local. subdomain
Being able to use --listen local.<domain.name> as a local env instead of 127.0.0.1 example local.comfy.org
This commit is contained in:
parent
4ce0581c11
commit
c3c46e4170
@ -42,7 +42,7 @@ from comfy.cli_args import args
|
|||||||
import latent_preview
|
import latent_preview
|
||||||
|
|
||||||
|
|
||||||
is_local_mode = args.listen.startswith('127.')
|
is_local_mode = args.listen.startswith('127.') or args.listen.startswith('local.')
|
||||||
|
|
||||||
|
|
||||||
def is_allowed_security_level(level):
|
def is_allowed_security_level(level):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user