You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(f"Found some LoRA modules for which the weights were expanded: {expanded_module_names}. Please open an issue if you think this was unexpected - https://github.com/huggingface/diffusers/issues/new.")
2410
+
logger.info(
2411
+
f"Found some LoRA modules for which the weights were expanded: {expanded_module_names}. Please open an issue if you think this was unexpected - https://github.com/huggingface/diffusers/issues/new."
2412
+
)
2407
2413
returnlora_state_dict
2408
2414
2409
2415
2410
-
2411
2416
# The reason why we subclass from `StableDiffusionLoraLoaderMixin` here is because Amused initially
2412
2417
# relied on `StableDiffusionLoraLoaderMixin` for its LoRA support.
0 commit comments