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

I have tried to use illustra in colab but it gives me the following error #21

Closed
raul2297 opened this issue May 1, 2021 · 3 comments
Closed

Comments

@raul2297
Copy link

raul2297 commented May 1, 2021

ModuleNotFoundError Traceback (most recent call last)
in ()
73 get_ipython().system('git clone https://github.com/eps696/aphantasia')
74 get_ipython().magic('cd aphantasia/')
---> 75 from clip_fft import to_valid_rgb, fft_image, slice_imgs, checkout
76 from utils import pad_up_to, basename, file_list, img_list, img_read, txt_clean, plot_text
77 from progress_bar import ProgressIPy as ProgressBar

/content/aphantasia/clip_fft.py in ()
16 os.environ['KMP_DUPLICATE_LIB_OK']='True'
17 from sentence_transformers import SentenceTransformer
---> 18 import lpips
19
20 from utils import pad_up_to, basename, img_list, img_read, plot_text, txt_clean

ModuleNotFoundError: No module named 'lpips'

@eps696
Copy link
Owner

eps696 commented May 4, 2021

should be fixed now

@eps696 eps696 closed this as completed May 4, 2021
@raul2297
Copy link
Author

raul2297 commented May 4, 2021 via email

@eps696
Copy link
Owner

eps696 commented May 4, 2021

thanxxx, glad to hear ::]

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

2 participants