Browse Source

update db

pull/17/head
Dr.Lt.Data 1 year ago
parent
commit
2e12f0d739
  1. 2
      alter-list.json
  2. 20
      custom-node-list.json
  3. 46
      extension-node-map.json

2
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."
},
{

20
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",

46
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",

Loading…
Cancel
Save