Closed shubhamgarg21 closed 8 months ago
In the Training SEED Tokenization step 1, the command sh install.sh is failing. Inside this script there are following commands :
sh install.sh
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?
Sorry for the mistake. You do not need to install stable_diffusion and we have updated install.sh.
In the Training SEED Tokenization step 1, the command
sh install.sh
is failing. Inside this script there are following commands :but there is no stable_diffusion folder inside SEED_Tokenizer folder. am i missing something?