ComfyUI Extension: Jovi_Colorizer
Colorize ComfyUI nodes with defaults per node, node category or via regex filtering.
Custom Nodes (0)
README
SPONSORSHIP
Please consider sponsoring me if you enjoy the results of my work, code or documentation or otherwise. A good way to keep code development open and free is through sponsorship.
<div align="center"> </div>HIGHLIGHTS
<div align="center"> <img src="https://github.com/user-attachments/assets/1b3ee485-01fd-4873-8ef1-730a26ca2e37" alt="Colorize ComfyUI nodes with defaults per node, node category or via regex filtering" width="512"/> </div>- Colorization for ALL NODES using their own node settings, their node group or via regex pattern matching
UPDATES
2025/05/16 @1.0.1:
- removed old Jovimetrix colorizer init code
2025/03/08 @1.0.0:
- intial breakout from Jovimetrix
INSTALLATION
COMFYUI MANAGER
If you have ComfyUI Manager installed, simply search for Jovi_Colorizer and install from the manager's database.
MANUAL INSTALL
Clone the repository into your ComfyUI custom_nodes directory. You can clone the repository with the command:
git clone https://github.com/Amorano/Jovi_Colorizer.git
You can then install the requirements by using the command:
.\python_embed\python.exe -s -m pip install -r requirements.txt
If you are using a <code>virtual environment</code> (<code><i>venv</i></code>), make sure it is activated before installation. Then install the requirements with the command:
pip install -r requirements.txt