Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Setup: Imports and Definitions #160

Open
PandaShape opened this issue Feb 20, 2024 · 0 comments
Open

Error in Setup: Imports and Definitions #160

PandaShape opened this issue Feb 20, 2024 · 0 comments

Comments

@PandaShape
Copy link

Hello,

I'm not a developper, i just wanted to test this solution to create an IA music vid.

I encounter an error at Setup: Imports and Definitions phase.
This is what it says :
AttributeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/diffusers/utils/import_utils.py in _get_module(self, module_name)
703 try:
--> 704 return importlib.import_module("." + module_name, self.name)
705 except Exception as e:

47 frames
AttributeError: module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'

The above exception was the direct cause of the following exception:

RuntimeError Traceback (most recent call last)
RuntimeError: Failed to import diffusers.schedulers.scheduling_lms_discrete because of the following error (look up to see its traceback):
module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'

The above exception was the direct cause of the following exception:

RuntimeError Traceback (most recent call last)
RuntimeError: Failed to import diffusers.loaders.single_file because of the following error (look up to see its traceback):
Failed to import diffusers.schedulers.scheduling_lms_discrete because of the following error (look up to see its traceback):
module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'

The above exception was the direct cause of the following exception:

RuntimeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/diffusers/utils/import_utils.py in _get_module(self, module_name)
704 return importlib.import_module("." + module_name, self.name)
705 except Exception as e:
--> 706 raise RuntimeError(
707 f"Failed to import {self.name}.{module_name} because of the following error (look up to see its"
708 f" traceback):\n{e}"

RuntimeError: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_img2img because of the following error (look up to see its traceback):
Failed to import diffusers.loaders.single_file because of the following error (look up to see its traceback):
Failed to import diffusers.schedulers.scheduling_lms_discrete because of the following error (look up to see its traceback):
module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant