Browse Source

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.
pull/407/head
redhottensors 9 months ago committed by GitHub
parent
commit
3bce0ef64b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 15
      extension-node-map.json

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

Loading…
Cancel
Save