Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
ea90bf2b
Commit
ea90bf2b
authored
Dec 15, 2022
by
anton-
Browse files
skip mps
parent
8cecc66a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tests/test_pipelines_common.py
tests/test_pipelines_common.py
+5
-0
No files found.
tests/test_pipelines_common.py
View file @
ea90bf2b
...
...
@@ -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
,
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment