diff --git a/comfy/quant_ops.py b/comfy/quant_ops.py index d67133386..d3b4c5b65 100644 --- a/comfy/quant_ops.py +++ b/comfy/quant_ops.py @@ -38,7 +38,7 @@ except ImportError as e: class _CKNvfp4Layout: pass - class _CKMxfp8Layout: + class TensorCoreMXFP8Layout: pass def register_layout_class(name, cls):