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: 2752
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: 2752
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

Post Reply