diff --git a/custom-node-list.json b/custom-node-list.json index 1802c6b0..05ce0b21 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -748,6 +748,26 @@ "install_type": "git-clone", "description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt." }, + { + "author": "ArtVentureX", + "title": "AnimateDiff", + "reference": "https://github.com/ArtVentureX/comfyui-animatediff", + "files": [ + "https://github.com/ArtVentureX/comfyui-animatediff" + ], + "install_type": "git-clone", + "description": "AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff." + }, + { + "author": "twri", + "title": "SDXL Prompt Styler", + "reference": "https://github.com/twri/sdxl_prompt_styler", + "files": [ + "https://github.com/twri/sdxl_prompt_styler" + ], + "install_type": "git-clone", + "description": "SDXL Prompt Styler is a node that enables you to style prompts based on predefined templates stored in a JSON file." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index e8d3aea4..ae5e3c42 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1,4 +1,8 @@ { + "https://github.com/ArtVentureX/comfyui-animatediff": [ + "AnimateDiffCombine", + "AnimateDiffLoader" + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ "Blur", "Change Channel Count", @@ -1099,6 +1103,9 @@ "trRouter", "trRouterLonger" ], + "https://github.com/twri/sdxl_prompt_styler": [ + "SDXLPromptStyler" + ], "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [ "CombineInput", "CostumeAgent_1", @@ -1116,4 +1123,4 @@ "DTPromptAgent", "DTPromptAgentString" ] -} +} \ No newline at end of file