Files
automatic/modules/api
CalamitousFelicitousness b12cbcb523 feat(api): report model memory placement in memory endpoint
Add a model section to /sdapi/v1/memory with loaded-model bytes summed
per pipeline component and device, so clients can tell resident weights
from offloaded ones and loop-critical components from edge ones.

- walk components over parameters and buffers, dedupe shared storages,
  key by component name then device type
- read the raw model slot so a memory poll never triggers a model load
- section is exception-isolated like ram and cuda; reports an error
  string if the walk races a reload
2026-08-10 22:10:42 +01:00
..
2026-07-03 22:05:33 +02:00
2026-07-15 01:36:12 +01:00
2026-08-10 20:43:50 +02:00
2026-07-01 11:23:07 +02:00
2026-06-26 21:30:09 +02:00
2026-07-09 11:18:04 +02:00
2026-07-03 22:05:33 +02:00
2026-07-12 13:10:35 +02:00
2026-08-09 15:05:00 +02:00
2025-11-14 15:47:13 -05:00
2026-04-12 18:54:22 +02:00
2026-03-27 14:15:44 -07:00
2026-04-12 18:54:22 +02:00
2026-08-09 15:05:00 +02:00
2026-03-27 14:15:44 -07:00
2026-03-12 09:20:19 +01:00
2026-03-27 14:15:44 -07:00
2026-04-12 18:54:22 +02:00