Skip to content

Commit 2839f95

Browse files
committed
clone pytti-core into ./pytti folder
1 parent 5e92c41 commit 2839f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytti_5_beta.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@
345345
" !git clone https://github.com/openai/CLIP.git &> /dev/null\n",
346346
" !git clone https://github.com/CompVis/taming-transformers.git &> /dev/null\n",
347347
" if not path_exists('./pytti'):\n",
348-
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git &> /dev/null\n",
348+
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git pytti &> /dev/null\n",
349349
" else:\n",
350350
" !rm -r pytti\n",
351-
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git\n",
351+
" !git clone --branch p5 https://github.com/pytti-tools/pytti-core.git pytti\n",
352352
" !git clone https://github.com/shariqfarooq123/AdaBins.git &> /dev/null\n",
353353
" !git clone https://github.com/zacjiang/GMA.git &> /dev/null\n",
354354
" !mkdir -p AdaBins/pretrained\n",

0 commit comments

Comments
 (0)