mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-03 13:19:20 +08:00
Merge remote-tracking branch 'origin/main' into better-model-manager-ui
This commit is contained in:
commit
e066923cd4
@ -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…
Reference in New Issue
Block a user