Nodes: Make Square Node, Interrogate Node, TextEncodeAIO
This repo contains a number of QoL nodes I made for myself that I figured I may as well make available for everyone else.
First clone the repo to your custom_nodes
folder:
cd path/to/ComfyUI/custom_nodes
git clone https://github.com/pants007/comfy-pants.git
Then enter the repo folder and install dependencies through pip:
cd comfy_pants
pip install -r requirements.txt