AILab-CVC / SEED

Official implementation of SEED-LLaMA (ICLR 2024).
https://ailab-cvc.github.io/seed
Other
515 stars 30 forks source link

install.sh not working #29

Closed shubhamgarg21 closed 3 months ago

shubhamgarg21 commented 3 months ago

In the Training SEED Tokenization step 1, the command sh install.sh is failing. Inside this script there are following commands :

cd stable_diffusion
pip install -r requirements.txt
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip
cd ..
pip install -e stable_diffusion

but there is no stable_diffusion folder inside SEED_Tokenizer folder. am i missing something?

geyuying commented 3 months ago

Sorry for the mistake. You do not need to install stable_diffusion and we have updated install.sh.