update DB

This commit is contained in:
Dr.Lt.Data 2023-07-17 09:19:50 +09:00
parent 5c6b5b43f0
commit 15fdb9ea21
2 changed files with 34 additions and 1 deletions

View File

@ -657,6 +657,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "custom node for ComfyUI to perform simple math operations" "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", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

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