Error in Google Colab

#13
by ddelgado1405 - opened

Hello! First of all, thanks for the notebook. I've been trying to use it on Colab but I keep getting this error. Am I missing something here?

Generating prompts: 0%| | 0/2 [00:06<?, ?it/s]

AttributeError Traceback (most recent call last)
in
34
35 image = Image.open(os.path.join(folder_path, file)).convert('RGB')
---> 36 prompt = inference(image, prompt_mode, best_max_flavors=best_max_flavors)
37 prompts.append(prompt)
38

32 frames
/usr/local/lib/python3.8/dist-packages/numpy/init.py in getattr(attr)
311 x = ones(2, dtype=float32)
312 if not abs(x.dot(x) - float32(2.0)) < 1e-5:
--> 313 raise AssertionError()
314 except AssertionError:
315 msg = ("The current Numpy installation ({!r}) fails to "

AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

Sign up or log in to comment