Search found 32 matches

by tokafondo
Fri Jan 19, 2024 12:59 pm
Forum: Training Discussion
Topic: Yah new sutff, a vision transformer CLipV
Replies: 25
Views: 25861

Re: Yah new sutff, a vision transformer CLipV

It's not that I know what I'm doing, so I started to play with settings so I could make this model run in 12GB with bs=8. These are my settings so corrections or comments are more than welcome. clip_v_global_preset.json.txt clip_v_global_loss_preset.json.txt clip_v_model_phaze_a_preset.json.txt edit...
by tokafondo
Wed Feb 03, 2021 2:18 pm
Forum: Extract Discussion
Topic: alternate / independent aligments file for side profiles.
Replies: 1
Views: 3422

alternate / independent aligments file for side profiles.

As seen in the extraction guide , the alignments file expects a face to be frontal. https://miro.medium.com/max/828/1*96UT-D8uSXjlnyvs9DZTog.png I'd like to know if the models expect the alignment file to always have that structure, or if an independent structure could be created just for side profi...
by tokafondo
Tue Feb 02, 2021 4:31 pm
Forum: Extract Support
Topic: Checking "Skip Existing {Faces}" will crash.
Replies: 3
Views: 9814

Checking "Skip Existing {Faces}" will crash.

I added frames to a folder and want to reextract, but keeping the already detected faces intact. If I check any of the "Skip Existing {Faces}" options, it will crash.

by tokafondo
Tue Feb 02, 2021 10:53 am
Forum: Hardware
Topic: RTX Tensor Cores in Faceswap
Replies: 4
Views: 14471

Re: RTX Tensor Cores in Faceswap

Tensorcore support is on our list of future enhancements. However, in order to add tensorcore support we need to replace a good chunk of code. Part of the problem is that the version of Keras we use does not support Tensorcores, but we can't change to the newer version without removing AMD support....
by tokafondo
Tue Feb 02, 2021 10:44 am
Forum: Extract Discussion
Topic: Extraction to exact input resolution.
Replies: 2
Views: 3640

Extraction to exact input resolution.

When (re)extracting faces before training, a resolution can be set. Does extraction to the exact resolution the model will be using when training, is different than extracting to a higher resolution? If the model is set to have input resolution 192x192, will I save time (because of skipping the resi...
by tokafondo
Mon Jan 25, 2021 2:52 pm
Forum: Training Discussion
Topic: "Disable Warp", not recommended but mandatory
Replies: 9
Views: 10562

"Disable Warp", not recommended but mandatory

I was tired of not getting sharp results from my training sessions. After hours past creating photosets, aligning marks, refining masks, and doing several tests with several models, resolutions, batch sizes and settings, I just was getting frustrated with this. "How do they do it?" I wonde...
by tokafondo
Thu Jan 14, 2021 5:36 pm
Forum: Hardware
Topic: Hardware best practices
Replies: 83
Views: 150314

Re: Hardware best practices

Ok, so RTX Titan, the recommended not to buy card, has 24GB of RAM and 576 tensor cores. What can be done with it? I mean... Is there actually a benefit of thas monster specs? Can some one train 1024x1024 there with batch sizes of 128? And I'm just putting high numbers there as an exaggeration. On t...
by tokafondo
Wed Jan 13, 2021 2:19 pm
Forum: Training Support
Topic: No masks in several columns. Is it normal?
Replies: 5
Views: 3315

Re: No masks in several columns. Is it normal?

I'm back on this issue. Cannot tell what the heck in this about. Reinstalled everything (faceswap, miniconda3) from scratch. Redone all extractions, alignments and masks from scratch. And the issue is still again. I'm thinking about a complete OS reinstall because this is not something usual at all....
by tokafondo
Tue Jan 05, 2021 5:02 pm
Forum: Training Support
Topic: No masks in several columns. Is it normal?
Replies: 5
Views: 3315

Re: No masks in several columns. Is it normal?

I restarted again with DFL-SAE with the same sources, masks and everything and now the masks are shown in the right columns. No more red squares. I was not convinced at all, so I restarted again with the same, original settings that produced that "no mask applied" red squares, but from sc...
by tokafondo
Tue Jan 05, 2021 4:37 pm
Forum: Training Support
Topic: No masks in several columns. Is it normal?
Replies: 5
Views: 3315

Re: No masks in several columns. Is it normal?

tokafondo wrote: Tue Jan 05, 2021 4:16 pm

UPDATE: Restarted with Unbalanced model and no masks.

This did not helped at all.

I restarted again with DFL-SAE with the same sources, masks and everything and now the masks are shown in the right columns. No more red squares.

Preview_20210105_163417.jpg
Preview_20210105_163417.jpg (138.31 KiB) Viewed 3311 times
by tokafondo
Tue Jan 05, 2021 4:16 pm
Forum: Training Support
Topic: No masks in several columns. Is it normal?
Replies: 5
Views: 3315

Re: No masks in several columns. Is it normal?

UPDATE: Restarted with Unbalanced model and no masks. This is shown in LOG screen: Exception in Tkinter callback Traceback (most recent call last): File "/home/yo/miniconda3/envs/faceswap/lib/python3.8/tkinter/__init__.py", line 1883, in __call__ return self.func(*args) File "/home/yo...
by tokafondo
Tue Jan 05, 2021 3:56 pm
Forum: Training Support
Topic: No masks in several columns. Is it normal?
Replies: 5
Views: 3315

No masks in several columns. Is it normal?

_Preview_20210105_154420.jpg
_Preview_20210105_154420.jpg (180.86 KiB) Viewed 3315 times

Model: Realface

Already refreshed and updated masks in both Original and Swap sources:faces and frames.
Masks exported successfully as independent files just to check.
Masks shown in Manual Tool.

Is is normal?

by tokafondo
Tue Jan 05, 2021 10:50 am
Forum: Extract Support
Topic: Manual tool error
Replies: 3
Views: 3688

Re: Manual tool error

Well, I found the reason for this error and I'll explain. I did a reextract from sources redoing detection and so, instead of already made prealignments. The difference was that in the previous full extraction, I tried to save some time by deleting unwanted extracted faces before the extraction proc...
by tokafondo
Tue Jan 05, 2021 1:46 am
Forum: Extract Support
Topic: Manual tool error
Replies: 3
Views: 3688

Re: Manual tool error

I'm also getting this in the manual tool, but only when checking "thumb regen". I'm pretty sure I'm supplying the frames folder instead of the faces folder.

crash log report attached.

by tokafondo
Tue Jan 05, 2021 12:21 am
Forum: Installation Support
Topic: CUDA support on opencv-python: any good /worth?
Replies: 1
Views: 1933

CUDA support on opencv-python: any good /worth?

I've seen that the precompiled opencv-python module on miniconda3 does not include CUDA support.

There are instructions on the web to enable CUDA support in that module.

Would faceswap get any benefit from using a CUDA enabled opencv-python module?

Thanks.

by tokafondo
Tue Jan 05, 2021 12:16 am
Forum: Training Support
Topic: Suddenly, "Return Code: -8"
Replies: 2
Views: 1670

Re: Suddenly, "Return Code: -8"

Thanks for your reply. I got sooooo pissed off with this that I just deleted evertying and started everything including extraction from scratch. I've lost weeks of work but anyway this is just a hobby and your very appreciated work an ongoing project so thanks again and I will try to learn from my m...
by tokafondo
Mon Jan 04, 2021 11:47 pm
Forum: Training Support
Topic: Suddenly, "Return Code: -8"
Replies: 2
Views: 1670

Suddenly, "Return Code: -8"

I just can believe it. Just updated faceswap as after a check I received the "updates available" response, and after that, I get this error everytime I try to train, as told earlier this July by another user.

And I've tried by uninstalling and starting from scratch to no avail. :( :( :(

by tokafondo
Mon Jan 04, 2021 3:44 pm
Forum: Training Discussion
Topic: Unbalanced, the way to go.
Replies: 0
Views: 15795

Unbalanced, the way to go.

I wanted to share that I'm getting used to the Unbalanced model. I've tried DFL-SAE, DFL-H128 and Villain. I let that last one I let to train for >600K iterations with decent quality sources, 128px resolution and cared alignments, and found that up to that point the details were not surfacing. Conve...
by tokafondo
Fri Jan 01, 2021 4:30 am
Forum: Training Discussion
Topic: Training separated yaw angles.
Replies: 1
Views: 1590

Training separated yaw angles.

There are tools to separate the faces in different yaw angles, placed in different folders. The more the bins setting, the more folders are created. I would sort by yaw angle both for A and B, every folder with its own alignments file. And then I would train the same yaw angle folder, the one for A ...
by tokafondo
Wed Dec 30, 2020 1:14 am
Forum: Installation Support
Topic: [Guide] Using Faceswap on Nvidia RTX 30xx cards
Replies: 124
Views: 201179

Re: [Guide] Using Faceswap on Nvidia RTX 30xx cards

Is there any advantage on going this route on a GTX1070 card? Something to be gained over the standard way? Thanks.