1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

skip test_ldm_text2img for now

This commit is contained in:
patil-suraj
2022-06-27 11:39:19 +02:00
parent 43bf361a7a
commit 17bf65e186

View File

@@ -679,6 +679,7 @@ class PipelineTesterMixin(unittest.TestCase):
assert (image_slice.flatten() - expected_slice).abs().max() < 1e-2
@slow
@unittest.skip("Skipping for now as it takes too long")
def test_ldm_text2img(self):
model_id = "fusing/latent-diffusion-text2im-large"
ldm = LatentDiffusionPipeline.from_pretrained(model_id)