mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-22 21:00:49 +08:00
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:
parent
15b276140e
commit
3bce0ef64b
@ -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…
Reference in New Issue
Block a user