update DB

This commit is contained in:
Dr.Lt.Data 2024-02-04 00:53:20 +09:00
parent 01110862c4
commit a1d02bdbef
7 changed files with 378 additions and 36 deletions

View File

@ -2136,6 +2136,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
}, },
{
"author": "Clybius",
"title": "ComfyUI Extra Samplers",
"reference": "https://github.com/Clybius/ComfyUI-Extra-Samplers",
"files": [
"https://github.com/Clybius/ComfyUI-Extra-Samplers"
],
"install_type": "git-clone",
"description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI."
},
{ {
"author": "mcmonkeyprojects", "author": "mcmonkeyprojects",
"title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)", "title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)",
@ -3832,6 +3842,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Iterative Mixing KSampler, Batch Unsampler, Iterative Mixing KSampler Advanced" "description": "Nodes: Iterative Mixing KSampler, Batch Unsampler, Iterative Mixing KSampler Advanced"
}, },
{
"author": "ttulttul",
"title": "ComfyUI-Tensor-Operations",
"reference": "https://github.com/ttulttul/ComfyUI-Tensor-Operations",
"files": [
"https://github.com/ttulttul/ComfyUI-Tensor-Operations"
],
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
},
{ {
"author": "jitcoder", "author": "jitcoder",
"title": "LoraInfo", "title": "LoraInfo",
@ -4904,6 +4924,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface." "description": "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface."
}, },
{
"author": "davask",
"title": "ComfyUI-MarasIT-Nodes",
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
"files": [
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
],
"install_type": "git-clone",
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
},

View File

@ -109,6 +109,7 @@
[ [
"AutoNegativePrompt", "AutoNegativePrompt",
"CreatePromptVariant", "CreatePromptVariant",
"OneButtonPreset",
"OneButtonPrompt", "OneButtonPrompt",
"SavePromptToFile" "SavePromptToFile"
], ],
@ -441,6 +442,21 @@
"title_aux": "ComfyUI_Ib_CustomNodes" "title_aux": "ComfyUI_Ib_CustomNodes"
} }
], ],
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
[
"SamplerCLYB_4M_SDE_Momentumized",
"SamplerCustomModelMixtureDuo",
"SamplerCustomNoise",
"SamplerCustomNoiseDuo",
"SamplerDPMPP_DualSDE_Momentumized",
"SamplerLCMCustom",
"SamplerRES_Momentumized",
"SamplerTTM"
],
{
"title_aux": "ComfyUI Extra Samplers"
}
],
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
[ [
"Latent Diffusion Mega Modifier" "Latent Diffusion Mega Modifier"
@ -982,6 +998,7 @@
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[ [
"IG Analyze SSIM", "IG Analyze SSIM",
"IG Cross Fade Images",
"IG Explorer", "IG Explorer",
"IG Float", "IG Float",
"IG Folder", "IG Folder",
@ -3939,9 +3956,15 @@
], ],
"https://github.com/chaojie/ComfyUI-Panda3d": [ "https://github.com/chaojie/ComfyUI-Panda3d": [
[ [
"Panda3dAmbientLight",
"Panda3dAttachNewNode",
"Panda3dBase", "Panda3dBase",
"Panda3dDirectionalLight",
"Panda3dLoadModel", "Panda3dLoadModel",
"Panda3dTest" "Panda3dLoadTexture",
"Panda3dModelMerge",
"Panda3dTest",
"Panda3dTextureMerge"
], ],
{ {
"title_aux": "ComfyUI-Panda3d" "title_aux": "ComfyUI-Panda3d"
@ -3986,7 +4009,9 @@
"LayerFilter: ChannelShake", "LayerFilter: ChannelShake",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight", "LayerFilter: SoftLight",
"LayerFilter: WaterColor",
"LayerMask: MaskBoxDetect", "LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeShrink",
"LayerMask: MaskGradient", "LayerMask: MaskGradient",
@ -4507,6 +4532,14 @@
"title_aux": "DarkPrompts" "title_aux": "DarkPrompts"
} }
], ],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[
"MarasitBusNode"
],
{
"title_aux": "ComfyUI-MarasIT-Nodes"
}
],
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
[ [
"dsp-imagehelpers-concat" "dsp-imagehelpers-concat"
@ -5039,7 +5072,7 @@
[ [
"Joytag", "Joytag",
"PromptGenerate", "PromptGenerate",
"SimpleChat", "SimpleText",
"VisionTextQuestion" "VisionTextQuestion"
], ],
{ {
@ -5935,6 +5968,7 @@
"RemoveBackendData //Inspire", "RemoveBackendData //Inspire",
"RemoveBackendDataNumberKey //Inspire", "RemoveBackendDataNumberKey //Inspire",
"RemoveControlNet //Inspire", "RemoveControlNet //Inspire",
"RemoveControlNetFromRegionalPrompts //Inspire",
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"SeedExplorer //Inspire", "SeedExplorer //Inspire",
@ -7356,6 +7390,15 @@
"title_aux": "ComfyUI Iterative Mixing Nodes" "title_aux": "ComfyUI Iterative Mixing Nodes"
} }
], ],
"https://github.com/ttulttul/ComfyUI-Tensor-Operations": [
[
"Image Match Normalize",
"Latent Match Normalize"
],
{
"title_aux": "ComfyUI-Tensor-Operations"
}
],
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [ "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
[ [
"Any Converter", "Any Converter",

View File

@ -70,16 +70,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Unofficial ComfyUI extension of clip-interrogator" "description": "Unofficial ComfyUI extension of clip-interrogator"
}, },
{
"author": "solarpush",
"title": "comfyui_sendimage_node",
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
"files": [
"https://github.com/solarpush/comfyui_sendimage_node"
],
"install_type": "git-clone",
"description": "Nodes:Send to Pod"
},
{ {
"author": "prismwastaken", "author": "prismwastaken",
"title": "prism-tools", "title": "prism-tools",
@ -180,16 +170,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:PythonScript, BlendImagesWithBoundedMasks, CropImagesWithMasks, VAELoaderDataType, ModelSamplerTonemapNoiseTest, gcLatentTunnel, ReferenceOnlySimple, EmptyImageWithColor, MaskFromColor, SetLatentCustomNoise, LatentToImage, ImageToLatent, LatentScaledNoise, DisplayAnyType, SamplerCustomCallback, CustomCallback, SplitCustomSigmas, SamplerDPMPP_2M_SDE_nidefawl, LatentPerlinNoise.<BR>[w/This node is an unsafe node that includes the capability to execute arbitrary python script.]" "description": "Nodes:PythonScript, BlendImagesWithBoundedMasks, CropImagesWithMasks, VAELoaderDataType, ModelSamplerTonemapNoiseTest, gcLatentTunnel, ReferenceOnlySimple, EmptyImageWithColor, MaskFromColor, SetLatentCustomNoise, LatentToImage, ImageToLatent, LatentScaledNoise, DisplayAnyType, SamplerCustomCallback, CustomCallback, SplitCustomSigmas, SamplerDPMPP_2M_SDE_nidefawl, LatentPerlinNoise.<BR>[w/This node is an unsafe node that includes the capability to execute arbitrary python script.]"
}, },
{
"author": "solarpush",
"title": "comfyui_sendimage_node",
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
"files": [
"https://github.com/solarpush/comfyui_sendimage_node"
],
"install_type": "git-clone",
"description": "Send images to the pod."
},
{ {
"author": "kadirnar", "author": "kadirnar",
"title": "comfyui_helpers", "title": "comfyui_helpers",

View File

@ -1,4 +1,188 @@
{ {
"https://github.com/17Retoucher/ComfyUI_Fooocus": [
[
"BasicScheduler",
"CLIPLoader",
"CLIPMergeSimple",
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
"CLIPVisionLoader",
"Canny",
"CheckpointLoader",
"CheckpointLoaderSimple",
"CheckpointSave",
"ConditioningAverage",
"ConditioningCombine",
"ConditioningConcat",
"ConditioningSetArea",
"ConditioningSetAreaPercentage",
"ConditioningSetMask",
"ConditioningSetTimestepRange",
"ConditioningZeroOut",
"ControlNetApply",
"ControlNetApplyAdvanced",
"ControlNetLoader",
"CropMask",
"DiffControlNetLoader",
"DiffusersLoader",
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentImage",
"ExponentialScheduler",
"FeatherMask",
"FlipSigmas",
"Fooocus Controlnet",
"Fooocus Hirefix",
"Fooocus KSampler",
"Fooocus Loader",
"Fooocus LoraStack",
"Fooocus PreKSampler",
"Fooocus negative",
"Fooocus positive",
"Fooocus stylesSelector",
"FreeU",
"FreeU_V2",
"GLIGENLoader",
"GLIGENTextBoxApply",
"GrowMask",
"HyperTile",
"HypernetworkLoader",
"ImageBatch",
"ImageBlend",
"ImageBlur",
"ImageColorToMask",
"ImageCompositeMasked",
"ImageCrop",
"ImageInvert",
"ImageOnlyCheckpointLoader",
"ImagePadForOutpaint",
"ImageQuantize",
"ImageScale",
"ImageScaleBy",
"ImageScaleToTotalPixels",
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
"KSamplerAdvanced",
"KSamplerSelect",
"KarrasScheduler",
"LatentAdd",
"LatentBatch",
"LatentBlend",
"LatentComposite",
"LatentCompositeMasked",
"LatentCrop",
"LatentFlip",
"LatentFromBatch",
"LatentInterpolate",
"LatentMultiply",
"LatentRotate",
"LatentSubtract",
"LatentUpscale",
"LatentUpscaleBy",
"LoadImage",
"LoadImageMask",
"LoadLatent",
"LoraLoader",
"LoraLoaderModelOnly",
"MaskComposite",
"MaskToImage",
"ModelMergeAdd",
"ModelMergeBlocks",
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingDiscrete",
"PatchModelAddDownscale",
"PerpNeg",
"PolyexponentialScheduler",
"PorterDuffImageComposite",
"PreviewImage",
"RebatchImages",
"RebatchLatents",
"RepeatImageBatch",
"RepeatLatentBatch",
"RescaleCFG",
"SDTurboScheduler",
"SVD_img2vid_Conditioning",
"SamplerCustom",
"SamplerDPMPP_2M_SDE",
"SamplerDPMPP_SDE",
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveImage",
"SaveLatent",
"SelfAttentionGuidance",
"SetLatentNoiseMask",
"SolidMask",
"SplitImageWithAlpha",
"SplitSigmas",
"StableZero123_Conditioning",
"StyleModelApply",
"StyleModelLoader",
"TomePatchModel",
"UNETLoader",
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeForInpaint",
"VAEEncodeTiled",
"VAELoader",
"VAESave",
"VPScheduler",
"VideoLinearCFGGuidance",
"unCLIPCheckpointLoader",
"unCLIPConditioning"
],
{
"title_aux": "ComfyUI_Fooocus"
}
],
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [
[
"AccumulateNode",
"AccumulationGetItemNode",
"AccumulationGetLengthNode",
"AccumulationHeadNode",
"AccumulationSetItemNode",
"AccumulationTailNode",
"AccumulationToListNode",
"BoolOperationNode",
"ComponentInput",
"ComponentMetadata",
"ComponentOutput",
"DebugPrint",
"ExecutionBlocker",
"FloatConditions",
"ForLoopClose",
"ForLoopOpen",
"IntConditions",
"IntMathOperation",
"InversionDemoAdvancedPromptNode",
"InversionDemoFakeAdvancedPromptNode",
"InversionDemoLazyConditional",
"InversionDemoLazyIndexSwitch",
"InversionDemoLazyMixImages",
"InversionDemoLazySwitch",
"ListToAccumulationNode",
"MakeListNode",
"StringConditions",
"ToBoolNode",
"WhileLoopClose",
"WhileLoopOpen"
],
{
"title_aux": "execution-inversion-demo-comfyui"
}
],
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
[ [
"BDXTestInt", "BDXTestInt",
@ -186,6 +370,15 @@
"title_aux": "Gen Data Tester [WIP]" "title_aux": "Gen Data Tester [WIP]"
} }
], ],
"https://github.com/blepping/ComfyUI-sonar": [
[
"SamplerSonarEuler",
"SamplerSonarEulerA"
],
{
"title_aux": "ComfyUI-sonar (WIP)"
}
],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
[ [
"BasicScheduler", "BasicScheduler",
@ -207,6 +400,7 @@
"ConditioningConcat", "ConditioningConcat",
"ConditioningSetArea", "ConditioningSetArea",
"ConditioningSetAreaPercentage", "ConditioningSetAreaPercentage",
"ConditioningSetAreaStrength",
"ConditioningSetMask", "ConditioningSetMask",
"ConditioningSetTimestepRange", "ConditioningSetTimestepRange",
"ConditioningZeroOut", "ConditioningZeroOut",
@ -255,6 +449,7 @@
"KarrasScheduler", "KarrasScheduler",
"LatentAdd", "LatentAdd",
"LatentBatch", "LatentBatch",
"LatentBatchSeedBehavior",
"LatentBlend", "LatentBlend",
"LatentComposite", "LatentComposite",
"LatentCompositeMasked", "LatentCompositeMasked",
@ -548,6 +743,15 @@
"title_aux": "comfyui_helpers" "title_aux": "comfyui_helpers"
} }
], ],
"https://github.com/kappa54m/ComfyUI_Usability": [
[
"LoadImageByPath",
"LoadImageDedup"
],
{
"title_aux": "ComfyUI_Usability (WIP)"
}
],
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [ "https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [
[ [
"ObjectPromptWithTemplate", "ObjectPromptWithTemplate",
@ -609,6 +813,19 @@
"title_aux": "ComfyUI-nidefawl [UNSAFE]" "title_aux": "ComfyUI-nidefawl [UNSAFE]"
} }
], ],
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": [
[
"PromptUtilitiesConstString",
"PromptUtilitiesConstStringMultiLine",
"PromptUtilitiesFormatString",
"PromptUtilitiesJoinStringList",
"PromptUtilitiesLoadPreset",
"PromptUtilitiesLoadPresetAdvanced"
],
{
"title_aux": "ComfyUI-PromptUtilities"
}
],
"https://github.com/oyvindg/ComfyUI-TrollSuite": [ "https://github.com/oyvindg/ComfyUI-TrollSuite": [
[ [
"BinaryImageMask", "BinaryImageMask",
@ -651,18 +868,6 @@
"title_aux": "prism-tools" "title_aux": "prism-tools"
} }
], ],
"https://github.com/solarpush/comfyui_sendimage_node": [
[
"Send_To_Pod"
],
{
"author": "Enlumis",
"description": "This one to send images to the pod.",
"nickname": "go2flat",
"title": "go2flat",
"title_aux": "comfyui_sendimage_node"
}
],
"https://github.com/unanan/ComfyUI-clip-interrogator": [ "https://github.com/unanan/ComfyUI-clip-interrogator": [
[ [
"ComfyUIClipInterrogator", "ComfyUIClipInterrogator",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "solarpush",
"title": "comfyui_sendimage_node [REMOVED]",
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
"files": [
"https://github.com/solarpush/comfyui_sendimage_node"
],
"install_type": "git-clone",
"description": "Send images to the pod."
},
{ {
"author": "azazeal04", "author": "azazeal04",
"title": "ComfyUI-Styles", "title": "ComfyUI-Styles",

View File

@ -10,6 +10,36 @@
}, },
{
"author": "Clybius",
"title": "ComfyUI Extra Samplers",
"reference": "https://github.com/Clybius/ComfyUI-Extra-Samplers",
"files": [
"https://github.com/Clybius/ComfyUI-Extra-Samplers"
],
"install_type": "git-clone",
"description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI."
},
{
"author": "ttulttul",
"title": "ComfyUI-Tensor-Operations",
"reference": "https://github.com/ttulttul/ComfyUI-Tensor-Operations",
"files": [
"https://github.com/ttulttul/ComfyUI-Tensor-Operations"
],
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
},
{
"author": "davask",
"title": "ComfyUI-MarasIT-Nodes",
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
"files": [
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
],
"install_type": "git-clone",
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
},
{ {
"author": "chaojie", "author": "chaojie",
"title": "ComfyUI-Panda3d", "title": "ComfyUI-Panda3d",

View File

@ -109,6 +109,7 @@
[ [
"AutoNegativePrompt", "AutoNegativePrompt",
"CreatePromptVariant", "CreatePromptVariant",
"OneButtonPreset",
"OneButtonPrompt", "OneButtonPrompt",
"SavePromptToFile" "SavePromptToFile"
], ],
@ -441,6 +442,21 @@
"title_aux": "ComfyUI_Ib_CustomNodes" "title_aux": "ComfyUI_Ib_CustomNodes"
} }
], ],
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
[
"SamplerCLYB_4M_SDE_Momentumized",
"SamplerCustomModelMixtureDuo",
"SamplerCustomNoise",
"SamplerCustomNoiseDuo",
"SamplerDPMPP_DualSDE_Momentumized",
"SamplerLCMCustom",
"SamplerRES_Momentumized",
"SamplerTTM"
],
{
"title_aux": "ComfyUI Extra Samplers"
}
],
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [ "https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
[ [
"Latent Diffusion Mega Modifier" "Latent Diffusion Mega Modifier"
@ -982,6 +998,7 @@
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[ [
"IG Analyze SSIM", "IG Analyze SSIM",
"IG Cross Fade Images",
"IG Explorer", "IG Explorer",
"IG Float", "IG Float",
"IG Folder", "IG Folder",
@ -3939,9 +3956,15 @@
], ],
"https://github.com/chaojie/ComfyUI-Panda3d": [ "https://github.com/chaojie/ComfyUI-Panda3d": [
[ [
"Panda3dAmbientLight",
"Panda3dAttachNewNode",
"Panda3dBase", "Panda3dBase",
"Panda3dDirectionalLight",
"Panda3dLoadModel", "Panda3dLoadModel",
"Panda3dTest" "Panda3dLoadTexture",
"Panda3dModelMerge",
"Panda3dTest",
"Panda3dTextureMerge"
], ],
{ {
"title_aux": "ComfyUI-Panda3d" "title_aux": "ComfyUI-Panda3d"
@ -3986,7 +4009,9 @@
"LayerFilter: ChannelShake", "LayerFilter: ChannelShake",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight", "LayerFilter: SoftLight",
"LayerFilter: WaterColor",
"LayerMask: MaskBoxDetect", "LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeShrink",
"LayerMask: MaskGradient", "LayerMask: MaskGradient",
@ -4507,6 +4532,14 @@
"title_aux": "DarkPrompts" "title_aux": "DarkPrompts"
} }
], ],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[
"MarasitBusNode"
],
{
"title_aux": "ComfyUI-MarasIT-Nodes"
}
],
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
[ [
"dsp-imagehelpers-concat" "dsp-imagehelpers-concat"
@ -5039,7 +5072,7 @@
[ [
"Joytag", "Joytag",
"PromptGenerate", "PromptGenerate",
"SimpleChat", "SimpleText",
"VisionTextQuestion" "VisionTextQuestion"
], ],
{ {
@ -5935,6 +5968,7 @@
"RemoveBackendData //Inspire", "RemoveBackendData //Inspire",
"RemoveBackendDataNumberKey //Inspire", "RemoveBackendDataNumberKey //Inspire",
"RemoveControlNet //Inspire", "RemoveControlNet //Inspire",
"RemoveControlNetFromRegionalPrompts //Inspire",
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"SeedExplorer //Inspire", "SeedExplorer //Inspire",
@ -7356,6 +7390,15 @@
"title_aux": "ComfyUI Iterative Mixing Nodes" "title_aux": "ComfyUI Iterative Mixing Nodes"
} }
], ],
"https://github.com/ttulttul/ComfyUI-Tensor-Operations": [
[
"Image Match Normalize",
"Latent Match Normalize"
],
{
"title_aux": "ComfyUI-Tensor-Operations"
}
],
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [ "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
[ [
"Any Converter", "Any Converter",