Kyreo
aba857a350
Revert "Add ComfyUI-CharacterPromptBuffer"
...
This reverts commit 74c2518894 .
2026-04-19 19:31:16 +02:00
Kyreo
74c2518894
Add ComfyUI-CharacterPromptBuffer
2026-04-19 19:30:37 +02:00
Any Name
5ea9410914
Wrap stdout/stderr.flush() in sync_write with try/except OSError
...
The flush() method on lines 366-379 already catches OSError and ValueError
when calling original_stdout.flush() / original_stderr.flush(), but the
sync_write() method on line 361 and the tqdm branch in write() on line 336
do NOT. On Windows, when ComfyUI is launched as a child process with piped
stdio, certain conditions can leave the underlying handle in a state where
flush() raises OSError [Errno 22] Invalid argument.
Once that happens, the unhandled OSError propagates back through:
print() in any custom node
-> write(message) in this logger wrapper
-> sync_write(message)
-> original_*.flush()
-> OSError [Errno 22]
This kills prompt execution for any custom node that prints during
INPUT_TYPES() or __init__ -- even on a benign log line like
'Dependencies already installed from previous run' in LatentSyncWrapper.
Symptoms users will recognize:
- LatentSync, Sonic, Hallo 2 all failing with [Errno 22] before reading inputs
- 'Logging error' lines spammed throughout the console
- The error in the user's traceback always points back to
prestartup_script.py:361 / app/logger.py:35 super().flush()
Wrapping the flush calls in try/except (OSError, ValueError) -- the
exact same pattern already used in self.flush() on line 378 -- breaks
the cascade. Print failures degrade silently to file-only logging
instead of taking down prompt execution.
2026-04-18 19:27:35 -07:00
jetthuangai
98e0098ddd
Add ComfyUI-JH-PixelPro
2026-04-18 13:10:08 +07:00
Amatsukast
23da19ea90
Add ComfyUI-SBTools
...
Adding ComfyUI-SBTools - workflow toolkit with background removal (BiRefNet), prompt/image variable system for batch generation, and chroma key tools.
2026-04-17 21:25:55 +09:00
emiewnn
ed56212fa0
Add ComfyUI-Emiewn-Nodes
2026-04-17 02:28:20 +02:00
Dr.Lt.Data
22fc850853
update DB
Python Linting / Run Ruff (push) Has been cancelled
2026-04-17 03:08:37 +09:00
Andrés Zsögön
15fd6dbe37
Add Lora Pipeline to Manager custom node list ( #2799 )
2026-04-17 03:07:54 +09:00
Dr.Lt.Data
f1863994f4
update DB
2026-04-17 02:49:19 +09:00
Pasu
7c0fa1c581
Added Mayo Nodes ( #2784 )
2026-04-17 02:48:50 +09:00
Dr.Lt.Data
dcb15d4dc9
update DB
2026-04-17 02:48:04 +09:00
诶-阿伟哥
6be5491d9e
Add ComfyUI-Prompt-Assistant custom node ( #2781 )
...
* Add ComfyUI-Prompt-Assistant custom node
* Add ComfyUI-Prompt-Assistant custom node
2026-04-17 02:47:26 +09:00
Dr.Lt.Data
1e8956f42e
update DB
2026-04-17 02:46:36 +09:00
OvertliDS
d7adab215b
Add Overtli Studio Suite to custom-node-list.json ( #2777 )
...
Agent-Logs-Url: https://github.com/OvertliDS/ComfyUI-Manager/sessions/f43bab28-2dc5-4853-945c-bdb891b85551
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: OvertliDS <188361908+OvertliDS@users.noreply.github.com>
2026-04-17 02:45:47 +09:00
Lei Fengxiang
6a895c7225
Update custom-node-list.json
...
added custom-node bizyairplus
2026-04-16 16:29:26 +08:00
gzsiang
e6d2e947c3
Add ComfyUI-VolcEngine node to registry
2026-04-16 02:29:59 +08:00
Andrés Zsögön
1e8ebfe3db
Add Styler Pipeline to Manager custom node list
2026-04-15 12:12:45 -03:00
Andrés Zsögön
c30dd182d3
Add OpenPose Studio and Ultralytics Studio to Manager custom node list
2026-04-15 12:01:57 -03:00
Dr.Lt.Data
15ec9a901b
update DB
Python Linting / Run Ruff (push) Has been cancelled
2026-04-14 00:36:37 +09:00
rookiestar28
e9fd8a3078
Add ComfyUI-RookieUI and ComfyUI-OpenClaw entries ( #2786 )
2026-04-14 00:33:25 +09:00
Dr.Lt.Data
980f8f58af
update DB
2026-04-14 00:27:22 +09:00
Matt Hanrahan
9b37dcfe42
Add ComfyUI Batch Blend custom node ( #2783 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 00:26:34 +09:00
Dr.Lt.Data
2f1d02b688
update DB
2026-04-13 23:25:19 +09:00
knottttt
685dca9749
Add ComfyUI TinyPNG node ( #2778 )
2026-04-13 23:24:39 +09:00
Dr.Lt.Data
03b54019ff
update DB
2026-04-13 23:22:01 +09:00
magictut
92a47f59cf
Register ComfyUI-Nanobanana ( #2779 )
...
Co-authored-by: magicwang1111 <magicwang1111@users.noreply.github.com>
2026-04-13 23:20:25 +09:00
Dr.Lt.Data
bae0ac11c5
update DB
2026-04-13 23:00:17 +09:00
Juan Treminio
f016eadd64
Add ComfyUI-ConnectTheDots ( #2775 )
2026-04-13 22:59:32 +09:00
Dr.Lt.Data
0f13355b08
update DB
2026-04-13 22:58:48 +09:00
magictut
bf5efd72ff
Add Comfyui-Kling-Wrapper to custom node list ( #2773 )
2026-04-13 22:57:14 +09:00
Dr.Lt.Data
0fc4649d23
update DB
2026-04-13 22:54:30 +09:00
artyclaw
3842e70fd9
Add artyclaw-comfy nodes ( #2765 )
2026-04-13 22:53:17 +09:00
Dr.Lt.Data
0952dd1686
update DB
2026-04-13 21:39:00 +09:00
Dr.Lt.Data
a7fb42be01
update DB
2026-04-13 21:23:44 +09:00
Guillaume-127
ee0f446ad0
Add Post Processing PRO ( #2774 )
2026-04-13 21:22:17 +09:00
Dr.Lt.Data
b220733094
update DB
Python Linting / Run Ruff (push) Waiting to run
2026-04-13 12:58:42 +09:00
Dr.Lt.Data
5079365034
update DB
2026-04-13 12:55:57 +09:00
Yang Zhang
454f24145e
Add ComfyUI-LLM-Prompt-Tagger to custom-node-list.json ( #2771 )
2026-04-13 12:55:16 +09:00
Dr.Lt.Data
9d838d302f
update DB
2026-04-13 12:54:23 +09:00
MSXYZ
928cc80088
Added MSXYZ custom node ( #2770 )
2026-04-13 12:53:28 +09:00
Dr.Lt.Data
a54ab14c37
update DB
Python Linting / Run Ruff (push) Waiting to run
2026-04-13 12:48:45 +09:00
zaochuan5854
ba5aca7122
Add ComfyUI-TensorRT-Reforge ( #2767 )
2026-04-13 12:47:56 +09:00
Dr.Lt.Data
715c6c2426
update DB
2026-04-13 12:46:54 +09:00
ULT7RA
e51a83fc8c
Add FLUXNATION fused spike attention CUDA kernel for FLUX.1 ( #2766 )
...
Co-authored-by: ULT7RA <ULT7RA@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 12:46:16 +09:00
wjluoxiao
1fc7b34f4a
Add files via upload
2026-04-13 03:35:02 +08:00
wjluoxiao
ba33ebe2dc
Delete custom-node-list.json
2026-04-13 03:34:43 +08:00
wjluoxiao
d98ca19ef5
Add files via upload
2026-04-13 03:32:02 +08:00
MSXYZ
a9f7a6167e
Added MSXYZ custom node
2026-04-07 11:19:55 +03:00
Dr.Lt.Data
bbafbb1290
update DB
Python Linting / Run Ruff (push) Has been cancelled
2026-04-06 01:55:26 +09:00
PGCRT
f08075c04d
Add CRT nodes to default channel and fix CRT-Nodes reference ( #2759 )
...
- Add CRT-HeartMuLa, ComfyUI-OmniVoice_CRT, ComfyUI-QWEN3_TTS
- Fix CRT-Nodes: restore author/title fields, update plugcrypt -> PGCRT
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 01:49:51 +09:00