Search found 2668 matches

by torzdf
Tue Mar 19, 2024 4:04 pm
Forum: Training Support
Topic: bugs on training
Replies: 3
Views: 503

Re: bugs on training

You're going to need to be a lot more specific about the steps you have taken to get to this point. Most likely you have missed some crucial steps, have bad data, have a low res model or have not trained enough. If you haven't been following the guides. then follow the guides. They will help you a l...
by torzdf
Tue Mar 19, 2024 4:01 pm
Forum: Training Support
Topic: Preview only shows mask? Phaze-A, maskers: Bisect-Fp + Vgg-Clear + VggObstructed
Replies: 6
Views: 6001

Re: Preview only shows mask? Phaze-A, maskers: Bisect-Fp + Vgg-Clear + VggObstructed

Most likely you will need to delete your model, lower the learning rate (try 3.5e-5, if that doesn't work, then 1e-5) and start again.

by torzdf
Wed Mar 13, 2024 11:36 pm
Forum: Convert Support
Topic: help!
Replies: 1
Views: 537

Re: help!

Most likely one or both of:

  • D:/faceswap/A/faceimagesA
  • D:/faceswap/B/faceimagesB

does not contain faceswap extracted facesets. All images in these folders must be face images that have been extracted by faceswap

by torzdf
Wed Mar 13, 2024 11:30 pm
Forum: Installation Support
Topic: Debian Installation does not work?
Replies: 1
Views: 440

Re: Debian Installation does not work?

What do you mean nothing works?

Try:

Code: Select all

conda activate faceswap
cd faceswap
python faceswap.py gui

Post any error output

by torzdf
Wed Mar 13, 2024 11:27 pm
Forum: Convert Support
Topic: convert process is failed in the middle
Replies: 1
Views: 350

Re: convert process is failed in the middle

Something is probably failing very early in convert, holding up the process. Please set the loglevel to TRACE , let it get to the point it gets stuck, wait a few seconds then kill the process. Then please provide the faceswap.log file from within your faceswap folder You will want to set loglevel ba...
by torzdf
Wed Mar 13, 2024 11:25 pm
Forum: Training Discussion
Topic: Teeth
Replies: 5
Views: 966

Re: Teeth

I don't really have an issue with teeth, more mouths generally. The reason (I believe) is that mouths are by far the most complex part of a face (can change a lot more than something like eyes, and the rest of the face is very much static in comparison). That being said, I do not have an issue with ...
by torzdf
Wed Mar 13, 2024 11:23 pm
Forum: Training Discussion
Topic: difference between left & right eye
Replies: 2
Views: 608

Re: difference between left & right eye

I can honestly say I've never seen this issue. I've had models where eye-tracking has gone wonky, but not your specific example.

by torzdf
Tue Mar 12, 2024 3:13 pm
Forum: Extract Support
Topic: Crash during Extraction
Replies: 3
Views: 790

Re: Crash during Extraction

Sorry it took so long to get around to this.

Unfortunately I was unable to recreate the issue on either a Windows machine or a Linux machine, so it is most likely a problem specific to AMD. As I do not have an AMD card, unfortunately I cannot investigate further.

by torzdf
Sat Mar 09, 2024 11:45 am
Forum: Convert Support
Topic: using a diferent video for the convert process
Replies: 1
Views: 360

Re: using a diferent video for the convert process

This should be fine, assuming your data quality is good.

You don't train a faceswap model to swap a scene. You train a model to swap 2 identities.

Once you have a trained model on 2 identities, you can use that model to swap the faces in any scene where the A face appears.

by torzdf
Tue Mar 05, 2024 1:43 am
Forum: Installation Support
Topic: Crash when start the program
Replies: 1
Views: 626

Re: Crash when start the program

This is a system issue, in some way (a required file missing on your PC, or a conflict of some kind).

In the first instance, try this to see if it resolves it:
app.php/faqpage#f1r1

by torzdf
Sat Mar 02, 2024 1:13 pm
Forum: Training Discussion
Topic: Newbie - should I continue with this data/training
Replies: 2
Views: 915

Re: Newbie - should I continue with this data/training

Villain is a notoriously slow model to train. so you may want to switch to something like dfaker to get quicker results (at slightly lower quality). Note that neither of these models will be good for close-up shots as they output at 128px. Bigger models require more VRAM and more time to train thoug...
by torzdf
Sat Mar 02, 2024 1:09 pm
Forum: Extract Support
Topic: Crash during Extraction
Replies: 3
Views: 790

Re: Crash during Extraction

This looks like an edge case which may or may not be related to AMD. If possible, could you provide me with the source you are truing to extract from (DM is fine), I can see if I can recreate the bug in order to fix it.

by torzdf
Sat Mar 02, 2024 1:06 pm
Forum: Extract Discussion
Topic: Manual Tool and faces filters
Replies: 3
Views: 800

Re: Manual Tool and faces filters

Honestly, I can't remember off the top of my head.... Again, a workaround, if you use Generate instead of Extract , you can copy the command, open up an Anaconda prompt do: Start > Anaconda prompt conda activate faceswap Then paste the command there and run. There is no extract/convert preview in th...
by torzdf
Fri Mar 01, 2024 11:23 am
Forum: Extract Discussion
Topic: Manual Tool and faces filters
Replies: 3
Views: 800

Re: Manual Tool and faces filters

> How difficult would it be to add some face filter more to manual tool? I'd really like to have "only 1 face", "2 faces" and "over 2 faces". Filters existing doesn't help the way I like because "has faces" shows every frame with faces despite the amount of th...
by torzdf
Fri Mar 01, 2024 11:05 am
Forum: Convert Discussion
Topic: Conversion time increased suddenly
Replies: 2
Views: 1438

Re: Conversion time increased suddenly

Nothing has changed in conversion for a while... The most likely causes is that you are using an h265 video as the source (when you have previously used h264 sources in the past). h265 takes longer to decode.

Also, if you are training a more complex model, this will also take longer to convert.

by torzdf
Fri Mar 01, 2024 10:59 am
Forum: Training Discussion
Topic: Suggestion for a best model for me and a swap issue
Replies: 1
Views: 661

Re: Suggestion for a best model for me and a swap issue

6GB will be a challenge for high quality results. In terms of available models, then dfaker or dfl-sae are likely to be your best candidates. Once you are more comfortable with the process, then you can look to load one of these in Phaze-A (from a preset) and see if you can tweak it at all to get mo...
by torzdf
Mon Feb 26, 2024 10:07 am
Forum: Extract Discussion
Topic: Faceswap face extraction
Replies: 0
Views: 1904

Re: Faceswap face extraction

> So the face extraction just extracts the faces from the frames at a lower res, This is not strictly correct. It extracts, and aligns. faces at a uniform resolution to be able to train a model. This may be at a higher resolution, lower resolution or the same resolution as the original image. > is t...
by torzdf
Tue Feb 20, 2024 7:28 pm
Forum: Training Discussion
Topic: About Mask while training and after that
Replies: 1
Views: 1963

Re: About Mask while training and after that

loss) there is a check box for choosing mask https://imgur.com/a/PcgU2g5 . From my understanding the selected mask will focus masked face area while Training. Right ? And when we convert there are many mask that we can choose (mask that included in alignment). Yes, the mask you select in settings i...
by torzdf
Tue Feb 20, 2024 1:56 am
Forum: Extract Support
Topic: Error generating mask due to invalid tensor format fp32
Replies: 1
Views: 1977

Re: Error generating mask due to invalid tensor format fp32

This is a bug in Tensorflow-Metal (Apple's plugin layer) so is upstream from us. Ultimately "Invalid tensor format: "fp32" doesn't make a lot of sense. Nearly all tenors are fp32! If you are getting full output, then do not worry about it too much. If not, then there may be bigger iss...
by torzdf
Wed Feb 14, 2024 1:54 pm
Forum: Training Discussion
Topic: A Short Hello with some questions
Replies: 3
Views: 2023

Re: A Short Hello with some questions

If I understand you correctly, it comes down to this (fictional/theoretical): If I want to "smuggle" myself into an Indiana Jones like Harrison Ford, I shouldn't extract the entire film, but rather mainly passages with his face from all sorts of movies, so that Harrison's face becomes bes...