updatebD DB

This commit is contained in:
Dr.Lt.Data 2026-07-11 19:51:09 +09:00
parent 619eae0cd6
commit ec3f3030f9
5 changed files with 830 additions and 785 deletions

View File

@ -54236,6 +54236,16 @@
],
"install_type": "git-clone",
"description": "Block Swap (RAM Offload) node for native ComfyUI MODEL - run DiT models larger than VRAM by streaming transformer blocks from system RAM."
},
{
"author": "vitacon",
"title": "Retro Pixel-Matrix Dither 👾",
"reference": "https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither",
"files": [
"https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither"
],
"install_type": "git-clone",
"description": "An advanced multi-ratio Bayer matrix dithering node for ComfyUI with edge protection."
}
]
}

View File

@ -16055,6 +16055,7 @@
[
"AI2GoIdeogram4PromptBuilder",
"AI2GoIdeogram4StyleWizard",
"AI2GoPromptBatch",
"AI2GoResolutionSelector"
],
{
@ -40589,6 +40590,7 @@
"CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload",
"DebugModelKeys",
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ImageDifferenceChecker",
@ -68996,6 +68998,14 @@
"title_aux": "ComfyUI-Trellis2"
}
],
"https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither": [
[
"RetroPixelMatrixDither"
],
{
"title_aux": "Retro Pixel-Matrix Dither \ud83d\udc7e"
}
],
"https://github.com/vito0131/ComfyUI-DepthNormalizer": [
[
"DepthRangeTo230Manual"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "vitacon",
"title": "Retro Pixel-Matrix Dither 👾",
"reference": "https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither",
"files": [
"https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither"
],
"install_type": "git-clone",
"description": "An advanced multi-ratio Bayer matrix dithering node for ComfyUI with edge protection."
},
{
"author": "navalyalgam97",
"title": "XFlow Resolution",

View File

@ -16055,6 +16055,7 @@
[
"AI2GoIdeogram4PromptBuilder",
"AI2GoIdeogram4StyleWizard",
"AI2GoPromptBatch",
"AI2GoResolutionSelector"
],
{
@ -40589,6 +40590,7 @@
"CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload",
"DebugModelKeys",
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ImageDifferenceChecker",
@ -68996,6 +68998,14 @@
"title_aux": "ComfyUI-Trellis2"
}
],
"https://github.com/vitacon/ComfyUI-Retro-Pixel-Matrix-Dither": [
[
"RetroPixelMatrixDither"
],
{
"title_aux": "Retro Pixel-Matrix Dither \ud83d\udc7e"
}
],
"https://github.com/vito0131/ComfyUI-DepthNormalizer": [
[
"DepthRangeTo230Manual"