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 3b24fe3 commit 6cd5c7aCopy full SHA for 6cd5c7a
python_coreml_stable_diffusion/unet.py
@@ -6,7 +6,7 @@
6
from python_coreml_stable_diffusion.layer_norm import LayerNormANE
7
8
from diffusers.configuration_utils import ConfigMixin, register_to_config
9
-from diffusers.modeling_utils import ModelMixin
+from diffusers import ModelMixin
10
11
from enum import Enum
12
0 commit comments