From 15b276140ed63962559173fbf7231f9504b9d284 Mon Sep 17 00:00:00 2001 From: redhottensors <159090586+redhottensors@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:39:32 -0700 Subject: [PATCH 1/2] custom-node-list.json: git-clone ComfyUI Prediction --- custom-node-list.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1aae0afe..7c5a801c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5432,13 +5432,11 @@ "title": "ComfyUI-Prediction", "reference": "https://github.com/redhottensors/ComfyUI-Prediction", "files": [ - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py" + "https://github.com/redhottensors/ComfyUI-Prediction" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Fully customizable Classifier Free Guidance for ComfyUI." }, - - { "author": "theally", "title": "TheAlly's Custom Nodes", 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 2/2] 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 +}