diff --git a/custom-node-list.json b/custom-node-list.json index 13b9471..602e1f5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4414,6 +4414,16 @@ "install_type": "git-clone", "description": "Add a node that outputs width and height of the size selected from the preset (.csv)." }, + { + "author": "nkchocoai", + "title": "ComfyUI-PromptUtilities", + "reference": "https://github.com/nkchocoai/ComfyUI-PromptUtilities", + "files": [ + "https://github.com/nkchocoai/ComfyUI-PromptUtilities" + ], + "install_type": "git-clone", + "description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt." + }, { "author": "JaredTherriault", "title": "ComfyUI-JNodes", diff --git a/extension-node-map.json b/extension-node-map.json index c6921d6..0c32b4c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3838,7 +3838,8 @@ [ "Load MotionBrush", "RAFT Run", - "Save MotionBrush" + "Save MotionBrush", + "VizMotionBrush" ], { "title_aux": "ComfyUI-RAFT" @@ -4075,6 +4076,7 @@ "ConditioningConcat", "ConditioningSetArea", "ConditioningSetAreaPercentage", + "ConditioningSetAreaStrength", "ConditioningSetMask", "ConditioningSetTimestepRange", "ConditioningZeroOut", @@ -4278,6 +4280,7 @@ "DebugTensorShape+", "ExtractKeyframes+", "GetImageSize+", + "ImageApplyLUT+", "ImageCASharpening+", "ImageCompositeFromMaskBatch+", "ImageCrop+", @@ -4297,6 +4300,7 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "NoiseFromImage+", "SDXLResolutionPicker+", "SimpleMath+", "TransitionMask+" @@ -5261,10 +5265,13 @@ "ImageGrabPIL", "ImageGridComposite2x2", "ImageGridComposite3x3", + "ImageTransformByNormalizedAmplitude", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent", + "NormalizedAmplitudeToMask", "OffsetMask", + "OffsetMaskByNormalizedAmplitude", "ReferenceOnlySimple3", "ReplaceImagesInBatch", "ResizeMask", @@ -5807,6 +5814,7 @@ { "author": "mape", "description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.", + "nickname": "\ud83d\udfe1 mape's helpers", "title": "mape's helpers", "title_aux": "mape's ComfyUI Helpers" } @@ -6058,6 +6066,19 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ + [ + "PromptUtilitiesConstString", + "PromptUtilitiesConstStringMultiLine", + "PromptUtilitiesFormatString", + "PromptUtilitiesJoinStringList", + "PromptUtilitiesLoadPreset", + "PromptUtilitiesLoadPresetAdvanced" + ], + { + "title_aux": "ComfyUI-PromptUtilities" + } + ], "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ [ "EmptyLatentImageFromPresetsSD15", @@ -6249,6 +6270,7 @@ "AnyAspectRatio", "ConditioningMultiplier_PoP", "ConditioningNormalizer_PoP", + "DallE3_PoP", "LoadImageResizer_PoP", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e686f82..4c31b91 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,7 +10,26 @@ }, - + { + "author": "nkchocoai", + "title": "ComfyUI-PromptUtilities", + "reference": "https://github.com/nkchocoai/ComfyUI-PromptUtilities", + "files": [ + "https://github.com/nkchocoai/ComfyUI-PromptUtilities" + ], + "install_type": "git-clone", + "description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt." + }, + { + "author": "BadCafeCode", + "title": "execution-inversion-demo-comfyui", + "reference": "https://github.com/BadCafeCode/execution-inversion-demo-comfyui", + "files": [ + "https://github.com/BadCafeCode/execution-inversion-demo-comfyui" + ], + "install_type": "git-clone", + "description": "execution-inversion-demo-comfyui" + }, { "author": "unanan", "title": "ComfyUI-clip-interrogator [WIP]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c6921d6..0c32b4c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3838,7 +3838,8 @@ [ "Load MotionBrush", "RAFT Run", - "Save MotionBrush" + "Save MotionBrush", + "VizMotionBrush" ], { "title_aux": "ComfyUI-RAFT" @@ -4075,6 +4076,7 @@ "ConditioningConcat", "ConditioningSetArea", "ConditioningSetAreaPercentage", + "ConditioningSetAreaStrength", "ConditioningSetMask", "ConditioningSetTimestepRange", "ConditioningZeroOut", @@ -4278,6 +4280,7 @@ "DebugTensorShape+", "ExtractKeyframes+", "GetImageSize+", + "ImageApplyLUT+", "ImageCASharpening+", "ImageCompositeFromMaskBatch+", "ImageCrop+", @@ -4297,6 +4300,7 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "NoiseFromImage+", "SDXLResolutionPicker+", "SimpleMath+", "TransitionMask+" @@ -5261,10 +5265,13 @@ "ImageGrabPIL", "ImageGridComposite2x2", "ImageGridComposite3x3", + "ImageTransformByNormalizedAmplitude", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent", + "NormalizedAmplitudeToMask", "OffsetMask", + "OffsetMaskByNormalizedAmplitude", "ReferenceOnlySimple3", "ReplaceImagesInBatch", "ResizeMask", @@ -5807,6 +5814,7 @@ { "author": "mape", "description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.", + "nickname": "\ud83d\udfe1 mape's helpers", "title": "mape's helpers", "title_aux": "mape's ComfyUI Helpers" } @@ -6058,6 +6066,19 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ + [ + "PromptUtilitiesConstString", + "PromptUtilitiesConstStringMultiLine", + "PromptUtilitiesFormatString", + "PromptUtilitiesJoinStringList", + "PromptUtilitiesLoadPreset", + "PromptUtilitiesLoadPresetAdvanced" + ], + { + "title_aux": "ComfyUI-PromptUtilities" + } + ], "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ [ "EmptyLatentImageFromPresetsSD15", @@ -6249,6 +6270,7 @@ "AnyAspectRatio", "ConditioningMultiplier_PoP", "ConditioningNormalizer_PoP", + "DallE3_PoP", "LoadImageResizer_PoP", "LoraStackLoader10_PoP", "LoraStackLoader_PoP", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 9d1dffe..0930d39 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -89,6 +89,16 @@ ], "install_type": "git-clone", "description": "Nodes:Loader, Image Processor, Text Processor, ImageScore" + }, + { + "author": "kappa54m", + "title": "ComfyUI-HPSv2-Nodes", + "reference": "https://github.com/kappa54m/ComfyUI_Usability", + "files": [ + "https://github.com/kappa54m/ComfyUI_Usability" + ], + "install_type": "git-clone", + "description": "Nodes:Load Image Dedup" } ] } \ No newline at end of file