diff --git a/comfy/ldm/lumina/model.py b/comfy/ldm/lumina/model.py index 2105a1894..9e432d5c0 100644 --- a/comfy/ldm/lumina/model.py +++ b/comfy/ldm/lumina/model.py @@ -1,7 +1,6 @@ # Code from: https://github.com/Alpha-VLLM/Lumina-Image-2.0/blob/main/models/model.py from __future__ import annotations -from functools import lru_cache from typing import List, Optional, Tuple import torch