Search found 2638 matches

by torzdf
Mon Jan 20, 2020 12:08 am
Forum: Installation Support
Topic: GUI won't start on Win 10
Replies: 7
Views: 8045

Re: GUI won't start on Win 10

Ok. It seems there was a requirement update on PlaidML which broke our dependencies.

I've pushed a fix, so hopefully this will fix it for you. Please clean everything out and try installing again.

by torzdf
Sun Jan 19, 2020 12:57 pm
Forum: Installation Support
Topic: GUI won't start on Win 10
Replies: 7
Views: 8045

Re: GUI won't start on Win 10

Ok. Basically PlaidML is failing to load an internal file....

The next thing I would try is the following....

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
plaidml-setup

Follow the prompts to select a GPU, then try Faceswap again.

by torzdf
Sun Jan 19, 2020 12:46 pm
Forum: Installation Support
Topic: GUI won't start on Win 10
Replies: 7
Views: 8045

Re: GUI won't start on Win 10

The most likely cause is a conflict somewhere.

I'm hoping our AMD guy shows up soon with some troubleshooting, but could you try to follow these steps and see if it resolves the issue?

app.php/faqpage#f1r1

by torzdf
Sat Jan 18, 2020 5:36 pm
Forum: Training Support
Topic: WARNING: The name tf.train.summary_iterator is deprecated. What does this mean?
Replies: 1
Views: 1498

Re: what WARNING !

Ignore it. They are internal Keras warnings.

by torzdf
Sat Jan 18, 2020 12:30 pm
Forum: General Discussion
Topic: Would it be possible to specify which GPU the faceswap is processed on?
Replies: 2
Views: 3917

Re: Would it be possible to specify which GPU the faceswap is processed on?

Whilst this isn't currently directly an option in Faceswap, you can do this by setting an environment variable.

See here:
https://stackoverflow.com/questions/497 ... indows-cmd

by torzdf
Sat Jan 18, 2020 12:27 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 75
Views: 888914

Re: Cleaning up

So to rough-cut your extraction - use command prompt in your extraction directory and use the "del *_1.jpg" - BUT DON'T FORGET to follow the guide for sorting when photos are deleted. Hope that helps you out a bit. I don't recommend this. The order that detectors find faces is entirely ar...
by torzdf
Sat Jan 18, 2020 12:24 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 75
Views: 888914

Re: [Guide] Extraction - A Workflow

You can use several masks for one faceset? Hm, have you noticed better results with that? And would you have to restart training? Also, if you find the time, could you write out a brief workflow on how to use several masks. Thanks! I mean you can "store" several masks per faceset, not tha...
by torzdf
Fri Jan 17, 2020 8:12 pm
Forum: Extract Discussion
Topic: [Guide] Extraction - A Workflow
Replies: 75
Views: 888914

Re: [Guide] Extraction - A Workflow

Should be fine. You can also add additional masks with the mask tool

by torzdf
Thu Jan 16, 2020 12:09 pm
Forum: Extract Support
Topic: UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 230: illegal multibyte sequence
Replies: 4
Views: 6862

Re: UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 230: illegal multibyte sequence

Can you post the raw output from this command:

Code: Select all

C:\ProgramData\Anaconda3\envs\faceswap\Library\bin\ffmpeg.exe -i C:\Healthy\faceswap\input\input_vid1.mp4 -map 0:v:0 -c copy -f null -
by torzdf
Wed Jan 15, 2020 11:51 am
Forum: Convert Support
Topic: Conversion error - Out of system RAM
Replies: 6
Views: 4691

Re: Convertaion error

Ahh, that may be reserved RAM, rather than explicitly in use. Are you looking at the free column or the available column?

The total ram less available will give you a better indication of the amount of RAM actually being used.

by torzdf
Wed Jan 15, 2020 11:24 am
Forum: Swap Showcase
Topic: my first DeepFake
Replies: 1
Views: 13848

Re: my first DeepFake

For a first fake, that's very good. My first was far worse! You made a decent choice for source video for a first swap (mostly facing forwards)

by torzdf
Wed Jan 15, 2020 11:23 am
Forum: Convert Support
Topic: Conversion error - Out of system RAM
Replies: 6
Views: 4691

Re: Convertaion error

14GB of system memory? That doesn't sound right to me.

by torzdf
Wed Jan 15, 2020 11:21 am
Forum: Training Support
Topic: RuntimeError
Replies: 3
Views: 2213

Re: RuntimeError

I have honestly never seen this message before, and Google isn't turning much up. I would suspect that it's an out of RAM/VRAM issue, but I may be way off.

by torzdf
Wed Jan 15, 2020 11:18 am
Forum: Training Discussion
Topic: Improving quality
Replies: 3
Views: 3025

Re: Improving quality

There are tips for knowing when the model is ready here: viewtopic.php?f=6&t=146#monitor

by torzdf
Wed Jan 15, 2020 11:16 am
Forum: Training Discussion
Topic: Improving quality
Replies: 3
Views: 3025

Re: Improving quality

Villain will run on an 8GB card, but it will be tough (maybe impossible?) on Windows because of the OS overhead.

If you can, then I run Linux (Xubuntu would be my recommendation), maybe via dual boot, to get access to more of your card's VRAM.

by torzdf
Wed Jan 15, 2020 11:13 am
Forum: Extract Discussion
Topic: Using multiple videos (upd)
Replies: 7
Views: 8678

Re: Using multiple videos (upd)

You wouldn't really want to use a combined alignments file for that.

You would generate an alignments file specific to the video you're wanting to convert.

by torzdf
Wed Jan 15, 2020 10:57 am
Forum: Installation Support
Topic: sort crashed after fresh install (part 1)
Replies: 1
Views: 3166

Re: sort crashed after fresh install (part 1)

Unfortunately the information we require has been truncated from the Crash Report.

If possible, post it on pastebin (or something similar) or add it as an attachment to the message

by torzdf
Sun Jan 12, 2020 6:28 pm
Forum: Convert Discussion
Topic: Unet-Dfl Mask Type in Convert
Replies: 3
Views: 5052

Re: Unet-Dfl Mask Type in Convert

Just as an update to this.

All masks are now available in convert, and I don't recommend learning a mask. Just make select the required mask at convert stage.

by torzdf
Sun Jan 12, 2020 11:41 am
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 174493

Re: TypeError: 'int' object is not iterable

You have passed in your model's state file rather than the frame's alignments file.

by torzdf
Sun Jan 12, 2020 11:39 am
Forum: Training Support
Topic: RuntimeError
Replies: 3
Views: 2213

Re: RuntimeError

We would need to crash report.