From a6cce91b67e9bd11f0bd0157eadd94fc7b051788 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Sat, 15 Aug 2026 19:03:36 +0100 Subject: [PATCH] Remove unused import --- comfy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/utils.py b/comfy/utils.py index 6f1adeb20..9e865df20 100644 --- a/comfy/utils.py +++ b/comfy/utils.py @@ -31,7 +31,7 @@ import itertools from torch.nn.functional import interpolate from tqdm.auto import trange from einops import rearrange -from comfy.cli_args import args, enables_dynamic_vram +from comfy.cli_args import args from tqdm import tqdm import json import time