mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-13 15:03:33 +00:00
Merge 4174ddba0c
into 22ad513c72
This commit is contained in:
commit
0f3a4caec2
3
main.py
3
main.py
@ -105,6 +105,9 @@ import threading
|
|||||||
import gc
|
import gc
|
||||||
|
|
||||||
|
|
||||||
|
import faulthandler, signal
|
||||||
|
faulthandler.register(signal.SIGUSR1)
|
||||||
|
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
|
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user