Browse Source

update DB

pull/30/head
Dr.Lt.Data 1 year ago
parent
commit
15fdb9ea21
  1. 20
      custom-node-list.json
  2. 15
      extension-node-map.json

20
custom-node-list.json

@ -657,6 +657,26 @@
"install_type": "git-clone",
"description": "custom node for ComfyUI to perform simple math operations"
},
{
"author": "shockz0rz",
"title": "InterpolateEverything",
"reference": "https://github.com/shockz0rz/ComfyUI_InterpolateEverything",
"files": [
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything"
],
"install_type": "git-clone",
"description": "Nodes: Interpolate Poses, Interpolate Lineart, ... Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI."
},
{
"author": "yolanother",
"title": "DTAIComfyPromptAgent",
"reference": "https://github.com/yolanother/DTAIComfyPromptAgent",
"files": [
"https://github.com/yolanother/DTAIComfyPromptAgent"
],
"install_type": "git-clone",
"description": "This script provides a prompt agent node for the Comfy UI stable diffusion client."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",

15
extension-node-map.json

@ -236,6 +236,8 @@
"Image Overlay",
"Join XY Inputs of Same Type",
"KSampler (Efficient)",
"LoRA Stacker",
"LoRA Stacker Adv.",
"Manual XY Entry Info",
"Simple Eval Examples",
"XY Input: CFG Scale",
@ -243,7 +245,8 @@
"XY Input: Clip Skip",
"XY Input: Denoise",
"XY Input: LoRA",
"XY Input: LoRA (Advanced)",
"XY Input: LoRA Adv.",
"XY Input: LoRA Stacks",
"XY Input: Manual XY Entry",
"XY Input: Negative Prompt S/R",
"XY Input: Positive Prompt S/R",
@ -770,6 +773,7 @@
"MMDetLoader",
"MaskPainter",
"MaskToSEGS",
"MasksToMaskList",
"ONNXDetectorProvider",
"ONNXDetectorSEGS",
"PixelKSampleHookCombine",
@ -781,6 +785,7 @@
"RegionalPrompt",
"RegionalSampler",
"SAMDetectorCombined",
"SAMDetectorSegmented",
"SAMLoader",
"SEGEdit",
"SEGPick",
@ -795,6 +800,7 @@
"SegmDetectorForEach",
"SegmDetectorSEGS",
"Segs & Mask",
"Segs & Mask ForEach",
"SegsMaskCombine",
"SegsToCombinedMask",
"SubtractMask",
@ -889,6 +895,9 @@
"https://github.com/shiimizu/ComfyUI_smZNodes": [
"smZ CLIPTextEncode"
],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
"OpenposePreprocessorInterpolate"
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
"DiscoDiffusion_DiscoDiffusion",
"DiscoDiffusion_DiscoDiffusionExtraSettings",
@ -960,5 +969,9 @@
"TextGenerator",
"TextInput",
"TextOutput"
],
"https://github.com/yolanother/DTAIComfyPromptAgent": [
"DTPromptAgent",
"DTPromptAgentString"
]
}
Loading…
Cancel
Save