Skip to content

Commit c00e350

Browse files
committed
remove print
1 parent 9b4afb4 commit c00e350

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/loaders/lora_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ def set_adapters(
557557
# Decompose weights into weights for denoiser and text encoders.
558558
_component_adapter_weights = {}
559559
for component in self._lora_loadable_modules:
560-
print(f"{component=}, {adapter_weights=}")
561560
model = getattr(self, component)
562561

563562
for adapter_name, weights in zip(adapter_names, adapter_weights):

0 commit comments

Comments
 (0)