runtime error
Exit code: 1. Reason: in self._class_to_module.keys(): ā ā ā± 810 ā ā ā module = self._get_module(self._class_to_module[name]) ā ā 811 ā ā ā value = getattr(module, name) ā ā 812 ā ā else: ā ā 813 ā ā ā raise AttributeError(f"module {self.__name__} has no attri ā ā ā ā /home/user/.pyenv/versions/3.9.23/lib/python3.9/site-packages/diffusers/util ā ā s/import_utils.py:822 in _get_module ā ā ā ā 819 ā ā try: ā ā 820 ā ā ā return importlib.import_module("." + module_name, self.__n ā ā 821 ā ā except Exception as e: ā ā ā± 822 ā ā ā raise RuntimeError( ā ā 823 ā ā ā ā f"Failed to import {self.__name__}.{module_name} becau ā ā 824 ā ā ā ā f" traceback):\n{e}" ā ā 825 ā ā ā ) from e ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā⯠RuntimeError: Failed to import diffusers.pipelines.pipeline_utils because of the following error (look up to see its traceback): Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback): cannot import name 'CustomDtype' from 'accelerate.utils' (/home/user/.pyenv/versions/3.9.23/lib/python3.9/site-packages/accelerate/utils/ __init__.py)
Container logs:
Fetching error logs...