update DB

This commit is contained in:
Dr.Lt.Data
2024-04-21 10:26:06 +09:00
parent d0c9584be1
commit 09ef05e425
5 changed files with 150 additions and 158 deletions

View File

@@ -11,6 +11,16 @@
{
"author": "nat-chan",
"title": "comfyui-in-memory-transceiver",
"reference": "https://github.com/nat-chan/comfyui-in-memory-transceiver",
"files": [
"https://github.com/nat-chan/comfyui-in-memory-transceiver"
],
"install_type": "git-clone",
"description": "Why? When processing a large number of requests, the SaveImage and LoadImage nodes may be IO-limited, and using shared memory improves performance by passing images only through memory access, not through IO."
},
{
"author": "DrMWeigand",
"title": "ComfyUI_LineBreakInserter",