eps696/aphantasia

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

raul2297 opened this issue · 3 comments

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'

should be fixed now

thanxxx, glad to hear ::]