Search found 2652 matches

by torzdf
Sat Jun 26, 2021 9:00 am
Forum: Cloud Discussion
Topic: Model training crashing on AWS - Memory Error
Replies: 1
Views: 14182

Re: Model training crashing on AWS

This is a memory error and is down to the host machine. There is clearly plenty of memory available, so I do not know why this error would occur. However, it may be related to how AWS sets up their machines. I do not have much experience with AWS, so can't really help here. I have moved your post to...
by torzdf
Sat Jun 26, 2021 8:53 am
Forum: Extract Support
Topic: the Manual end with an error and exit
Replies: 2
Views: 9785

Re: the Manual end with an error and exit

Please post the command you are using to run the Manual Tool... You can do this by pressing the Generate button rather than the Manual button and posting the output here.

Basically, it looks like you are doing something wrong, as the mismatch in frame count vs alignment count is way too high.

by torzdf
Sat Jun 26, 2021 8:48 am
Forum: Installation Support
Topic: Can I install and use Faceswap on Nvidia Jetson?
Replies: 4
Views: 10979

Re: Can I install and use Faceswap on Nvidia Jetson?

Probably not, no. I believe the Jetson is more for inference than for training models

by torzdf
Thu Jun 17, 2021 8:49 am
Forum: Training Support
Topic: Crash while trying to train - OSError: Unable to open file (truncated file)
Replies: 1
Views: 9429

Re: Crash while trying to train - OSError: Unable to open file (truncated file)

This is a corrupted model file. It can happen if you are out of disk space, or if the process terminates unexpectedly when saving.

If restore tool doesn't work, then just roll back to an earlier snapshot.

by torzdf
Wed Jun 16, 2021 8:54 am
Forum: General Discussion
Topic: Uninstall or copy Faceswap
Replies: 1
Views: 15971

Re: Uninstall or copy Faceswap

I have 2 stupid questions: I want to uninstall faceswap but can't see any uninstaller file. Is there any way to properly uninstall faceswap and completely remove any of its traces other than delete the installation folder? https://forum.faceswap.dev/app.php/faqpage#f1r2 I want to share my faceswap ...
by torzdf
Wed Jun 16, 2021 8:50 am
Forum: Convert Support
Topic: Curious Question Regarding Alignments in Convert
Replies: 2
Views: 10352

Re: Curious Question Regarding Alignments in Convert

You could probably write a script that updates the alignments to a different frame size (or inject some code which does the calculation). There is no automatic way to do this though. I would need to look into the running out of memory issue. That shouldn't happen (although admittedly i have not test...
by torzdf
Mon Jun 14, 2021 8:25 am
Forum: Training Support
Topic: Unable to start training - NaN error
Replies: 4
Views: 7673

Re: Unable to start training - NaN error

Without knowing the specifics of your system setup, it's hard to know... But, generally, no. A model should start training within a minute or 2 (depending on the model).

NaNs on original model also suggest potential hardware/driver issues.

by torzdf
Fri Jun 11, 2021 10:07 am
Forum: Extract Support
Topic: CUDA driver version is insufficient for CUDA runtime version
Replies: 7
Views: 15514

Re: Extraction Crash Report

Code: Select all

gpu_driver:          382.05

You need to update your Graphics Driver

by torzdf
Thu Jun 10, 2021 9:26 am
Forum: Training Discussion
Topic: mask accuracy in relation to higher face coverage e.g. 87% legacy
Replies: 3
Views: 7244

Re: mask accuracy in relation to higher face coverage e.g. 87% legacy

I mean the masks stored in the alignments file that relate to the video you will be converting on to.

by torzdf
Thu Jun 10, 2021 9:25 am
Forum: Training Discussion
Topic: "Head" option in modelsettings
Replies: 3
Views: 7363

Re: "Head" option in modelsettings

I have not tested it. Some people currently are (I'm looking at you [mention]abigflea[/mention] and [mention]deephomage[/mention]). Hair is "complicated". You obviously need to use the BiSeNet mask (with hair included) to do full head training. Any other mask would make the whole endeavor ...
by torzdf
Thu Jun 10, 2021 9:21 am
Forum: Extract Support
Topic: Extraction Crash Report - Help Appreciated
Replies: 1
Views: 9333

Re: Extraction Crash Report - Help Appreciated

This was a bug which has now been fixed. Please update Faceswap (from the help menu) and try again.

by torzdf
Tue Jun 08, 2021 10:13 am
Forum: Training Support
Topic: Training Graphs are blank, only "Loading data..." appears
Replies: 2
Views: 6729

Re: Training Graphs are blank, only "Loading data..." appears

If you stop training, close Faceswap, then re-open and restart training, does this issue persist?

by torzdf
Tue Jun 08, 2021 10:11 am
Forum: Training Discussion
Topic: Alignements in the new FS version?
Replies: 6
Views: 8032

Re: Alignements in the new FS version?

You don't need an alignments file. You do still need alignments, but they are stored within the face's PNG metadata when you extract faces.

by torzdf
Tue Jun 08, 2021 10:10 am
Forum: Training Discussion
Topic: mask accuracy in relation to higher face coverage e.g. 87% legacy
Replies: 3
Views: 7244

Re: mask accuracy in relation to higher face coverage e.g. 87% legacy

Is it bad for masks to cover more than the edges of a face (backgrounds, hair, .etc) for models with higher coverage - for capturing a more accurate silhouette e.g. the bridge of the nose, cheekbone protrusion, etc.? Will it just add to the training time or will it draw things outside of the face d...
by torzdf
Sat Jun 05, 2021 9:04 am
Forum: Extract Support
Topic: Different alignment files?
Replies: 1
Views: 10085

Re: Different alignment files?

I have extracted the faces from several different videos and also some other pictures, they all have their own and individual alignment files, does it cause any trouble ? For different sources to have different alignments files? No. This is how it should work. Not sure what trouble you would expect...
by torzdf
Sat Jun 05, 2021 8:58 am
Forum: Convert Support
Topic: Swap Model to convert From A->B to B->A
Replies: 1
Views: 10221

Re: Swap Model to convert From A->B to B->A

Swap model definitely works.

Most likely the faces are missing from the file 00094.mp4. Double check them with the manual tool

by torzdf
Fri Jun 04, 2021 10:51 am
Forum: Extract Support
Topic: ModuleNotFoundError: No module named 'cv2'
Replies: 5
Views: 14229

Re: ModuleNotFoundError: No module named 'cv2'

see above.

by torzdf
Thu Jun 03, 2021 10:44 am
Forum: Extract Discussion
Topic: Manual Tool - Mask not updating with changes to bounding box
Replies: 5
Views: 14307

Re: Manual Tool - Mask not updating with changes to bounding box

Does this issue still occur for you? I have attempted to recreate but it all seems to work fine for me.