From 3bce0ef64b84f745141070a7dfde96734c9cf2b0 Mon Sep 17 00:00:00 2001 From: redhottensors <159090586+redhottensors@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:49:14 -0700 Subject: [PATCH] extension-node-map.json: ComfyUI-Prediction: Include make_node nodes. ComfyUI-Prediction creates most of its nodes via a helper function. Include those nodes in the extension-node-map.json file. Also updated author and description. --- extension-node-map.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 43b01d07..f8dbb00d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6868,12 +6868,21 @@ "title_aux": "comfyui-prompt-reader-node" } ], - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [ + "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "SamplerCustomPrediction", + "ConditionedPrediction", + "CombinePredictions", + "ScaledGuidancePrediction", + "AvoidErasePredictor", + "ScalePrediction", + "CFGPrediction", + "PerpNegPrediction" ], { - "title_aux": "ComfyUI-Prediction" + "author": "redhottensors", + "description": "Fully customizable Classfier Free Guidance for ComfyUI.", + "title": "ComfyUI-Prediction" } ], "https://github.com/rgthree/rgthree-comfy": [ @@ -8292,4 +8301,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +}