Sorting doesn't work

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
kruszkush
Posts: 9
Joined: Thu May 07, 2020 10:36 pm
Has thanked: 3 times

Sorting doesn't work

Post by kruszkush »

Link doesn't work, whatever else I found and copied into folder doesn't do anything. File "README.md and LICENSE" There is also .keep which is 0kb

Code: Select all

Loading...
Setting Faceswap backend to AMD
Please backup your data and/or test the tool you want to use with a smaller data set to make sure you understand how it works.
05/07/2020 23:37:17 INFO     Log level set to: INFO
05/07/2020 23:37:17 INFO     Setting up for PlaidML
05/07/2020 23:37:18 INFO     Setting GPU to largest available experimental device. If you want to override this selection, run `plaidml-setup` from the command line.
05/07/2020 23:37:18 INFO     Using GPU: ['opencl_amd_gfx1010.0']
05/07/2020 23:37:18 INFO     Successfully set up for PlaidML
05/07/2020 23:37:20 INFO     Downloading model: 'vggface2_resnet50' from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip
05/07/2020 23:37:21 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 2 of 6...
05/07/2020 23:37:21 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 3 of 6...
05/07/2020 23:37:22 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 4 of 6...
05/07/2020 23:37:23 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 5 of 6...
05/07/2020 23:37:23 WARNING  Error downloading model (HTTP Error 403: Forbidden). Retrying 6 of 6...
05/07/2020 23:37:24 ERROR    Failed to download model. Exiting. (Error: 'HTTP Error 403: Forbidden', URL: 'https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip')
05/07/2020 23:37:24 INFO     You can try running again to resume the download.
05/07/2020 23:37:24 INFO     Alternatively, you can manually download the model from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip and unzip the contents to: D:\faceswap\plugins\extract\recognition\.cache
Process exited.
User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Sorting doesn't work

Post by bryanlyon »

Code: Select all

05/07/2020 23:37:24 ERROR    Failed to download model. Exiting. (Error: 'HTTP Error 403: Forbidden', URL: 'https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip')
05/07/2020 23:37:24 INFO     You can try running again to resume the download.
05/07/2020 23:37:24 INFO     Alternatively, you can manually download the model from: https://github.com/deepfakes-models/faceswap-models/releases/download/v1.10.2/vggface2_resnet50_v2.zip and unzip the contents to: D:\faceswap\plugins\extract\recognition\.cache

This right here explains it all. If you're behind a firewall that blocks the file, you'll have to find a way to work around it. The URL is right there.

User avatar
kruszkush
Posts: 9
Joined: Thu May 07, 2020 10:36 pm
Has thanked: 3 times

Re: Sorting doesn't work

Post by kruszkush »

It just downloaded it after trying like 5 times :/ I don't know why now but before not, haven't done anything really

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Sorting doesn't work

Post by bryanlyon »

Yeah, that's your local internet. Nothing we can really do about that. Glad it downloaded for you eventually though.

Locked