GMapeSplat / ComfyUI_ezXY

Collection of scripts, patches, and custom nodes for ComfyUI
GNU General Public License v3.0
24 stars 7 forks source link

ezXY

A collection of scripts and custom nodes for ComfyUI.

Features

Installation

Clone the repository to custom_nodes in your ComfyUI directory:

git clone https://github.com/GMapeSplat/ComfyUI_ezXY.git

Scripts

Automatic type-casting

Patches Comfy UI during runtime to allow integer and float slots to connect. Data types are cast automatically and clamped to the input slot's configured minimum and maximum values. Should work out of the box with most custom and native nodes. Might cause some compatibility issues, or break depending on your version of ComfyUI.

Runtime patches do not modify any source files, but it is fairly brute force. Use at your own risk. All patches can be deactivated by modifying the values in config.yaml.

Nodes

ezXY Driver

ezXY Assemble Plot

Plot Images

String to Label

Join images

Item from Dropdown

ezMath

Iteration Driver

Strings to List

Numbers to List

String from List

Number from string

Line to Console

ToDo