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
+10
View File
@@ -54236,6 +54236,16 @@
], ],
"install_type": "git-clone", "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." "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."
} }
] ]
} }
+10
View File
@@ -16055,6 +16055,7 @@
[ [
"AI2GoIdeogram4PromptBuilder", "AI2GoIdeogram4PromptBuilder",
"AI2GoIdeogram4StyleWizard", "AI2GoIdeogram4StyleWizard",
"AI2GoPromptBatch",
"AI2GoResolutionSelector" "AI2GoResolutionSelector"
], ],
{ {
@@ -40589,6 +40590,7 @@
"CLIPScaleDualSDXLBlock", "CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock", "CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload", "CLIPTextEncodeWithOffload",
"DebugModelKeys",
"HDR Effects with LAB Adjust", "HDR Effects with LAB Adjust",
"HDREffectsLabAdjust", "HDREffectsLabAdjust",
"ImageDifferenceChecker", "ImageDifferenceChecker",
@@ -68996,6 +68998,14 @@
"title_aux": "ComfyUI-Trellis2" "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": [ "https://github.com/vito0131/ComfyUI-DepthNormalizer": [
[ [
"DepthRangeTo230Manual" "DepthRangeTo230Manual"
+790 -785
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "navalyalgam97",
"title": "XFlow Resolution", "title": "XFlow Resolution",
+10
View File
@@ -16055,6 +16055,7 @@
[ [
"AI2GoIdeogram4PromptBuilder", "AI2GoIdeogram4PromptBuilder",
"AI2GoIdeogram4StyleWizard", "AI2GoIdeogram4StyleWizard",
"AI2GoPromptBatch",
"AI2GoResolutionSelector" "AI2GoResolutionSelector"
], ],
{ {
@@ -40589,6 +40590,7 @@
"CLIPScaleDualSDXLBlock", "CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock", "CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload", "CLIPTextEncodeWithOffload",
"DebugModelKeys",
"HDR Effects with LAB Adjust", "HDR Effects with LAB Adjust",
"HDREffectsLabAdjust", "HDREffectsLabAdjust",
"ImageDifferenceChecker", "ImageDifferenceChecker",
@@ -68996,6 +68998,14 @@
"title_aux": "ComfyUI-Trellis2" "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": [ "https://github.com/vito0131/ComfyUI-DepthNormalizer": [
[ [
"DepthRangeTo230Manual" "DepthRangeTo230Manual"