Search found 2280 matches

by torzdf
Mon Mar 27, 2023 1:00 pm
Forum: Installation Support
Topic: Installing on Mac Studio M1 Ultra...
Replies: 1
Views: 10

Re: Installing on Mac Studio M1 Ultra...

I can't guarantee this won't break everything, but you can try:

Code: Select all

conda activate faceswap
conda install "numpy>=1.24.0"

It will either work, or you will end up with a lot of errors telling you about conflicting issues. Hopefully the former.

by torzdf
Sun Mar 26, 2023 9:53 am
Forum: Training Support
Topic: Random TensorFlow error crashing my training
Replies: 1
Views: 23

Re: Random TensorFlow error crashing my training

Doing a bit of googling around, this issue appears to be driver related. As it has only happened once for you, I would not worry too much. If it happens more consistently, look to update your GPU drivers.

by torzdf
Sun Mar 26, 2023 9:51 am
Forum: Extract Support
Topic: Manual Tool isn't saving alignments file
Replies: 6
Views: 161

Re: Manual Tool isn't saving alignments file

That's good to hear. As you've probably gathered, I haven't had a chance to investigate the data you sent me, but seeing as it all appears to be working, I will shelve that for now.

by torzdf
Sat Mar 25, 2023 12:19 pm
Forum: Training Support
Topic: Mask in training differ from mask in manual tool
Replies: 6
Views: 85

Re: Mask in training differ from mask in manual tool

That is correct, as it fundamentally alters the target of the model's training, so mask type is locked to model.

by torzdf
Sat Mar 25, 2023 2:00 am
Forum: Training Support
Topic: Mask in training differ from mask in manual tool
Replies: 6
Views: 85

Re: Mask in training differ from mask in manual tool

You cannot change masks for existing models. You will need to start a new model to change the mask type.

The mask tool can be used to output previews of the masks stored in the alignments file/png header.

by torzdf
Sat Mar 25, 2023 1:58 am
Forum: Extract Support
Topic: The input folder contains extracted faces. Please update your input
Replies: 7
Views: 37

Re: The input folder contains extracted faces. Please update your input

All the files are already just the face with the right rotation and everything. All I want now is to be able to apply alginments edit them, apply mask and boom - perfect source face folder for training. I don't understand why I can't just extract off a folder of already extracted faces. They could ...
by torzdf
Fri Mar 24, 2023 1:08 pm
Forum: Training Discussion
Topic: better result
Replies: 1
Views: 67

Re: better result

Without seeing a screengrab of the training preview Window, it is hard to say why you may be having issues.

by torzdf
Fri Mar 24, 2023 1:07 pm
Forum: Training Discussion
Topic: Converted vid only swaps 1 FPS, so I need to re train
Replies: 1
Views: 35

Re: Converted vid only swaps 1 FPS, so I need to re train

No need to retrain. You just need to generate an alignments file for the target conversion video. See here for more detail: viewtopic.php?t=27#align

by torzdf
Fri Mar 24, 2023 1:05 pm
Forum: Hardware
Topic: Older Apple Mac and Bootcamp
Replies: 1
Views: 29

Re: Older Apple Mac and Bootcamp

"Possibly" is the best I can offer.

Intel/Nvidia Macs haven't been directly supported for a while now, although the libs remain in Faceswap meaning that they should still work. It's not been used/tested for a while though.

by torzdf
Fri Mar 24, 2023 1:00 pm
Forum: Training Discussion
Topic: [Newbie] Train with another source
Replies: 2
Views: 68

Re: [Newbie] Train with another source

Some training settings can be changed, but settings such as mask or loss functions are set when training begins and not updated even if you change it later. Just a clarification on this, loss functions can be changed. However, settings are generally locked to a model. Settings which can be adjusted...
by torzdf
Thu Mar 16, 2023 1:46 pm
Forum: Training Discussion
Topic: Swapping long videos
Replies: 3
Views: 178

Re: Swapping long videos

I would use a single model for this. You train to swap the faces of 2 identities. You don't train to swap for specific scenes. You would train your A side on faces taken from all scenes (and any other sources you can obtain). You would create and clean an alignments file for each episode you wish to...
by torzdf
Thu Mar 16, 2023 1:44 pm
Forum: Extract Support
Topic: Crashes everytime I run it
Replies: 1
Views: 101

Re: Crashes everytime I run it

Your GPU Driver is very old, so you should look to update.

Link posting is limited for moderation reasons. However, I have changed the setting to allow the post into the moderation queue, rather than denying links outright.

by torzdf
Thu Mar 16, 2023 1:41 pm
Forum: Convert Support
Topic: Dark spots on forehead after converting?
Replies: 2
Views: 118

Re: Dark spots on forehead after converting?

That is a hairline and/or data variety issue. If it's the former then you can read more here:
viewtopic.php?p=7684

If its the latter, then you need more varied data (example of highly varied data: app.php/faqpage#f3r0)

by torzdf
Thu Mar 16, 2023 1:37 pm
Forum: Training Support
Topic: Add new faces extraction
Replies: 1
Views: 195

Re: Add new faces extraction

You can add and remove training images at will. Just make sure to stop training before making any changes, and then resume after.

Also: app.php/faqpage#f3r4

by torzdf
Sat Mar 11, 2023 7:06 pm
Forum: Extract Support
Topic: Bug
Replies: 1
Views: 116

Re: Bug

It looks like the model file has corrupted on download.

Go into your faceswap folder and into the .fs_cache folder and delete the file .h5 model files in that folder. This will cause the process to re-download them.

by torzdf
Fri Mar 10, 2023 11:18 am
Forum: Extract Support
Topic: Manual Tool isn't saving alignments file
Replies: 6
Views: 161

Re: Manual Tool isn't saving alignments file

The specific error is unlikely to be something that you will be able to solve (it is likely coming from deep inside the code, rather than anything you will be likely to issue a quick fix for). If you can share your source + alignments file (zipped up of G-Drive or somewhere) I can see if I can recre...
by torzdf
Fri Mar 10, 2023 11:14 am
Forum: Training Support
Topic: After 177 hours of training, I woke up to....
Replies: 1
Views: 291

Re: After 177 hours of training, I woke up to....

Looks like model file corruption for some reason.

See here to restore from backup/snapshot and get back on your way:
viewtopic.php?p=8361#p8361

by torzdf
Thu Mar 09, 2023 12:27 pm
Forum: Installation Support
Topic: DFL-sae not working with RTX3070?
Replies: 1
Views: 204

Re: DFL-sae not working with RTX3070?

Honestly, no idea. they should work the same (as they have the same VRAM), but some kind of overhead appears to be applying to the 3070 card. You can check your VRAM usage prior to training to see if the 2nd system has more VRAM allocated by the OS.

by torzdf
Thu Mar 09, 2023 12:25 pm
Forum: Extract Support
Topic: Manual Tool isn't saving alignments file
Replies: 6
Views: 161

Re: Manual Tool isn't saving alignments file

The error message is related, yes. It's not one I've seen before though and suggests a bug (that I am unlikely to be able to fix if I can't recreate it, sadly). If you see that error display, then assume you will no longer be able to save alignments, so close and re-open the tool. Try doing 1 edit +...