mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Add tag filtering checkpoint
This commit is contained in:
@@ -9,7 +9,8 @@ export const state = {
|
||||
previewVersions: new Map(),
|
||||
searchManager: null,
|
||||
filters: {
|
||||
baseModel: []
|
||||
baseModel: [],
|
||||
tags: [] // Make sure tags are included in state
|
||||
},
|
||||
bulkMode: false,
|
||||
selectedLoras: new Set(),
|
||||
|
||||
Reference in New Issue
Block a user