mfrashad / text2art

AI-powered Text-to-Art Generator - Text2Art.com
Other
778 stars 208 forks source link

clipit import error #19

Open mohtasimbh opened 1 year ago

mohtasimbh commented 1 year ago

ModuleNotFoundError Traceback (most recent call last) in 1 import sys 2 sys.path.append("clipit") ----> 3 import clipit 4 5 # To reset settings to default

/content/clipit/clipit.py in 25 from perlin_numpy import generate_fractal_noise_2d 26 ---> 27 from CLIP import clip 28 import kornia 29 import kornia.augmentation as K

ModuleNotFoundError: No module named 'CLIP'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

shoaibahmadse commented 1 year ago

use from clipit import clipit

Tejas2305 commented 1 year ago

import clipit no module found no latest installation found pls help me

de-lia commented 1 year ago

import clipit no module found no latest installation found pls help me

I'm thinking you didn't install it. You can try sudo apt install clipit. Works for me.