InvokeAI
InvokeAI copied to clipboard
feat(ui) System Stats, CPU RAM and GPU Usage
Summary
Proof Of Concept for System Stats, CPU RAM and GPU Usage. (currently could only test on my windows laptop and nvidia)
- Needs testing and ideas/suggestions
- Added Placeholders for AMD and MPS Gpus (I have neither, so someone else will need to complete that part of the code)
Related Issues / Discussions
Dev Chat on discord https://discord.com/channels/1020123559063990373/1049495067846524939/1289000704693899387
QA Instructions
for testing you might need to: pip install psutil
Merge Plan
Checklist
- [X] The PR has a short but descriptive title, suitable for a changelog
- [ ] Tests added / updated (if applicable)
- [ ] Documentation added / updated (if applicable)