fix model param downloading bug
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user