vladmandic / sd-extension-system-info

System and platform info and standardized benchmarking extension for SD.Next and WebUI
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html
MIT License
280 stars 51 forks source link

`py-cpuinfo` and cpu info #3

Closed Bing-su closed 1 year ago

Bing-su commented 1 year ago

https://github.com/workhorsy/py-cpuinfo

Using py-cpuinfo, wouldn't it be possible to put cpu information as well?

This package is cross-platform and has no dependencies.

vladmandic commented 1 year ago

it would, just not sure what's the value? and as much as py-cpuinfo is cross platform, its quite system-intrusive (not to blame it as there is no clean way to get that info to start with).

if there is a good use-case, i'll add it. but i don't want to bring such a heavy dependency just to look nice.