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