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.
This commit is contained in:
redhottensors 2024-02-12 10:49:14 -07:00 committed by GitHub
parent 15b276140e
commit 3bce0ef64b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [