Replies: 4 comments 4 replies
-
Are you rendering using CUDA or CPU? This is different from checking "force cpu for face analysis". The GPU is taxed far more when you're enhancing the face as well. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a similar situation too. My card is 3060 with 12GB, CPU i7-6700K with 48GB RAM, but when swapping with DMDNET Enhancing, for a 2.5 minutes, it took around 17000 seconds (yup, almost 5 hours), it seems like not normal, right? I tried to update and restart but no difference, using 2.8.2 version by the way. I checked, the CPU and GPU only using around 10% to 20%, adjusted many time, but still the same. Can any one please tell me how to set it up? Thank you. P.S. If I set None on "Select post-processing", so no enhancer, it will much faster but my CPU is 100%, and GPU only about 1 to 5 %. Then if I select DMDNET again, it will much slow down to like 3 seconds for 1 frame, and CPU and GPU are both about 10% to 20%. And in any situation, my GPU never reach 100%. |
Beta Was this translation helpful? Give feedback.
-
Enhancers are really slow and currently codeformer & dmdnet can't be run in parallel, so there is a bottleneck. |
Beta Was this translation helpful? Give feedback.
-
3060 here with 12GB too. with enhancers that's too many threads in my opinion. I'm running 4 threads with 4 frames buffer size with no enhancers. reducing to 2 threads / 2 frames buffer size with enhancer. check your VRAM usage with "gpu-z" (free and lightweight tool, windows task manager often doesn't get it right), if VRAM usage hits 100%, start again and reduce the threads. or even better: start with 1 thread and increase one by one. as soon as you hit 100% VRAM usage, performance will drop drastically. |
Beta Was this translation helpful? Give feedback.
-
Hi.
I'm trying to figure out if there is something wrong with my setup, or if it is normal that my GPU is over 2x slower than my CPU when processing a video face swap. GPU is a GTX1080, and CPU ryzen 1700. When forcing CPU, task manager shows CPU at 100%, as i imagine it should, and when running the GPU, task manager shows CUDA at 100% with some drops. based on this i imagine it was installed correctly, since it does use CUDA.
Also, in the last version (with the old UI), Processing was way faster, is there some setting that was changed that might affect it?
Beta Was this translation helpful? Give feedback.
All reactions