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>
pull/73/head^2
Stephen 1 year ago committed by GitHub
parent 3b24fe36a7
commit 6cd5c7a760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save