mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
813a1ce6b0
commit
faa5975adb
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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]",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user