Skip to content

Commit

Permalink
Changed imports orders to pass tests
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Nair <[email protected]>
  • Loading branch information
ilisparrow and DN6 authored Oct 30, 2023
1 parent b89b28e commit 8f0b5ff
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
)
from diffusers.utils import logging
from diffusers.utils.testing_utils import enable_full_determinism, floats_tensor, torch_device
from diffusers.utils import load_image, randn_tensor, torch_device
from diffusers.utils.testing_utils import enable_full_determinism, require_torch_gpu, slow
from diffusers.utils import load_image
from diffusers.utils.torch_utils import randn_tensor
from diffusers.utils.testing_utils import enable_full_determinism, require_torch_gpu, slow, torch_device
from ..pipeline_params import TEXT_GUIDED_IMAGE_VARIATION_BATCH_PARAMS, TEXT_GUIDED_IMAGE_VARIATION_PARAMS
from ..test_pipelines_common import (
PipelineTesterMixin,
Expand Down

0 comments on commit 8f0b5ff

Please sign in to comment.