You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: