Search found 2638 matches

by torzdf
Mon Oct 05, 2020 11:05 pm
Forum: Training Support
Topic: Faces in Training Folder
Replies: 1
Views: 1738

Re: Faces in Training Folder

Well, it means you have faces in your training folders that are not in your alignments file. You have 3 possible solutions. Ignore it. It's just a warning. Those faces just won't be trained on Remove the missing faces from the training folder. You can do this with the alignment tool's leftover-faces...
by torzdf
Mon Oct 05, 2020 10:50 pm
Forum: Installation Support
Topic: gpu not dected using linux mint
Replies: 1
Views: 1498

Re: gpu not dected using linux mint

Post your system info:

GUI Users: Go to Help -> Output system information

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

Code: Select all

python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"
by torzdf
Mon Oct 05, 2020 10:46 pm
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

No. It means you all have a common DLL issue which means Tensorflow won't run (it's used for both AMD and Nvidia). Your best bet is to start searching here: https://www.google.com/search?client=firefox-b-d&q=tensorflow+dll+load+failed+while+importing+_pywrap_tensorflow_internal And post back if ...
by torzdf
Sun Oct 04, 2020 10:18 am
Forum: Training Support
Topic: Alignments file does not exist
Replies: 15
Views: 8233

Re: Alignments file does not exist

Answered literally 1 post above yours.

by torzdf
Sun Oct 04, 2020 10:16 am
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

Ultimately, this is a Tensorflow issue, and I have exhausted my problem solving ideas, so as above, you'll need to look there (https://github.com/tensorflow/tensorflow/issues/39007), but if you find a solution, please do post back.

by torzdf
Sun Oct 04, 2020 1:44 am
Forum: Installation Support
Topic: Manual installation of tensorflow after using Windows installer?
Replies: 3
Views: 3633

Re: Manual installation of tensorflow after using Windows installer?

Your GPU is too old for the latest Faceswap, but you can still use the 1.0 release.

Follow the uninstall instructions here:
app.php/faqpage#f1r2

and install version 1.0:
https://github.com/deepfakes/faceswap/r ... tag/v1.0.0

by torzdf
Sun Oct 04, 2020 12:58 am
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

guycothal wrote: Sat Oct 03, 2020 12:54 am

I am having the same issue...here is my log:

Please see link above.

by torzdf
Sun Oct 04, 2020 12:57 am
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

Same problem here as OP. Latest Microsoft Visual C++ Redist 2015-2019 is installed. Hope this helps. Thanks I can't see any issue on the face of this. Unfortunately this is a Tensorflow issue, so you'll need to look there (https://github.com/tensorflow/tensorflow/issues/39007), but if you find a so...
by torzdf
Sun Oct 04, 2020 12:49 am
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ error

thenrique wrote: Fri Oct 02, 2020 1:49 pm

Code: Select all

'C:\Users\Thiago' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.

Remove Faceswap and re-install it somewhere that isn't program files. I'm not even sure what your error is, but it doesn't like spaces in the path names.

by torzdf
Sun Oct 04, 2020 12:48 am
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

willcai1984 wrote: Fri Oct 02, 2020 1:34 pm

I have the same problem and my log is
https://www.yuque.com/docs/share/c0812d ... e66bf5bd44

Code: Select all

gpu_devices:
gpu_devices_active:
gpu_driver:          No Nvidia driver found

Remove and re-install your Nvidia drivers

by torzdf
Sun Oct 04, 2020 12:46 am
Forum: Installation Support
Topic: Manual installation of tensorflow after using Windows installer?
Replies: 3
Views: 3633

Re: Manual installation of tensorflow after using Windows installer?

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
cd faceswap
python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"

Post output

by torzdf
Sun Oct 04, 2020 12:38 am
Forum: Convert Support
Topic: Conversion error involving multiple faces per frame
Replies: 18
Views: 9013

Re: Conversion error involving multiple faces per frame

I doubt this is a Cuda thing....

Can you hit "Generate" on the command you convert with (and only swaps 1 face) and post the output.

by torzdf
Thu Oct 01, 2020 8:21 am
Forum: Convert Support
Topic: Conversion error involving multiple faces per frame
Replies: 18
Views: 9013

Re: Conversion error involving multiple faces per frame

Way more information than I need (which makes a pleasant change ;) )

I'll check what's happening when I have a second.

by torzdf
Thu Oct 01, 2020 8:12 am
Forum: Training Support
Topic: Distributed with Dual 2060 supers
Replies: 46
Views: 16207

Re: Distributed with Dual 2060 supers

Which model?

I don't have multi-gpus to test this, but have had no feed back that enabling distributed training slows the startup down.

[mention]deephomage[/mention] or [mention]abigflea[/mention] may be able to give some feedback though.

by torzdf
Wed Sep 30, 2020 7:32 pm
Forum: Extract Discussion
Topic: Which mask to extract with
Replies: 1
Views: 2081

Re: Which mask to extract with

You can edit all masks in the manual tool.

To be honest, all of the masks have their advantages and drawbacks, and work differently on different sets.

My usual go-to are extended (because it's easy) or vgg-clear, but ymmv,

by torzdf
Wed Sep 30, 2020 7:31 pm
Forum: Convert Support
Topic: Conversion error involving multiple faces per frame
Replies: 18
Views: 9013

Re: Conversion error involving multiple faces per frame

What happens if you open up the video in the manual tool? Does it show both faces in each frame there?

by torzdf
Wed Sep 30, 2020 7:30 pm
Forum: Installation Support
Topic: Microsoft Visual C++ Redist error
Replies: 24
Views: 11032

Re: Microsoft Visual C++ Redist error

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
cd faceswap
python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"

Post output

by torzdf
Wed Sep 30, 2020 12:07 am
Forum: Training Discussion
Topic: Doing a short final run with warp disabled
Replies: 2
Views: 2005

Re: Doing a short final run with warp disabled

My experience is... do what works. Watch the previews, do test converts. You can always set the snapshot interval to lower when you do fit training, and roll back to an earlier snapshot if needs be.

by torzdf
Tue Sep 29, 2020 11:56 pm
Forum: Extract Discussion
Topic: Re-extraction after manual tool causes missing unet-dfl masks
Replies: 5
Views: 6171

Re: Manual Tool issues

The reason for this is simple, but slightly annoying. When you edit landmarks, the mask for the face changes as well. This is fine for components + extended, as they are landmarks based, so they get auto-regenerated. The other masks are NN based, It's not possible to regenerate these masks on the fl...
by torzdf
Sun Sep 27, 2020 11:36 am
Forum: Training Support
Topic: Merging alignent
Replies: 3
Views: 2742

Re: Merging alignent

You only need to merge alignments for training. You shouldn't be merging alignments for convert.