diff --git a/tests/e2e/test_diffusion.py b/tests/e2e/test_diffusion.py index f5bcc1a..3e2a981 100644 --- a/tests/e2e/test_diffusion.py +++ b/tests/e2e/test_diffusion.py @@ -703,6 +703,7 @@ def test_diffusion_lora_twice( sd15.set_num_inference_steps(n_steps) + # The same LoRA is used twice which is not a common use case: this is purely for testing purpose SD1LoraAdapter.from_safetensors(target=sd15, checkpoint_path=lora_weights_path, scale=0.4).inject() SD1LoraAdapter.from_safetensors(target=sd15, checkpoint_path=lora_weights_path, scale=0.6).inject()