Commit 1cf5b612 authored by comfyanonymous's avatar comfyanonymous
Browse files

Merge branch 'hide-triton-error-windows' of https://github.com/pythongosssss/ComfyUI

parents 638f9245 07872996
......@@ -7,6 +7,10 @@ import heapq
import traceback
import asyncio
if os.name == "nt":
import logging
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
try:
import aiohttp
from aiohttp import web
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment