update DB

This commit is contained in:
Dr.Lt.Data 2024-08-16 19:03:29 +09:00
parent 1312657aca
commit acd41d985c
7 changed files with 2242 additions and 1855 deletions

View File

@ -8271,6 +8271,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Move canvas to target on dragging connection." "description": "Move canvas to target on dragging connection."
}, },
{
"author": "shinich39",
"title": "comfyui-group-selection",
"reference": "https://github.com/shinich39/comfyui-group-selection",
"files": [
"https://github.com/shinich39/comfyui-group-selection"
],
"install_type": "git-clone",
"description": "Create a new group of nodes."
},
{ {
"author": "wei30172", "author": "wei30172",
"title": "comfygen", "title": "comfygen",
@ -12063,7 +12073,7 @@
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg" "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI node for background removal implementing [a/InSPyReNet](https://github.com/plemeri/InSPyReNet)" "description": "ComfyUI node for background removal, implementing [a/InSPyReNet](https://github.com/plemeri/InSPyReNet)"
}, },
{ {
"author": "Koushakur", "author": "Koushakur",
@ -12752,6 +12762,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load Video to Images, Image to Canny, ControlNet Model Loader, VEDit Model Loader, VEdit Sampler. [a/https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn](https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn)" "description": "Nodes:Load Video to Images, Image to Canny, ControlNet Model Loader, VEDit Model Loader, VEdit Sampler. [a/https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn](https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn)"
}, },
{
"author": "leeguandong",
"title": "ComfyUI nodes to use CrossImageAttention",
"reference": "https://github.com/leeguandong/ComfyUI_CrossImageAttention",
"files": [
"https://github.com/leeguandong/ComfyUI_CrossImageAttention"
],
"install_type": "git-clone",
"description": "ComfyUI for [a/CrossImageAttention](https://github.com/garibida/cross-image-attention)"
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use Style-Aligned",
"reference": "https://github.com/leeguandong/ComfyUI_Style_Aligned",
"files": [
"https://github.com/leeguandong/ComfyUI_Style_Aligned"
],
"install_type": "git-clone",
"description": "ComfyUI for [a/style-aligned](https://github.com/google/style-aligned)"
},
{ {
"author": "lenskikh", "author": "lenskikh",
"title": "Propmt Worker", "title": "Propmt Worker",
@ -13064,13 +13094,13 @@
}, },
{ {
"author": "ryanontheinside", "author": "ryanontheinside",
"title": "ComfyUI_RyanOnTheInside", "title": "RyanOnTheInside",
"reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside", "reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside",
"files": [ "files": [
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "RyanOnTheInside node pack introduces the following (so far): Particle Systems, Optical Flow, Temporal Masks." "description": "Custom nodes introducing particle simulations, optical flow, and temporal masks"
}, },
{ {
"author": "ControlAltAI", "author": "ControlAltAI",
@ -13084,6 +13114,41 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Quality of Life ComfyUI nodes starting with Flux Resolution Calculator and Flux Sampler." "description": "Quality of Life ComfyUI nodes starting with Flux Resolution Calculator and Flux Sampler."
}, },
{
"author": "OliverCrosby",
"title": "Comfyui-Minimap",
"reference": "https://github.com/OliverCrosby/Comfyui-Minimap",
"files":
[
"https://github.com/OliverCrosby/Comfyui-Minimap"
],
"install_type": "git-clone",
"description": "This is the initial build of a comfyui minimap.\nVery simple so far. It makes a copy of the workflow graph, simplified and minified, in the bottom left hand corner. It puts a red border where your viewport is. Left click on the minimap and it will move your viewport to that location."
},
{
"author": "doomy23",
"title": "ComfyUI-D00MYsNodes",
"reference": "https://github.com/doomy23/ComfyUI-D00MYsNodes",
"files":
[
"https://github.com/doomy23/ComfyUI-D00MYsNodes"
],
"install_type": "git-clone",
"description": "Nodes:ImagesToPNG. A set of custom nodes for ComfyUI I needed for myself but I'm sharing with the public."
},
{
"author": "Sieyalixnet",
"title": "ComfyUI_Textarea_Loaders",
"reference": "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders",
"files":
[
"https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders"
],
"install_type": "git-clone",
"description": "An easy custom node that makes the some loaders' input as Text instead of file selector.\nFor example, there are many characters in different loras respectively. If you want to generate different characters' pictures, you have to select corresponding lora, and then edit the prompt. It may cost much time.\nTo solve this problem, You can use it with a chrome extension https://github.com/Sieyalixnet/ComfyUI-Prompt-Formatter-Extension that makes the queue prompt easier when you dealing with massive loras and prompt."
},

View File

@ -3937,6 +3937,38 @@
"title_aux": "Image Captioning and Tagging Assistor Nodes" "title_aux": "Image Captioning and Tagging Assistor Nodes"
} }
], ],
"https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [
[
"RTXRemixCreateLayer",
"RTXRemixDefineLayerId",
"RTXRemixDeleteFile",
"RTXRemixEndContext",
"RTXRemixGetEditTarget",
"RTXRemixGetLayers",
"RTXRemixGetTextures",
"RTXRemixIngestTexture",
"RTXRemixInvertBool",
"RTXRemixLayerType",
"RTXRemixLayerTypes",
"RTXRemixMuteLayer",
"RTXRemixRemoveLayer",
"RTXRemixRestAPIDetails",
"RTXRemixSaveLayer",
"RTXRemixSetEditTarget",
"RTXRemixSetTexture",
"RTXRemixStartContext",
"RTXRemixStrToList",
"RTXRemixStringConcatenate",
"RTXRemixStringConstant",
"RTXRemixSwitch",
"RTXRemixTextureTypeToUSDAttribute",
"RTXRemixTexturesType",
"RTXRemixTexturesTypes"
],
{
"title_aux": "ComfyUI-RTX-Remix"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
[ [
"NoisyLatentPerlinD" "NoisyLatentPerlinD"
@ -4979,6 +5011,15 @@
"title_aux": "Lazy Pony Prompter" "title_aux": "Lazy Pony Prompter"
} }
], ],
"https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": [
[
"CheckPointLoader_Text",
"LoRALoader_Text"
],
{
"title_aux": "ComfyUI_Textarea_Loaders"
}
],
"https://github.com/Smirnov75/ComfyUI-mxToolkit": [ "https://github.com/Smirnov75/ComfyUI-mxToolkit": [
[ [
"mxSeed", "mxSeed",
@ -9165,8 +9206,42 @@
"StableCascade_SuperResolutionControlnet", "StableCascade_SuperResolutionControlnet",
"StableZero123_Conditioning", "StableZero123_Conditioning",
"StableZero123_Conditioning_Batched", "StableZero123_Conditioning_Batched",
"StubFloat",
"StubImage",
"StubInt",
"StubMask",
"StyleModelApply", "StyleModelApply",
"StyleModelLoader", "StyleModelLoader",
"TestAccumulateNode",
"TestAccumulationGetItemNode",
"TestAccumulationGetLengthNode",
"TestAccumulationHeadNode",
"TestAccumulationSetItemNode",
"TestAccumulationTailNode",
"TestAccumulationToListNode",
"TestBoolOperationNode",
"TestCustomIsChanged",
"TestCustomValidation1",
"TestCustomValidation2",
"TestCustomValidation3",
"TestCustomValidation4",
"TestCustomValidation5",
"TestDynamicDependencyCycle",
"TestExecutionBlocker",
"TestFloatConditions",
"TestForLoopClose",
"TestForLoopOpen",
"TestIntConditions",
"TestIntMathOperation",
"TestLazyMixImages",
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestStringConditions",
"TestToBoolNode",
"TestVariadicAverage",
"TestWhileLoopClose",
"TestWhileLoopOpen",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
"TripleCLIPLoader", "TripleCLIPLoader",
@ -9594,14 +9669,16 @@
"CFGSkimming", "CFGSkimming",
"CustomPromptLoader", "CustomPromptLoader",
"DynamicStringCombinerNode", "DynamicStringCombinerNode",
"FileReaderNode",
"FlexibleStringMergerNode", "FlexibleStringMergerNode",
"GPT4MiniNode", "GPT4MiniNode",
"GPT4VisionNode", "GPT4VisionNode",
"Gpt4CustomVision", "Gpt4CustomVision",
"Gpt4VisionCloner", "Gpt4VisionCloner",
"MergedOllamaNode", "MedianOppositeColorNode",
"OllamaNode", "OllamaNode",
"PGSD3LatentGenerator", "PGSD3LatentGenerator",
"ProminentOppositeColorNode",
"PromptGenerator", "PromptGenerator",
"RandomIntegerNode", "RandomIntegerNode",
"SentenceMixerNode", "SentenceMixerNode",
@ -10054,6 +10131,14 @@
"title_aux": "ComfyUI-Keyframed" "title_aux": "ComfyUI-Keyframed"
} }
], ],
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[
"ImagesToPNG"
],
{
"title_aux": "ComfyUI-D00MYsNodes"
}
],
"https://github.com/drago87/ComfyUI_Dragos_Nodes": [ "https://github.com/drago87/ComfyUI_Dragos_Nodes": [
[ [
"file_padding", "file_padding",
@ -10243,6 +10328,14 @@
"title_aux": "ComfyUI-Showrunner-Utils" "title_aux": "ComfyUI-Showrunner-Utils"
} }
], ],
"https://github.com/fairy-root/Flux-Prompt-Generator": [
[
"FluxPromptGenerator"
],
{
"title_aux": "Flux Prompt Generator for ComfyUI"
}
],
"https://github.com/fairy-root/comfyui-ollama-llms": [ "https://github.com/fairy-root/comfyui-ollama-llms": [
[ [
"ConcatenateText", "ConcatenateText",
@ -10400,7 +10493,6 @@
"FL_Shadertoy", "FL_Shadertoy",
"FL_SimpleGPTVision", "FL_SimpleGPTVision",
"FL_SystemCheck", "FL_SystemCheck",
"FL_TD_Sampler",
"FL_TetrisGame", "FL_TetrisGame",
"FL_TimeLine", "FL_TimeLine",
"FL_UpscaleModel", "FL_UpscaleModel",
@ -11166,6 +11258,15 @@
"title_aux": "ComfyUI Griptape Nodes" "title_aux": "ComfyUI Griptape Nodes"
} }
], ],
"https://github.com/gseth/ControlAltAI-Nodes": [
[
"FluxResolutionNode",
"FluxSampler"
],
{
"title_aux": "ControlAltAI Nodes"
}
],
"https://github.com/guill/abracadabra-comfyui": [ "https://github.com/guill/abracadabra-comfyui": [
[ [
"AbracadabraNode", "AbracadabraNode",
@ -11336,6 +11437,7 @@
"classify_function_plus", "classify_function_plus",
"classify_persona", "classify_persona",
"classify_persona_plus", "classify_persona_plus",
"clear_file",
"clear_model", "clear_model",
"custom_persona", "custom_persona",
"discord_bot", "discord_bot",
@ -12952,6 +13054,7 @@
"JoinStringMulti", "JoinStringMulti",
"JoinStrings", "JoinStrings",
"LoadAndResizeImage", "LoadAndResizeImage",
"LoadImagesFromFolderKJ",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskBatchMulti", "MaskBatchMulti",
"MaskOrImageToWeight", "MaskOrImageToWeight",
@ -13369,6 +13472,18 @@
"title_aux": "LNL Frame Selector" "title_aux": "LNL Frame Selector"
} }
], ],
"https://github.com/leeguandong/ComfyUI_CrossImageAttention": [
[
"AppearanceTransferInference",
"AppearanceTransferModelModelLoader",
"CIAConfig",
"LoadImagePath",
"LoadLatents"
],
{
"title_aux": "ComfyUI nodes to use CrossImageAttention"
}
],
"https://github.com/leeguandong/ComfyUI_InternVL2": [ "https://github.com/leeguandong/ComfyUI_InternVL2": [
[ [
"DynamicPreprocess", "DynamicPreprocess",
@ -13399,6 +13514,22 @@
"title_aux": "ComfyUI_M3Net" "title_aux": "ComfyUI_M3Net"
} }
], ],
"https://github.com/leeguandong/ComfyUI_Style_Aligned": [
[
"SAControlnet_ModelLoader",
"SADepth",
"SAHandler",
"SAInversion",
"SASDXLControlnetKsampler",
"SASDXLKampler",
"SASDXLTransferKsampler",
"SASDXL_ModelLoader",
"SchedulerLoader"
],
{
"title_aux": "ComfyUI nodes to use Style-Aligned"
}
],
"https://github.com/leeguandong/ComfyUI_VideoEditing": [ "https://github.com/leeguandong/ComfyUI_VideoEditing": [
[ [
"LoadVideo2Images", "LoadVideo2Images",
@ -15744,7 +15875,7 @@
"_mfc" "_mfc"
], ],
{ {
"title_aux": "ComfyUI_RyanOnTheInside" "title_aux": "RyanOnTheInside"
} }
], ],
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [ "https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
@ -18223,6 +18354,7 @@
"CheckpointLoaderSimpleWithSwitch", "CheckpointLoaderSimpleWithSwitch",
"ColorCorrectOfUtils", "ColorCorrectOfUtils",
"ConcatTextOfUtils", "ConcatTextOfUtils",
"GenderControlOutput",
"ImageBatchOneOrMore", "ImageBatchOneOrMore",
"ImageCompositeMaskedWithSwitch", "ImageCompositeMaskedWithSwitch",
"ImageConcanateOfUtils", "ImageConcanateOfUtils",

File diff suppressed because it is too large Load Diff

View File

@ -353,6 +353,7 @@
], ],
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
[ [
"GetImageFileByIndexNode",
"RandomFilePathNode", "RandomFilePathNode",
"RandomImagePathNode" "RandomImagePathNode"
], ],
@ -1293,8 +1294,42 @@
"StableCascade_SuperResolutionControlnet", "StableCascade_SuperResolutionControlnet",
"StableZero123_Conditioning", "StableZero123_Conditioning",
"StableZero123_Conditioning_Batched", "StableZero123_Conditioning_Batched",
"StubFloat",
"StubImage",
"StubInt",
"StubMask",
"StyleModelApply", "StyleModelApply",
"StyleModelLoader", "StyleModelLoader",
"TestAccumulateNode",
"TestAccumulationGetItemNode",
"TestAccumulationGetLengthNode",
"TestAccumulationHeadNode",
"TestAccumulationSetItemNode",
"TestAccumulationTailNode",
"TestAccumulationToListNode",
"TestBoolOperationNode",
"TestCustomIsChanged",
"TestCustomValidation1",
"TestCustomValidation2",
"TestCustomValidation3",
"TestCustomValidation4",
"TestCustomValidation5",
"TestDynamicDependencyCycle",
"TestExecutionBlocker",
"TestFloatConditions",
"TestForLoopClose",
"TestForLoopOpen",
"TestIntConditions",
"TestIntMathOperation",
"TestLazyMixImages",
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestStringConditions",
"TestToBoolNode",
"TestVariadicAverage",
"TestWhileLoopClose",
"TestWhileLoopOpen",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
"TripleCLIPLoader", "TripleCLIPLoader",

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,17 @@
}, },
{
"author": "NvidiaGameWorksAdmin",
"title": "ComfyUI-RTX-Remix",
"id": "comfyui-rtx-remix",
"reference": "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix",
"files": [
"https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix"
],
"install_type": "git-clone",
"description": "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)"
},
{ {
"author": "ControlAltAI", "author": "ControlAltAI",
"title": "ControlAltAI Nodes", "title": "ControlAltAI Nodes",
@ -21,6 +32,37 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Quality of Life ComfyUI nodes starting with Flux Resolution Calculator and Flux Sampler." "description": "Quality of Life ComfyUI nodes starting with Flux Resolution Calculator and Flux Sampler."
}, },
{
"author": "OliverCrosby",
"title": "Comfyui-Minimap",
"reference": "https://github.com/OliverCrosby/Comfyui-Minimap",
"files":
[
"https://github.com/OliverCrosby/Comfyui-Minimap"
],
"install_type": "git-clone",
"description": "This is the initial build of a comfyui minimap.\nVery simple so far. It makes a copy of the workflow graph, simplified and minified, in the bottom left hand corner. It puts a red border where your viewport is. Left click on the minimap and it will move your viewport to that location."
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use CrossImageAttention",
"reference": "https://github.com/leeguandong/ComfyUI_CrossImageAttention",
"files": [
"https://github.com/leeguandong/ComfyUI_CrossImageAttention"
],
"install_type": "git-clone",
"description": "ComfyUI for [a/CrossImageAttention](https://github.com/garibida/cross-image-attention)"
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use Style-Aligned",
"reference": "https://github.com/leeguandong/ComfyUI_Style_Aligned",
"files": [
"https://github.com/leeguandong/ComfyUI_Style_Aligned"
],
"install_type": "git-clone",
"description": "ComfyUI for [a/style-aligned](https://github.com/google/style-aligned)"
},
{ {
"author": "fairy-root", "author": "fairy-root",
"title": "Flux Prompt Generator for ComfyUI", "title": "Flux Prompt Generator for ComfyUI",
@ -31,15 +73,47 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A flexible and customizable prompt generator for generating detailed and creative prompts for image generation models for ComfyUI" "description": "A flexible and customizable prompt generator for generating detailed and creative prompts for image generation models for ComfyUI"
}, },
{
"author": "doomy23",
"title": "ComfyUI-D00MYsNodes",
"reference": "https://github.com/doomy23/ComfyUI-D00MYsNodes",
"files":
[
"https://github.com/doomy23/ComfyUI-D00MYsNodes"
],
"install_type": "git-clone",
"description": "Nodes:ImagesToPNG. A set of custom nodes for ComfyUI I needed for myself but I'm sharing with the public."
},
{
"author": "Sieyalixnet",
"title": "ComfyUI_Textarea_Loaders",
"reference": "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders",
"files":
[
"https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders"
],
"install_type": "git-clone",
"description": "An easy custom node that makes the some loaders' input as Text instead of file selector.\nFor example, there are many characters in different loras respectively. If you want to generate different characters' pictures, you have to select corresponding lora, and then edit the prompt. It may cost much time.\nTo solve this problem, You can use it with a chrome extension https://github.com/Sieyalixnet/ComfyUI-Prompt-Formatter-Extension that makes the queue prompt easier when you dealing with massive loras and prompt."
},
{
"author": "shinich39",
"title": "comfyui-group-selection",
"reference": "https://github.com/shinich39/comfyui-group-selection",
"files": [
"https://github.com/shinich39/comfyui-group-selection"
],
"install_type": "git-clone",
"description": "Create a new group of nodes."
},
{ {
"author": "ryanontheinside", "author": "ryanontheinside",
"title": "ComfyUI_RyanOnTheInside", "title": "RyanOnTheInside",
"reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside", "reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside",
"files": [ "files": [
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "RyanOnTheInside node pack introduces the following (so far): Particle Systems, Optical Flow, Temporal Masks." "description": "Custom nodes introducing particle simulations, optical flow, and temporal masks"
}, },
{ {
"author": "city96", "author": "city96",
@ -485,7 +559,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:NSFW Detector" "description": "Nodes:NSFW Detector"
}, },
{ {
"author": "shiimizu", "author": "shiimizu",
"title": "Semantic-aware Guidance (S-CFG)", "title": "Semantic-aware Guidance (S-CFG)",
@ -620,101 +693,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Node:Prompt Worker. A text manipulation node for postprocessing of prompt." "description": "Node:Prompt Worker. A text manipulation node for postprocessing of prompt."
},
{
"author": "SeniorPioner",
"title": "SP-Nodes",
"id": "spnodes",
"reference": "https://github.com/bananasss00/ComfyUI-SP-Nodes",
"files": [
"https://github.com/bananasss00/ComfyUI-SP-Nodes"
],
"install_type": "git-clone",
"description": "Node Pack: PromptChecker for token toggling, KoboldCPP API, ModelMerging, Telegram-Bot-API, and more"
},
{
"author": "AIFSH",
"title": "DHLive-ComfyUI",
"id": "dhlive",
"reference": "https://github.com/AIFSH/DHLive-ComfyUI",
"files": [
"https://github.com/AIFSH/DHLive-ComfyUI"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/DH_live](https://github.com/kleinlee/DH_live)"
},
{
"author": "NeuralSamurAI",
"title": "Dimensional Latent Perlin for ComfyUI",
"reference": "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin",
"files": [
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin"
],
"install_type": "git-clone",
"description": "Dimensional Latent Perlin is a custom node for ComfyUI that generates Perlin noise in the latent space. This node is designed to work seamlessly with various diffusion models and can be used as an alternative or complement to standard random noise generators in image generation pipelines."
},
{
"author": "Dobidop",
"title": "Dobidop ComfyStereo",
"id": "simple-stereoscopic",
"reference": "https://github.com/Dobidop/ComfyStereo",
"files": [
"https://github.com/Dobidop/ComfyStereo"
],
"install_type": "git-clone",
"description": "Two simple nodes for stereoscopic image generation. Nodes: Stereo Image Node - a basic port from the Automatic1111 stereo script in thygate/stable-diffusion-webui-depthmap-script, LazyStereo - a naïve stereo image generator"
},
{
"author": "caleboleary",
"title": "Arc2Face ComfyUI Node Library",
"reference": "https://github.com/caleboleary/ComfyUI-Arc2Face",
"files": [
"https://github.com/caleboleary/ComfyUI-Arc2Face"
],
"install_type": "git-clone",
"description": "This ComfyUI node library builds upon the work done to train the [a/Arc2Face](https://github.com/foivospar/Arc2Face) model by foivospar. It provides a set of nodes for ComfyUI that allow users to extract face embeddings, generate images based on these embeddings, and perform image-to-image transformations."
},
{
"author": "NMWave",
"title": "Image Captioning and Tagging Assistor Nodes",
"id": "naderimagecaptionandtag",
"reference": "https://github.com/NMWave/ComfyUI-Nader-Tagging",
"files": [
"https://github.com/NMWave/ComfyUI-Nader-Tagging"
],
"install_type": "git-clone",
"description": "A small set of useful nodes which aid with the tagging process by splitting tags and strings, alternating tags from multiple sources and removing duplicates."
},
{
"author": "alpertunga-bile",
"title": "image-caption-comfyui",
"reference": "https://github.com/alpertunga-bile/image-caption-comfyui",
"files": [
"https://github.com/alpertunga-bile/image-caption-comfyui"
],
"install_type": "git-clone",
"description": "Image caption node for ComfyUI. You can load your image caption model and generate prompts with the given picture. Insert prompt node is added here to help the users to add their prompts easily."
},
{
"author": "GeekyGhost",
"title": "ComfyUI-GeekyRemB",
"reference": "https://github.com/GeekyGhost/ComfyUI-GeekyRemB",
"files": [
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB"
],
"install_type": "git-clone",
"description": "GeekyRemB is a powerful and versatile image processing node for ComfyUI, designed to remove backgrounds from images with advanced customization options. This node leverages the rembg library and offers a wide range of features for fine-tuning the background removal process and enhancing the resulting images."
},
{
"author": "AIFSH",
"title": "AniTalker-ComfyUI",
"id": "anitalker",
"reference": "https://github.com/AIFSH/AniTalker-ComfyUI",
"files": [
"https://github.com/AIFSH/AniTalker-ComfyUI"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/AniTalker](https://github.com/X-LANCE/AniTalker)"
} }
] ]
} }

View File

@ -3937,6 +3937,38 @@
"title_aux": "Image Captioning and Tagging Assistor Nodes" "title_aux": "Image Captioning and Tagging Assistor Nodes"
} }
], ],
"https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": [
[
"RTXRemixCreateLayer",
"RTXRemixDefineLayerId",
"RTXRemixDeleteFile",
"RTXRemixEndContext",
"RTXRemixGetEditTarget",
"RTXRemixGetLayers",
"RTXRemixGetTextures",
"RTXRemixIngestTexture",
"RTXRemixInvertBool",
"RTXRemixLayerType",
"RTXRemixLayerTypes",
"RTXRemixMuteLayer",
"RTXRemixRemoveLayer",
"RTXRemixRestAPIDetails",
"RTXRemixSaveLayer",
"RTXRemixSetEditTarget",
"RTXRemixSetTexture",
"RTXRemixStartContext",
"RTXRemixStrToList",
"RTXRemixStringConcatenate",
"RTXRemixStringConstant",
"RTXRemixSwitch",
"RTXRemixTextureTypeToUSDAttribute",
"RTXRemixTexturesType",
"RTXRemixTexturesTypes"
],
{
"title_aux": "ComfyUI-RTX-Remix"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
[ [
"NoisyLatentPerlinD" "NoisyLatentPerlinD"
@ -4979,6 +5011,15 @@
"title_aux": "Lazy Pony Prompter" "title_aux": "Lazy Pony Prompter"
} }
], ],
"https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": [
[
"CheckPointLoader_Text",
"LoRALoader_Text"
],
{
"title_aux": "ComfyUI_Textarea_Loaders"
}
],
"https://github.com/Smirnov75/ComfyUI-mxToolkit": [ "https://github.com/Smirnov75/ComfyUI-mxToolkit": [
[ [
"mxSeed", "mxSeed",
@ -9165,8 +9206,42 @@
"StableCascade_SuperResolutionControlnet", "StableCascade_SuperResolutionControlnet",
"StableZero123_Conditioning", "StableZero123_Conditioning",
"StableZero123_Conditioning_Batched", "StableZero123_Conditioning_Batched",
"StubFloat",
"StubImage",
"StubInt",
"StubMask",
"StyleModelApply", "StyleModelApply",
"StyleModelLoader", "StyleModelLoader",
"TestAccumulateNode",
"TestAccumulationGetItemNode",
"TestAccumulationGetLengthNode",
"TestAccumulationHeadNode",
"TestAccumulationSetItemNode",
"TestAccumulationTailNode",
"TestAccumulationToListNode",
"TestBoolOperationNode",
"TestCustomIsChanged",
"TestCustomValidation1",
"TestCustomValidation2",
"TestCustomValidation3",
"TestCustomValidation4",
"TestCustomValidation5",
"TestDynamicDependencyCycle",
"TestExecutionBlocker",
"TestFloatConditions",
"TestForLoopClose",
"TestForLoopOpen",
"TestIntConditions",
"TestIntMathOperation",
"TestLazyMixImages",
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestStringConditions",
"TestToBoolNode",
"TestVariadicAverage",
"TestWhileLoopClose",
"TestWhileLoopOpen",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
"TripleCLIPLoader", "TripleCLIPLoader",
@ -9594,14 +9669,16 @@
"CFGSkimming", "CFGSkimming",
"CustomPromptLoader", "CustomPromptLoader",
"DynamicStringCombinerNode", "DynamicStringCombinerNode",
"FileReaderNode",
"FlexibleStringMergerNode", "FlexibleStringMergerNode",
"GPT4MiniNode", "GPT4MiniNode",
"GPT4VisionNode", "GPT4VisionNode",
"Gpt4CustomVision", "Gpt4CustomVision",
"Gpt4VisionCloner", "Gpt4VisionCloner",
"MergedOllamaNode", "MedianOppositeColorNode",
"OllamaNode", "OllamaNode",
"PGSD3LatentGenerator", "PGSD3LatentGenerator",
"ProminentOppositeColorNode",
"PromptGenerator", "PromptGenerator",
"RandomIntegerNode", "RandomIntegerNode",
"SentenceMixerNode", "SentenceMixerNode",
@ -10054,6 +10131,14 @@
"title_aux": "ComfyUI-Keyframed" "title_aux": "ComfyUI-Keyframed"
} }
], ],
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[
"ImagesToPNG"
],
{
"title_aux": "ComfyUI-D00MYsNodes"
}
],
"https://github.com/drago87/ComfyUI_Dragos_Nodes": [ "https://github.com/drago87/ComfyUI_Dragos_Nodes": [
[ [
"file_padding", "file_padding",
@ -10243,6 +10328,14 @@
"title_aux": "ComfyUI-Showrunner-Utils" "title_aux": "ComfyUI-Showrunner-Utils"
} }
], ],
"https://github.com/fairy-root/Flux-Prompt-Generator": [
[
"FluxPromptGenerator"
],
{
"title_aux": "Flux Prompt Generator for ComfyUI"
}
],
"https://github.com/fairy-root/comfyui-ollama-llms": [ "https://github.com/fairy-root/comfyui-ollama-llms": [
[ [
"ConcatenateText", "ConcatenateText",
@ -10400,7 +10493,6 @@
"FL_Shadertoy", "FL_Shadertoy",
"FL_SimpleGPTVision", "FL_SimpleGPTVision",
"FL_SystemCheck", "FL_SystemCheck",
"FL_TD_Sampler",
"FL_TetrisGame", "FL_TetrisGame",
"FL_TimeLine", "FL_TimeLine",
"FL_UpscaleModel", "FL_UpscaleModel",
@ -11166,6 +11258,15 @@
"title_aux": "ComfyUI Griptape Nodes" "title_aux": "ComfyUI Griptape Nodes"
} }
], ],
"https://github.com/gseth/ControlAltAI-Nodes": [
[
"FluxResolutionNode",
"FluxSampler"
],
{
"title_aux": "ControlAltAI Nodes"
}
],
"https://github.com/guill/abracadabra-comfyui": [ "https://github.com/guill/abracadabra-comfyui": [
[ [
"AbracadabraNode", "AbracadabraNode",
@ -11336,6 +11437,7 @@
"classify_function_plus", "classify_function_plus",
"classify_persona", "classify_persona",
"classify_persona_plus", "classify_persona_plus",
"clear_file",
"clear_model", "clear_model",
"custom_persona", "custom_persona",
"discord_bot", "discord_bot",
@ -12952,6 +13054,7 @@
"JoinStringMulti", "JoinStringMulti",
"JoinStrings", "JoinStrings",
"LoadAndResizeImage", "LoadAndResizeImage",
"LoadImagesFromFolderKJ",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskBatchMulti", "MaskBatchMulti",
"MaskOrImageToWeight", "MaskOrImageToWeight",
@ -13369,6 +13472,18 @@
"title_aux": "LNL Frame Selector" "title_aux": "LNL Frame Selector"
} }
], ],
"https://github.com/leeguandong/ComfyUI_CrossImageAttention": [
[
"AppearanceTransferInference",
"AppearanceTransferModelModelLoader",
"CIAConfig",
"LoadImagePath",
"LoadLatents"
],
{
"title_aux": "ComfyUI nodes to use CrossImageAttention"
}
],
"https://github.com/leeguandong/ComfyUI_InternVL2": [ "https://github.com/leeguandong/ComfyUI_InternVL2": [
[ [
"DynamicPreprocess", "DynamicPreprocess",
@ -13399,6 +13514,22 @@
"title_aux": "ComfyUI_M3Net" "title_aux": "ComfyUI_M3Net"
} }
], ],
"https://github.com/leeguandong/ComfyUI_Style_Aligned": [
[
"SAControlnet_ModelLoader",
"SADepth",
"SAHandler",
"SAInversion",
"SASDXLControlnetKsampler",
"SASDXLKampler",
"SASDXLTransferKsampler",
"SASDXL_ModelLoader",
"SchedulerLoader"
],
{
"title_aux": "ComfyUI nodes to use Style-Aligned"
}
],
"https://github.com/leeguandong/ComfyUI_VideoEditing": [ "https://github.com/leeguandong/ComfyUI_VideoEditing": [
[ [
"LoadVideo2Images", "LoadVideo2Images",
@ -15744,7 +15875,7 @@
"_mfc" "_mfc"
], ],
{ {
"title_aux": "ComfyUI_RyanOnTheInside" "title_aux": "RyanOnTheInside"
} }
], ],
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [ "https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
@ -18223,6 +18354,7 @@
"CheckpointLoaderSimpleWithSwitch", "CheckpointLoaderSimpleWithSwitch",
"ColorCorrectOfUtils", "ColorCorrectOfUtils",
"ConcatTextOfUtils", "ConcatTextOfUtils",
"GenderControlOutput",
"ImageBatchOneOrMore", "ImageBatchOneOrMore",
"ImageCompositeMaskedWithSwitch", "ImageCompositeMaskedWithSwitch",
"ImageConcanateOfUtils", "ImageConcanateOfUtils",