mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
10 lines
208 B
JavaScript
10 lines
208 B
JavaScript
export const state = {
|
|
currentPage: 1,
|
|
isLoading: false,
|
|
hasMore: true,
|
|
sortBy: 'name',
|
|
activeFolder: null,
|
|
loadingManager: null,
|
|
observer: null,
|
|
previewVersions: new Map()
|
|
};
|