This repository provides a native implementation of IC-Light for ComfyUI, a framework used for creative image manipulation. The implementation leverages models created by lllyasviel, enabling advanced light manipulation capabilities within the ComfyUI environment. It includes a set of custom nodes designed to enhance and apply IC-Light models to images, aiding in creative and technical workflows.
The easiest way to install the nodes from this repository is to use the ComfyUI Manager. No additional requirements are needed, simply search for "IC-light" in the manager and install the models directly.
For manual installation, clone this repository into the ComfyUI/custom_nodes folder. This can be done using the following git command from your terminal:
git clone https://github.com/kijai/ComfyUI-IC-Light.git ComfyUI/custom_nodes/ComfyUI-IC-Light
The models can also be directly downloaded from Hugging Face:
Place the downloaded models in any subfolder within the ComfyUI/models/unet
directory.
Some example workflows may require the latest updates from KJNodes.
This repository is designed to integrate IC-Light model capabilities into ComfyUI, providing a platform for users to apply sophisticated light manipulation techniques in their image processing workflows. It offers enhanced control over lighting and details, making it an essential tool for artists and developers focused on creating visually compelling images.
The repository includes the following nodes, each implemented in the nodes.py
file:
This implementation offers a number of advanced features:
These nodes greatly enhance the flexibility and capability of ComfyUI workflows by providing tools for:
With these capabilities, users can achieve sophisticated image processing results, enabling both creative and technical achievements within the ComfyUI ecosystem.