mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
This commit integrates the previously recovered ComfyUI Manager functionality with significant enhancements from PR #3367, including: ## Core Manager System Recovery - **v2 API Integration**: All manager endpoints now use `/v2/manager/queue/*` - **Task Queue System**: Complete client-side task queuing with WebSocket status - **Service Layer**: Comprehensive manager service with all CRUD operations - **Store Integration**: Full manager store with progress dialog support ## New Features & Enhancements - **Reactive Feature Flags**: Foundation for dynamic feature toggling - **Enhanced UI Components**: Improved loading states, progress tracking - **Package Management**: Install, update, enable/disable functionality - **Version Selection**: Support for latest/nightly package versions - **Progress Dialogs**: Real-time installation progress with logs - **Missing Node Detection**: Automated detection and installation prompts ## Technical Improvements - **TypeScript Definitions**: Complete type system for manager operations - **WebSocket Integration**: Real-time status updates via `cm-queue-status` - **Error Handling**: Comprehensive error handling with user feedback - **Testing**: Updated test suites for new functionality - **Documentation**: Complete backup documentation for recovery process ## API Endpoints Restored - `manager/queue/start` - Start task queue - `manager/queue/status` - Get queue status - `manager/queue/task` - Queue individual tasks - `manager/queue/install` - Install packages - `manager/queue/update` - Update packages - `manager/queue/disable` - Disable packages ## Breaking Changes - Manager API base URL changed to `/v2/` - Updated TypeScript interfaces for manager operations - New WebSocket message format for queue status This restores all critical manager functionality lost during the previous rebase while integrating the latest enhancements and maintaining compatibility with the current main branch. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
151 lines
5.1 KiB
JSON
151 lines
5.1 KiB
JSON
{
|
|
"name": "@comfyorg/comfyui-frontend",
|
|
"private": true,
|
|
"version": "1.26.7",
|
|
"type": "module",
|
|
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
|
"homepage": "https://comfy.org",
|
|
"description": "Official front-end implementation of ComfyUI",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:electron": "vite --config vite.electron.config.mts",
|
|
"build": "pnpm typecheck && vite build",
|
|
"build:types": "vite build --config vite.types.config.mts && node scripts/prepare-types.js",
|
|
"zipdist": "node scripts/zipdist.js",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --cache",
|
|
"format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts}' --cache",
|
|
"format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}'",
|
|
"format:check:no-cache": "prettier --check './**/*.{js,ts,tsx,vue,mts}'",
|
|
"test:browser": "npx playwright test",
|
|
"test:unit": "vitest run tests-ui/tests",
|
|
"test:component": "vitest run src/components/",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --cache",
|
|
"lint:fix": "eslint src --cache --fix",
|
|
"lint:no-cache": "eslint src",
|
|
"lint:fix:no-cache": "eslint src --fix",
|
|
"knip": "knip --cache",
|
|
"knip:no-cache": "knip",
|
|
"locale": "lobe-i18n locale",
|
|
"collect-i18n": "playwright test --config=playwright.i18n.config.ts",
|
|
"json-schema": "tsx scripts/generate-json-schema.ts",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"@executeautomation/playwright-mcp-server": "^1.0.5",
|
|
"@iconify/json": "^2.2.245",
|
|
"@iconify/tailwind": "^1.2.0",
|
|
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
|
|
"@lobehub/i18n-cli": "^1.20.0",
|
|
"@pinia/testing": "^0.1.5",
|
|
"@playwright/test": "^1.52.0",
|
|
"@storybook/addon-docs": "^9.1.1",
|
|
"@storybook/vue3": "^9.1.1",
|
|
"@storybook/vue3-vite": "^9.1.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^20.14.8",
|
|
"@types/semver": "^7.7.0",
|
|
"@types/three": "^0.169.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"autoprefixer": "^10.4.19",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^14.0.0",
|
|
"eslint": "^9.12.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"eslint-plugin-storybook": "^9.1.3",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"fs-extra": "^11.2.0",
|
|
"globals": "^15.9.0",
|
|
"happy-dom": "^15.11.0",
|
|
"husky": "^9.0.11",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"ink": "^4.2.0",
|
|
"knip": "^5.62.0",
|
|
"lint-staged": "^15.2.7",
|
|
"lucide-vue-next": "^0.540.0",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.3.2",
|
|
"react": "^18.3.1",
|
|
"react-reconciler": "^0.29.2",
|
|
"storybook": "^9.1.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsx": "^4.15.6",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.0.0",
|
|
"unplugin-icons": "^0.22.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^5.4.19",
|
|
"vite-plugin-dts": "^4.3.0",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-vue-devtools": "^7.7.6",
|
|
"vitest": "^2.0.0",
|
|
"vue-tsc": "^2.1.10",
|
|
"zip-dir": "^2.0.0",
|
|
"zod-to-json-schema": "^3.24.1"
|
|
},
|
|
"dependencies": {
|
|
"@alloc/quick-lru": "^5.2.0",
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
|
|
"@comfyorg/comfyui-electron-types": "^0.4.43",
|
|
"@primeuix/forms": "0.0.2",
|
|
"@primeuix/styled": "0.3.2",
|
|
"@primeuix/utils": "^0.3.2",
|
|
"@primevue/core": "^4.2.5",
|
|
"@primevue/forms": "^4.2.5",
|
|
"@primevue/icons": "4.2.5",
|
|
"@primevue/themes": "^4.2.5",
|
|
"@sentry/core": "^10.5.0",
|
|
"@sentry/vue": "^8.48.0",
|
|
"@tiptap/core": "^2.10.4",
|
|
"@tiptap/extension-link": "^2.10.4",
|
|
"@tiptap/extension-table": "^2.10.4",
|
|
"@tiptap/extension-table-cell": "^2.10.4",
|
|
"@tiptap/extension-table-header": "^2.10.4",
|
|
"@tiptap/extension-table-row": "^2.10.4",
|
|
"@tiptap/starter-kit": "^2.10.4",
|
|
"@vueuse/core": "^11.0.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-serialize": "^0.13.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"algoliasearch": "^5.21.0",
|
|
"axios": "^1.8.2",
|
|
"dompurify": "^3.2.5",
|
|
"dotenv": "^16.4.5",
|
|
"es-toolkit": "^1.39.9",
|
|
"extendable-media-recorder": "^9.2.27",
|
|
"extendable-media-recorder-wav-encoder": "^7.0.129",
|
|
"fast-glob": "^3.3.3",
|
|
"firebase": "^11.6.0",
|
|
"fuse.js": "^7.0.0",
|
|
"glob": "^11.0.3",
|
|
"jsondiffpatch": "^0.6.0",
|
|
"loglevel": "^1.9.2",
|
|
"marked": "^15.0.11",
|
|
"pinia": "^2.1.7",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.2.5",
|
|
"semver": "^7.7.2",
|
|
"three": "^0.170.0",
|
|
"tiptap-markdown": "^0.8.10",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^9.14.3",
|
|
"vue-router": "^4.4.3",
|
|
"vuefire": "^3.2.1",
|
|
"zod": "^3.23.8",
|
|
"zod-validation-error": "^3.3.0"
|
|
}
|
|
}
|