Skip to content

Commit 9b15155

Browse files
Probably not necessary anymore. (Comfy-Org#9646)
1 parent 32a627b commit 9b15155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def execute_script(script_path):
113113

114114
if os.name == "nt":
115115
os.environ['MIMALLOC_PURGE_DELAY'] = '0'
116-
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
117116

118117
if __name__ == "__main__":
119118
if args.default_device is not None:

0 commit comments

Comments
 (0)