mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Implement LoRA metadata caching for bulk selection
This commit is contained in:
@@ -11,5 +11,7 @@ export const state = {
|
||||
filters: {
|
||||
baseModel: []
|
||||
},
|
||||
bulkMode: false
|
||||
bulkMode: false,
|
||||
selectedLoras: new Set(),
|
||||
loraMetadataCache: new Map()
|
||||
};
|
||||
Reference in New Issue
Block a user