kwonminki / Asyrp_official

official repo for Asyrp : Diffusion Models already have a Semantic Latent Space (ICLR2023)
MIT License
249 stars 20 forks source link

Problem installing requirements #8

Open taestaes opened 1 year ago

taestaes commented 1 year ago

(.venv) user@DESKTOP:~/Asyrp_official$ pip install -r requirements.txt Collecting blobfile==1.3.1 Using cached blobfile-1.3.1-py3-none-any.whl (70 kB) ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: 0.0.1, 0.1.0, 0.2.0) ERROR: No matching distribution found for clip==1.0

How can I get clip==1.0?

Ab-34 commented 1 year ago

I encountered the same error, it is the openai-clip package, not the PyPi one.

I commented that from the requirements file and used this command instead:

pip install git+https://github.com/openai/CLIP.git

Full download instructions in this repo, under 'Usage'