We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0302446 commit 77103d7Copy full SHA for 77103d7
src/diffusers/loaders/lora.py
@@ -1111,7 +1111,7 @@ def set_adapters(
1111
# warn if adapter doesn't have parts specified by adapter_weights
1112
for part_weight, part_name in zip(
1113
[unet_lora_weight, text_encoder_lora_weight, text_encoder_2_lora_weight],
1114
- ["uent", "text_encoder", "text_encoder_2"],
+ ["unet", "text_encoder", "text_encoder_2"],
1115
):
1116
if part_weight is not None and part_name not in invert_list_adapters[adapter_name]:
1117
logger.warning(
0 commit comments