feat(nodes): flag missing local models at queue and load time (#1057)

This commit is contained in:
Will Miao
2026-08-10 12:31:36 +08:00
parent 41e1fd1e1f
commit 6a259a14fa
16 changed files with 1200 additions and 6 deletions

View File

@@ -247,6 +247,25 @@
border-left: 3px solid rgba(245, 158, 11, 0.6) !important;
}
.lm-lora-entry[data-missing="true"] {
background-color: rgba(220, 38, 38, 0.16);
border: 1px solid rgba(220, 38, 38, 0.5);
}
.lm-lora-entry[data-missing="true"] .lm-lora-name {
color: rgba(252, 165, 165, 0.95);
}
.lm-lora-clip-entry[data-missing="true"] {
background-color: rgba(220, 38, 38, 0.12);
border: 1px solid rgba(220, 38, 38, 0.4);
border-left: 2px solid rgba(220, 38, 38, 0.6);
}
.lm-lora-clip-entry[data-missing="true"] .lm-lora-name {
color: rgba(252, 165, 165, 0.95);
}
.lm-lora-name {
margin-left: 4px;
flex: 1;