mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 05:10:48 +08:00
update DB
This commit is contained in:
parent
5c6b5b43f0
commit
15fdb9ea21
@ -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",
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user