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 a71334b commit 21b2566Copy full SHA for 21b2566
src/diffusers/loaders/single_file/single_file_utils.py
@@ -36,16 +36,16 @@
36
LMSDiscreteScheduler,
37
PNDMScheduler,
38
)
39
-from ..utils import (
+from ...utils import (
40
SAFETENSORS_WEIGHTS_NAME,
41
WEIGHTS_NAME,
42
deprecate,
43
is_accelerate_available,
44
is_transformers_available,
45
logging,
46
47
-from ..utils.constants import DIFFUSERS_REQUEST_TIMEOUT
48
-from ..utils.hub_utils import _get_model_file
+from ...utils.constants import DIFFUSERS_REQUEST_TIMEOUT
+from ...utils.hub_utils import _get_model_file
49
50
51
if is_transformers_available():
0 commit comments