Model training status — show which LoRA adapters are active #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement this for the Nexus/infrastructure.
Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)
PR created: #324
Added a floating holographic LoRA adapter status panel to the 3D scene. It reads from
lora-status.json, shows each adapter with name, base model, active/inactive state, and a strength bar for active ones. Purple/magenta theme distinguishes it from other panels. Floats and animates like the rest of the scene. Falls back to a stub when the JSON is unavailable, and refreshes every 60 s.