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
1cf5b612
Commit
1cf5b612
authored
Feb 17, 2023
by
comfyanonymous
Browse files
Merge branch 'hide-triton-error-windows' of
https://github.com/pythongosssss/ComfyUI
parents
638f9245
07872996
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
main.py
main.py
+4
-0
No files found.
main.py
View file @
1cf5b612
...
...
@@ -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
...
...
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