diff --git a/custom-node-list.json b/custom-node-list.json index 3791badb..9c31cb7e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -975,6 +975,17 @@ "install_type": "copy", "description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." }, + { + "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 ae65cc6d..f1a043d5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -191,6 +191,7 @@ "PiDiNetPreprocessor", "ScribblePreprocessor", "SemSegPreprocessor", + "ShufflePreprocessor", "TilePreprocessor", "UniFormer-SemSegPreprocessor", "Zoe-DepthMapPreprocessor" @@ -239,6 +240,7 @@ "JDC_GaussianBlur", "JDC_GreyNoise", "JDC_Greyscale", + "JDC_ImageLoader", "JDC_PinkNoise", "JDC_Plasma", "JDC_PlasmaSampler", @@ -355,6 +357,10 @@ "ImageFilterSmooth", "ImageFilterSmoothMore", "ImageFilterStackBlur", + "ImageNoiseBeta", + "ImageNoiseBinomial", + "ImageNoiseBytes", + "ImageNoiseGaussian", "ImageSegmentation", "ImageSegmentationCustom", "ImageSegmentationCustomAdvanced", @@ -749,6 +755,9 @@ "Swap Color Mode" ], "https://github.com/evanspearman/ComfyMath": [ + "CM_BoolBinaryOperation", + "CM_BoolToInt", + "CM_BoolUnaryOperation", "CM_BreakoutVec2", "CM_BreakoutVec3", "CM_BreakoutVec4", @@ -763,6 +772,7 @@ "CM_FloatUnaryOperation", "CM_IntBinaryCondition", "CM_IntBinaryOperation", + "CM_IntToBool", "CM_IntToFloat", "CM_IntToNumber", "CM_IntUnaryCondition", @@ -1055,6 +1065,7 @@ "ConstrainImage|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", + "ReroutePrimitive|pysssss", "ShowText|pysssss", "StringFunction|pysssss" ],