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 59effcb commit 7082405Copy full SHA for 7082405
tests/pipelines/stable_diffusion/test_onnx_stable_diffusion_upscale.py
@@ -19,7 +19,7 @@
19
import numpy as np
20
import torch
21
22
-from diffusers.pipelines.stable_diffusion import OnnxStableDiffusionUpscalePipeline
+from diffusers import OnnxStableDiffusionUpscalePipeline
23
from diffusers.utils import floats_tensor
24
from diffusers.utils.testing_utils import (
25
is_onnx_available,
0 commit comments