From 4cd17e124edbe2da1f85fe53248f56c61de72857 Mon Sep 17 00:00:00 2001 From: chaojie Date: Sat, 3 Feb 2024 04:28:48 +0800 Subject: [PATCH 1/4] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3350b13d..a3c7f851 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4164,6 +4164,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-Panda3d", + "reference": "https://github.com/chaojie/ComfyUI-Panda3d", + "files": [ + "https://github.com/chaojie/ComfyUI-Panda3d" + ], + "install_type": "git-clone", + "description": "ComfyUI 3d engine" + }, { "author": "chaojie", "title": "ComfyUI-Pymunk", From 01110862c47759ea31c6dfd549c01a4c5c220c47 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 3 Feb 2024 13:43:48 +0900 Subject: [PATCH 2/4] update DB --- extension-node-map.json | 18 ++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 18 ++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index afbaf7c2..e91846b0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3678,6 +3678,7 @@ "RemapInsideParabolas", "RemapInsideParabolasAdvanced", "RemapPinch", + "RemapReverseBarrelDistortion", "RemapStretch", "RemapToInnerCylinder", "RemapToOuterCylinder", @@ -3936,6 +3937,16 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chaojie/ComfyUI-Panda3d": [ + [ + "Panda3dBase", + "Panda3dLoadModel", + "Panda3dTest" + ], + { + "title_aux": "ComfyUI-Panda3d" + } + ], "https://github.com/chaojie/ComfyUI-Pymunk": [ [ "PygameRun", @@ -4390,6 +4401,7 @@ "IPAdapterLoadEmbeds", "IPAdapterModelLoader", "IPAdapterSaveEmbeds", + "IPAdapterTilesMasked", "InsightFaceLoader", "PrepImageForClipVision", "PrepImageForInsightFace" @@ -4721,6 +4733,7 @@ "DebugPrint", "Filepicker", "Float", + "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", @@ -5024,6 +5037,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "Joytag", "PromptGenerate", "SimpleChat", "VisionTextQuestion" @@ -6240,6 +6254,10 @@ [ "EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSDXL", + "RandomEmptyLatentImageFromPresetsSD15", + "RandomEmptyLatentImageFromPresetsSDXL", + "RandomSizeFromPresetsSD15", + "RandomSizeFromPresetsSDXL", "SizeFromPresetsSD15", "SizeFromPresetsSDXL" ], diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index be2ccf98..0da05d41 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "chaojie", + "title": "ComfyUI-Panda3d", + "reference": "https://github.com/chaojie/ComfyUI-Panda3d", + "files": [ + "https://github.com/chaojie/ComfyUI-Panda3d" + ], + "install_type": "git-clone", + "description": "ComfyUI 3d engine" + }, { "author": "shadowcz007", "title": "Consistency Decoder", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index afbaf7c2..e91846b0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3678,6 +3678,7 @@ "RemapInsideParabolas", "RemapInsideParabolasAdvanced", "RemapPinch", + "RemapReverseBarrelDistortion", "RemapStretch", "RemapToInnerCylinder", "RemapToOuterCylinder", @@ -3936,6 +3937,16 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chaojie/ComfyUI-Panda3d": [ + [ + "Panda3dBase", + "Panda3dLoadModel", + "Panda3dTest" + ], + { + "title_aux": "ComfyUI-Panda3d" + } + ], "https://github.com/chaojie/ComfyUI-Pymunk": [ [ "PygameRun", @@ -4390,6 +4401,7 @@ "IPAdapterLoadEmbeds", "IPAdapterModelLoader", "IPAdapterSaveEmbeds", + "IPAdapterTilesMasked", "InsightFaceLoader", "PrepImageForClipVision", "PrepImageForInsightFace" @@ -4721,6 +4733,7 @@ "DebugPrint", "Filepicker", "Float", + "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", @@ -5024,6 +5037,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "Joytag", "PromptGenerate", "SimpleChat", "VisionTextQuestion" @@ -6240,6 +6254,10 @@ [ "EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSDXL", + "RandomEmptyLatentImageFromPresetsSD15", + "RandomEmptyLatentImageFromPresetsSDXL", + "RandomSizeFromPresetsSD15", + "RandomSizeFromPresetsSDXL", "SizeFromPresetsSD15", "SizeFromPresetsSDXL" ], From a1d02bdbef63c2b532b9e4dc901d5c88a1256f4b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 4 Feb 2024 00:53:20 +0900 Subject: [PATCH 3/4] update DB --- custom-node-list.json | 31 ++++ extension-node-map.json | 47 +++++- node_db/dev/custom-node-list.json | 20 --- node_db/dev/extension-node-map.json | 229 +++++++++++++++++++++++++-- node_db/legacy/custom-node-list.json | 10 ++ node_db/new/custom-node-list.json | 30 ++++ node_db/new/extension-node-map.json | 47 +++++- 7 files changed, 378 insertions(+), 36 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a3c7f851..b58da034 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2136,6 +2136,16 @@ "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)" }, + { + "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", "title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)", @@ -3832,6 +3842,16 @@ "install_type": "git-clone", "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", "title": "LoraInfo", @@ -4904,6 +4924,17 @@ "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." }, + { + "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." + }, + diff --git a/extension-node-map.json b/extension-node-map.json index e91846b0..6218ef8a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -109,6 +109,7 @@ [ "AutoNegativePrompt", "CreatePromptVariant", + "OneButtonPreset", "OneButtonPrompt", "SavePromptToFile" ], @@ -441,6 +442,21 @@ "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": [ [ "Latent Diffusion Mega Modifier" @@ -982,6 +998,7 @@ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ [ "IG Analyze SSIM", + "IG Cross Fade Images", "IG Explorer", "IG Float", "IG Folder", @@ -3939,9 +3956,15 @@ ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ + "Panda3dAmbientLight", + "Panda3dAttachNewNode", "Panda3dBase", + "Panda3dDirectionalLight", "Panda3dLoadModel", - "Panda3dTest" + "Panda3dLoadTexture", + "Panda3dModelMerge", + "Panda3dTest", + "Panda3dTextureMerge" ], { "title_aux": "ComfyUI-Panda3d" @@ -3986,7 +4009,9 @@ "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", + "LayerFilter: WaterColor", "LayerMask: MaskBoxDetect", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", @@ -4507,6 +4532,14 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ + [ + "MarasitBusNode" + ], + { + "title_aux": "ComfyUI-MarasIT-Nodes" + } + ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ [ "dsp-imagehelpers-concat" @@ -5039,7 +5072,7 @@ [ "Joytag", "PromptGenerate", - "SimpleChat", + "SimpleText", "VisionTextQuestion" ], { @@ -5935,6 +5968,7 @@ "RemoveBackendData //Inspire", "RemoveBackendDataNumberKey //Inspire", "RemoveControlNet //Inspire", + "RemoveControlNetFromRegionalPrompts //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire", @@ -7356,6 +7390,15 @@ "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": [ [ "Any Converter", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 5dbf2579..b037bbab 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -70,16 +70,6 @@ "install_type": "git-clone", "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", "title": "prism-tools", @@ -180,16 +170,6 @@ "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.
[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", "title": "comfyui_helpers", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 91d0d9bb..4534fe24 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -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": [ [ "BDXTestInt", @@ -186,6 +370,15 @@ "title_aux": "Gen Data Tester [WIP]" } ], + "https://github.com/blepping/ComfyUI-sonar": [ + [ + "SamplerSonarEuler", + "SamplerSonarEulerA" + ], + { + "title_aux": "ComfyUI-sonar (WIP)" + } + ], "https://github.com/comfyanonymous/ComfyUI": [ [ "BasicScheduler", @@ -207,6 +400,7 @@ "ConditioningConcat", "ConditioningSetArea", "ConditioningSetAreaPercentage", + "ConditioningSetAreaStrength", "ConditioningSetMask", "ConditioningSetTimestepRange", "ConditioningZeroOut", @@ -255,6 +449,7 @@ "KarrasScheduler", "LatentAdd", "LatentBatch", + "LatentBatchSeedBehavior", "LatentBlend", "LatentComposite", "LatentCompositeMasked", @@ -548,6 +743,15 @@ "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": [ [ "ObjectPromptWithTemplate", @@ -609,6 +813,19 @@ "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": [ [ "BinaryImageMask", @@ -651,18 +868,6 @@ "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": [ [ "ComfyUIClipInterrogator", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 149cc62e..a33dff52 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -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", "title": "ComfyUI-Styles", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0da05d41..ddd226a4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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", "title": "ComfyUI-Panda3d", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e91846b0..6218ef8a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -109,6 +109,7 @@ [ "AutoNegativePrompt", "CreatePromptVariant", + "OneButtonPreset", "OneButtonPrompt", "SavePromptToFile" ], @@ -441,6 +442,21 @@ "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": [ [ "Latent Diffusion Mega Modifier" @@ -982,6 +998,7 @@ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ [ "IG Analyze SSIM", + "IG Cross Fade Images", "IG Explorer", "IG Float", "IG Folder", @@ -3939,9 +3956,15 @@ ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ + "Panda3dAmbientLight", + "Panda3dAttachNewNode", "Panda3dBase", + "Panda3dDirectionalLight", "Panda3dLoadModel", - "Panda3dTest" + "Panda3dLoadTexture", + "Panda3dModelMerge", + "Panda3dTest", + "Panda3dTextureMerge" ], { "title_aux": "ComfyUI-Panda3d" @@ -3986,7 +4009,9 @@ "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", + "LayerFilter: WaterColor", "LayerMask: MaskBoxDetect", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", @@ -4507,6 +4532,14 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ + [ + "MarasitBusNode" + ], + { + "title_aux": "ComfyUI-MarasIT-Nodes" + } + ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ [ "dsp-imagehelpers-concat" @@ -5039,7 +5072,7 @@ [ "Joytag", "PromptGenerate", - "SimpleChat", + "SimpleText", "VisionTextQuestion" ], { @@ -5935,6 +5968,7 @@ "RemoveBackendData //Inspire", "RemoveBackendDataNumberKey //Inspire", "RemoveControlNet //Inspire", + "RemoveControlNetFromRegionalPrompts //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire", @@ -7356,6 +7390,15 @@ "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": [ [ "Any Converter", From 5126f7caefafeeaee71aa278b7e00be01964961c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 4 Feb 2024 03:15:23 +0900 Subject: [PATCH 4/4] update DB --- custom-node-list.json | 11 ++++++++++- extension-node-map.json | 17 ++++++++++++++++- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 17 ++++++++++++++++- 5 files changed, 62 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b58da034..d6827fe9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4934,7 +4934,16 @@ "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": "yffyhk", + "title": "comfyui_auto_danbooru", + "reference": "https://github.com/yffyhk/comfyui_auto_danbooru", + "files": [ + "https://github.com/yffyhk/comfyui_auto_danbooru" + ], + "install_type": "git-clone", + "description": "Nodes: Get Danbooru, Tag Encode" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 6218ef8a..37c8814f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1117,18 +1117,23 @@ "JNodes_ParseParametersToGlobalList", "JNodes_ParseWildcards", "JNodes_PromptBuilderSingleSubject", - "JNodes_PromptEditor", + "JNodes_RemoveCommentedText", "JNodes_RemoveMetaDataKey", "JNodes_RemoveParseableDataForInference", "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", "JNodes_SchedulerSelectorWithString", + "JNodes_SearchAndReplace", + "JNodes_SearchAndReplaceFromFile", + "JNodes_SearchAndReplaceFromList", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", + "JNodes_SplitAndJoin", "JNodes_StringLiteral", "JNodes_SyncedStringLiteral", "JNodes_TokenCounter", + "JNodes_TrimAndStrip", "JNodes_UploadVideo", "JNodes_VaeSelectorWithString" ], @@ -4525,6 +4530,7 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", + "DarkFaceIndexShuffle", "DarkLoRALoader", "DarkPrompt" ], @@ -7715,6 +7721,15 @@ "title_aux": "NodeGPT" } ], + "https://github.com/yffyhk/comfyui_auto_danbooru": [ + [ + "GetDanbooru", + "TagEncode" + ], + { + "title_aux": "comfyui_auto_danbooru" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b037bbab..2d488f8d 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "dezi-ai", + "title": "ComfyUI Animate LCM", + "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", + "files": [ + "https://github.com/dezi-ai/ComfyUI-AnimateLCM" + ], + "install_type": "git-clone", + "description": "Nodes: Configurator for AnimateLCM, Renderer for AnimateLCM to render the video." + }, { "author": "blepping", "title": "ComfyUI-sonar (WIP)", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ddd226a4..533ea10c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "yffyhk", + "title": "comfyui_auto_danbooru", + "reference": "https://github.com/yffyhk/comfyui_auto_danbooru", + "files": [ + "https://github.com/yffyhk/comfyui_auto_danbooru" + ], + "install_type": "git-clone", + "description": "Nodes: Get Danbooru, Tag Encode" + }, { "author": "Clybius", "title": "ComfyUI Extra Samplers", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6218ef8a..37c8814f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1117,18 +1117,23 @@ "JNodes_ParseParametersToGlobalList", "JNodes_ParseWildcards", "JNodes_PromptBuilderSingleSubject", - "JNodes_PromptEditor", + "JNodes_RemoveCommentedText", "JNodes_RemoveMetaDataKey", "JNodes_RemoveParseableDataForInference", "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", "JNodes_SchedulerSelectorWithString", + "JNodes_SearchAndReplace", + "JNodes_SearchAndReplaceFromFile", + "JNodes_SearchAndReplaceFromList", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", + "JNodes_SplitAndJoin", "JNodes_StringLiteral", "JNodes_SyncedStringLiteral", "JNodes_TokenCounter", + "JNodes_TrimAndStrip", "JNodes_UploadVideo", "JNodes_VaeSelectorWithString" ], @@ -4525,6 +4530,7 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", + "DarkFaceIndexShuffle", "DarkLoRALoader", "DarkPrompt" ], @@ -7715,6 +7721,15 @@ "title_aux": "NodeGPT" } ], + "https://github.com/yffyhk/comfyui_auto_danbooru": [ + [ + "GetDanbooru", + "TagEncode" + ], + { + "title_aux": "comfyui_auto_danbooru" + } + ], "https://github.com/yolain/ComfyUI-Easy-Use": [ [ "dynamicThresholdingFull",