Nodes Browser
ComfyDeploy: How Jovi_Colorizer works in ComfyUI?
What is Jovi_Colorizer?
Colorize ComfyUI nodes with defaults per node, node category or via regex filtering.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Jovi_Colorizer
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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/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