mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-18 20:38:11 +08:00
fix(custom-node-list): register ComfyUI-ComfySidebar to root (new author) + normalize node_db/new entry
This commit is contained in:
parent
15204133a3
commit
3c5a948239
@ -54256,6 +54256,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "An advanced multi-ratio Bayer matrix dithering node for ComfyUI with edge protection."
|
"description": "An advanced multi-ratio Bayer matrix dithering node for ComfyUI with edge protection."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "m0rtus59",
|
||||||
|
"title": "ComfyUI-ComfySidebar",
|
||||||
|
"reference": "https://github.com/m0rtus59/ComfyUI-ComfySidebar",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/m0rtus59/ComfyUI-ComfySidebar"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Restoring the ComfyUI frontend pre-vue update queue functionality, drag&drop support, quicksave, and more in a clean design that respects your screen area."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
{
|
{
|
||||||
"author": "m0rtus59",
|
"author": "m0rtus59",
|
||||||
"title": "ComfyUI-ComfySidebar",
|
"title": "ComfyUI-ComfySidebar",
|
||||||
"reference": "https://github.com/m0rtus59/ComfyUI-ComfySidebar",
|
"reference": "https://github.com/m0rtus59/ComfyUI-ComfySidebar",
|
||||||
"files": ["https://github.com/m0rtus59/ComfyUI-ComfySidebar"],
|
"files": [
|
||||||
|
"https://github.com/m0rtus59/ComfyUI-ComfySidebar"
|
||||||
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Restoring the ComfyUI frontend pre-vue update queue functionality, drag&drop support, quicksave, and more in a clean design that respects your screen area."
|
"description": "Restoring the ComfyUI frontend pre-vue update queue functionality, drag&drop support, quicksave, and more in a clean design that respects your screen area."
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user