We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a TLDR setup for colab, paperspace, etc:
!git clone https://github.com/pytti-tools/pytti-notebook %cd pytti-notebook !pip install jupyter gdown loguru einops seaborn PyGLM ftfy regex tqdm hydra-core adjustText exrex matplotlib-label-lines !git clone --recurse-submodules -j8 https://github.com/pytti-tools/pytti-core !pip install ./pytti-core/vendor/AdaBins !pip install ./pytti-core/vendor/CLIP !pip install ./pytti-core/vendor/GMA !pip install ./pytti-core/vendor/taming-transformers !pip install ./pytti-core !python -m pytti.warmup
I guess this is already available in the notebook essentially... better to just make it nice and obvious for people.
The text was updated successfully, but these errors were encountered:
for paperspace add: pip install kornia imagio pytorch-lightning
pip install kornia imagio pytorch-lightning
Sorry, something went wrong.
No branches or pull requests
add a TLDR setup for colab, paperspace, etc:
I guess this is already available in the notebook essentially... better to just make it nice and obvious for people.
The text was updated successfully, but these errors were encountered: