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) # ==============================================================================