mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
skip mps
This commit is contained in:
@@ -16,6 +16,7 @@ from diffusers import (
|
||||
CycleDiffusionPipeline,
|
||||
DanceDiffusionPipeline,
|
||||
DiffusionPipeline,
|
||||
RePaintPipeline,
|
||||
StableDiffusionDepth2ImgPipeline,
|
||||
StableDiffusionImg2ImgPipeline,
|
||||
)
|
||||
@@ -72,6 +73,7 @@ class PipelineTesterMixin:
|
||||
if torch_device == "mps" and self.pipeline_class in (
|
||||
DanceDiffusionPipeline,
|
||||
CycleDiffusionPipeline,
|
||||
RePaintPipeline,
|
||||
StableDiffusionImg2ImgPipeline,
|
||||
):
|
||||
# FIXME: inconsistent outputs on MPS
|
||||
@@ -178,6 +180,7 @@ class PipelineTesterMixin:
|
||||
if torch_device == "mps" and self.pipeline_class in (
|
||||
DanceDiffusionPipeline,
|
||||
CycleDiffusionPipeline,
|
||||
RePaintPipeline,
|
||||
StableDiffusionImg2ImgPipeline,
|
||||
):
|
||||
# FIXME: inconsistent outputs on MPS
|
||||
@@ -292,6 +295,7 @@ class PipelineTesterMixin:
|
||||
if torch_device == "mps" and self.pipeline_class in (
|
||||
DanceDiffusionPipeline,
|
||||
CycleDiffusionPipeline,
|
||||
RePaintPipeline,
|
||||
StableDiffusionImg2ImgPipeline,
|
||||
):
|
||||
# FIXME: inconsistent outputs on MPS
|
||||
@@ -358,6 +362,7 @@ class PipelineTesterMixin:
|
||||
if torch_device == "mps" and self.pipeline_class in (
|
||||
DanceDiffusionPipeline,
|
||||
CycleDiffusionPipeline,
|
||||
RePaintPipeline,
|
||||
StableDiffusionImg2ImgPipeline,
|
||||
StableDiffusionDepth2ImgPipeline,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user