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.
2 parents 56cb020 + e16fd93 commit 1ba04a4Copy full SHA for 1ba04a4
tests/lora/test_lora_layers_sdxl.py
@@ -619,12 +619,12 @@ def test_integration_logits_multi_adapter(self):
619
@nightly
620
def test_integration_logits_for_dora_lora(self):
621
pipeline = StableDiffusionXLPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
622
- pipeline.load_lora_weights("hf-internal-testing/dora-trained-on-kohya")
623
- pipeline.enable_model_cpu_offload()
624
625
logger = logging.get_logger("diffusers.loaders.lora_pipeline")
626
logger.setLevel(30)
627
with CaptureLogger(logger) as cap_logger:
+ pipeline.load_lora_weights("hf-internal-testing/dora-trained-on-kohya")
+ pipeline.enable_model_cpu_offload()
628
images = pipeline(
629
"photo of ohwx dog",
630
num_inference_steps=10,
0 commit comments