mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Implement preview version tracking for LoRA cards
This commit is contained in:
@@ -5,5 +5,6 @@ export const state = {
|
||||
sortBy: 'name',
|
||||
activeFolder: null,
|
||||
loadingManager: null,
|
||||
observer: null
|
||||
observer: null,
|
||||
previewVersions: new Map()
|
||||
};
|
||||
Reference in New Issue
Block a user