Add Comfy Registry store and search hook (#2848)

This commit is contained in:
bymyself
2025-03-04 14:33:46 -07:00
committed by GitHub
parent 05b6f6d8a2
commit a415da616c
10 changed files with 698 additions and 34 deletions

2
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "1.12.3",
"license": "GPL-3.0-only",
"dependencies": {
"@alloc/quick-lru": "5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.20",
"@comfyorg/litegraph": "^0.9.6",
@@ -116,7 +117,6 @@
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
"dev": true,
"engines": {
"node": ">=10"
},