bymyself
78269f6467
add static
2025-04-14 17:42:38 -07:00
bymyself
a9fedc0487
add is_legacy_manager_ui route to legacy package as well
2025-04-14 16:26:05 -07:00
Christian Byrne
abfd85602e
Only load legacy FE extension if --enable-manager-legacy-ui is set ( #1746 )
...
* only load JS extensions when legacy arg is set
* add `is_legacy_manager_ui` endpoint
2025-04-15 08:03:04 +09:00
Dr.Lt.Data
1816bb748e
use --enable-manager-legacy-ui cli arg instead of env variable
2025-04-15 01:36:35 +09:00
Dr.Lt.Data
05ceab68f8
restructuring
...
the existing cache-based implementation will be retained as a fallback under legacy/..., while glob/... will be updated to a cacheless implementation.
2025-04-13 09:26:02 +09:00
Christian Byrne
46a37907e6
add development guide ( #1739 )
2025-04-13 08:40:28 +09:00
Dr.Lt.Data
7fc8ba587e
fixed: don't disable legacy ComfyUI-Manager unless --disable-comfyui is set
2025-04-12 21:24:29 +09:00
Dr.Lt.Data
7a35bd9d9a
Merge branch 'main' into draft-v4
2025-04-12 21:22:34 +09:00
Dr.Lt.Data
17e5c3d2f5
update DB
2025-04-12 21:20:45 +09:00
Dr.Lt.Data
27bfc539f7
fixed: Removed the possibility of locking by opening the git repo.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1717
2025-04-12 21:10:14 +09:00
Dr.Lt.Data
a76ef49d2d
Merge branch 'feat/cacheless-v2' into draft-v4
2025-04-12 20:11:33 +09:00
Dr.Lt.Data
bb0fcf6ea6
added: should_be_disabled function
2025-04-12 19:35:41 +09:00
Dr.Lt.Data
539e0a1534
Merge branch 'main' into draft-v4
2025-04-12 19:06:24 +09:00
Dr.Lt.Data
aaae6ce304
Merge branch 'feat/queue_batch' into draft-v4
2025-04-12 19:05:48 +09:00
Dr.Lt.Data
821fded09d
update DB
2025-04-12 17:26:41 +09:00
Dr.Lt.Data
ec4a2aa873
update DB
2025-04-12 15:22:09 +09:00
Dr.Lt.Data
d6b2d54f3f
update DB
2025-04-12 15:20:29 +09:00
Jerry Chukwudi
97ae67bb9a
Add LoadImageFromHttpURL node by jerrywap ( #1732 )
...
Add LoadImageFromHttpURL node by jerrywap
2025-04-12 15:18:35 +09:00
Sander
765514a33f
Added ComfyUI-api-tools ( #1733 )
...
Custom node for to add some extra api endpoints, including prometheus monitoring
2025-04-12 15:17:50 +09:00
Yuan-Man
e2cdcc96c4
Add ComfyUI-UNO node ( #1735 )
2025-04-12 15:16:57 +09:00
bymyself
3c413840d7
use parsed version and id even when no cnr map exists
2025-04-11 16:33:12 -07:00
bymyself
29ca93fcb4
fix: installed nodes should still be initialized in offline mode
2025-04-11 15:56:03 -07:00
bymyself
9dc8e630a0
fix is_legacy_front should be a function still
2025-04-10 18:24:34 -07:00
bymyself
10105ad737
if pip package, force offline mode
2025-04-10 13:09:56 -07:00
bymyself
5738ea861a
don't load legacy web dir when --disable-manager arg set
2025-04-09 22:19:56 -07:00
Dr.Lt.Data
dbd25b0f0a
Merge branch 'main' into feat/cacheless
2025-04-10 12:20:29 +09:00
bymyself
0de9d36c28
enable legacy manager frontend during beta phase
2025-04-09 14:59:32 -07:00
bymyself
05f1a8ab0d
add missing v2 prefix to customnode/installed route
2025-04-09 14:59:06 -07:00
bymyself
5ce170b7ce
don't handle queue in legacy front if element is not visible
2025-04-09 14:58:39 -07:00
bymyself
2b47aad076
don't show menu buttons if past comfyui front 1.16
2025-04-09 14:58:21 -07:00
bymyself
b4dc59331d
fix merge conflict
2025-04-09 14:57:53 -07:00
bymyself
81e84fad78
add workflow to publish to pypi
2025-04-09 08:59:39 -07:00
Dr.Lt.Data
42e8a959dd
Modify the structure to be installable via pip.
2025-04-09 08:59:37 -07:00
Dr.Lt.Data
208ca31836
support installation of system added nodepack
...
modified: install_by_id - Change the install path of the CNR node added by the system to be based on the repo URL instead of the CNR ID.
2025-04-09 08:57:56 -07:00
Dr.Lt.Data
0738b2a73f
update DB
2025-04-09 00:28:04 +09:00
Dr.Lt.Data
98db79910e
update DB
2025-04-09 00:16:11 +09:00
cganimitta
0b21a05aac
Update custom-node-list.json ( #1724 )
2025-04-09 00:14:50 +09:00
Dr.Lt.Data
4b71db54aa
Revert "Add KERRY-YUAN/ComfyUI_Simple_Executor nodes ( #1721 )" ( #1725 )
...
This reverts commit a6bc890f369b2c83a742d75322f12b5d6eface91.
2025-04-09 00:13:37 +09:00
Kerry
a6bc890f36
Add KERRY-YUAN/ComfyUI_Simple_Executor nodes ( #1721 )
...
{
"author": "KERRY-YUAN",
"title": "NodeSimpleExecutor",
"id": "NodeSimpleExecutor",
"reference": "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor ",
"files": [
"https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor "
],
"install_type": "git-clone",
"description": "This node package contains automatic sampler setting according to model name in ComfyUI, adjusting image size according to specific constraints and some other nodes."
},
2025-04-09 00:12:08 +09:00
jerrywap
76903c39e1
Update custom-node-list.json ( #1723 )
...
This extension sends generated images or videos to any HTTP webhook with optional parameters such as prompt-id and meta-data.
This is useful for those rendering COMFYUI as an api service and need to send a webhook to requested api when task is successful.
2025-04-07 22:45:51 +09:00
Yuan-Man
cf9ed1c631
Add ComfyUI-SkyReels-A2 node ( #1719 )
2025-04-07 22:42:44 +09:00
Dr.Lt.Data
50fc1389b0
update DB
2025-04-05 17:50:01 +09:00
Dr.Lt.Data
c70cb2868b
update DB
2025-04-05 16:39:26 +09:00
Dr.Lt.Data
12fa571aa2
update DB
2025-04-05 00:13:02 +09:00
Dr.Lt.Data
4a3018760f
update DB
2025-04-04 23:54:37 +09:00
VertexAnomaly
d005d06cf8
Update custom-node-list.json ( #1713 )
2025-04-04 23:16:57 +09:00
Dr.Lt.Data
a87e3f9ee9
update DB
2025-04-04 08:21:38 +09:00
Dr.Lt.Data
52b9a3f3a0
update DB
2025-04-04 07:09:13 +09:00
Yuan-Man
c01a7e41d0
Add ComfyUI-LayerAnimate node ( #1705 )
2025-04-04 07:05:28 +09:00
Dr.Lt.Data
fe301bb91a
update DB
2025-04-04 06:56:55 +09:00