dmarx / video-killed-the-radio-star

Notebook and tools for end-to-end automation of music video production with generative AI
https://colab.research.google.com/github/dmarx/video-killed-the-radio-star/blob/main/Video_Killed_The_Radio_Star_Defusion.ipynb#scrollTo=oPbeyWtesAoh
MIT License
196 stars 35 forks source link

Error in Setup: Imports and Definitions #160

Open PandaShape opened 6 months ago

PandaShape commented 6 months ago

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'