diff --git a/comfy/memory_management.py b/comfy/memory_management.py index 34d55943c..563224098 100644 --- a/comfy/memory_management.py +++ b/comfy/memory_management.py @@ -4,7 +4,6 @@ import threading import dataclasses import torch from typing import NamedTuple -import logging from comfy.quant_ops import QuantizedTensor