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 9d27df8 commit ea1ba0bCopy full SHA for ea1ba0b
tests/lora/utils.py
@@ -1568,7 +1568,7 @@ def test_lora_fuse_nan(self):
1568
1569
# without we should not see an error, but every image will be black
1570
pipe.fuse_lora(components=self.pipeline_class._lora_loadable_modules, safe_fusing=False)
1571
- out = pipe("test", num_inference_steps=2, output_type="np")[0]
+ out = pipe(**inputs)[0]
1572
1573
self.assertTrue(np.isnan(out).all())
1574
0 commit comments