Extensions/ComfyUI Extended
ComfyUI Extension

ComfyUI Extended

Nodes for ComfyUI that extend the core functionality without adding extra dependencies.

By rookiepsi·Created about a year ago·Updated 11 months ago· 9
rookiepsi/comfyui-extended
Nodes18
On cloudLocal install
CategoryComfyUI-Extended/Image, comfyui-extended/switch
Stars9
Updated11 months ago

Nodes (18)

Liquify Image

Push, bulge, shrink, or twirl your image — a mini Photoshop Liquify

ComfyUI-Extended/Image
Image Switch

A two-way image swap, with a naming twist

comfyui-extended/switch
Mask Switch

Pick between four masks with a single integer

comfyui-extended/switch
Preview Boolean

Is that node actually outputting true? Now you can see it

comfyui-extended/preview
Preview Float

Finally see the denoising strength, CFG, or whatever float your workflow is really using

comfyui-extended/preview
Preview Integer

Check the seed, steps, or batch size your workflow is really passing around

comfyui-extended/preview
Preview Mask

Actually see your mask on top of the image before you sample with it

comfyui-extended/preview
Preview Text

See the text actually flowing through your workflow

comfyui-extended/preview
Dimensions

Randomize your resolution on every run from a simple list

comfyui-extended/primitive
Integer

An integer that increments, decrements, or randomizes itself between runs

comfyui-extended/primitive
Text

A text constant you can actually see, no extra pack required

comfyui-extended/primitive
Blur Mask

Soften mask edges so inpaints and composites stop showing seams

comfyui-extended/mask
Construct Mask

Rectangle, ellipse, or triangle, positioned and rotated

ComfyUI-Extended/Mask
Crop Image To Mask

Crop an image down to just the masked region — the face-fix workflow's opening move

comfyUI-extended/image
Resize Mask

Resize a mask to any size — or just the right size for your latent

comfyui-extended/mask
Expression

A mini calculator that runs Python-ish expressions in your graph

comfyui-extended/utility
Image Dimensions

Get an image's width and height as real INT values, instantly

comfyui-extended/utility
Switch

Route one of two values by condition, without rewiring your whole graph

comfyui-extended/utility
Readme

ComfyUI Extended

Nodes for ComfyUI that extend the core functionality without adding extra dependencies.

ComfyUI Extended

Features

  • [x] Preview Nodes
  • [x] Primitive Nodes
  • [x] Utility Nodes

Installation

There are 2 ways to install this custom node:

ComfyUI Manager (Recommended)

  1. Install ComfyUI Manager if you don't have it yet.
  2. Find "ComfyUI Extended" in the Manager and install it.

Manual

cd /path/to/your/ComfyUI/custom_nodes
git clone https://github.com/rookiepsi/comfyui-extended.git

Restart ComfyUI to load the new nodes.

Usage

For detailed explanation of each node, please refer to the docs.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Development

  1. Look for an issue to work on or create a new one.
  2. Wait for approval.
  3. Fork this repository.
  4. Create a new branch feature/[feature-name] or bug/[bug-name].
  5. Make your changes.
  6. Test your changes thoroughly.
  7. Create a Pull Request.
  8. Become a legend.

License

This project is licensed under the MIT license.

Legends (Contributors)