BALLAD icon indicating copy to clipboard operation
BALLAD copied to clipboard

clip

Open xiao-an-qi opened this issue 2 years ago • 1 comments

from clip import clip
well,where is the clip, just from the https://github.com/openai/CLIP/clip ?

xiao-an-qi avatar May 07 '22 07:05 xiao-an-qi

https://github.com/openai/CLIP/clip has the installation instructions:

$ conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
$ pip install ftfy regex tqdm
$ pip install git+https://github.com/openai/CLIP.git

kukuruza avatar Jun 10 '22 16:06 kukuruza