feat(randomizer): add lora pool Vue widget

This commit is contained in:
Will Miao
2026-01-11 16:26:38 +08:00
parent 32249d1886
commit 3d348900ac
26 changed files with 4658 additions and 119 deletions

View File

@@ -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": {