diff --git a/custom-node-list.json b/custom-node-list.json
index 2f03b7e3..801a8dec 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -544,7 +544,7 @@
"https://github.com/Nourepide/ComfyUI-Allor"
],
"install_type": "git-clone",
- "description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.
WARN:If you currently(Jul 29) use this node, some built-in nodes like ImageScaleBy may become missing nodes.
" + "description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.NOTE: If you do not disable the default node override feature in the settings, the built-in nodes, namely ImageScale and ImageScaleBy nodes, will be disabled. (ref: Configutation)
" }, { "author": "pythongosssss", @@ -798,6 +798,16 @@ "install_type": "git-clone", "description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." }, + { + "author": "jamesWalker55", + "title": "ComfyUI - P2LDGAN Node", + "reference": "https://github.com/jamesWalker55/comfyui-p2ldgan", + "files": [ + "https://github.com/jamesWalker55/comfyui-p2ldgan" + ], + "install_type": "git-clone", + "description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -945,6 +955,26 @@ "install_type": "copy", "description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." }, + { + "author": "s1dlx", + "title": "comfy_meh", + "reference": "https://github.com/s1dlx/comfy_meh", + "files": [ + "https://github.com/s1dlx/comfy_meh/raw/main/meh.py" + ], + "install_type": "copy", + "description": "Advanced merging methods." + }, + { + "author": "tudal", + "title": "Hakkun-ComfyUI-nodes", + "reference": "https://github.com/tudal/Hakkun-ComfyUI-nodes", + "files": [ + "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py" + ], + "install_type": "copy", + "description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." + }, { "author": "theally", "title": "TheAlly's Custom Nodes", @@ -978,16 +1008,6 @@ ], "install_type": "unzip", "description": "Various image processing nodes." - }, - { - "author": "s1dlx", - "title": "comfy_meh", - "reference": "https://github.com/s1dlx/comfy_meh", - "files": [ - "https://github.com/s1dlx/comfy_meh/raw/main/meh.py" - ], - "install_type": "copy", - "description": "Advanced merging methods." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 1ef9812a..ae65cc6d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2,7 +2,8 @@ "https://github.com/ArtVentureX/comfyui-animatediff": [ "AnimateDiffCombine", "AnimateDiffLoader", - "AnimatedDiffUnload" + "AnimateDiffLoader_v2", + "AnimateDiffUnload" ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ "Blur", @@ -132,6 +133,7 @@ "Text box", "Tuple", "Tuple debug print", + "Tuple multiply", "Tuple swap", "Tuple to floats", "Tuple to ints", @@ -1132,6 +1134,14 @@ "trRouter", "trRouterLonger" ], + "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [ + "Calculate Upscale", + "Image size to string", + "Multi Text Merge", + "Prompt Parser", + "Random Line", + "Random Line 4" + ], "https://github.com/twri/sdxl_prompt_styler": [ "SDXLPromptStyler" ],