havetc

Results 11 comments of havetc

yeah, you could try without adabelief but this settings seems already pretty minimal. The last release seems to be broken, you could try to increase your pagefile size as it...

I solved my issue by reducing the number of worker for the data loading. On my version, I edited DeepFaceLab_NVIDIA_up_to_RTX2080Ti\_internal\DeepFaceLab\models\Model_SAEHD\Model.py by just changing the line 669 to ` cpu_count =...

It seems to be `cpu_count = min(multiprocessing.cpu_count(), 8)` in the repository now, maybe the packaged version aren't up to date. Maybe it could be time to close the issue!

Hello! I think I have found a solution, I just opened #28 with it. The idea is to keep a lag value, and if this lag start to become bigger...

New pull request, this time increasing greatly the performance especially for high resolutions #34

Hello, just a reminder that it's now been more than two months since my first pull request, I'm still waiting for merges or for some feedback.

@BennyBot could you try my master branch https://github.com/havetc/tkVideoPlayer ? It is up to date with this repo and contains edits I did in pull request #28 , which was rejected...

@BennyBot Could you give me a link to one of those video? I'd be curious to find out what causes the remaining difference.

I have the same bug. Since it happened after I renamed some resources, I tried `PULUMI_K8S_DELETE_UNREACHABLE=true pulumi up --stack dev` to update my stack and remove the old resources. However,...