File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
import unittest
16
16
17
17
import numpy as np
18
+ import pytest
18
19
import torch
19
20
from diffusers import (
20
21
AutoPipelineForImage2Image ,
@@ -296,6 +297,7 @@ def test_height_width_properties(self, model_arch: str):
296
297
self .assertEqual (ov_pipeline .height , height )
297
298
self .assertEqual (ov_pipeline .width , width )
298
299
300
+ @pytest .mark .run_slow
299
301
@slow
300
302
@require_diffusers
301
303
def test_textual_inversion (self ):
@@ -507,6 +509,7 @@ def test_height_width_properties(self, model_arch: str):
507
509
self .assertEqual (ov_pipeline .height , height )
508
510
self .assertEqual (ov_pipeline .width , width )
509
511
512
+ @pytest .mark .run_slow
510
513
@slow
511
514
@require_diffusers
512
515
def test_textual_inversion (self ):
@@ -723,6 +726,7 @@ def test_height_width_properties(self, model_arch: str):
723
726
self .assertEqual (ov_pipeline .height , height )
724
727
self .assertEqual (ov_pipeline .width , width )
725
728
729
+ @pytest .mark .run_slow
726
730
@slow
727
731
@require_diffusers
728
732
def test_textual_inversion (self ):
You can’t perform that action at this time.
0 commit comments