Skip to content

Commit

Permalink
Merge branch 'main' into ltxv-0.9.1-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-r-o-w authored Dec 23, 2024
2 parents a5e6c13 + ea1ba0b commit 5727643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lora/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ def test_lora_fuse_nan(self):

# without we should not see an error, but every image will be black
pipe.fuse_lora(components=self.pipeline_class._lora_loadable_modules, safe_fusing=False)
out = pipe("test", num_inference_steps=2, output_type="np")[0]
out = pipe(**inputs)[0]

self.assertTrue(np.isnan(out).all())

Expand Down

0 comments on commit 5727643

Please sign in to comment.