Search found 2638 matches

by torzdf
Wed Mar 27, 2024 2:05 pm
Forum: Installation Support
Topic: Feedback to an old issue.
Replies: 2
Views: 42

Re: Feedback to an old issue.

SilverFox wrote: Wed Mar 27, 2024 1:00 pm

Nvidia-Smi still says i have Cuda 11.4 installed but i guess Cuda is backward compatible as FS installation have detected Cuda 10.2.

Nvidia-SMI reports the Cuda version that your GPU driver supports. Not the version that is installed. It is, however, not at all obvious that this is the case

by torzdf
Tue Mar 26, 2024 2:22 pm
Forum: Extract Support
Topic: Config parameters from command line
Replies: 2
Views: 79

Re: Config parameters from command line

You can't pass config items direct from the command line, no. You can, however, pass config file paths direct from the command line. So you can just create a different config file for each of your changes, and pass the relevant path in: -C CONFIGFILE, --configfile CONFIGFILE Optionally overide the s...
by torzdf
Tue Mar 26, 2024 2:20 pm
Forum: Training Support
Topic: Training with Original trainer: after 35+ k iterations only the 1st A and 1st B images are showing
Replies: 3
Views: 110

Re: Training with Original trainer: after 35+ k iterations only the 1st A and 1st B images are showing

A screengrab would make this easier... But it should start resembling faces fairly quickly (within a save iteration or 2). If it isn't, then the model has collapsed and you'll most likely need to start again with a lower learning rate.

by torzdf
Sun Mar 24, 2024 7:54 pm
Forum: Training Support
Topic: Training with Original trainer: after 35+ k iterations only the 1st A and 1st B images are showing
Replies: 3
Views: 110

Re: Training with Original trainer: after 35+ k iterations only the 1st A and 1st B images are showing

Hi, I'm a newbie in this so I'm confused as to why even after 35+ k only the 1st images of both sides are showing? I must admit that the next 2 on both sides are slowly showing some pixelated color but the rest is completely blank (grey). This sounds like one half of the model has collapsed... The ...
by torzdf
Sun Mar 24, 2024 7:51 pm
Forum: Training Discussion
Topic: Teeth
Replies: 3
Views: 436

Re: Teeth

I can't say I have had this issue.

You could try just adjusting the weight of LPIPS down, rather than disabling it altogether.

by torzdf
Sun Mar 24, 2024 7:50 pm
Forum: Training Support
Topic: A newbie question: Is it possible to partially re-use an already trained model if you decide to swap the person A?
Replies: 1
Views: 53

Re: A newbie question: Is it possible to partially re-use an already trained model if you decide to swap the person A?

You can re-use the encoder for any model with the load/freeze weights option. You can re-use any part of an existing model with these same options with the Phaze-A model. It is possible to load weights into any part of a new model for any faceswap model, but this functionality is not built in, and w...
by torzdf
Fri Mar 22, 2024 12:15 pm
Forum: Training Support
Topic: Training error
Replies: 3
Views: 3789

Re: Training error

hyln wrote: Fri Mar 22, 2024 11:50 am

Once I start a training, I got below error from my crash report, how can I fix it :cry: :cry: :cry:

You input images on the B side has non faceswap extracted images in it. The training/timelapse images must all be faceswap extracted faces, and should be the same size.

by torzdf
Fri Mar 22, 2024 12:43 am
Forum: Installation Support
Topic: [Guide] macOS Install Guide: Installer Method
Replies: 33
Views: 66650

Re: [Guide] macOS Install Guide: Installer Method

Unfortunately there is not enough information in that error message to know what the issue is.

Most likely you are missing one of the pre-requisites

by torzdf
Fri Mar 22, 2024 12:40 am
Forum: Training Support
Topic: ERROR Caught exception in thread: '_training'
Replies: 1
Views: 327

Re: ERROR Caught exception in thread: '_training'

Not lost, but you will need to roll back. This error means that your model file is corrupted. Most likely training was interrupted during a save. You have 2 options, you can either restore from backup (you can use the model tool for this), or you can delete your model folder rename your latest snaps...
by torzdf
Thu Mar 21, 2024 11:57 am
Forum: Installation Support
Topic: I have been stuck in this position and cannot install successfully. How can I solve it?
Replies: 1
Views: 335

Re: I have been stuck in this position and cannot install successfully. How can I solve it?

There was a bug which prevented the installer from running.

I have just pushed a fix for this, so please try running the installer again (no need to re-download it).

by torzdf
Wed Mar 20, 2024 12:36 pm
Forum: Training Support
Topic: bugs on training
Replies: 3
Views: 377

Re: bugs on training

Ok, almost everything here could be improved and is covered in the training guide... in short though... "girl face b movie" folder: input b). I used the original trainer with bach size as 16 and 100000 interations, no folders for the timelapse, and no augments chosen. Original model is 64p...
by torzdf
Tue Mar 19, 2024 4:07 pm
Forum: Training Support
Topic: Help! Unknown: CUDNN_STATUS_EXECUTION_FAILED Error out of the blue after PC crashed. Reinstall won't Fix
Replies: 1
Views: 284

Re: Help! Unknown: CUDNN_STATUS_EXECUTION_FAILED Error out of the blue after PC crashed. Reinstall won't Fix

Ok, this is odd that it worked before, but doesn't work now. I would normally suspect model corruption (when you crashed), but this is not a model corruption error. See if you can start a new model with these settings... If so, then most likely your model file is corrupted. If not, then this will pr...
by torzdf
Tue Mar 19, 2024 4:04 pm
Forum: Training Support
Topic: bugs on training
Replies: 3
Views: 377

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

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

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

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

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: 3
Views: 436

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: 1
Views: 331

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.