Skip to content

Commit 6cd5c7a

Browse files
stephengoodmanatiorhpcuenca
authored
Update import to nested path (#109)
* Update import to nested path * Update python_coreml_stable_diffusion/unet.py Co-authored-by: Pedro Cuenca <pedro@huggingface.co> Co-authored-by: Atila Orhon <64497909+atiorh@users.noreply.github.com> Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent 3b24fe3 commit 6cd5c7a

File tree

1 file changed

+1
-1
lines changed
  • python_coreml_stable_diffusion

1 file changed

+1
-1
lines changed

python_coreml_stable_diffusion/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from python_coreml_stable_diffusion.layer_norm import LayerNormANE
77

88
from diffusers.configuration_utils import ConfigMixin, register_to_config
9-
from diffusers.modeling_utils import ModelMixin
9+
from diffusers import ModelMixin
1010

1111
from enum import Enum
1212

0 commit comments

Comments
 (0)