We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2052f commit b513593Copy full SHA for b513593
1 file changed
src/diffusers/loaders/lora_pipeline.py
@@ -4074,7 +4074,6 @@ def load_lora_weights(
4074
raise ValueError("Invalid LoRA checkpoint.")
4075
4076
load_into_transformer_2 = kwargs.pop("load_into_transformer_2", False)
4077
- print(f"{load_into_transformer_2=}")
4078
if load_into_transformer_2:
4079
if not hasattr(self, "transformer_2"):
4080
raise AttributeError(
0 commit comments