Skip to content

Commit

Permalink
using pytti/requirements.txt for pip libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Jan 29, 2022
1 parent 5e5ea68 commit ef84f00
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pytti_5_beta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -333,23 +333,14 @@
"except ModuleNotFoundError:\n",
" everything_installed = False\n",
"def install_everything():\n",
" !pip install tensorflow==1.15.2\n",
" !pip install transformers &> /dev/null \n",
" !pip install PyGLM &> /dev/null\n",
" !pip install ftfy regex tqdm omegaconf pytorch-lightning &> /dev/null\n",
" !pip install kornia &> /dev/null\n",
" !pip install einops &> /dev/null\n",
" !pip install imageio-ffmpeg &> /dev/null\n",
" !pip install adjustText exrex bunch &> /dev/null\n",
" !pip install matplotlib-label-lines &> /dev/null\n",
" !pip install hydra-core loguru\n",
" !git clone https://github.com/openai/CLIP.git &> /dev/null\n",
" !git clone https://github.com/CompVis/taming-transformers.git &> /dev/null\n",
" if not path_exists('./pytti'):\n",
" !git clone --branch p5-cli https://github.com/pytti-tools/pytti-core.git pytti &> /dev/null\n",
" else:\n",
" !rm -r pytti\n",
" !git clone --branch p5-cli https://github.com/pytti-tools/pytti-core.git pytti\n",
" !pip install -r pytti/requirements.txt\n",
" !git clone https://github.com/shariqfarooq123/AdaBins.git &> /dev/null\n",
" !git clone https://github.com/zacjiang/GMA.git &> /dev/null\n",
" !mkdir -p AdaBins/pretrained\n",
Expand Down

0 comments on commit ef84f00

Please sign in to comment.