|
@@ -234,7 +234,8 @@
|
|
|
"\n",
|
|
|
"!wget -P ./arcface_model https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar\n",
|
|
|
"!wget https://github.com/neuralchen/SimSwap/releases/download/1.0/checkpoints.zip\n",
|
|
|
- "!unzip ./checkpoints.zip -d ./checkpoints"
|
|
|
+ "!unzip ./checkpoints.zip -d ./checkpoints\n",
|
|
|
+ "!wget -P ./parsing_model/checkpoint https://github.com/neuralchen/SimSwap/releases/download/1.0/79999_iter.pth"
|
|
|
],
|
|
|
"execution_count": 5,
|
|
|
"outputs": [
|