1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00
This commit is contained in:
comfyanonymous
2023-03-26 15:16:52 -04:00
parent 223177e192
commit 48efadeccf
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ async def cache_control(request: web.Request, handler):
class PromptServer():
def __init__(self, loop):
PromptServer.instance = self
mimetypes.init();
mimetypes.types_map['.js'] = 'application/javascript; charset=utf-8'
self.prompt_queue = None