fix port (#621)
This commit is contained in:
parent
f92b8038b4
commit
778a3cf81e
|
|
@ -9,4 +9,7 @@ comfy_cli.args = comfy_cli.parser.parse_args()
|
||||||
comfy_cli.args.disable_cuda_malloc = True
|
comfy_cli.args.disable_cuda_malloc = True
|
||||||
comfy_cli.args.auto_launch = True
|
comfy_cli.args.auto_launch = True
|
||||||
|
|
||||||
|
if getattr(comfy_cli.args, 'port', 8188) == 8188:
|
||||||
|
comfy_cli.args.port = None
|
||||||
|
|
||||||
args = comfy_cli.args
|
args = comfy_cli.args
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
version = '2.1.35'
|
version = '2.1.36'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue