Faceswap 3 open for testing

Discussions about research, Faceswapping and things that don't fit in the other categories here.


User avatar
teskki
Posts: 1
Joined: Sun Sep 29, 2024 7:44 am

Re: Faceswap 3 open for testing

Post by teskki »

Hi I need help with this installation process... I tried installing the Faceswap 3 on my kali linux and this is what am getting

(base) ┌──(tejiri㉿kali)-[~]
└─$ git clone https://github.com/deepfakes/faceswap.git fs3
Cloning into 'fs3'...
remote: Enumerating objects: 14675, done.
remote: Counting objects: 100% (1062/1062), done.
remote: Compressing objects: 100% (624/624), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 4480 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

User avatar
torzdf
Posts: 2761
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 141 times
Been thanked: 643 times

Re: Faceswap 3 open for testing

Post by torzdf »

@ianstephens Thanks for testing. Unfortunately I have been very busy of late, so not much time for development.

I have made a note of your feedback and will investigate as soon as I get an opportunity.

My word is final

User avatar
torzdf
Posts: 2761
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 141 times
Been thanked: 643 times

Re: Faceswap 3 open for testing

Post by torzdf »

teskki wrote: Sun Sep 29, 2024 8:02 am

Hi I need help with this installation process... I tried installing the Faceswap 3 on my kali linux and this is what am getting

(base) ┌──(tejiri㉿kali)-[~]
└─$ git clone https://github.com/deepfakes/faceswap.git fs3
Cloning into 'fs3'...
remote: Enumerating objects: 14675, done.
remote: Counting objects: 100% (1062/1062), done.
remote: Compressing objects: 100% (624/624), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 4480 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

This is a network connection issue. It looks like your ISP is cutting off your connection before the download completes.

You can try either:

  • Using an internet connection elsewhere
  • Trying to enable a VPN (sometimes works for this issue)

My word is final

User avatar
Ryzen1988
Posts: 59
Joined: Thu Aug 11, 2022 8:31 am
Location: Netherlands
Has thanked: 8 times
Been thanked: 28 times

Re: Faceswap 3 open for testing

Post by Ryzen1988 »

Hey wow, am i late to the party, damn. But it gives me this strange error because torchvision is already installed. I added crash report
All other masks besides BiSeNet seem to work perfect

Nevermind, fixed it by uninstalling and reinstalling different toch, now version 2.3.0

Initialized: BiSeNet
ImportError: Exception encountered when calling UpSampling2D.call().

[1mThe torchvision package is necessary to use resize with the torch backend. Please install torchvision.[0m

Arguments received by UpSampling2D.call():
• inputs=torch.Tensor(shape=torch.Size([8, 32, 32, 5]), dtype=float32)

On a more cheerful note, the manual tool feels a lot quicker and a bit more robuust. :D really looking forward to try out the new convnext and the new AdamW optimizer.

Attachments
crash_report.2024.11.16.234045270882.log
(46.96 KiB) Downloaded 787 times
Last edited by Ryzen1988 on Sun Nov 17, 2024 10:28 am, edited 5 times in total.
User avatar
Ryzen1988
Posts: 59
Joined: Thu Aug 11, 2022 8:31 am
Location: Netherlands
Has thanked: 8 times
Been thanked: 28 times

Re: Faceswap 3 open for testing

Post by Ryzen1988 »

Have some errors that appear when trying to train a model

Code: Select all

C:\Users\Admin\.conda\envs\fs3\Lib\site-packages\keras\src\backend\torch\nn.py:416: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ..\aten\src\ATen\native\cudnn\Conv_v8.cpp:919.)
outputs = tnn.conv2d(
C:\Users\Admin\.conda\envs\fs3\Lib\site-packages\keras\src\backend\torch\nn.py:416: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at ..\aten\src\ATen\native\Convolution.cpp:1032.)
outputs = tnn.conv2d(
C:\Users\Admin\.conda\envs\fs3\Lib\site-packages\torch\autograd\graph.py:744: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ..\aten\src\ATen\native\cudnn\Conv_v8.cpp:919.)
return Variable._execution_engine.run_backward(  # Calls into the C++ engine to run the backward pass
Post Reply