curl --location --request GET 'http://192.168.3.25:8188/system_stats'
{
"system": {
"os": "nt",
"python_version": "3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]",
"embedded_python": false
},
"devices": [
{
"name": "cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync",
"type": "cuda",
"index": 0,
"vram_total": 17170956288,
"vram_free": 15702425600,
"torch_vram_total": 67108864,
"torch_vram_free": 33554432
}
]
}