Skip to content

PugglesLesser/comfy-pants

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Interrogate Node
    • Feed clip-interrogator an image and get its output as a string
  • 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.git

Then enter the repo folder and install dependencies through pip:

cd comfy_pants
pip install -r requirements.txt

About

An assortment of ComfyUI nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%