Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
079dbf91
Commit
079dbf91
authored
Jan 28, 2024
by
comfyanonymous
Browse files
Remove useless code.
parent
7f4725f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
server.py
server.py
+0
-2
No files found.
server.py
View file @
079dbf91
...
...
@@ -632,8 +632,6 @@ class PromptServer():
site
=
web
.
TCPSite
(
runner
,
address
,
port
)
await
site
.
start
()
if
address
==
''
:
address
=
'0.0.0.0'
if
verbose
:
print
(
"Starting server
\n
"
)
print
(
"To see the GUI go to: http://{}:{}"
.
format
(
address
,
port
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment