mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
Probably not necessary anymore. (#9646)
This commit is contained in:
parent
32a627bf1f
commit
9b15155972
1
main.py
1
main.py
@ -113,7 +113,6 @@ import gc
|
|||||||
|
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
os.environ['MIMALLOC_PURGE_DELAY'] = '0'
|
os.environ['MIMALLOC_PURGE_DELAY'] = '0'
|
||||||
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if args.default_device is not None:
|
if args.default_device is not None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user