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 d24db27 commit dc53dfeCopy full SHA for dc53dfe
tests/lora/test_lora_layers_flux.py
@@ -907,6 +907,14 @@ def test_flux_kohya_with_text_encoder(self):
907
908
assert max_diff < 1e-3
909
910
+ def test_flux_kohya_embedders_conversion(self):
911
+ """Test that embedders load without throwing errors"""
912
+ self.pipeline.load_lora_weights("rockerBOO/flux-bpo-po-lora")
913
+ self.pipeline.unload_lora_weights()
914
+
915
+ assert True
916
917
918
def test_flux_xlabs(self):
919
self.pipeline.load_lora_weights("XLabs-AI/flux-lora-collection", weight_name="disney_lora.safetensors")
920
self.pipeline.fuse_lora()
0 commit comments