Search found 790 matches

by bryanlyon
Tue Apr 19, 2022 1:25 am
Forum: Convert Discussion
Topic: Black spots on swapped face
Replies: 3
Views: 6832

Re: Black spots on swapped face

That effect sounds like you have Seamless Clone enabled. Like the convert guide says: Seamless Clone - This method is good for single images, but terrible for videos, No matter how good the result may look, if you are creating a video, do not use this method. If it's not that, please post your logs ...
by bryanlyon
Mon Apr 18, 2022 9:25 pm
Forum: Extract Support
Topic: Batch Editing Extracted Faces
Replies: 2
Views: 999

Re: Batch Editing Extracted Faces

You should edit the video or images before extract, NOT the extracted faces.

by bryanlyon
Fri Mar 18, 2022 5:37 am
Forum: Training Support
Topic: Trainer Fails and Return Code: 3221225478
Replies: 15
Views: 2704

Re: Trainer Fails and Return Code: 3221225478

That error code comes from windows. Best way to figure it out is to convert it to hexadecimal and search for that. 3221225478 converts to 0xC0000006 which is an error which usually occurs when you try to execute files from a network volume where the permissions aren't setup correctly or some other p...
by bryanlyon
Sat Mar 12, 2022 2:58 am
Forum: Convert Support
Topic: trying to convert images to images without video
Replies: 3
Views: 1547

Re: trying to convert images to images without video

If you're doing images, then you can't use the frame-range tool. Instead just create a folder with just the images you want to convert as the input.

by bryanlyon
Tue Feb 22, 2022 6:19 pm
Forum: Training Support
Topic: Export trained model to .dfm
Replies: 1
Views: 2977

Re: Export trained model to .dfm

No, DeepFaceLabs is a different project and is not compatible with FaceSwap or it's models.

by bryanlyon
Fri Feb 18, 2022 6:34 pm
Forum: Training Support
Topic: Do I need to adjust batch size when distributed training
Replies: 1
Views: 895

Re: Do I need to adjust batch size when distributed training

Faceswap does not multiply your batch size. That's up to you. If you set the Batch Size to 16 and have 4 GPUs, it'll split that so that each GPU has a batch size of 4.

by bryanlyon
Tue Feb 15, 2022 4:38 pm
Forum: Artificial Intelligence
Topic: Xbox Halo "become master chief" considered using deepfake?
Replies: 3
Views: 7691

Re: Xbox Halo "become master chief" considered using deepfake?

No, this is just AR and some clever transforms.

by bryanlyon
Thu Jan 27, 2022 11:22 pm
Forum: Hardware
Topic: Hardware best practices
Replies: 83
Views: 183191

Re: New RTX 3050

frankr69 wrote: Thu Jan 27, 2022 11:41 am

Hi, is it productive to buy a new RTX 3050 8gb?

Should be fine (if you can get ahold of one).

by bryanlyon
Thu Jan 27, 2022 11:20 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 78
Views: 930425

Re: Alignment landmarks - head turns from camera

Hello What do I do with alignment landmarks when head/facial features are not in camera view? Example ... head turns right, right eye and eyebrow are no longer visible to the camera, but I still have the right eye and eyebrow landmark points. Specific landmark points really don't matter. We only us...
by bryanlyon
Tue Jan 18, 2022 3:07 pm
Forum: Installation Support
Topic: A problems in modifying GUI
Replies: 2
Views: 1034

Re: A problems in modifying GUI

We use PO/POT files for translations. These are standard for translation and make the process pretty easy. See https://github.com/deepfakes/faceswap/tree/master/locales where we have examples already for Spanish and Russian. Just create the translation files manually or using existing PO file editor...
by bryanlyon
Tue Jan 18, 2022 3:01 pm
Forum: Extract Support
Topic: Reusing previous extractions?
Replies: 1
Views: 1110

Re: Reusing previous extractions?

You can reuse extractions. Just specify the folder containing the already-extracted faces on the next training.

by bryanlyon
Sat Jan 15, 2022 3:03 am
Forum: Installation Support
Topic: 'str' object has no attribute 'decode'
Replies: 7
Views: 2213

Re: 'str' object has no attribute 'decode'

lhchsqwct wrote: Fri Jan 14, 2022 1:32 am

It's solved, I removed all the .decode("utf-8") field and it works now, I think it's trying to decode the already decoded part.

Don't do this, it prevents updates.

This however should now be fixed. Torzdf had pushed a fix. Just reinstall to pull it and it should be fixed.

by bryanlyon
Fri Jan 14, 2022 3:37 am
Forum: Installation Support
Topic: 'str' object has no attribute 'decode'
Replies: 7
Views: 2213

Re: 'str' object has no attribute 'decode'

The problem is some lib has changed or you have installed the wrong one. We need to see what's causing the problem, so please give that sysinfo.

by bryanlyon
Fri Jan 14, 2022 1:19 am
Forum: Installation Support
Topic: 'str' object has no attribute 'decode'
Replies: 7
Views: 2213

Re: 'str' object has no attribute 'decode'

This seems to have just started hapenning. Please try the following to get us the information we need to troubleshoot this issue.

From inside your virtual environment, inside your faceswap folder, run:

Code: Select all

python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"
by bryanlyon
Thu Jan 13, 2022 4:32 pm
Forum: Extract Support
Topic: Cleaning up files after extraction
Replies: 1
Views: 1112

Re: Cleaning up files after extraction

My recommendation for large videos is EEN=10 or so. I only ever extract every image when I'm preping convert.

by bryanlyon
Thu Jan 13, 2022 4:31 pm
Forum: Training Support
Topic: Very slow training performance - same hardware
Replies: 4
Views: 2253

Re: Very slow training performance - same hardware

It sounds like it's not using the GPU.

app.php/faqpage#f1r1

by bryanlyon
Thu Jan 06, 2022 4:21 pm
Forum: Training Discussion
Topic: Best settings for photos to photos
Replies: 4
Views: 2465

Re: Best settings for photos to photos

Yes Faceswap can handle images instead of videos.

Quality issues are almost always with data. Unfortunately it's impossible to guess what might be wrong without examining your data or results. If you can, please post a training preview so we can evaluate your data and results.

by bryanlyon
Wed Jan 05, 2022 3:40 pm
Forum: Installation Support
Topic: Strange Installing Errorcode during installation faceswap on Win 10?
Replies: 10
Views: 4611

Re: Strange Installing Errorcode during installation faceswap on Win 10?

It looks like it was successful. See if everything runs correctly.

by bryanlyon
Tue Jan 04, 2022 8:10 pm
Forum: Installation Support
Topic: Strange Installing Errorcode during installation faceswap on Win 10?
Replies: 10
Views: 4611

Re: Strange Installing Errorcode during installation faceswap on Win 10?

That is entirely a network issue. If your network is stable and you can access the anaconda.com you should be able to download without problem.

If you keep getting problems there, that's an anaconda issue and it's not anything we can fix here.