Skip to content

Commit

Permalink
Update import to nested path (apple#109)
Browse files Browse the repository at this point in the history
* Update import to nested path

* Update python_coreml_stable_diffusion/unet.py

Co-authored-by: Pedro Cuenca <[email protected]>

Co-authored-by: Atila Orhon <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2023
1 parent 3b24fe3 commit 6cd5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_coreml_stable_diffusion/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from python_coreml_stable_diffusion.layer_norm import LayerNormANE

from diffusers.configuration_utils import ConfigMixin, register_to_config
from diffusers.modeling_utils import ModelMixin
from diffusers import ModelMixin

from enum import Enum

Expand Down

0 comments on commit 6cd5c7a

Please sign in to comment.