From eab06ea1a9a1c9c8907886e0845f85ea6eb22e25 Mon Sep 17 00:00:00 2001 From: Ape* <75503067+GMapeSplat@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:49:23 -0500 Subject: [PATCH] Update custom-node-list.json Added ezXY to node-list. repo: https://github.com/GMapeSplat/ComfyUI_ezXY --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f4fb7871..7898403a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2315,6 +2315,16 @@ "install_type": "git-clone", "description": "This extension contains a set of custom nodes for ComfyUI that allow you to use Core ML models in your ComfyUI workflows. The models can be obtained here, or you can convert your own models using coremltools. The main motivation behind using Core ML models in ComfyUI is to allow you to utilize the ANE (Apple Neural Engine) on Apple Silicon (M1/M2) machines to improve performance." }, + { + "author": "apesplat", + "title": "ezXY scripts and nodes", + "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", + "files": [ + "https://github.com/GMapeSplat/ComfyUI_ezXY" + ], + "install_type": "git-clone", + "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.

NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.

Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." + }, { "author": "taabata", "title": "Syrian Falcon Nodes",