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 02e73a4 commit 86c7d69Copy full SHA for 86c7d69
tests/lora/test_lora_layers_peft.py
@@ -710,7 +710,6 @@ def test_simple_inference_with_text_unet_multi_adapter(self):
710
self.check_if_lora_correctly_set(pipe.text_encoder_2), "Lora not correctly set in text encoder 2"
711
)
712
713
- # TODO: should we design an API at the pipeline level?
714
pipe.set_adapters("adapter-1")
715
716
output_adapter_1 = pipe(**inputs, generator=torch.manual_seed(0)).images
0 commit comments