Skip to content

Commit

Permalink
Not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Mar 11, 2024
1 parent 03f4cfb commit dc6d415
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,8 @@
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
Expand Down

0 comments on commit dc6d415

Please sign in to comment.