mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix port (#621)
This commit is contained in:
@@ -9,4 +9,7 @@ comfy_cli.args = comfy_cli.parser.parse_args()
|
||||
comfy_cli.args.disable_cuda_malloc = True
|
||||
comfy_cli.args.auto_launch = True
|
||||
|
||||
if getattr(comfy_cli.args, 'port', 8188) == 8188:
|
||||
comfy_cli.args.port = None
|
||||
|
||||
args = comfy_cli.args
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
version = '2.1.35'
|
||||
version = '2.1.36'
|
||||
|
||||
Reference in New Issue
Block a user