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 cbad4b3 commit cd7c155Copy full SHA for cd7c155
tests/lora/test_lora_layers_flux.py
@@ -612,7 +612,9 @@ def tearDown(self):
612
613
@parameterized.expand(["black-forest-labs/FLUX.1-Canny-dev-lora", "black-forest-labs/FLUX.1-Depth-dev-lora"])
614
def test_lora(self, lora_ckpt_id):
615
- self.pipe.load_lora_weights(lora_ckpt_id)
+ self.pipeline.load_lora_weights(lora_ckpt_id)
616
+ self.pipeline.fuse_lora()
617
+ self.pipeline.unload_lora_weights()
618
619
if "Canny" in lora_ckpt_id:
620
control_image = load_image(
0 commit comments