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
dc6d4151
Commit
dc6d4151
authored
Mar 11, 2024
by
comfyanonymous
Browse files
Not needed anymore.
parent
03f4cfb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
server.py
server.py
+2
-9
No files found.
server.py
View file @
dc6d4151
...
...
@@ -15,15 +15,8 @@ from PIL import Image, ImageOps
from
PIL.PngImagePlugin
import
PngInfo
from
io
import
BytesIO
try
:
import
aiohttp
from
aiohttp
import
web
except
ImportError
:
print
(
"Module 'aiohttp' not installed. Please install it via:"
)
print
(
"pip install aiohttp"
)
print
(
"or"
)
print
(
"pip install -r requirements.txt"
)
sys
.
exit
()
import
aiohttp
from
aiohttp
import
web
import
mimetypes
from
comfy.cli_args
import
args
...
...
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