From 2e12f0d739234f282e39e5a273f961421935e675 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 16 Jun 2023 12:50:49 +0900 Subject: [PATCH] update db --- alter-list.json | 2 +- custom-node-list.json | 20 ++++++++++++++++++ extension-node-map.json | 46 ++++++++++++++++++++++++++++++++++++++--- 3 files changed, 64 insertions(+), 4 deletions(-) diff --git a/alter-list.json b/alter-list.json index 1b69e29..45036e4 100644 --- a/alter-list.json +++ b/alter-list.json @@ -12,7 +12,7 @@ }, { "id":"https://github.com/ltdrdata/ComfyUI-Impact-Pack", - "tags":"ddetailer, adetailer, ddsd, DD, loopback scaler", + "tags":"ddetailer, adetailer, ddsd, DD, loopback scaler, prompt, wildcard", "description": "To implement the feature of automatically detecting faces and enhancing details, various detection nodes and detailers provided by the Impact Pack can be applied. Similarly to Loopback Scaler, it also provides various custom workflows that can apply Ksampler while gradually scaling up." }, { diff --git a/custom-node-list.json b/custom-node-list.json index fe95a6a..019665b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -551,6 +551,26 @@ "install_type": "git-clone", "description": "These nodes were made for use in the Comfyroll Template Workflows." }, + { + "author": "bmad4ever", + "title": "ComfyUI-Bmad-DirtyUndoRedo", + "reference": "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo", + "files": [ + "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo" + ], + "install_type": "git-clone", + "description": "ComfyUI extension that adds undo (and redo) functionality." + }, + { + "author": "FizzleDorf", + "title": "FizzNodes", + "reference": "https://github.com/FizzleDorf/ComfyUI_FizzNodes", + "files": [ + "https://github.com/FizzleDorf/ComfyUI_FizzNodes" + ], + "install_type": "git-clone", + "description": "Custom animation and utility nodes for Comfyui." + }, { "author": "ailex000", "title": "Image Gallery", diff --git a/extension-node-map.json b/extension-node-map.json index 518a134..33a9c03 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -182,6 +182,20 @@ "Simple Frame Folder To Video", "Video Frame Extractor" ], + "https://github.com/FizzleDorf/ComfyUI_FizzNodes": [ + "AbsCosWave", + "AbsSinWave", + "CosWave", + "InvCosWave", + "InvSinWave", + "Lerp", + "PromptSchedule", + "SawtoothWave", + "SinWave", + "SquareWave", + "TriangleWave", + "ValueSchedule" + ], "https://github.com/Jcd1230/rembg-comfyui-node": [ "Image Remove Background (rembg)" ], @@ -243,6 +257,10 @@ "ConditioningClamp", "ControlNetClamp", "GligenClamp", + "ImageBatchFork", + "ImageBatchGet", + "ImageBatchJoin", + "ImageBatchRemove", "ImageClamp", "ImageCompositeAbsolute", "ImageCompositeAbsoluteByContainer", @@ -269,8 +287,10 @@ "ImageDrawRectangleRounded", "ImageDrawRectangleRoundedByContainer", "ImageEffectsAdjustment", - "ImageEffectsChromaticAberration", "ImageEffectsGrayscale", + "ImageEffectsLensChromaticAberration", + "ImageEffectsLensOpticAxis", + "ImageEffectsLensVignette", "ImageEffectsNegative", "ImageEffectsSepia", "ImageFilterBilateralBlur", @@ -283,6 +303,7 @@ "ImageFilterEmboss", "ImageFilterFindEdges", "ImageFilterGaussianBlur", + "ImageFilterGaussianBlurAdvanced", "ImageFilterMax", "ImageFilterMedianBlur", "ImageFilterMin", @@ -296,6 +317,8 @@ "ImageSegmentationCustom", "ImageSegmentationCustomAdvanced", "ImageText", + "ImageTextMultiline", + "ImageTextMultilineOutlined", "ImageTextOutlined", "ImageTransformCropAbsolute", "ImageTransformCropCorners", @@ -314,18 +337,26 @@ "VaeClamp" ], "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ + "CR Apply ControlNet", + "CR Aspect Ratio", "CR Clip Input Switch", "CR Conditioning Input Switch", "CR ControlNet Input Switch", "CR Image Input Switch", "CR Image Input Switch (4 way)", "CR Image Output", + "CR Image Pipe Edit", + "CR Image Pipe In", + "CR Image Pipe Out", "CR Image Size", - "CR Image Size Test", "CR Integer Multiple", "CR Latent Input Switch", "CR Load LoRA", "CR Model Input Switch", + "CR Module Input", + "CR Module Output", + "CR Module Pipe Loader", + "CR Pipe Switch", "CR Seed to Int" ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ @@ -355,7 +386,8 @@ "ttN text", "ttN text3BOX_3WAYconcat", "ttN text7BOX_concat", - "ttN textDebug" + "ttN textDebug", + "ttN xyPlot" ], "https://github.com/WASasquatch/was-node-suite-comfyui": [ "BLIP Analyze Image", @@ -656,11 +688,14 @@ "ImageMaskSwitch", "ImageReceiver", "ImageSender", + "ImpactLogger", + "ImpactWildcardProcessor", "IterativeImageUpscale", "IterativeLatentUpscale", "KSamplerProvider", "LatentPixelScale", "LatentSwitch", + "LoadConditioning", "MMDetDetectorProvider", "MMDetLoader", "MaskPainter", @@ -675,6 +710,11 @@ "PreviewBridge", "SAMDetectorCombined", "SAMLoader", + "SEGSDetailer", + "SEGSPaste", + "SEGSPreview", + "SEGSSwitch", + "SaveConditioning", "SegmDetectorCombined", "SegmDetectorCombined_v2", "SegmDetectorForEach",