mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-13 06:45:26 -04:00
RF-DETR and Locate Anything wrote each decoded request image to the OS temporary directory. A full temporary filesystem then disabled detection, even though both native libraries already accept encoded image buffers. Pass decoded images directly to the native buffer APIs. This removes the request-time disk dependency and prevents crash-orphaned image files. Assisted-by: Codex:gpt-5 Co-authored-by: Ettore Di Giacinto <mudler@localai.io>