pytti-book icon indicating copy to clipboard operation
pytti-book copied to clipboard

Add TLDR setup

Open dmarx opened this issue 2 years ago • 1 comments

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.

dmarx avatar May 02 '22 05:05 dmarx