-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware barely being used? #1337
Comments
What GPU do you have? Did you select the right GPU when you were creating the tasks? Also, can you screenshot your task manager on the CPU and GPU page? |
PC specs (abridged): Pic of program and task manager usage: My 2080 was the default selection by the program, so it should be using it. |
The GPU fans are acting as if the GPU is experiencing load, but the processing speed of the program is next to none, nor does task manager seem to notice anything being processed. |
For me, my CPU has its maximum at 50%, but most of the time around 20-30% and my GPU is only at 4%, so I think my GPU doesn't really work efficient. I don't know if it's the NCNN Framework which is not efficient with my RTX 4070. |
I think there's the chance that your video size has exceeded your VRAM limit, which will cause the memory to spill into your system RAM, and that'll cause the processing to be a lot slower. Check your VRAM usage. |
VRAM usage and CPU usage are negligible across the board. Tested a 19MB file and a 200+MB file, and results were identical. The problem is that only ONE thread of the GPU is being used (GPU engine, core, thread, whatever the fuck it's all the same). Poor little guy is doing ALL the work with no friends :C |
Something else of note is that frame interpolation utilizes the CPU correctly (all threads processing), but the GPU has the same problem as the one above. Only GPU thread 11 is being used while the rest of the GPU is idle. |
@smgamermat77 I can't yet reproduce this issue. Right now multi-threading hasn't been implemented yet in 6.x, but it shouldn't have too low of utilization rate. In Afterburner, can you see GPU clock/power consumption going up? Also, have you tried to see what happens with Real-CUGAN or libplacebo? |
@avan06 your load looks normal. realesrgan-plus is a very "heavy" model, so yeah, the CPU is just waiting for the GPU to finish inferencing. Generalv3 is available on HEAD, not yet released. |
Could've just said that and skipped the entire conversation. So this software isn't usable aside from anime. |
@smgamermat77 That's quite not the case, if your bottleneck is GPU like with realesrgan-plus, then having multi-threading or not wouldn't make much difference. Regardless of having multi-threading or not, you should still see some GPU utilization. |
Just downloaded it today to try and upscale some IRL videos, only to see that none of my hardware is being used. CPU <2% usage, GPU <1% usage. Something is clearly wrong.
Using real-esrgan plus, which I know is supposed to be much slower than the anime conversion models, but I don't think the program got the memo that it's allowed to use my PC.
The text was updated successfully, but these errors were encountered: