A collection of image processing extension nodes for ComfyUI.
Custom Nodes (0)
README
ComfyUI-YCNodes
A collection of image processing extension nodes for ComfyUI.
Nodes Description
Image IC
Basic image combination node with the following features:
Horizontal/vertical image concatenation
Aspect ratio scaling based on reference edges
Flexible position adjustment (top/center/bottom/left/right)
Custom background color
Mask processing support
Image IC Advanced
Advanced image combination node, adding the following features to the basic version:
Overlay mode support
Precise XY coordinate control
Independent scaling control
Additional output options
This two node provides advanced image combination functions, designed for IClora and fill+redux partial redraw migration images. Optimize the combination of two graphs, save the size of Flux iclora and Fill+redux when partial redrawing, and save computing power.
How to Use
Drag the node into your workspace
Connect input images and masks (optional)
Set combination parameters:
Select reference edge
Set combination mode
Adjust position and scale
Set background color
Run the workflow to get results
Installation
Clone this repository into ComfyUI's custom_nodes directory:
cd custom_nodes
git clone https://github.com/your-username/Comfyui-yicheng-node.git
The basic code of the nodes ic image and ic image advanced comes from https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils
Based on it, I optimized two nodes: ic image and ic image advanced.
Thanks to the original author @小志Jason