1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update Wuerschten Test (#7700)

update
This commit is contained in:
Dhruv Nair
2024-04-22 15:41:39 +05:30
committed by GitHub
parent d1e3f489e9
commit 9100652494

View File

@@ -194,7 +194,7 @@ class WuerstchenPriorPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
@skip_mps
def test_inference_batch_single_identical(self):
self._test_inference_batch_single_identical(
expected_max_diff=2e-1,
expected_max_diff=3e-1,
)
@skip_mps