Skip to content

Commit

Permalink
clone pytti-core into ./pytti folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Jan 29, 2022
1 parent 5e92c41 commit 2839f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytti_5_beta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@
" !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 https://github.com/pytti-tools/pytti-core.git &> /dev/null\n",
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git pytti &> /dev/null\n",
" else:\n",
" !rm -r pytti\n",
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git\n",
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git pytti\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 2839f95

Please sign in to comment.