Skip to content

Commit 21b2566

Browse files
committed
fixes
1 parent a71334b commit 21b2566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/diffusers/loaders/single_file/single_file_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
LMSDiscreteScheduler,
3737
PNDMScheduler,
3838
)
39-
from ..utils import (
39+
from ...utils import (
4040
SAFETENSORS_WEIGHTS_NAME,
4141
WEIGHTS_NAME,
4242
deprecate,
4343
is_accelerate_available,
4444
is_transformers_available,
4545
logging,
4646
)
47-
from ..utils.constants import DIFFUSERS_REQUEST_TIMEOUT
48-
from ..utils.hub_utils import _get_model_file
47+
from ...utils.constants import DIFFUSERS_REQUEST_TIMEOUT
48+
from ...utils.hub_utils import _get_model_file
4949

5050

5151
if is_transformers_available():

0 commit comments

Comments
 (0)