Skip to content

Instantly share code, notes, and snippets.

@meisa233
Last active December 21, 2023 08:06
Show Gist options
  • Save meisa233/7062d4bfca2659cd9c3abf22616cfb19 to your computer and use it in GitHub Desktop.
Save meisa233/7062d4bfca2659cd9c3abf22616cfb19 to your computer and use it in GitHub Desktop.
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers -e git+https://github.com/openai/CLIP.git@main#egg=clip

Manually install

   git clone https://github.com/CompVis/taming-transformers.git
   git clone https://github.com/openai/CLIP.git
   cd /path/to/taming-transformers
   pip install -e .

   cd /path/to/CLIP
   pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment