From b322b577ae45df684205f4de6918a464d308684f Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:12:34 +0200 Subject: [PATCH] Update quant_ops.py --- comfy/quant_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy/quant_ops.py b/comfy/quant_ops.py index 76e755c5f..d67133386 100644 --- a/comfy/quant_ops.py +++ b/comfy/quant_ops.py @@ -181,7 +181,6 @@ __all__ = [ "TensorCoreFP8E4M3Layout", "TensorCoreFP8E5M2Layout", "TensorCoreNVFP4Layout", - "TensorCoreMXFP8Layout", "QUANT_ALGOS", "register_layout_op", ]