Skip to content

Commit ed333f0

Browse files
committed
remove print
1 parent 32212b6 commit ed333f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/loaders/lora.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,6 @@ def load_lora_weights(
13271327
unet_config=self.unet.config,
13281328
**kwargs,
13291329
)
1330-
print(f"Metadata: {metadata}")
13311330
is_correct_format = all("lora" in key for key in state_dict.keys())
13321331
if not is_correct_format:
13331332
raise ValueError("Invalid LoRA checkpoint.")

0 commit comments

Comments
 (0)