From da681f00bfed7d1fe265a6bf497bb1d539469fc4 Mon Sep 17 00:00:00 2001 From: azazeal04 <132445160+azazeal04@users.noreply.github.com> Date: Tue, 19 May 2026 12:19:15 +0200 Subject: [PATCH] Add optional lora_metadata parameter to load_lora_for_models --- comfy/sd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy/sd.py b/comfy/sd.py index d48a02f67..a962f9367 100644 --- a/comfy/sd.py +++ b/comfy/sd.py @@ -93,7 +93,6 @@ def get_twinflow_z_image_config(state_dict): "architecture": "TwinFlow_Z_Image", } -def load_lora_for_models(model, clip, lora, strength_model, strength_clip): def load_lora_for_models(model, clip, lora, strength_model, strength_clip, lora_metadata=None): key_map = {} if model is not None: