mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
91425aea62
commit
79b4136403
@ -14537,7 +14537,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains a custom node for ComfyUI that pads an image to be square, filling the new pixels black."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "amorano",
|
||||
"title": "Cozy Link Toggle",
|
||||
"id": "cozyLinkToggle",
|
||||
"reference": "https://github.com/cozy-comfyui/cozy_link_toggle",
|
||||
"files": [
|
||||
"https://github.com/cozy-comfyui/cozy_link_toggle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Toggle ComfyUI Graph Links On/Off from the Menu Bar. Provides an easy example on how to register and use the ComfyUI menubar extensions."
|
||||
},
|
||||
{
|
||||
"author": "revirevy",
|
||||
"title": "Comfyui_saveimage_imgbb",
|
||||
"id": "Comfyui_saveimage_imgbb",
|
||||
"reference": "https://github.com/revirevy/Comfyui_saveimage_imgbb",
|
||||
"files": [
|
||||
"https://github.com/revirevy/Comfyui_saveimage_imgbb"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allow upscaling an image by a factor using a model."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -14943,17 +14964,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "amorano",
|
||||
"title": "Cozy Link Toggle",
|
||||
"id": "cozyLinkToggle",
|
||||
"reference": "https://github.com/cozy-comfyui/cozy_link_toggle",
|
||||
"files": [
|
||||
"https://github.com/cozy-comfyui/cozy_link_toggle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Toggle ComfyUI Graph Links On/Off from the Menu Bar. Provides an easy example on how to register and use the ComfyUI menubar extensions."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -748,6 +748,7 @@
|
||||
"> Bloom",
|
||||
"> Blur",
|
||||
"> Brightness",
|
||||
"> Char Count",
|
||||
"> Clear Text",
|
||||
"> Combine Channels",
|
||||
"> Contrast",
|
||||
@ -11176,7 +11177,8 @@
|
||||
"Compositor",
|
||||
"Compositor3",
|
||||
"CompositorConfig",
|
||||
"CompositorConfig3"
|
||||
"CompositorConfig3",
|
||||
"CompositorTransformsOutV3"
|
||||
],
|
||||
{
|
||||
"title_aux": "Compositor Node"
|
||||
@ -11750,6 +11752,7 @@
|
||||
"FaceShaper",
|
||||
"FaceShaperComposite",
|
||||
"FaceShaperCropper",
|
||||
"FaceShaperFaceMask",
|
||||
"FaceShaperLoadInsightFaceCropper",
|
||||
"FaceShaperLoadMediaPipeCropper",
|
||||
"FaceShaperMatchV2",
|
||||
@ -12301,10 +12304,13 @@
|
||||
[
|
||||
"BooleanBasic",
|
||||
"BooleanReverse",
|
||||
"ChooseUpscaleModel",
|
||||
"FluxControlNetApply",
|
||||
"FluxResolutionNode",
|
||||
"FluxSampler",
|
||||
"GetImageSizeRatio"
|
||||
"GetImageSizeRatio",
|
||||
"IntegerSettings",
|
||||
"NoisePlusBlend"
|
||||
],
|
||||
{
|
||||
"title_aux": "ControlAltAI Nodes"
|
||||
@ -13668,6 +13674,7 @@
|
||||
"Bjornulf_FreeVRAM",
|
||||
"Bjornulf_GrayscaleTransform",
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_IfElse",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
@ -15632,6 +15639,7 @@
|
||||
"LF_CivitAIMetadataSetup",
|
||||
"LF_ControlPanel",
|
||||
"LF_DisplayJSON",
|
||||
"LF_DisplayPrimitiveAsJSON",
|
||||
"LF_Float",
|
||||
"LF_GetRandomKeyFromJSON",
|
||||
"LF_GetValueFromJSON",
|
||||
@ -15658,6 +15666,7 @@
|
||||
"LF_Something2String",
|
||||
"LF_String",
|
||||
"LF_StringToJSON",
|
||||
"LF_SwitchFloat",
|
||||
"LF_SwitchImage",
|
||||
"LF_SwitchInteger",
|
||||
"LF_SwitchJSON",
|
||||
@ -17263,6 +17272,18 @@
|
||||
"title_aux": "ComfyUI-Prediction"
|
||||
}
|
||||
],
|
||||
"https://github.com/revirevy/Comfyui_saveimage_imgbb": [
|
||||
[
|
||||
"ImgBBUploader"
|
||||
],
|
||||
{
|
||||
"author": "N.RHEVI",
|
||||
"description": "This custom node allow save image to imgbb.",
|
||||
"nickname": "save image to imgbb",
|
||||
"title": "save image to imgbb",
|
||||
"title_aux": "Comfyui_saveimage_imgbb"
|
||||
}
|
||||
],
|
||||
"https://github.com/rgthree/rgthree-comfy": [
|
||||
[],
|
||||
{
|
||||
|
||||
2494
github-stats.json
2494
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -234,6 +234,7 @@
|
||||
"> Bloom",
|
||||
"> Blur",
|
||||
"> Brightness",
|
||||
"> Char Count",
|
||||
"> Clear Text",
|
||||
"> Combine Channels",
|
||||
"> Contrast",
|
||||
@ -497,6 +498,7 @@
|
||||
[
|
||||
"AppIO_ImageInput",
|
||||
"AppIO_ImageOutput",
|
||||
"AppIO_IntegerInput",
|
||||
"AppIO_StringInput",
|
||||
"AppIO_StringOutput"
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,29 @@
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "amorano",
|
||||
"title": "Cozy Link Toggle",
|
||||
"id": "cozyLinkToggle",
|
||||
"reference": "https://github.com/cozy-comfyui/cozy_link_toggle",
|
||||
"files": [
|
||||
"https://github.com/cozy-comfyui/cozy_link_toggle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Toggle ComfyUI Graph Links On/Off from the Menu Bar. Provides an easy example on how to register and use the ComfyUI menubar extensions."
|
||||
},
|
||||
{
|
||||
"author": "revirevy",
|
||||
"title": "Comfyui_saveimage_imgbb",
|
||||
"id": "Comfyui_saveimage_imgbb",
|
||||
"reference": "https://github.com/revirevy/Comfyui_saveimage_imgbb",
|
||||
"files": [
|
||||
"https://github.com/revirevy/Comfyui_saveimage_imgbb"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allow upscaling an image by a factor using a model."
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
@ -674,91 +696,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple seed generator based on special number sequences: Fibonacci, Prime, Padovan, Triangular, Catalan, Pell, Lucas"
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-4DHumans",
|
||||
"id": "comfyui-4dhumans",
|
||||
"reference": "https://github.com/logtd/ComfyUI-4DHumans",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-4DHumans"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes to use [a/4D-Humans](ComfyUI nodes to use 4D-Humans)"
|
||||
},
|
||||
{
|
||||
"author": "Shiba-2-shiba",
|
||||
"title": "ComfyUI-color-ascii-art-node",
|
||||
"id": "asciiart",
|
||||
"reference": "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node",
|
||||
"files": [
|
||||
"https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a custom node to convert png images into color ASCII art. As noted below, multiple font sizes are used in the specification. The resolution of the generated file is set to be the same as the input image."
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
"title": "ComfyUI_mittimiRecalculateSize",
|
||||
"id": "comfyui_mittimi_recalculate_size",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is the node that performs the magnification calculation."
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
"title": "ComfyUI_mittimiWidthHeight",
|
||||
"id": "comfyui_mittimi_width_height",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiWidthHeight",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiWidthHeight"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node can easily switch between vertical and horizontal values with a single button."
|
||||
},
|
||||
{
|
||||
"author": "fssorc",
|
||||
"title": "ComfyUI_pose_inter",
|
||||
"reference": "https://github.com/fssorc/ComfyUI_pose_inter",
|
||||
"files": [
|
||||
"https://github.com/fssorc/ComfyUI_pose_inter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Generate transition frames between two character posture images. The prerequisite for running is to have installed comfyui_controlnet_aux, using its Open Pose or DWPose preprocessor"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI CogVideoX Wrapper",
|
||||
"reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-CogVideoXWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI Llava-OneVision",
|
||||
"reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-LLaVA-OneVision"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)"
|
||||
},
|
||||
{
|
||||
"author": "marduk191",
|
||||
"title": "Flux Prompt Enhance Node for ComfyUI",
|
||||
"id": "fluxpromptenhancer",
|
||||
"reference": "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer",
|
||||
"files": [
|
||||
"https://github.com/marduk191/ComfyUI-Fluxpromptenhancer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -748,6 +748,7 @@
|
||||
"> Bloom",
|
||||
"> Blur",
|
||||
"> Brightness",
|
||||
"> Char Count",
|
||||
"> Clear Text",
|
||||
"> Combine Channels",
|
||||
"> Contrast",
|
||||
@ -11176,7 +11177,8 @@
|
||||
"Compositor",
|
||||
"Compositor3",
|
||||
"CompositorConfig",
|
||||
"CompositorConfig3"
|
||||
"CompositorConfig3",
|
||||
"CompositorTransformsOutV3"
|
||||
],
|
||||
{
|
||||
"title_aux": "Compositor Node"
|
||||
@ -11750,6 +11752,7 @@
|
||||
"FaceShaper",
|
||||
"FaceShaperComposite",
|
||||
"FaceShaperCropper",
|
||||
"FaceShaperFaceMask",
|
||||
"FaceShaperLoadInsightFaceCropper",
|
||||
"FaceShaperLoadMediaPipeCropper",
|
||||
"FaceShaperMatchV2",
|
||||
@ -12301,10 +12304,13 @@
|
||||
[
|
||||
"BooleanBasic",
|
||||
"BooleanReverse",
|
||||
"ChooseUpscaleModel",
|
||||
"FluxControlNetApply",
|
||||
"FluxResolutionNode",
|
||||
"FluxSampler",
|
||||
"GetImageSizeRatio"
|
||||
"GetImageSizeRatio",
|
||||
"IntegerSettings",
|
||||
"NoisePlusBlend"
|
||||
],
|
||||
{
|
||||
"title_aux": "ControlAltAI Nodes"
|
||||
@ -13668,6 +13674,7 @@
|
||||
"Bjornulf_FreeVRAM",
|
||||
"Bjornulf_GrayscaleTransform",
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_IfElse",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
@ -15632,6 +15639,7 @@
|
||||
"LF_CivitAIMetadataSetup",
|
||||
"LF_ControlPanel",
|
||||
"LF_DisplayJSON",
|
||||
"LF_DisplayPrimitiveAsJSON",
|
||||
"LF_Float",
|
||||
"LF_GetRandomKeyFromJSON",
|
||||
"LF_GetValueFromJSON",
|
||||
@ -15658,6 +15666,7 @@
|
||||
"LF_Something2String",
|
||||
"LF_String",
|
||||
"LF_StringToJSON",
|
||||
"LF_SwitchFloat",
|
||||
"LF_SwitchImage",
|
||||
"LF_SwitchInteger",
|
||||
"LF_SwitchJSON",
|
||||
@ -17263,6 +17272,18 @@
|
||||
"title_aux": "ComfyUI-Prediction"
|
||||
}
|
||||
],
|
||||
"https://github.com/revirevy/Comfyui_saveimage_imgbb": [
|
||||
[
|
||||
"ImgBBUploader"
|
||||
],
|
||||
{
|
||||
"author": "N.RHEVI",
|
||||
"description": "This custom node allow save image to imgbb.",
|
||||
"nickname": "save image to imgbb",
|
||||
"title": "save image to imgbb",
|
||||
"title_aux": "Comfyui_saveimage_imgbb"
|
||||
}
|
||||
],
|
||||
"https://github.com/rgthree/rgthree-comfy": [
|
||||
[],
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user