Fix on python 3.9

This commit is contained in:
comfyanonymous 2025-02-04 04:20:56 -05:00
parent e5ea112a90
commit 3e880ac709

View File

@ -1,4 +1,5 @@
# Code from: https://github.com/Alpha-VLLM/Lumina-Image-2.0/blob/main/models/model.py # Code from: https://github.com/Alpha-VLLM/Lumina-Image-2.0/blob/main/models/model.py
from __future__ import annotations
from typing import List, Optional, Tuple from typing import List, Optional, Tuple