diff --git a/comfy/quant_ops.py b/comfy/quant_ops.py index 22321f5de..ea8287dae 100644 --- a/comfy/quant_ops.py +++ b/comfy/quant_ops.py @@ -26,7 +26,7 @@ try: if args.enable_triton_backend: try: import triton - logging.info(f"Found triton package installed. Enabling comfy-kitchen triton backend.") + logging.info("Found triton %s. Enabling comfy-kitchen triton backend.", triton.__version__) except ImportError as e: logging.error(f"Failed to import triton, Error: {e}, the comfy-kitchen triton backend will not be available.") ck.registry.disable("triton")