diff --git a/README.md b/README.md index dbe39bf..48c05db 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ NODE_CLASS_MAPPINGS.update({ * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/laksjdjf/pfg-ComfyUI -* https://github.com/mihaiiancu/ComfyUI_Inpaint * https://github.com/senshilabs/NINJA-plugin +* https://github.com/failfa-st/comfyui-extensions # Roadmap diff --git a/alter-list.json b/alter-list.json index 2888fa2..6110f78 100644 --- a/alter-list.json +++ b/alter-list.json @@ -114,6 +114,11 @@ "id":"https://github.com/asagi4/comfyui-prompt-control", "tags":"prompt, prompt editing", "description": "This extension provides the ability to use prompts like

a [large::0.1] [cat|dog:0.05] [::0.5] [in a park:in space:0.4]


" + }, + { + "id":"https://github.com/adieyal/comfyui-dynamicprompts", + "tags":"prompt, dynamic prompt", + "description": "This extension is a port of sd-dynamic-prompt to ComfyUI." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 1a77c9c..7420459 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -808,6 +808,26 @@ "install_type": "git-clone", "description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images.

To use this extension, you need to download the p2ldgan model and save it in the ComfyUI/custom_nodes/comfyui-p2ldgan/checkpoints directory.

" }, + { + "author": "adieyal", + "title": "DynamicPrompts Custom Nodes", + "reference": "https://github.com/adieyal/comfyui-dynamicprompts", + "files": [ + "https://github.com/adieyal/comfyui-dynamicprompts" + ], + "install_type": "git-clone", + "description": "Nodes: Random Prompts, Combinatorial Prompts, I'm Feeling Lucky, Magic Prompt, Jinja2 Templates. ComfyUI-DynamicPrompts is a custom nodes library that integrates into your existing ComfyUI Library. It provides nodes that enable the use of Dynamic Prompts in your ComfyUI." + }, + { + "author": "mihaiiancu", + "title": "mihaiiancu/Inpaint", + "reference": "https://github.com/mihaiiancu/ComfyUI_Inpaint", + "files": [ + "https://github.com/mihaiiancu/ComfyUI_Inpaint" + ], + "install_type": "git-clone", + "description": "Nodes: InpaintMediapipe. This node provides a simple interface to inpaint." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -986,17 +1006,6 @@ "install_type": "copy", "description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." }, - { - "author": "failfa-st", - "title": "failfa-st/comfyui-extensions", - "reference": "https://github.com/failfa-st/comfyui-extensions", - "js_path": "failfa-st", - "files": [ - "https://github.com/failfa-st/comfyui-extensions/raw/main/failfastSettings.js" - ], - "install_type": "copy", - "description": "UI extensions: Links Render Mode, Force Snap to Frid, Force Box Shape, Render sahdows, Connection Width. Pin/Unpin all Nodes" - }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 2ab6e9c..9ce69b6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -241,6 +241,7 @@ "JDC_GreyNoise", "JDC_Greyscale", "JDC_ImageLoader", + "JDC_ImageLoaderMeta", "JDC_PinkNoise", "JDC_Plasma", "JDC_PlasmaSampler", @@ -266,6 +267,7 @@ "Image Overlay", "Join XY Inputs of Same Type", "KSampler (Efficient)", + "KSampler Adv. (Efficient)", "LoRA Stacker", "LoRA Stacker Adv.", "Manual XY Entry Info", @@ -667,6 +669,13 @@ "ImageRewardLoader", "ImageRewardScore" ], + "https://github.com/adieyal/comfyui-dynamicprompts": [ + "DPCombinatorialGenerator", + "DPFeelingLucky", + "DPJinja", + "DPMagicPrompt", + "DPRandomGenerator" + ], "https://github.com/alpertunga-bile/prompt-generator-comfyui/raw/master/prompt_generator.py": [ "Prompt Generator" ], @@ -1005,6 +1014,9 @@ "Text To Image (mtb)", "Uncrop (mtb)" ], + "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ + "InpaintMediapipe" + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ "CLIPStringEncode _O", "Chat completion _O", @@ -1073,6 +1085,7 @@ "ConstrainImage|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", + "MultiPrimitive|pysssss", "ReroutePrimitive|pysssss", "ShowText|pysssss", "StringFunction|pysssss" @@ -1154,6 +1167,7 @@ "trRouterLonger" ], "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [ + "Any Converter", "Calculate Upscale", "Image size to string", "Multi Text Merge",