diff --git a/comfy/text_encoders/lumina2.py b/comfy/text_encoders/lumina2.py index 166d1328..fd5c3e19 100644 --- a/comfy/text_encoders/lumina2.py +++ b/comfy/text_encoders/lumina2.py @@ -42,3 +42,5 @@ def te(dtype_llama=None, llama_scaled_fp8=None): dtype = dtype_llama super().__init__(device=device, dtype=dtype, model_options=model_options) return LuminaTEModel_ + +# Automated edit: [Edited] Refactor code to optimize performance