This commit is contained in:
lllyasviel 2023-10-10 02:21:52 -07:00 committed by GitHub
parent f92b8038b4
commit 778a3cf81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
version = '2.1.35' version = '2.1.36'