Skip to content

Commit

Permalink
fix port (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Oct 10, 2023
1 parent f92b803 commit 778a3cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions args_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
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
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.35'
version = '2.1.36'

0 comments on commit 778a3cf

Please sign in to comment.