Skip to content

Commit

Permalink
Fix import from diffusers latest release (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Sep 14, 2023
1 parent afd2b5a commit 656e7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/onnxruntime/test_stable_diffusion_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
StableDiffusionPipeline,
StableDiffusionXLPipeline,
)
from diffusers.utils import floats_tensor, load_image
from diffusers.utils import load_image
from diffusers.utils.testing_utils import floats_tensor
from parameterized import parameterized
from transformers.testing_utils import require_torch_gpu
from utils_onnxruntime_tests import MODEL_NAMES, SEED, ORTModelTestMixin
Expand Down

0 comments on commit 656e7af

Please sign in to comment.