Skip to content

Commit 168a0af

Browse files
committed
fix imports
1 parent 5fb973c commit 168a0af

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/diffusers/pipelines/sana/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@
3232
except OptionalDependencyNotAvailable:
3333
from ...utils.dummy_torch_and_transformers_objects import *
3434
else:
35-
from .pipeline_sana import (
36-
ASPECT_RATIO_256_BIN,
37-
ASPECT_RATIO_512_BIN,
38-
ASPECT_RATIO_1024_BIN,
39-
ASPECT_RATIO_2048_BIN,
40-
SanaPipeline,
41-
)
35+
from .pipeline_sana import SanaPipeline
4236
else:
4337
import sys
4438

0 commit comments

Comments
 (0)