From 295a0170d64b2544de5d22b3067eab93142dba65 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:38:01 -0500 Subject: [PATCH] Remove. --- comfy/quant_ops.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/comfy/quant_ops.py b/comfy/quant_ops.py index a565162db..622ecebf5 100644 --- a/comfy/quant_ops.py +++ b/comfy/quant_ops.py @@ -241,9 +241,6 @@ class QuantizedTensor(torch.Tensor): def storage(self): return self._qdata.storage() - def untyped_storage(self): - return self._qdata.untyped_storage() - # ============================================================================== # Generic Utilities (Layout-Agnostic Operations) # ==============================================================================