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", 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 +}