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 9b4afb4 commit c00e350Copy full SHA for c00e350
src/diffusers/loaders/lora_base.py
@@ -557,7 +557,6 @@ def set_adapters(
557
# Decompose weights into weights for denoiser and text encoders.
558
_component_adapter_weights = {}
559
for component in self._lora_loadable_modules:
560
- print(f"{component=}, {adapter_weights=}")
561
model = getattr(self, component)
562
563
for adapter_name, weights in zip(adapter_names, adapter_weights):
0 commit comments