https://github.com/pants007/comfy-pants
An assortment of ComfyUI nodes
https://github.com/pants007/comfy-pants
Last synced: 4 months ago
JSON representation
An assortment of ComfyUI nodes
- Host: GitHub
- URL: https://github.com/pants007/comfy-pants
- Owner: pants007
- Created: 2023-07-20T11:04:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T12:02:23.000Z (over 1 year ago)
- Last Synced: 2024-03-18T18:20:35.518Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **pants**
README
# comfy-pants: custom nodes for ComfyUI
This repo contains a number of QoL nodes I made for myself that I figured I may as well make available for everyone else.
## Nodes
- Make Square Node
- Will pad an image to make it square with a chosen filling strategy. Sort of like "Resize and fill" from a1111.
- TextEncodeAIO
- Tried to hack StylePile-like (the A1111 extension, shoutout btw) behavior into a ClipTextEncode node, but I'm not sure I'm even doing it right.
## Installation
First clone the repo to your `custom_nodes` folder:cd path/to/ComfyUI/custom_nodes
git clone https://github.com/pants007/comfy-pants.gitThen enter the repo folder and install dependencies through pip:
cd comfy_pants
pip install -r requirements.txt