Browse Source

update DB

pull/379/head
dr.lt.data 10 months ago
parent
commit
faa5975adb
  1. 10
      custom-node-list.json
  2. 24
      extension-node-map.json
  3. 21
      node_db/dev/custom-node-list.json
  4. 24
      node_db/new/extension-node-map.json
  5. 10
      node_db/tutorial/custom-node-list.json

10
custom-node-list.json

@ -4414,6 +4414,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Add a node that outputs width and height of the size selected from the preset (.csv)." "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", "author": "JaredTherriault",
"title": "ComfyUI-JNodes", "title": "ComfyUI-JNodes",

24
extension-node-map.json

@ -3838,7 +3838,8 @@
[ [
"Load MotionBrush", "Load MotionBrush",
"RAFT Run", "RAFT Run",
"Save MotionBrush" "Save MotionBrush",
"VizMotionBrush"
], ],
{ {
"title_aux": "ComfyUI-RAFT" "title_aux": "ComfyUI-RAFT"
@ -4075,6 +4076,7 @@
"ConditioningConcat", "ConditioningConcat",
"ConditioningSetArea", "ConditioningSetArea",
"ConditioningSetAreaPercentage", "ConditioningSetAreaPercentage",
"ConditioningSetAreaStrength",
"ConditioningSetMask", "ConditioningSetMask",
"ConditioningSetTimestepRange", "ConditioningSetTimestepRange",
"ConditioningZeroOut", "ConditioningZeroOut",
@ -4278,6 +4280,7 @@
"DebugTensorShape+", "DebugTensorShape+",
"ExtractKeyframes+", "ExtractKeyframes+",
"GetImageSize+", "GetImageSize+",
"ImageApplyLUT+",
"ImageCASharpening+", "ImageCASharpening+",
"ImageCompositeFromMaskBatch+", "ImageCompositeFromMaskBatch+",
"ImageCrop+", "ImageCrop+",
@ -4297,6 +4300,7 @@
"MaskFromColor+", "MaskFromColor+",
"MaskPreview+", "MaskPreview+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage+",
"SDXLResolutionPicker+", "SDXLResolutionPicker+",
"SimpleMath+", "SimpleMath+",
"TransitionMask+" "TransitionMask+"
@ -5261,10 +5265,13 @@
"ImageGrabPIL", "ImageGrabPIL",
"ImageGridComposite2x2", "ImageGridComposite2x2",
"ImageGridComposite3x3", "ImageGridComposite3x3",
"ImageTransformByNormalizedAmplitude",
"InjectNoiseToLatent", "InjectNoiseToLatent",
"InsertImageBatchByIndexes", "InsertImageBatchByIndexes",
"NormalizeLatent", "NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"ReferenceOnlySimple3", "ReferenceOnlySimple3",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
@ -5807,6 +5814,7 @@
{ {
"author": "mape", "author": "mape",
"description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.", "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": "mape's helpers",
"title_aux": "mape's ComfyUI Helpers" "title_aux": "mape's ComfyUI Helpers"
} }
@ -6058,6 +6066,19 @@
"title_aux": "comfyui-NDI" "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": [ "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[ [
"EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSD15",
@ -6249,6 +6270,7 @@
"AnyAspectRatio", "AnyAspectRatio",
"ConditioningMultiplier_PoP", "ConditioningMultiplier_PoP",
"ConditioningNormalizer_PoP", "ConditioningNormalizer_PoP",
"DallE3_PoP",
"LoadImageResizer_PoP", "LoadImageResizer_PoP",
"LoraStackLoader10_PoP", "LoraStackLoader10_PoP",
"LoraStackLoader_PoP", "LoraStackLoader_PoP",

21
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", "author": "unanan",
"title": "ComfyUI-clip-interrogator [WIP]", "title": "ComfyUI-clip-interrogator [WIP]",

24
node_db/new/extension-node-map.json

@ -3838,7 +3838,8 @@
[ [
"Load MotionBrush", "Load MotionBrush",
"RAFT Run", "RAFT Run",
"Save MotionBrush" "Save MotionBrush",
"VizMotionBrush"
], ],
{ {
"title_aux": "ComfyUI-RAFT" "title_aux": "ComfyUI-RAFT"
@ -4075,6 +4076,7 @@
"ConditioningConcat", "ConditioningConcat",
"ConditioningSetArea", "ConditioningSetArea",
"ConditioningSetAreaPercentage", "ConditioningSetAreaPercentage",
"ConditioningSetAreaStrength",
"ConditioningSetMask", "ConditioningSetMask",
"ConditioningSetTimestepRange", "ConditioningSetTimestepRange",
"ConditioningZeroOut", "ConditioningZeroOut",
@ -4278,6 +4280,7 @@
"DebugTensorShape+", "DebugTensorShape+",
"ExtractKeyframes+", "ExtractKeyframes+",
"GetImageSize+", "GetImageSize+",
"ImageApplyLUT+",
"ImageCASharpening+", "ImageCASharpening+",
"ImageCompositeFromMaskBatch+", "ImageCompositeFromMaskBatch+",
"ImageCrop+", "ImageCrop+",
@ -4297,6 +4300,7 @@
"MaskFromColor+", "MaskFromColor+",
"MaskPreview+", "MaskPreview+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage+",
"SDXLResolutionPicker+", "SDXLResolutionPicker+",
"SimpleMath+", "SimpleMath+",
"TransitionMask+" "TransitionMask+"
@ -5261,10 +5265,13 @@
"ImageGrabPIL", "ImageGrabPIL",
"ImageGridComposite2x2", "ImageGridComposite2x2",
"ImageGridComposite3x3", "ImageGridComposite3x3",
"ImageTransformByNormalizedAmplitude",
"InjectNoiseToLatent", "InjectNoiseToLatent",
"InsertImageBatchByIndexes", "InsertImageBatchByIndexes",
"NormalizeLatent", "NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"ReferenceOnlySimple3", "ReferenceOnlySimple3",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
@ -5807,6 +5814,7 @@
{ {
"author": "mape", "author": "mape",
"description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.", "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": "mape's helpers",
"title_aux": "mape's ComfyUI Helpers" "title_aux": "mape's ComfyUI Helpers"
} }
@ -6058,6 +6066,19 @@
"title_aux": "comfyui-NDI" "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": [ "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[ [
"EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSD15",
@ -6249,6 +6270,7 @@
"AnyAspectRatio", "AnyAspectRatio",
"ConditioningMultiplier_PoP", "ConditioningMultiplier_PoP",
"ConditioningNormalizer_PoP", "ConditioningNormalizer_PoP",
"DallE3_PoP",
"LoadImageResizer_PoP", "LoadImageResizer_PoP",
"LoraStackLoader10_PoP", "LoraStackLoader10_PoP",
"LoraStackLoader_PoP", "LoraStackLoader_PoP",

10
node_db/tutorial/custom-node-list.json

@ -89,6 +89,16 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Loader, Image Processor, Text Processor, ImageScore" "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"
} }
] ]
} }
Loading…
Cancel
Save