update DB

This commit is contained in:
Dr.Lt.Data 2024-08-10 18:27:11 +09:00
parent 78f5d86f89
commit 16b98576c7
4 changed files with 8 additions and 15 deletions

View File

@ -12711,14 +12711,15 @@
"description": "Segment and Recognize Anything at Any Granularity." "description": "Segment and Recognize Anything at Any Granularity."
}, },
{ {
"author": "Ling-APE", "author": "LING-APE",
"title": "ComfyUI-PixelResolutionCalculator", "title": "ComfyUI-PixelResolutionCalculator",
"id": "PixelCalulator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator", "reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [ "files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator" "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node is used in the [a/All-in-one Flux Dev workflow](https://github.com/Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow) I made." "description": "Simple resuluition calculator to convert pixel resolution and aspect ratio to laten friendlt pixel width and height size."
}, },
@ -13094,17 +13095,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": "LING-APE",
"title": "ComfyUI-PixelResolutionCalculator",
"id": "PixelCalulator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
],
"install_type": "git-clone",
"description": "Simple resuluition calculator to convert pixel resolution and aspect ratio to laten friendlt pixel width and height size."
} }
] ]
} }

View File

@ -2719,6 +2719,7 @@
], ],
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
[ [
"DisplayText",
"LoadVideo", "LoadVideo",
"MiniCPM_VQA", "MiniCPM_VQA",
"PreViewVideo" "PreViewVideo"

View File

@ -22,14 +22,15 @@
"description": "FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!" "description": "FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!"
}, },
{ {
"author": "Ling-APE", "author": "LING-APE",
"title": "ComfyUI-PixelResolutionCalculator", "title": "ComfyUI-PixelResolutionCalculator",
"id": "PixelCalulator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator", "reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [ "files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator" "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node is used in the [a/All-in-one Flux Dev workflow](https://github.com/Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow) I made." "description": "Simple resuluition calculator to convert pixel resolution and aspect ratio to laten friendlt pixel width and height size."
}, },
{ {
"author": "Franck-Demongin", "author": "Franck-Demongin",

View File

@ -2719,6 +2719,7 @@
], ],
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
[ [
"DisplayText",
"LoadVideo", "LoadVideo",
"MiniCPM_VQA", "MiniCPM_VQA",
"PreViewVideo" "PreViewVideo"