update DB

This commit is contained in:
Dr.Lt.Data 2024-10-15 23:35:39 +09:00
parent 690b7a7d05
commit e9a5137889
11 changed files with 2557 additions and 2198 deletions

View File

@ -14544,6 +14544,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Encapsulate the commonly used functions of FFmpeg into ComfyUI nodes, making it convenient for users to perform various video processing tasks within ComfyUI." "description": "Encapsulate the commonly used functions of FFmpeg into ComfyUI nodes, making it convenient for users to perform various video processing tasks within ComfyUI."
}, },
{
"author": "MoonHugo",
"title": "ComfyUI-StableAudioOpen",
"id": "stable-audio-open",
"reference": "https://github.com/MoonHugo/ComfyUI-StableAudioOpen",
"files": [
"https://github.com/MoonHugo/ComfyUI-StableAudioOpen"
],
"install_type": "git-clone",
"description": "The implementation of the audio generation model stable-audio-open in ComfyUI enables ComfyUI to achieve text-to-audio functionality."
},
{ {
"author": "GrenKain", "author": "GrenKain",
"title": "PixelArt Processing Nodes", "title": "PixelArt Processing Nodes",
@ -15517,6 +15528,48 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Convert your workflows into node and chain them." "description": "Convert your workflows into node and chain them."
}, },
{
"author": "SozeInc",
"title": "Quality of Life Nodes for ComfyUI",
"id": "ComfyUI_Soze",
"reference": "https://github.com/SozeInc/ComfyUI_Soze",
"files": [
"https://github.com/SozeInc/ComfyUI_Soze"
],
"install_type": "git-clone",
"description": "These nodes aid with batching image processing and maintaining input file names in output files and other quality of life nodes."
},
{
"author": "MzMaXaM",
"title": "ComfyUi-MzMaXaM",
"reference": "https://github.com/MzMaXaM/ComfyUi-MzMaXaM",
"files": [
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM"
],
"install_type": "git-clone",
"description": "A pack of nodes, to make my life and hopefully your a bit easier."
},
{
"author": "robertvoy",
"title": "ComfyUI Flux Continuum: Modular Interface",
"reference": "https://github.com/robertvoy/ComfyUI-Flux-Continuum",
"files": [
"https://github.com/robertvoy/ComfyUI-Flux-Continuum"
],
"install_type": "git-clone",
"description": "NODES:Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider"
},
{
"author": "Firetheft",
"title": "ComfyUI-Flux-Prompt-Tools",
"reference": "https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools",
"files": [
"https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools"
],
"install_type": "git-clone",
"description": "NODES:Flux Prompt Enhance, Flux Prompt Gemini Flash, Flux Prompt Generator, MiniCPM V2.6 Int4"
},
@ -15912,17 +15965,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": "SozeInc",
"title": "Quality of Life Nodes for ComfyUI",
"id": "ComfyUI_Soze",
"reference": "https://github.com/SozeInc/ComfyUI_Soze",
"files": [
"https://github.com/SozeInc/ComfyUI_Soze"
],
"install_type": "git-clone",
"description": "These nodes aid with batching image processing and maintaining input file names in output files and other quality of life nodes."
} }
] ]
} }

View File

@ -2093,6 +2093,8 @@
], ],
"https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [
[ [
"Batch_joy_caption_two",
"Batch_joy_caption_two_advanced",
"Joy_caption_two", "Joy_caption_two",
"Joy_caption_two_advanced", "Joy_caption_two_advanced",
"Joy_caption_two_load", "Joy_caption_two_load",
@ -2602,6 +2604,17 @@
"title_aux": "IC-Light-ComfyUI-Node" "title_aux": "IC-Light-ComfyUI-Node"
} }
], ],
"https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools": [
[
"FluxPromptEnhance",
"FluxPromptGeminiFlash",
"FluxPromptGenerator",
"MiniCPM_V_2_6_Int4"
],
{
"title_aux": "ComfyUI-Flux-Prompt-Tools"
}
],
"https://github.com/FizzleDorf/ComfyUI-AIT": [ "https://github.com/FizzleDorf/ComfyUI-AIT": [
[ [
"AIT_Unet_Loader", "AIT_Unet_Loader",
@ -2924,6 +2937,7 @@
"GR Counter", "GR Counter",
"GR Flip Tile Random Inverted", "GR Flip Tile Random Inverted",
"GR Flip Tile Random Red Ring", "GR Flip Tile Random Red Ring",
"GR Floats for AnimateDiff",
"GR Image Details Displayer", "GR Image Details Displayer",
"GR Image Details Saver", "GR Image Details Saver",
"GR Image Paste", "GR Image Paste",
@ -4511,6 +4525,14 @@
"title_aux": "ComfyUI-FFmpeg" "title_aux": "ComfyUI-FFmpeg"
} }
], ],
"https://github.com/MoonHugo/ComfyUI-StableAudioOpen": [
[
"Text2Audio"
],
{
"title_aux": "ComfyUI-StableAudioOpen"
}
],
"https://github.com/Moooonet/ComfyUI-ArteMoon": [ "https://github.com/Moooonet/ComfyUI-ArteMoon": [
[ [
"LoadPrompts" "LoadPrompts"
@ -4576,6 +4598,15 @@
"title_aux": "ComfyUI-Matchering" "title_aux": "ComfyUI-Matchering"
} }
], ],
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [
[
"SelectLatentSize",
"TextEncode3in1"
],
{
"title_aux": "ComfyUi-MzMaXaM"
}
],
"https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [
[ [
"3D_GenerateDepthImage", "3D_GenerateDepthImage",
@ -5985,6 +6016,19 @@
"title_aux": "ComfyUI-Mobile" "title_aux": "ComfyUI-Mobile"
} }
], ],
"https://github.com/SozeInc/ComfyUI_Soze": [
[
"CSV Reader",
"CSV Writer",
"Image Batch Process Switch",
"Load Image",
"Load Images From Folder",
"Output Filename"
],
{
"title_aux": "Quality of Life Nodes for ComfyUI"
}
],
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [
[ [
"SVD_txt2vid_ConditioningwithLatent" "SVD_txt2vid_ConditioningwithLatent"
@ -6557,7 +6601,9 @@
], ],
"https://github.com/TTPlanetPig/Comfyui_JC2": [ "https://github.com/TTPlanetPig/Comfyui_JC2": [
[ [
"JoyCaption2" "ExtraOptionsNode",
"JoyCaption2",
"JoyCaption2_simple"
], ],
{ {
"title_aux": "Comfyui_JC2" "title_aux": "Comfyui_JC2"
@ -6913,6 +6959,7 @@
"TripoAPIDraft", "TripoAPIDraft",
"TripoAnimateRetargetNode", "TripoAnimateRetargetNode",
"TripoAnimateRigNode", "TripoAnimateRigNode",
"TripoConvertNode",
"TripoGLBViewer", "TripoGLBViewer",
"TripoRefineModel" "TripoRefineModel"
], ],
@ -7979,8 +8026,8 @@
[ [
"CivitaiPrompt", "CivitaiPrompt",
"JoyCaption", "JoyCaption",
"JoyCaptionAlpha2Online",
"JoyTag", "JoyTag",
"LoadLlamaModel",
"Translate" "Translate"
], ],
{ {
@ -12769,11 +12816,14 @@
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AI Chooser", "AI Chooser",
"Additional Parameter",
"AdvPromptEnhancer", "AdvPromptEnhancer",
"DalleImage", "DalleImage",
"Enhancer", "Enhancer",
"ImgTextSwitch", "ImgTextSwitch",
"ParseJSON",
"Plush-Exif Wrangler", "Plush-Exif Wrangler",
"ShowInfo_md",
"Tagger", "Tagger",
"mulTextSwitch" "mulTextSwitch"
], ],
@ -13240,7 +13290,8 @@
"Load Sampler Name", "Load Sampler Name",
"Load Scheduler Name", "Load Scheduler Name",
"Load UNET Name", "Load UNET Name",
"Multi Line Text" "Multi Line Text",
"Seed Output"
], ],
{ {
"title_aux": "ComfyUI-ReplenishNodes" "title_aux": "ComfyUI-ReplenishNodes"
@ -13309,6 +13360,7 @@
"bing_loader", "bing_loader",
"bing_tool", "bing_tool",
"bool_logic", "bool_logic",
"check_text",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_function_plus", "classify_function_plus",
@ -13359,6 +13411,7 @@
"json_get_value", "json_get_value",
"json_iterator", "json_iterator",
"json_parser", "json_parser",
"json_writing",
"keyword_tool", "keyword_tool",
"list_append", "list_append",
"list_append_plus", "list_append_plus",
@ -15108,6 +15161,7 @@
"CreateTextOnPath", "CreateTextOnPath",
"CreateVoronoiMask", "CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",
"CrossFadeImagesMulti",
"CustomControlNetWeightsFluxFromList", "CustomControlNetWeightsFluxFromList",
"CustomSigmas", "CustomSigmas",
"DifferentialDiffusionAdvanced", "DifferentialDiffusionAdvanced",
@ -15199,6 +15253,7 @@
"StringConstant", "StringConstant",
"StringConstantMultiline", "StringConstantMultiline",
"Superprompt", "Superprompt",
"TransitionImagesMulti",
"VRAM_Debug", "VRAM_Debug",
"WebcamCaptureCV2", "WebcamCaptureCV2",
"WeightScheduleConvert", "WeightScheduleConvert",
@ -17728,6 +17783,14 @@
"title_aux": "BrushNet" "title_aux": "BrushNet"
} }
], ],
"https://github.com/numz/ComfyUI-FlowChain": [
[
"WorkflowLipSync"
],
{
"title_aux": "ComfyUI-FlowChain"
}
],
"https://github.com/nux1111/ComfyUI_NetDist_Plus": [ "https://github.com/nux1111/ComfyUI_NetDist_Plus": [
[ [
"CombineImageBatch", "CombineImageBatch",
@ -18525,6 +18588,19 @@
"title_aux": "comfyUI_FrequencySeparation_RGB-HSV" "title_aux": "comfyUI_FrequencySeparation_RGB-HSV"
} }
], ],
"https://github.com/robertvoy/ComfyUI-Flux-Continuum": [
[
"BatchSlider",
"ControlNetSlider",
"DenoiseSlider",
"GuidanceSlider",
"MaxShiftSlider",
"StepSlider"
],
{
"title_aux": "ComfyUI Flux Continuum: Modular Interface"
}
],
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [
[ [
"SetMetadataAll", "SetMetadataAll",
@ -18658,6 +18734,7 @@
"DepthBlender", "DepthBlender",
"DepthFeatureNode", "DepthFeatureNode",
"DepthInjection", "DepthInjection",
"DepthMapProtrusion",
"DepthRippleEffect", "DepthRippleEffect",
"DepthShapeModifier", "DepthShapeModifier",
"DepthShapeModifierPrecise", "DepthShapeModifierPrecise",
@ -18668,6 +18745,7 @@
"EmbeddingGuidedLatentInterpolate", "EmbeddingGuidedLatentInterpolate",
"EmitterEmissionRateModulation", "EmitterEmissionRateModulation",
"EmitterMovement", "EmitterMovement",
"EmptyImageAndMaskFromAudio",
"EmptyImageFromAudio", "EmptyImageFromAudio",
"EmptyMaskFromAudio", "EmptyMaskFromAudio",
"FeatureAccumulate", "FeatureAccumulate",
@ -19902,6 +19980,7 @@
"Detect Faces and Draw Detection Box", "Detect Faces and Draw Detection Box",
"Directory Loader", "Directory Loader",
"Directory Selector", "Directory Selector",
"Face Similarity",
"Filter Images With Multiple Faces", "Filter Images With Multiple Faces",
"Filter Images Without Faces", "Filter Images Without Faces",
"Filter Images Without Specific Face", "Filter Images Without Specific Face",
@ -19919,6 +19998,7 @@
], ],
"https://github.com/syaofox/ComfyUI_fnodes": [ "https://github.com/syaofox/ComfyUI_fnodes": [
[ [
"AddImageBorder-",
"AlignImageByFace-", "AlignImageByFace-",
"ColorAdjustment-", "ColorAdjustment-",
"ColorBlockEffect-", "ColorBlockEffect-",
@ -19943,6 +20023,9 @@
"ImageScalerForSDModels-", "ImageScalerForSDModels-",
"LoadImagesFromFolder-", "LoadImagesFromFolder-",
"MaskChange-", "MaskChange-",
"MaskScale-",
"MaskScaleBy-",
"OccluderLoader-",
"OutlineMask-", "OutlineMask-",
"PrimitiveText-", "PrimitiveText-",
"ReadImage-", "ReadImage-",

File diff suppressed because it is too large Load Diff

View File

@ -1494,10 +1494,21 @@
"save_path": "clip_vision", "save_path": "clip_vision",
"description": "CLIPVision model (needed for styles model)", "description": "CLIPVision model (needed for styles model)",
"reference": "https://huggingface.co/openai/clip-vit-large-patch14", "reference": "https://huggingface.co/openai/clip-vit-large-patch14",
"filename": "clip-vit-large-patch14.bin", "filename": "clip-vit-large-patch14.safetensors",
"url": "https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors", "url": "https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors",
"size": "1.71GB" "size": "1.71GB"
}, },
{
"name": "CLIPVision model (Kwai-Kolors/Kolors-IP-Adapter-Plus/clip-vit-large)",
"type": "clip_vision",
"base": "ViT-L",
"save_path": "clip_vision",
"description": "CLIPVision model (needed for IP-Adapter)",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus",
"filename": "clip-vit-large-patch14-336.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus/resolve/main/image_encoder/pytorch_model.bin",
"size": "1.71GB"
},
{ {
"name": "CLIPVision model (IP-Adapter) CLIP-ViT-H-14-laion2B-s32B-b79K", "name": "CLIPVision model (IP-Adapter) CLIP-ViT-H-14-laion2B-s32B-b79K",
"type": "clip_vision", "type": "clip_vision",
@ -2664,6 +2675,31 @@
"url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors", "url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors",
"size": "847.5MB" "size": "847.5MB"
}, },
{
"name": "Kolors-IP-Adapter-Plus.bin (Kwai-Kolors/Kolors-IP-Adapter-Plus)",
"type": "IP-Adapter",
"base": "Kolors",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus",
"filename": "Kolors-IP-Adapter-Plus.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus/resolve/main/ip_adapter_plus_general.bin",
"size": "1.01GB"
},
{
"name": "Kolors-IP-Adapter-FaceID-Plus.bin (Kwai-Kolors/Kolors-IP-Adapter-Plus)",
"type": "IP-Adapter",
"base": "Kolors",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-FaceID-Plus",
"filename": "Kolors-IP-Adapter-FaceID-Plus.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-FaceID-Plus/resolve/main/ipa-faceid-plus.bin",
"size": "2.39GB"
},
{ {
"name": "pfg-novel-n10.pt", "name": "pfg-novel-n10.pt",
"type": "PFG", "type": "PFG",

View File

@ -11,6 +11,26 @@
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz [WIP]",
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
"files": [
"https://github.com/logtd/ComfyUI-Fluxtapoz"
],
"install_type": "git-clone",
"description": "A set of nodes for editing images using Flux in ComfyUI"
},
{
"author": "huangyangke",
"title": "ComfyUI-Kolors-IpadapterFaceId [WIP]",
"reference": "https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId",
"files": [
"https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId"
],
"install_type": "git-clone",
"description": "NODES:kolors_ipadapter_faceid\nNOTE: The files in the repo are not organized."
},
{ {
"author": "rouxianmantou", "author": "rouxianmantou",
"title": "comfyui-rxmt-nodes", "title": "comfyui-rxmt-nodes",
@ -73,7 +93,7 @@
}, },
{ {
"author": "AIFSH", "author": "AIFSH",
"title": "UtilNodes-ComfyUI", "title": "UtilNodes-ComfyUI [WIP]",
"reference": "https://github.com/AIFSH/UtilNodes-ComfyUI", "reference": "https://github.com/AIFSH/UtilNodes-ComfyUI",
"files": [ "files": [
"https://github.com/AIFSH/UtilNodes-ComfyUI" "https://github.com/AIFSH/UtilNodes-ComfyUI"
@ -83,7 +103,7 @@
}, },
{ {
"author": "dafeng012", "author": "dafeng012",
"title": "comfyui-imgmake", "title": "comfyui-imgmake [WIP]",
"reference": "https://github.com/dafeng012/comfyui-imgmake", "reference": "https://github.com/dafeng012/comfyui-imgmake",
"files": [ "files": [
"https://github.com/dafeng012/comfyui-imgmake" "https://github.com/dafeng012/comfyui-imgmake"
@ -163,7 +183,7 @@
}, },
{ {
"author": "monate0615", "author": "monate0615",
"title": "Affine Transform ComfyUI Node", "title": "Affine Transform ComfyUI Node [WIP]",
"reference": "https://github.com/monate0615/ComfyUI-Affine-Transform", "reference": "https://github.com/monate0615/ComfyUI-Affine-Transform",
"files": [ "files": [
"https://github.com/monate0615/ComfyUI-Affine-Transform" "https://github.com/monate0615/ComfyUI-Affine-Transform"
@ -366,7 +386,7 @@
}, },
{ {
"author": "shadowcz007", "author": "shadowcz007",
"title": "Comfyui-EzAudio", "title": "Comfyui-EzAudio [WIP]",
"reference": "https://github.com/shadowcz007/Comfyui-EzAudio", "reference": "https://github.com/shadowcz007/Comfyui-EzAudio",
"files": [ "files": [
"https://github.com/shadowcz007/Comfyui-EzAudio" "https://github.com/shadowcz007/Comfyui-EzAudio"
@ -516,7 +536,7 @@
}, },
{ {
"author": "Lilien86", "author": "Lilien86",
"title": "lauger NodePack for ComfyUI", "title": "lauger NodePack for ComfyUI [WIP]",
"reference": "https://github.com/Lilien86/Comfyui_Lilien", "reference": "https://github.com/Lilien86/Comfyui_Lilien",
"files": [ "files": [
"https://github.com/Lilien86/Comfyui_Lilien" "https://github.com/Lilien86/Comfyui_Lilien"

View File

@ -236,7 +236,7 @@
"PromptTextNode" "PromptTextNode"
], ],
{ {
"title_aux": "UtilNodes-ComfyUI" "title_aux": "UtilNodes-ComfyUI [WIP]"
} }
], ],
"https://github.com/ALatentPlace/ComfyUI_yanc": [ "https://github.com/ALatentPlace/ComfyUI_yanc": [
@ -538,7 +538,8 @@
[ [
"FluxPromptEnhance", "FluxPromptEnhance",
"FluxPromptGeminiFlash", "FluxPromptGeminiFlash",
"FluxPromptGenerator" "FluxPromptGenerator",
"MiniCPM_V_2_6_Int4"
], ],
{ {
"title_aux": "ComfyUI-Flux-Prompt-Tools" "title_aux": "ComfyUI-Flux-Prompt-Tools"
@ -727,7 +728,7 @@
"Latent Interpolator Multi" "Latent Interpolator Multi"
], ],
{ {
"title_aux": "lauger NodePack for ComfyUI" "title_aux": "lauger NodePack for ComfyUI [WIP]"
} }
], ],
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": [ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": [
@ -1617,7 +1618,7 @@
"video2image" "video2image"
], ],
{ {
"title_aux": "comfyui-imgmake" "title_aux": "comfyui-imgmake [WIP]"
} }
], ],
"https://github.com/denislov/Comfyui_AutoSurvey": [ "https://github.com/denislov/Comfyui_AutoSurvey": [
@ -1945,6 +1946,14 @@
"title_aux": "comfy-magick [WIP]" "title_aux": "comfy-magick [WIP]"
} }
], ],
"https://github.com/huangyangke/ComfyUI-Kolors-IpadapterFaceId": [
[
"kolors_ipadapter_faceid"
],
{
"title_aux": "ComfyUI-Kolors-IpadapterFaceId [WIP]"
}
],
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": [ "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": [
[ [
"EasyBgRemover", "EasyBgRemover",
@ -2403,6 +2412,7 @@
"ConfigureRefFlux", "ConfigureRefFlux",
"FluxDeGuidance", "FluxDeGuidance",
"FluxInverseSampler", "FluxInverseSampler",
"FluxNoiseMixer",
"InFluxFlipSigmas", "InFluxFlipSigmas",
"InFluxModelSamplingPred", "InFluxModelSamplingPred",
"OutFluxModelSamplingPred" "OutFluxModelSamplingPred"
@ -2565,7 +2575,7 @@
"AffineTransform" "AffineTransform"
], ],
{ {
"title_aux": "Affine Transform ComfyUI Node" "title_aux": "Affine Transform ComfyUI Node [WIP]"
} }
], ],
"https://github.com/monate0615/ComfyUI-Simple-Image-Tools": [ "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": [
@ -2870,7 +2880,7 @@
"EZLoadModelNode" "EZLoadModelNode"
], ],
{ {
"title_aux": "Comfyui-EzAudio" "title_aux": "Comfyui-EzAudio [WIP]"
} }
], ],
"https://github.com/shadowcz007/comfyui-CLIPSeg": [ "https://github.com/shadowcz007/comfyui-CLIPSeg": [

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "leeooo001",
"title": "ComfyUI-leo-GVHMR",
"reference": "https://github.com/leeooo001/ComfyUI-leo-Hamer",
"files": [
"https://github.com/leeooo001/ComfyUI-leo-Hamer"
],
"install_type": "git-clone",
"description": "Unoffice Hamer-ComfyUI by leo\nNOTE:base on [a/hamer](https://github.com/geopavlakos/hamer)"
},
{
"author": "leeooo001",
"title": "ComfyUI-leo-GVHMR",
"reference": "https://github.com/leeooo001/ComfyUI-leo-GVHMR",
"files": [
"https://github.com/leeooo001/ComfyUI-leo-GVHMR"
],
"install_type": "git-clone",
"description": "Unoffice Hamer-ComfyUI by leo\nNOTE:base on [a/GVHMR](https://github.com/zju3dv/GVHMR)"
},
{
"author": "leeooo001",
"title": "RealisDance-ComfyUI",
"reference": "https://github.com/leeooo001/ComfyUI-leo-RealisDance",
"files": [
"https://github.com/leeooo001/ComfyUI-leo-RealisDance"
],
"install_type": "git-clone",
"description": "Unoffice RealisDance-ComfyUI by leo\nNOTE:base on [a/RealisDance](https://github.com/damo-cv/RealisDance), modified on [a/RealisDanceComfyui](https://github.com/AIFSH/RealisDance-ComfyUI)"
},
{ {
"author": "jags111", "author": "jags111",
"title": "NyaamZ/ComfyUI-Long-CLIP", "title": "NyaamZ/ComfyUI-Long-CLIP",

View File

@ -20,6 +20,58 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Convert your workflows into node and chain them." "description": "Convert your workflows into node and chain them."
}, },
{
"author": "SozeInc",
"title": "Quality of Life Nodes for ComfyUI",
"id": "ComfyUI_Soze",
"reference": "https://github.com/SozeInc/ComfyUI_Soze",
"files": [
"https://github.com/SozeInc/ComfyUI_Soze"
],
"install_type": "git-clone",
"description": "These nodes aid with batching image processing and maintaining input file names in output files and other quality of life nodes."
},
{
"author": "MoonHugo",
"title": "ComfyUI-StableAudioOpen",
"id": "stable-audio-open",
"reference": "https://github.com/MoonHugo/ComfyUI-StableAudioOpen",
"files": [
"https://github.com/MoonHugo/ComfyUI-StableAudioOpen"
],
"install_type": "git-clone",
"description": "The implementation of the audio generation model stable-audio-open in ComfyUI enables ComfyUI to achieve text-to-audio functionality."
},
{
"author": "robertvoy",
"title": "ComfyUI Flux Continuum: Modular Interface",
"reference": "https://github.com/robertvoy/ComfyUI-Flux-Continuum",
"files": [
"https://github.com/robertvoy/ComfyUI-Flux-Continuum"
],
"install_type": "git-clone",
"description": "NODES:Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider"
},
{
"author": "Firetheft",
"title": "ComfyUI-Flux-Prompt-Tools",
"reference": "https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools",
"files": [
"https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools"
],
"install_type": "git-clone",
"description": "NODES:Flux Prompt Enhance, Flux Prompt Gemini Flash, Flux Prompt Generator, MiniCPM V2.6 Int4"
},
{
"author": "MzMaXaM",
"title": "ComfyUi-MzMaXaM",
"reference": "https://github.com/MzMaXaM/ComfyUi-MzMaXaM",
"files": [
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM"
],
"install_type": "git-clone",
"description": "A pack of nodes, to make my life and hopefully your a bit easier."
},
{ {
"author": "TTPlanetPig", "author": "TTPlanetPig",
"title": "Comfyui_JC2", "title": "Comfyui_JC2",
@ -669,37 +721,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions." "description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions."
},
{
"author": "ycyy",
"title": "ComfyUI-YCYY-LoraInfo",
"reference": "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo",
"files": [
"https://github.com/ycyy/ComfyUI-YCYY-LoraInfo"
],
"install_type": "git-clone",
"description": "You can use this node to get information about lora. For example trigger words, description and example images."
},
{
"author": "asaddi",
"title": "YALLM-LlamaVision",
"reference": "https://github.com/asaddi/ComfyUI-YALLM-node",
"files": [
"https://github.com/asaddi/ComfyUI-YALLM-node"
],
"install_type": "git-clone",
"description": "A set of nodes for basic Llama 3.2 Vision support in ComfyUI. Give it an image and query and it will output a text response."
},
{
"author": "CRT",
"title": "CRT-Nodes",
"id": "CRT-Nodes",
"reference": "https://github.com/plugcrypt/CRT-Nodes",
"files": [
"https://github.com/plugcrypt/CRT-Nodes"
],
"install_type": "git-clone",
"description": "This set includes toggle nodes for Lora Unet blocks L1/L2 and a node to remove trailing comma from string end."
} }
] ]
} }

View File

@ -2093,6 +2093,8 @@
], ],
"https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [
[ [
"Batch_joy_caption_two",
"Batch_joy_caption_two_advanced",
"Joy_caption_two", "Joy_caption_two",
"Joy_caption_two_advanced", "Joy_caption_two_advanced",
"Joy_caption_two_load", "Joy_caption_two_load",
@ -2602,6 +2604,17 @@
"title_aux": "IC-Light-ComfyUI-Node" "title_aux": "IC-Light-ComfyUI-Node"
} }
], ],
"https://github.com/Firetheft/ComfyUI-Flux-Prompt-Tools": [
[
"FluxPromptEnhance",
"FluxPromptGeminiFlash",
"FluxPromptGenerator",
"MiniCPM_V_2_6_Int4"
],
{
"title_aux": "ComfyUI-Flux-Prompt-Tools"
}
],
"https://github.com/FizzleDorf/ComfyUI-AIT": [ "https://github.com/FizzleDorf/ComfyUI-AIT": [
[ [
"AIT_Unet_Loader", "AIT_Unet_Loader",
@ -2924,6 +2937,7 @@
"GR Counter", "GR Counter",
"GR Flip Tile Random Inverted", "GR Flip Tile Random Inverted",
"GR Flip Tile Random Red Ring", "GR Flip Tile Random Red Ring",
"GR Floats for AnimateDiff",
"GR Image Details Displayer", "GR Image Details Displayer",
"GR Image Details Saver", "GR Image Details Saver",
"GR Image Paste", "GR Image Paste",
@ -4511,6 +4525,14 @@
"title_aux": "ComfyUI-FFmpeg" "title_aux": "ComfyUI-FFmpeg"
} }
], ],
"https://github.com/MoonHugo/ComfyUI-StableAudioOpen": [
[
"Text2Audio"
],
{
"title_aux": "ComfyUI-StableAudioOpen"
}
],
"https://github.com/Moooonet/ComfyUI-ArteMoon": [ "https://github.com/Moooonet/ComfyUI-ArteMoon": [
[ [
"LoadPrompts" "LoadPrompts"
@ -4576,6 +4598,15 @@
"title_aux": "ComfyUI-Matchering" "title_aux": "ComfyUI-Matchering"
} }
], ],
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [
[
"SelectLatentSize",
"TextEncode3in1"
],
{
"title_aux": "ComfyUi-MzMaXaM"
}
],
"https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [
[ [
"3D_GenerateDepthImage", "3D_GenerateDepthImage",
@ -5985,6 +6016,19 @@
"title_aux": "ComfyUI-Mobile" "title_aux": "ComfyUI-Mobile"
} }
], ],
"https://github.com/SozeInc/ComfyUI_Soze": [
[
"CSV Reader",
"CSV Writer",
"Image Batch Process Switch",
"Load Image",
"Load Images From Folder",
"Output Filename"
],
{
"title_aux": "Quality of Life Nodes for ComfyUI"
}
],
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [
[ [
"SVD_txt2vid_ConditioningwithLatent" "SVD_txt2vid_ConditioningwithLatent"
@ -6557,7 +6601,9 @@
], ],
"https://github.com/TTPlanetPig/Comfyui_JC2": [ "https://github.com/TTPlanetPig/Comfyui_JC2": [
[ [
"JoyCaption2" "ExtraOptionsNode",
"JoyCaption2",
"JoyCaption2_simple"
], ],
{ {
"title_aux": "Comfyui_JC2" "title_aux": "Comfyui_JC2"
@ -6913,6 +6959,7 @@
"TripoAPIDraft", "TripoAPIDraft",
"TripoAnimateRetargetNode", "TripoAnimateRetargetNode",
"TripoAnimateRigNode", "TripoAnimateRigNode",
"TripoConvertNode",
"TripoGLBViewer", "TripoGLBViewer",
"TripoRefineModel" "TripoRefineModel"
], ],
@ -7979,8 +8026,8 @@
[ [
"CivitaiPrompt", "CivitaiPrompt",
"JoyCaption", "JoyCaption",
"JoyCaptionAlpha2Online",
"JoyTag", "JoyTag",
"LoadLlamaModel",
"Translate" "Translate"
], ],
{ {
@ -12769,11 +12816,14 @@
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AI Chooser", "AI Chooser",
"Additional Parameter",
"AdvPromptEnhancer", "AdvPromptEnhancer",
"DalleImage", "DalleImage",
"Enhancer", "Enhancer",
"ImgTextSwitch", "ImgTextSwitch",
"ParseJSON",
"Plush-Exif Wrangler", "Plush-Exif Wrangler",
"ShowInfo_md",
"Tagger", "Tagger",
"mulTextSwitch" "mulTextSwitch"
], ],
@ -13240,7 +13290,8 @@
"Load Sampler Name", "Load Sampler Name",
"Load Scheduler Name", "Load Scheduler Name",
"Load UNET Name", "Load UNET Name",
"Multi Line Text" "Multi Line Text",
"Seed Output"
], ],
{ {
"title_aux": "ComfyUI-ReplenishNodes" "title_aux": "ComfyUI-ReplenishNodes"
@ -13309,6 +13360,7 @@
"bing_loader", "bing_loader",
"bing_tool", "bing_tool",
"bool_logic", "bool_logic",
"check_text",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_function_plus", "classify_function_plus",
@ -13359,6 +13411,7 @@
"json_get_value", "json_get_value",
"json_iterator", "json_iterator",
"json_parser", "json_parser",
"json_writing",
"keyword_tool", "keyword_tool",
"list_append", "list_append",
"list_append_plus", "list_append_plus",
@ -15108,6 +15161,7 @@
"CreateTextOnPath", "CreateTextOnPath",
"CreateVoronoiMask", "CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",
"CrossFadeImagesMulti",
"CustomControlNetWeightsFluxFromList", "CustomControlNetWeightsFluxFromList",
"CustomSigmas", "CustomSigmas",
"DifferentialDiffusionAdvanced", "DifferentialDiffusionAdvanced",
@ -15199,6 +15253,7 @@
"StringConstant", "StringConstant",
"StringConstantMultiline", "StringConstantMultiline",
"Superprompt", "Superprompt",
"TransitionImagesMulti",
"VRAM_Debug", "VRAM_Debug",
"WebcamCaptureCV2", "WebcamCaptureCV2",
"WeightScheduleConvert", "WeightScheduleConvert",
@ -17728,6 +17783,14 @@
"title_aux": "BrushNet" "title_aux": "BrushNet"
} }
], ],
"https://github.com/numz/ComfyUI-FlowChain": [
[
"WorkflowLipSync"
],
{
"title_aux": "ComfyUI-FlowChain"
}
],
"https://github.com/nux1111/ComfyUI_NetDist_Plus": [ "https://github.com/nux1111/ComfyUI_NetDist_Plus": [
[ [
"CombineImageBatch", "CombineImageBatch",
@ -18525,6 +18588,19 @@
"title_aux": "comfyUI_FrequencySeparation_RGB-HSV" "title_aux": "comfyUI_FrequencySeparation_RGB-HSV"
} }
], ],
"https://github.com/robertvoy/ComfyUI-Flux-Continuum": [
[
"BatchSlider",
"ControlNetSlider",
"DenoiseSlider",
"GuidanceSlider",
"MaxShiftSlider",
"StepSlider"
],
{
"title_aux": "ComfyUI Flux Continuum: Modular Interface"
}
],
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [
[ [
"SetMetadataAll", "SetMetadataAll",
@ -18658,6 +18734,7 @@
"DepthBlender", "DepthBlender",
"DepthFeatureNode", "DepthFeatureNode",
"DepthInjection", "DepthInjection",
"DepthMapProtrusion",
"DepthRippleEffect", "DepthRippleEffect",
"DepthShapeModifier", "DepthShapeModifier",
"DepthShapeModifierPrecise", "DepthShapeModifierPrecise",
@ -18668,6 +18745,7 @@
"EmbeddingGuidedLatentInterpolate", "EmbeddingGuidedLatentInterpolate",
"EmitterEmissionRateModulation", "EmitterEmissionRateModulation",
"EmitterMovement", "EmitterMovement",
"EmptyImageAndMaskFromAudio",
"EmptyImageFromAudio", "EmptyImageFromAudio",
"EmptyMaskFromAudio", "EmptyMaskFromAudio",
"FeatureAccumulate", "FeatureAccumulate",
@ -19902,6 +19980,7 @@
"Detect Faces and Draw Detection Box", "Detect Faces and Draw Detection Box",
"Directory Loader", "Directory Loader",
"Directory Selector", "Directory Selector",
"Face Similarity",
"Filter Images With Multiple Faces", "Filter Images With Multiple Faces",
"Filter Images Without Faces", "Filter Images Without Faces",
"Filter Images Without Specific Face", "Filter Images Without Specific Face",
@ -19919,6 +19998,7 @@
], ],
"https://github.com/syaofox/ComfyUI_fnodes": [ "https://github.com/syaofox/ComfyUI_fnodes": [
[ [
"AddImageBorder-",
"AlignImageByFace-", "AlignImageByFace-",
"ColorAdjustment-", "ColorAdjustment-",
"ColorBlockEffect-", "ColorBlockEffect-",
@ -19943,6 +20023,9 @@
"ImageScalerForSDModels-", "ImageScalerForSDModels-",
"LoadImagesFromFolder-", "LoadImagesFromFolder-",
"MaskChange-", "MaskChange-",
"MaskScale-",
"MaskScaleBy-",
"OccluderLoader-",
"OutlineMask-", "OutlineMask-",
"PrimitiveText-", "PrimitiveText-",
"ReadImage-", "ReadImage-",

View File

@ -1,5 +1,39 @@
{ {
"models": [ "models": [
{
"name": "Kolors-IP-Adapter-Plus.bin (Kwai-Kolors/Kolors-IP-Adapter-Plus)",
"type": "IP-Adapter",
"base": "Kolors",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus",
"filename": "Kolors-IP-Adapter-Plus.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus/resolve/main/ip_adapter_plus_general.bin",
"size": "1.01GB"
},
{
"name": "Kolors-IP-Adapter-FaceID-Plus.bin (Kwai-Kolors/Kolors-IP-Adapter-Plus)",
"type": "IP-Adapter",
"base": "Kolors",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-FaceID-Plus",
"filename": "Kolors-IP-Adapter-FaceID-Plus.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-FaceID-Plus/resolve/main/ipa-faceid-plus.bin",
"size": "2.39GB"
},
{
"name": "CLIPVision model (Kwai-Kolors/Kolors-IP-Adapter-Plus/clip-vit-large)",
"type": "clip_vision",
"base": "ViT-L",
"save_path": "clip_vision",
"description": "CLIPVision model (This is required in cubiq/ComfyUI_IPAdapter_plus)",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus",
"filename": "clip-vit-large-patch14-336.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus/resolve/main/image_encoder/pytorch_model.bin",
"size": "1.71GB"
},
{ {
"name": "kijai/lotus depth d model v1.1 (fp16)", "name": "kijai/lotus depth d model v1.1 (fp16)",
"type": "diffusion_model", "type": "diffusion_model",
@ -651,41 +685,6 @@
"filename": "flux1-schnell-Q8_0.gguf", "filename": "flux1-schnell-Q8_0.gguf",
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf", "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf",
"size": "12.7GB" "size": "12.7GB"
},
{
"name": "TAEF1 Decoder",
"type": "TAESD",
"base": "FLUX.1",
"save_path": "vae_approx",
"description": "(FLUX.1 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd",
"filename": "taef1_decoder.pth",
"url": "https://github.com/madebyollin/taesd/raw/main/taef1_decoder.pth",
"size": "4.71MB"
},
{
"name": "TAEF1 Encoder",
"type": "TAESD",
"base": "FLUX.1",
"save_path": "vae_approx",
"description": "(FLUX.1 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd",
"filename": "taef1_encoder.pth",
"url": "https://github.com/madebyollin/taesd/raw/main/taef1_encoder.pth",
"size": "4.71MB"
},
{
"name": "comfyanonymous/clip_l",
"type": "clip",
"base": "clip",
"save_path": "default",
"description": "clip_l model",
"reference": "https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main",
"filename": "clip_l.safetensors",
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors",
"size": "246MB"
} }
] ]
} }