mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-13 01:10:14 -03:00
feat(nodes): flag missing local models at queue and load time (#1057)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user