You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: