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 f67d97c commit 5cff237Copy full SHA for 5cff237
src/diffusers/__init__.py
@@ -104,7 +104,7 @@
104
if not is_optimum_quanto_available():
105
raise OptionalDependencyNotAvailable()
106
except OptionalDependencyNotAvailable:
107
- from utils import dummy_optimum_quanto_objects
+ from .utils import dummy_optimum_quanto_objects
108
109
_import_structure["utils.dummy_optimum_quanto_objects"] = [
110
name for name in dir(dummy_optimum_quanto_objects) if not name.startswith("_")
0 commit comments