update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data 2026-04-14 00:36:37 +09:00
parent e9fd8a3078
commit 15ec9a901b
5 changed files with 1571 additions and 1519 deletions

View File

@ -36454,6 +36454,28 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models." "description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
}, },
{
"author": "rookiestar28",
"title": "ComfyUI-RookieUI",
"id": "comfyui-rookieui",
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
"files": [
"https://github.com/rookiestar28/ComfyUI-RookieUI"
],
"install_type": "git-clone",
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
},
{
"author": "rookiestar28",
"title": "ComfyUI-OpenClaw",
"id": "comfyui-openclaw",
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
"files": [
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
],
"install_type": "git-clone",
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
},
{ {
"author": "MoonMoon82", "author": "MoonMoon82",
"title": "ClipVision_Tools", "title": "ClipVision_Tools",
@ -41375,6 +41397,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Tiled upscaling for ComfyUI using built-in nodes. Replicates the core features of UltimateSDUpscale as a transparent workflow you can inspect and modify." "description": "Tiled upscaling for ComfyUI using built-in nodes. Replicates the core features of UltimateSDUpscale as a transparent workflow you can inspect and modify."
}, },
{
"author": "ethanfel",
"title": "LoRA Optimizer",
"id": "comfyui-lora-optimizer",
"reference": "https://github.com/ethanfel/ComfyUI-LoRA-Optimizer",
"files": [
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer"
],
"install_type": "git-clone",
"description": "Auto-optimizer node for combining multiple LoRAs via diff-based merging with TIES conflict resolution"
},
{ {
"author": "shin131002", "author": "shin131002",
"title": "RandomLoRALoader", "title": "RandomLoRALoader",
@ -46222,28 +46255,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "rookiestar28",
"title": "ComfyUI-RookieUI",
"id": "comfyui-rookieui",
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
"files": [
"https://github.com/rookiestar28/ComfyUI-RookieUI"
],
"install_type": "git-clone",
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
},
{
"author": "rookiestar28",
"title": "ComfyUI-OpenClaw",
"id": "comfyui-openclaw",
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
"files": [
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
],
"install_type": "git-clone",
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
} }
] ]
} }

View File

@ -13694,6 +13694,7 @@
"LTXAttentionBank", "LTXAttentionBank",
"LTXAttnOverride", "LTXAttnOverride",
"LTXFetaEnhance", "LTXFetaEnhance",
"LTXFloatToInt",
"LTXFlowEditCFGGuider", "LTXFlowEditCFGGuider",
"LTXFlowEditSampler", "LTXFlowEditSampler",
"LTXForwardModelSamplingPred", "LTXForwardModelSamplingPred",
@ -13718,6 +13719,7 @@
"LTXVImgToVideoConditionOnly", "LTXVImgToVideoConditionOnly",
"LTXVInContextSampler", "LTXVInContextSampler",
"LTXVInpaintPreprocess", "LTXVInpaintPreprocess",
"LTXVLaplacianPyramidBlend",
"LTXVLinearOverlapLatentTransition", "LTXVLinearOverlapLatentTransition",
"LTXVLoadConditioning", "LTXVLoadConditioning",
"LTXVLoopingSampler", "LTXVLoopingSampler",
@ -50158,6 +50160,8 @@
"InoLoadMultipleLora", "InoLoadMultipleLora",
"InoLoadSamplerModels", "InoLoadSamplerModels",
"InoLoadVaeModel", "InoLoadVaeModel",
"InoMathFloat",
"InoMathInt",
"InoMegapixelResolution", "InoMegapixelResolution",
"InoMovePath", "InoMovePath",
"InoNotBoolean", "InoNotBoolean",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,38 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "ethanfel",
"title": "LoRA Optimizer",
"id": "comfyui-lora-optimizer",
"reference": "https://github.com/ethanfel/ComfyUI-LoRA-Optimizer",
"files": [
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer"
],
"install_type": "git-clone",
"description": "Auto-optimizer node for combining multiple LoRAs via diff-based merging with TIES conflict resolution"
},
{
"author": "rookiestar28",
"title": "ComfyUI-RookieUI",
"id": "comfyui-rookieui",
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
"files": [
"https://github.com/rookiestar28/ComfyUI-RookieUI"
],
"install_type": "git-clone",
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
},
{
"author": "rookiestar28",
"title": "ComfyUI-OpenClaw",
"id": "comfyui-openclaw",
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
"files": [
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
],
"install_type": "git-clone",
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
},
{ {
"author": "knottttt", "author": "knottttt",
"title": "ComfyUI TinyPNG", "title": "ComfyUI TinyPNG",

View File

@ -13694,6 +13694,7 @@
"LTXAttentionBank", "LTXAttentionBank",
"LTXAttnOverride", "LTXAttnOverride",
"LTXFetaEnhance", "LTXFetaEnhance",
"LTXFloatToInt",
"LTXFlowEditCFGGuider", "LTXFlowEditCFGGuider",
"LTXFlowEditSampler", "LTXFlowEditSampler",
"LTXForwardModelSamplingPred", "LTXForwardModelSamplingPred",
@ -13718,6 +13719,7 @@
"LTXVImgToVideoConditionOnly", "LTXVImgToVideoConditionOnly",
"LTXVInContextSampler", "LTXVInContextSampler",
"LTXVInpaintPreprocess", "LTXVInpaintPreprocess",
"LTXVLaplacianPyramidBlend",
"LTXVLinearOverlapLatentTransition", "LTXVLinearOverlapLatentTransition",
"LTXVLoadConditioning", "LTXVLoadConditioning",
"LTXVLoopingSampler", "LTXVLoopingSampler",
@ -50158,6 +50160,8 @@
"InoLoadMultipleLora", "InoLoadMultipleLora",
"InoLoadSamplerModels", "InoLoadSamplerModels",
"InoLoadVaeModel", "InoLoadVaeModel",
"InoMathFloat",
"InoMathInt",
"InoMegapixelResolution", "InoMegapixelResolution",
"InoMovePath", "InoMovePath",
"InoNotBoolean", "InoNotBoolean",