mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
feat(randomizer): add lora pool Vue widget
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"type": "module",
|
||||
"description": "Vue-based custom widgets for ComfyUI LoRA Manager",
|
||||
"dependencies": {
|
||||
"primevue": "^4.2.5",
|
||||
"vue": "^3.5.13",
|
||||
"vue-i18n": "^9.14.0",
|
||||
"primevue": "^4.2.5"
|
||||
"vue-i18n": "^9.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@comfyorg/comfyui-frontend-types": "^1.35.4",
|
||||
@@ -14,6 +14,7 @@
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-css-injected-by-js": "^3.5.2",
|
||||
"vue-tsc": "^2.1.10"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user