Search found 2693 matches

by torzdf
Sat Jul 27, 2019 3:47 pm
Forum: Extract Support
Topic: Running any of the scripts just quit without an error
Replies: 9
Views: 6123

Re: the script just quits without any error!

We would need more information than this.

What OS are you on? How did you install Faceswap?

by torzdf
Fri Jul 26, 2019 5:06 pm
Forum: Convert Discussion
Topic: Convert is not swapping faces
Replies: 29
Views: 35458

Re: what is purpose of convert.? How to swap face after training?

Swap model is an option at the bottom of the convert tab:

convert.jpg
convert.jpg (181.07 KiB) Viewed 19989 times
by torzdf
Thu Jul 25, 2019 7:23 pm
Forum: Extract Support
Topic: Failed Extract on Start.
Replies: 19
Views: 14444

Re: Error in extract - ModuleNotFoundError: No module named 'pynvml'

This is actually a slightly different issue. I would guess that github wasn't available when trying to pull pynvml. The solution is still the same though: Do one of the following: From the GUI: run "Tools menu" > "Check for Updates" or: From the cli: Enter your faceswap environme...
by torzdf
Wed Jul 24, 2019 7:29 pm
Forum: Extract Support
Topic: Faceswap does not detect my GPU
Replies: 25
Views: 29620

Re: Is it necessary detecting GPU&driver for use?

Locking issue as Faceswap now uses a version of nvidia-ml-py3 that checks for NVML in the system32 folder.

[mod]Update to the latest version of faceswap and try again if you encounter this error.[/mod]

by torzdf
Wed Jul 24, 2019 3:41 pm
Forum: Convert Discussion
Topic: Convert is not swapping faces
Replies: 29
Views: 35458

Re: what is purpose of convert.? How to swap face after training?

I will answer in more detail later, but as to this issue:

but it just pus robert face on src again

You most likely trained your model the wrong way around.

See: https://faceswap.dev/forum/app.php/faqpage#f4r0

by torzdf
Tue Jul 23, 2019 4:40 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 78
Views: 973828

Re: [Guide] Extraction - A Workflow

reserved

by torzdf
Mon Jul 22, 2019 2:56 pm
Forum: General Discussion
Topic: Tensor Core
Topic: Tensor Core
Replies: 1
Views: 3056

Re: Tensor Core

Faceswap does not use Tensor Cores. You can run it on RTX cards.

by torzdf
Mon Jul 22, 2019 2:52 pm
Forum: Training Discussion
Topic: Memory Issues With Realface Trainer
Replies: 4
Views: 5615

Re: Memory Issues With Realface Trainer

You'll most likely need to lower the batch size for Real Face. It's quite a heavy model. See https://faceswap.dev/forum/app.php/faqpage#f3r5 for more info.

by torzdf
Mon Jul 22, 2019 12:53 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 78
Views: 973828

Re: [Guide] Extraction - A Workflow

reserved

by torzdf
Mon Jul 22, 2019 10:36 am
Forum: Training Discussion
Topic: Generating Model After Training
Replies: 1
Views: 3834

Re: Generating Model After Training

Yep, you are pointing at the wrong folder :P The model folder is the folder that you defined in the training step, and will now contain a series of .h5 files and a <model_name>_state.json file. The input should be the video/series of frames that you want to swap the faces to. The alignments file sho...
by torzdf
Sun Jul 21, 2019 5:42 pm
Forum: Training Discussion
Topic: Blurry/Smudged Training - Newbie trying to learn
Replies: 1
Views: 4682

Re: Blurry/Smudged Training - Newbie trying to learn

In the first instance you should read the FAQs which answer a lot of these questions. Tensor Cores are not being used. I do not currently have an RTX card (and have not received enough in donations to buy one), so I cannot look at implementing that at the moment, If you are still unclear on anything...
by torzdf
Sun Jul 21, 2019 9:06 am
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 78
Views: 973828

Re: [Guide] Extraction - A Workflow

Importing and exporting faceswap alignment data Alignment data (specifically the data generated by Faceswap's detector and aligner plugins) can be imported and exported to and from external tools by means of a json file. The generated json format on export is as follows: { "frame_000001.png&qu...
by torzdf
Sat Jul 20, 2019 7:46 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 78
Views: 973828

[Guide] Extraction - A Workflow

NB: This guide was correct at time of writing, but things do change. I will try to keep it updated. Last edited: 15 Apr 2024 --- Contents Contents Introduction Why Extract? The Alignments File Extracting Extract Configuration Settings Extract Setup Sorting Clean the Alignments File Manually Fix Alig...
by torzdf
Sat Jul 20, 2019 3:03 pm
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 180571

Re: Convert Can't find video/Only swaps faces

You are pointing convert at the wrong thing.

The input should be the video you want to convert NOT your faces folder

by torzdf
Fri Jul 19, 2019 11:07 pm
Forum: Extract Support
Topic: Faceswap does not detect my GPU
Replies: 25
Views: 29620

Re: "NVML Shared Library Not Found" with new drivers.

This has been patched in the latest version of the Faceswap code. It basically occurs because a library we rely on looks for Nvidia drivers where Nvidia puts them and not where Windows puts them. If people are still hitting this issue, then do one of the following: From the GUI: run "Tools menu...
by torzdf
Fri Jul 19, 2019 8:27 pm
Forum: Extract Support
Topic: Faceswap does not detect my GPU
Replies: 25
Views: 29620

Re: "NVML Shared Library Not Found" with new drivers.

You don't need to install the manual way.

Installing with the installer will be fine to follow these instructions

by torzdf
Fri Jul 19, 2019 6:55 pm
Forum: Training Discussion
Topic: Timelapse
Topic: Timelapse
Replies: 2
Views: 4240

Re: Timelapse

That's pretty much exactly right.... You can either point the TimelapseA/B at your input folders, in which case it will take the first (14?) images from that folder and create a timelapse, or you can put selected photos from your trainset into another folder purely for the timelapse. At every save i...
by torzdf
Fri Jul 19, 2019 5:39 pm
Forum: Installation Support
Topic: [Guide] Windows Install Guide: Installer Method
Replies: 0
Views: 641569

[Guide] Windows Install Guide: Installer Method

Installing Faceswap on Windows is a breeze. The windows installer installs everything you need except for your Graphics drivers. If you are using a Graphics card (which is highly recommended. Faceswapping on CPU is incredibly slow), then make sure your drivers are up to date. Download the Faceswap I...
by torzdf
Fri Jul 19, 2019 3:47 pm
Forum: Training Discussion
Topic: Searching for Optimum Training Settings
Replies: 9
Views: 10394

Re: Optimum Training Settings

Not easily, no, given the sheer amount of data that needs to be transferred. The slow going is one of the more frustrating parts of it, and is what makes model development take so long. If you have to wait 12-48 hours to find out if the model you are developing has improved at all it somewhat burns ...
by torzdf
Fri Jul 19, 2019 3:36 pm
Forum: Training Discussion
Topic: Searching for Optimum Training Settings
Replies: 9
Views: 10394

Re: Optimum Training Settings

I would. Higher batch sizes are averaging over a larger dataset, so may normalize out little details. There is still some debate over what is best, but generally, if I am training a model where I can have a high batch size, I will normally start on a high batch size, then reduce it once the face sta...