Dr.Lt.Data and GitHub
9aa2ca09b8
Merge pull request #2806 from Amatsukast/add-sbtools
...
Add ComfyUI-SBTools
2026-05-11 03:25:01 +09:00
Dr.Lt.Data and GitHub
a4b6a589d7
Merge pull request #2440 from destinyfaux/main
...
Z-Fuse
2026-05-11 03:23:30 +09:00
Dr.Lt.Data and GitHub
ed8baf3e79
Merge pull request #2706 from ketle-man/add-workflow-studio
...
Add ComfyUI-Workflow-Studio
2026-05-11 01:33:09 +09:00
Dr.Lt.Data and GitHub
e6693e0b9f
Merge pull request #2742 from akashzeno/add-pulse-of-motion
...
Add ComfyUI-PulseOfMotion to custom node list
2026-05-11 01:32:04 +09:00
Dr.Lt.Data and GitHub
bc334c7aa5
Merge pull request #2835 from magicwang1111/codex/register-magicwang-nodes
...
add ComfyUI-Happyhorse-Wrapper and ComfyUI-Account-Manager
2026-05-11 01:01:56 +09:00
Dr.Lt.Data and GitHub
d370403e2d
Merge pull request #2827 from DemonAlone/Styler
...
Add DemonAlone-StyleSelector-ComfyUI to custom-node-list.json
2026-05-01 05:00:39 +09:00
Dr.Lt.Data and GitHub
ccf6d98457
Merge pull request #2809 from jetthuangai/add-comfyui-jh-pixelpro
...
Add ComfyUI-JH-PixelPro
2026-05-01 04:59:51 +09:00
Dr.Lt.Data and GitHub
f2a3d39e26
Merge pull request #2805 from emiewnn/emiewnnodes
...
Add ComfyUI-Emiewn-Nodes
2026-05-01 04:58:21 +09:00
Dr.Lt.Data and GitHub
a3aabfd72c
Merge pull request #2811 from Kyreo/main
...
Add ComfyUI-CharacterPromptBuffer by Kyreo
2026-05-01 04:42:19 +09:00
Dr.Lt.Data and GitHub
491f847bbc
fix(security): harden CSRF with Content-Type gate and OpenAPI sync ( #2819 )
...
Python Linting / Run Ruff (push) Has been cancelled
Defense-in-depth over GET→POST alone: reject the three CORS-safelisted
simple-form Content-Types (x-www-form-urlencoded, multipart/form-data,
text/plain) on 5 no-body POST handlers (snapshot/save,
manager/queue/{reset,start,update_comfyui}, manager/reboot) to block
<form method=POST> CSRF that bypasses method-only gating. Convert 10 pure
state-changing endpoints (fetch_updates, queue/{update_all,reset,start,
update_comfyui}, snapshot/{remove,restore,save}, comfyui_switch_version,
reboot) from GET to POST and split 5 config endpoints
(db_mode/preview_method/channel_url_list/policy/{component,update}) into
GET(read) + POST(write, JSON body). Emit the in_progress + done event pair
from the /manager/queue/install sync-enable fast-path so client UI
finalizes (previously only queue/start's empty worker done fired, leaving
item.restart unset and the Enable button visible after a successful enable).
Harden js/custom-nodes-manager.js completion path: await onQueueCompleted
with try/catch (surfaces silent turbogrid stale-item throws), replace the
{}.length == 0 no-op empty guard, set install_context before queue/install
to avoid a sync-completion race, wrap classList/updateCell in try/catch.
Resynchronize openapi.yaml with the converted routes (method → post, query
params → requestBody JSON schema, sibling post on 5 split endpoints).
Update 31 JS fetchApi call sites across 7 files; add
tests/test_csrf_content_type_helper.py covering 5 Content-Type cases via
aiohttp TestClient.
Reported-by: XlabAI Team of Tencent Xuanwu Lab
CVSS: 8.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H)
2026-04-22 05:04:07 +09:00
Dr.Lt.Data and GitHub
2007eab26d
fix(security): add litellm supply chain attack detection and improve pip matching ( #2731 )
...
Python Linting / Run Ruff (push) Has been cancelled
- Add litellm==1.82.7 and litellm==1.82.8 to blacklist (PYSEC-2026-2)
- Add ultralytics==8.3.42 to blacklist
- Replace substring matching with exact version set matching
- Remove early break to detect multiple malicious packages
2026-03-26 04:17:46 +09:00
Dr.Lt.Data and GitHub
b2d6a4eefe
Update custom-node-list.json
2025-12-28 08:09:06 +09:00
Dr.Lt.Data and GitHub
aaed1dc3d5
feat(security): Support System User Protection API with security migration (V3.38) ( #2338 )
...
- Migrate Manager data path: default/ComfyUI-Manager → __manager
- Force security_level=strong on outdated ComfyUI (block installations)
- Auto-migrate config.ini only; backup legacy files for manual verification
- Raise weak/normal- to normal during migration
- Add /manager/startup_alerts API for UI warnings
- Differentiate 403 responses: comfyui_outdated vs security_level
- Block startup scripts execution on old ComfyUI
Requires ComfyUI v0.3.76+ for full functionality.
Backward compatible with older versions (uses legacy path).
2025-12-03 00:42:12 +09:00
Dr.Lt.Data and GitHub
656171037b
Update custom-node-list.json
...
HYPIR-ComfyUI was a separated PR.
2025-11-22 09:28:40 +09:00
Dr.Lt.Data and GitHub
4b71db54aa
Revert "Add KERRY-YUAN/ComfyUI_Simple_Executor nodes ( #1721 )" ( #1725 )
...
This reverts commit a6bc890f36 .
2025-04-09 00:13:37 +09:00
0202cf07d5
revise /customnode/installed api ( #1398 )
...
* revise /customnode/installed
improved: don't fetch data from cnr for the api
improved: change format {<cnr id>: <version>} -> {<module>: [<version>, <cnr id>]}
* fix condition
* improved: add `mode=imported` for startup snapshot
`/customnode/installed` - current snapshot
`/customnode/installed?mode=imported` - startup snapshot
* improved: move cache dir to user directory
* modified: /customnodes/installed
- show whole nodes including disabled
- format changed `key -> list` to `key -> dict`
* fixed: doesn't show disabled node pack properly.
* Update workflow-metadata.js
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-08 19:50:58 -05:00
Dr.Lt.Data and GitHub
a32e551fd0
Revert "Bypass ComfyUI version check when in electron env ( #1303 )" ( #1316 )
...
This reverts commit 6f1bfae957 .
2024-12-11 03:41:21 +09:00
Dr.Lt.Data and GitHub
1e421a70cb
Merge pull request #522 from nazgut/main
...
update custom-node-list
2024-03-27 22:17:18 +09:00
Dr.Lt.Data and GitHub
9d7b3fecd2
Merge pull request #521 from kijai/main
...
Add Geowizard -node
2024-03-27 22:16:55 +09:00
Dr.Lt.Data and GitHub
302000fed3
Merge pull request #520 from chaojie/patch-17
...
Update custom-node-list.json
2024-03-27 22:16:09 +09:00
Dr.Lt.Data and GitHub
056617ac88
Merge pull request #519 from chaojie/patch-16
...
Update custom-node-list.json
2024-03-26 16:16:04 +09:00
Dr.Lt.Data and GitHub
3369b27e36
Merge pull request #516 from alisson-anjos/main
...
Add LLaVa-Describer custom nodes
2024-03-25 11:36:33 +09:00
Dr.Lt.Data and GitHub
ee16f5a972
Merge pull request #513 from kijai/main
...
Add Depth-FM node and models
2024-03-23 11:57:59 +09:00
Dr.Lt.Data and GitHub
693d3fe597
Merge branch 'main' into main
2024-03-23 11:57:52 +09:00
Dr.Lt.Data and GitHub
25b7714981
Merge pull request #512 from julien-blanchon/patch-5
...
Add monster-labs - Controlnet QR Code Monster v1 For SDXL
2024-03-23 11:54:44 +09:00
Dr.Lt.Data and GitHub
2dc7bb3ac8
Merge pull request #511 from daxcay/main
...
New Plugin ComfyUI-JDCN
2024-03-23 11:54:16 +09:00
Dr.Lt.Data and GitHub
82107a001a
Merge pull request #510 from Jannchie/main
...
feat: add ComfyUI-J, Jannchie's diffusers based nodes
2024-03-23 11:53:14 +09:00
Dr.Lt.Data and GitHub
91114cc448
Merge pull request #509 from julien-blanchon/patch-4
...
Add ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG node
2024-03-21 11:13:22 +09:00
Dr.Lt.Data and GitHub
b3ae00f0bd
Merge pull request #507 from julien-blanchon/patch-2
...
Update layerdiffusion name
2024-03-21 11:04:36 +09:00
Dr.Lt.Data and GitHub
addf5237cf
Merge pull request #505 from ZHO-ZHO-ZHO/ComfyUI-Manager
...
ADD APISR IN COMFYUI
2024-03-20 10:34:37 +09:00
Dr.Lt.Data and GitHub
1a97143b0a
Merge pull request #503 from chaojie/patch-15
...
Update custom-node-list.json
2024-03-19 23:10:49 +09:00
Dr.Lt.Data and GitHub
8a9940917a
Merge pull request #502 from KarryCharon/add-comfyui-cup
...
add comfyui-cup repo
2024-03-19 22:39:39 +09:00
Dr.Lt.Data and GitHub
bf7046c2b7
Merge pull request #501 from nazgut/main
...
add Image Text Overlay Node to the custom-node-list
2024-03-19 09:41:32 +09:00
Dr.Lt.Data and GitHub
92525a1021
Merge pull request #496 from kijai/main
...
Add DynamiCrafterWrapper node and models
2024-03-18 09:16:44 +09:00
Dr.Lt.Data and GitHub
b34911b7a4
Merge pull request #483 from Shadetail/main
...
Added Eagleshadow Custom Nodes entry to custom-node-list.json
2024-03-17 21:59:55 +09:00
Dr.Lt.Data and GitHub
509918c1a9
Merge pull request #495 from kijai/main
...
Add ComfyUI-SUPIR nodes
2024-03-17 21:58:51 +09:00
Dr.Lt.Data and GitHub
794516c49d
Merge pull request #491 from MarkoCa1/main
...
text node
2024-03-17 11:46:10 +09:00
Dr.Lt.Data and GitHub
67d4f8d9d5
Merge pull request #494 from ForeignGods/main
...
Added Mana-Nodes to custom-node-list.json
2024-03-17 11:43:51 +09:00
Dr.Lt.Data and GitHub
e96f5241cf
Merge pull request #492 from madtunebk/main
...
Added ComfyUI-ControlnetAux node entry to custom-node-list.json
2024-03-17 11:43:35 +09:00
Dr.Lt.Data and GitHub
ec7317058e
Merge pull request #485 from chaojie/patch-14
...
Update custom-node-list.json
2024-03-15 10:04:51 +09:00
Dr.Lt.Data and GitHub
4312b96cfa
Merge pull request #482 from chaojie/patch-13
...
Update custom-node-list.json
2024-03-15 09:59:44 +09:00
Dr.Lt.Data and GitHub
1871f0053f
Merge pull request #479 from cozymantis/cozy-utils
...
Add Cozy utils
2024-03-14 09:08:26 +09:00
Dr.Lt.Data and GitHub
c345835a41
Merge pull request #478 from cozymantis/cozy-reference-pose-gen
...
Add Cozy Reference Pose nodes
2024-03-14 09:07:21 +09:00
Dr.Lt.Data and GitHub
ed5a592a35
Merge pull request #477 from cozymantis/cozy-human-parser
...
Add Cozy Human Parser nodes
2024-03-14 09:05:10 +09:00
Dr.Lt.Data and GitHub
ba416e39ce
Merge pull request #476 from rvorias/main
...
remove anything-v3.0
2024-03-14 09:04:46 +09:00
Dr.Lt.Data and GitHub
2e33fcf8d8
Merge pull request #471 from AIGCTeam/main
...
add "ComfyUI_kkTranslator_nodes" nodes
2024-03-12 17:27:12 +09:00
Dr.Lt.Data and GitHub
dcb2610c4d
Merge pull request #470 from cdb-boop/main
...
Add "ComfyUI-Bringing-Old-Photos-Back-to-Life" nodes.
2024-03-12 17:26:42 +09:00
Dr.Lt.Data and GitHub
47b2ea8259
Merge pull request #468 from Pos13/main
...
ComfyUI Cyclist custom nodes
2024-03-09 09:46:29 +09:00
Dr.Lt.Data and GitHub
7f2d59fabc
Merge pull request #467 from hackkhai/patch-1
...
ComfyUI Image Matting
2024-03-09 09:45:07 +09:00
Dr.Lt.Data and GitHub
09f2f0ea2b
Merge pull request #466 from diStyApps/main
...
ComfyUI Frame Maker
2024-03-09 09:43:40 +09:00
Dr.Lt.Data and GitHub
44e07dd6e0
Merge pull request #465 from jw782cn/chenran
...
add extension comfyui-catcat to show random cat GIFs while queueing prompt.
2024-03-08 12:49:47 +09:00
Dr.Lt.Data and GitHub
c89076bc00
Merge pull request #464 from atmaranto/main
...
Add ComfyUI-SaveAsScript Custom Node
2024-03-08 12:48:54 +09:00
Dr.Lt.Data and GitHub
9114e5d094
Merge pull request #462 from julien-blanchon/patch-1
...
Add SAM vit_h, vit_l and MobileSAM
2024-03-08 12:44:48 +09:00
Dr.Lt.Data and GitHub
b922298dea
Merge pull request #457 from chaojie/patch-12
...
dust3r
2024-03-06 22:39:26 +09:00
Dr.Lt.Data and GitHub
41c2473d01
Merge pull request #458 from julien-blanchon/patch-1
...
Add T2I-Adapter XL
2024-03-06 22:37:07 +09:00
Dr.Lt.Data and GitHub
7e4bdb6e55
Merge pull request #459 from julien-blanchon/patch-3
...
Add BLIP ImageCaption model
2024-03-06 22:35:41 +09:00
Dr.Lt.Data and GitHub
e47b098e3f
Merge pull request #460 from julien-blanchon/patch-2
...
Add GroundingDINO models
2024-03-06 22:33:42 +09:00
Dr.Lt.Data and GitHub
4c391cc0f2
Merge pull request #456 from 11dogzi/main
...
Add Comfyui-ergouzi-Nodes to custom-node-list.json
2024-03-04 16:37:27 +09:00
Dr.Lt.Data and GitHub
eee9423ad3
Merge pull request #449 from davask/main
...
Update list of nodes
2024-03-01 14:21:58 +09:00
Dr.Lt.Data and GitHub
3d080641f9
Merge pull request #447 from Munkyfoot/main
...
Add TextOverlay Node
2024-02-29 09:53:27 +09:00
Dr.Lt.Data and GitHub
7c9d8b6430
Merge pull request #444 from Chan-0312/main
...
add ComfyUI-Prompt-Preview
2024-02-29 09:50:06 +09:00
Dr.Lt.Data and GitHub
e70ce7ee07
Merge pull request #441 from NicholasKao1029/main
...
Add buffalo models for ipadapter plus
2024-02-27 12:47:50 +09:00
Dr.Lt.Data and GitHub
c78d8a70de
Merge pull request #440 from kijai/main
...
Add Moondream node
2024-02-26 20:30:26 +09:00
Dr.Lt.Data and GitHub
b013eaa7c9
Merge pull request #437 from davask/main
...
update Maras IT info for nodes
2024-02-26 10:15:28 +09:00
Dr.Lt.Data and GitHub
a148243959
Merge pull request #436 from RomanKuschanow/main
...
Update custom-node-list.json
2024-02-25 22:39:04 +09:00
Dr.Lt.Data and GitHub
d401d68caf
Merge pull request #435 from hughescr/main
...
Add Openpose Keypoint Extractor node to DB
2024-02-25 16:51:40 +09:00
Dr.Lt.Data and GitHub
a90b5723f0
Merge pull request #431 from chaojie/patch-11
...
Update custom-node-list.json
2024-02-24 17:02:53 +09:00
Dr.Lt.Data and GitHub
76c6526a59
Merge pull request #429 from logtd/instance_diffusion
...
Add InstanceDiffusion Nodes and models
2024-02-24 09:32:06 +09:00
Dr.Lt.Data and GitHub
b6cb867a4c
Merge pull request #423 from klinter007/feat/concat_inputs_to_single_string
...
Update custom-nodes-list.json
2024-02-23 01:01:28 +09:00
Dr.Lt.Data and GitHub
1902ba8a29
Merge pull request #424 from ionite34/patch-1
...
Add LykosAI/ComfyUI-Inference-Core-Nodes
2024-02-22 12:46:56 +09:00
Dr.Lt.Data and GitHub
5a55b44fa5
Merge pull request #427 from gokayfem/main
...
Update custom-node-list.json
2024-02-22 12:46:40 +09:00
Dr.Lt.Data and GitHub
fd7d78d5a5
Merge pull request #426 from yytdfc/main
...
add custom nodes Amazon Bedrock
2024-02-22 12:46:25 +09:00
Dr.Lt.Data and GitHub
4fe48452dc
Merge pull request #421 from peteromallet/patch-5
...
Update custom-node-list.json
2024-02-20 10:01:31 +09:00
Dr.Lt.Data and GitHub
970b154f16
Merge pull request #418 from AshMartian/patch-1
...
Add DirGir to custom-node-list.json
2024-02-18 23:45:50 +09:00
Dr.Lt.Data and GitHub
9569825c21
Merge pull request #414 from BennyKok/fix/nodename_pattern-escape-fix
...
fix: ensure nodename_pattern is working properly with escaping [ ] wi…
2024-02-17 07:51:05 +09:00
Dr.Lt.Data and GitHub
1dcbab8293
Merge pull request #412 from yuvraj108c/patch-2
...
Add ComfyUI-Pronodes
2024-02-16 09:43:42 +09:00
Dr.Lt.Data and GitHub
0677536103
Merge pull request #411 from freakabcd/temporalnet2-safetensors
...
Update model-list.json
2024-02-15 14:26:46 +09:00
Dr.Lt.Data and GitHub
e74b800521
Merge pull request #407 from redhottensors/main
...
Update ComfyUI-Prediction in databases.
2024-02-13 08:44:17 +09:00
Dr.Lt.Data and GitHub
c849af712c
Merge pull request #406 from NicholasKao1029/main
...
Instant Id model Add
2024-02-12 15:41:52 +09:00
Dr.Lt.Data and GitHub
b09b569d62
Merge pull request #405 from NicholasKao1029/main
...
Updated paths for animatediff models
2024-02-11 23:20:25 +09:00
Dr.Lt.Data and GitHub
bda909cc66
Merge pull request #403 from digitaljohn/nodes/propost
...
Add `ComfyUI-ProPost` to node-list
2024-02-09 12:44:04 +09:00
Dr.Lt.Data and GitHub
e209a9511a
Merge pull request #402 from TemryL/patch-2
...
Fix typo author
2024-02-09 12:43:45 +09:00
Dr.Lt.Data and GitHub
8a8a782077
Merge pull request #401 from XmYx/main
...
Add Deforum Comfy Nodes.
2024-02-09 12:42:41 +09:00
Dr.Lt.Data and GitHub
c4cef9a52d
Merge pull request #399 from pvp-by/main
...
add "flowt.ai" in Workflow Gallery
2024-02-07 23:56:45 +09:00
Dr.Lt.Data and GitHub
761c7a8f6c
Merge pull request #398 from TemryL/patch-1
...
Update DB
2024-02-07 10:17:28 +09:00
Dr.Lt.Data and GitHub
d15daa2806
Merge pull request #397 from chaojie/patch-10
...
ComfyUI-DynamiCrafter
2024-02-07 10:17:07 +09:00
Dr.Lt.Data and GitHub
04d3345879
Merge pull request #393 from antrobot1234/main
...
Update custom-node-list.json
2024-02-04 19:42:33 +09:00
Dr.Lt.Data and GitHub
e03abf291b
Merge pull request #392 from MarkoCa1/add-custom-node
...
Added new entry to custom-node-list
2024-02-04 19:42:16 +09:00
Dr.Lt.Data and GitHub
c95af0f8b9
Merge pull request #389 from chaojie/patch-9
...
Update custom-node-list.json
2024-02-03 13:41:58 +09:00
Dr.Lt.Data and GitHub
517a55702c
Merge pull request #386 from trumanwong/patch-1
...
Update custom-node-list.json
2024-02-02 22:56:30 +09:00
Dr.Lt.Data and GitHub
10f94efb8e
Merge pull request #383 from KarryCharon/update-custom-node
...
update custom node list
2024-02-01 21:54:01 +09:00
Dr.Lt.Data and GitHub
8916748405
Merge pull request #381 from LyazS/main
...
Update custom-node-list.json
2024-02-01 20:38:57 +09:00
Dr.Lt.Data and GitHub
c9d7fc62ba
Merge pull request #379 from chaojie/patch-8
...
Update custom-node-list.json
2024-02-01 09:29:32 +09:00
Dr.Lt.Data and GitHub
e5215a84cf
Merge pull request #378 from ZHO-ZHO-ZHO/ComfyUI-Manager
...
ADD QWen-VL-Plus & QWen-VL-Max in ComfyUI
2024-01-31 13:04:20 +09:00
Dr.Lt.Data and GitHub
a7c78ffa29
Merge pull request #377 from mape/patch-1
...
Correct scanned information
2024-01-29 09:21:37 +09:00
Dr.Lt.Data and GitHub
05519864b7
Merge pull request #369 from Kim2091/patch-1
...
Update UltraSharp and AnimeSharp listings
2024-01-28 12:29:01 +09:00
Dr.Lt.Data and GitHub
266df6e1d4
Merge pull request #368 from yuvraj108c/patch-1
...
Add ComfyUI Whisper Custom Node
2024-01-28 08:06:39 +09:00
Dr.Lt.Data and GitHub
abbe6c99cf
Merge pull request #366 from daniel-lewis-ab/main
...
Update custom-node-list.json
2024-01-27 15:09:47 +09:00
Dr.Lt.Data and GitHub
56ae825512
Merge pull request #365 from kijai/main
...
Add ComfyUI-CCSR node
2024-01-27 09:56:18 +09:00
Dr.Lt.Data and GitHub
db1a652d2e
Merge pull request #358 from chaojie/patch-7
...
RAFT
2024-01-23 17:37:25 +09:00