lllyasviel / style2paints

sketch + style = paints :art: (TOG2018/SIGGRAPH2018ASIA)
Apache License 2.0
17.99k stars 2.09k forks source link

GPU usage is only about 5%-15%. #170

Open NaughtDZ opened 3 years ago

NaughtDZ commented 3 years ago

GPU: RTX3070 Driver: Studio 462.65 Is it a driver issue or is V4.5 not optimized for the 30 series? Or can I change a profile to unlock a higher GPU usage for better processing speed?

78Alpha commented 3 years ago

I would assume it's the CUDA version it was built against being unable to properly interface with the new hardware. Similar issues were plaguing other tools like BoostMonocularDepth.

You could unpack the program and attempt to rebuild it with updated dependencies.

lllyasviel commented 3 years ago

I tested and the normal GPU Usage is just exactly 5%-15%. This is mainly because your GPU is very fast is frequently waiting for the CPU callbacks. We are trying to improve the conherency but now 5%-15% is normal not unexpected.