From fd8392c2af15e60af9f3aa2ba416ddc514e0ec89 Mon Sep 17 00:00:00 2001 From: Miklos Nagy Date: Tue, 27 Feb 2024 22:13:01 +0100 Subject: [PATCH] deforum node names in manager --- custom-node-list.json | 1 + extension-node-map.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b7ccb2fe..93797157 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5215,6 +5215,7 @@ "https://github.com/XmYx/deforum-comfy-nodes" ], "install_type": "git-clone", + "nodename_pattern": "\\(deforum\\)$", "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." }, { diff --git a/extension-node-map.json b/extension-node-map.json index b331b075..30222fb1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8794,5 +8794,41 @@ { "title_aux": "SDXLCustomAspectRatio" } + ], + "https://github.com/XmYx/deforum-comfy-nodes": [ + [ + "DeforumBaseParamsNode", + "DeforumAnimParamsNode", + "DeforumTranslationParamsNode", + "DeforumDepthParamsNode", + "DeforumNoiseParamsNode", + "DeforumColorParamsNode", + "DeforumDiffusionParamsNode", + "DeforumCadenceParamsNode", + "DeforumHybridParamsNode", + "DeforumHybridScheduleNode", + "DeforumPromptNode", + "DeforumAreaPromptNode", + "DeforumSingleSampleNode", + "DeforumCacheLatentNode", + "DeforumGetCachedLatentNode", + "DeforumSeedNode", + "DeforumIteratorNode", + "DeforumKSampler", + "DeforumFrameWarpNode", + "DeforumColorMatchNode", + "DeforumAddNoiseNode", + "DeforumHybridMotionNode", + "DeforumSetVAEDownscaleRatioNode", + "DeforumLoadVideo", + "DeforumVideoSaveNode", + "DeforumFILMInterpolationNode", + "DeforumSimpleInterpolationNode", + "DeforumCadenceNode", + "DeforumConditioningBlendNode" + ], + { + "title_aux": "(deforum)" + } ] } \ No newline at end of file