We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fdb87 commit 72780ffCopy full SHA for 72780ff
tests/single_file/test_stable_diffusion_single_file.py
@@ -82,6 +82,7 @@ def test_single_file_legacy_scaling_factor(self):
82
assert pipe.vae.config.scaling_factor == new_scaling_factor
83
84
85
+@slow
86
class StableDiffusion21PipelineSingleFileSlowTests(unittest.TestCase, SDSingleFileTesterMixin):
87
pipeline_class = StableDiffusionPipeline
88
ckpt_path = "https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-ema-pruned.safetensors"
0 commit comments