diff --git a/README.md b/README.md index 8b63625..dbe39bf 100644 --- a/README.md +++ b/README.md @@ -129,7 +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 # Roadmap diff --git a/custom-node-list.json b/custom-node-list.json index 9c31cb7..1a77c9c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -910,10 +910,11 @@ "title": "ComfyUIJasonNode", "reference": "https://github.com/lrzjason/ComfyUIJasonNode", "files": [ - "https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py" + "https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py", + "https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py" ], "install_type": "copy", - "description": "Nodes:SDXLMixSampler" + "description": "Nodes:SDXLMixSampler, LatentByRatio" }, { "author": "alpertunga-bile", @@ -975,6 +976,16 @@ "install_type": "copy", "description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." }, + { + "author": "tudal", + "title": "SadaleNet", + "reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI", + "files": [ + "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py" + ], + "install_type": "copy", + "description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." + }, { "author": "failfa-st", "title": "failfa-st/comfyui-extensions", diff --git a/extension-node-map.json b/extension-node-map.json index f1a043d..2ab6e9c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -30,9 +30,9 @@ "Unary Mask Op" ], "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [ - "BSZAutoHires", - "BSZAutoHiresAspect", - "BSZAutoHiresCombined" + "BSZAbsoluteHires", + "BSZAspectHires", + "BSZCombinedHires" ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ "BNK_AddCLIPSDXLParams", @@ -418,6 +418,10 @@ "MSSqlSelectNode", "MSSqlTableNode" ], + "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py": [ + "CLIPTextEncodeA1111", + "RerouteTextForCLIPTextEncodeA1111" + ], "https://github.com/SeargeDP/SeargeSDXL": [ "SeargeFloatConstant", "SeargeFloatMath", @@ -611,6 +615,7 @@ "Number to Seed", "Number to String", "Number to Text", + "Prompt Multiple Styles Selector", "Prompt Styles Selector", "Random Number", "SAM Image Mask", @@ -885,7 +890,10 @@ "ImageMaskSwitch", "ImageReceiver", "ImageSender", + "ImpactKSamplerAdvancedBasicPipe", + "ImpactKSamplerBasicPipe", "ImpactLogger", + "ImpactSEGSLabelFilter", "ImpactWildcardProcessor", "IterativeImageUpscale", "IterativeLatentUpscale",