https://github.com/Amorano/Jovi_Colorizer
Colorize ComfyUI nodes with defaults per node, node category or via regex filtering
https://github.com/Amorano/Jovi_Colorizer
Last synced: about 1 month ago
JSON representation
Colorize ComfyUI nodes with defaults per node, node category or via regex filtering
- Host: GitHub
- URL: https://github.com/Amorano/Jovi_Colorizer
- Owner: Amorano
- License: other
- Created: 2025-03-02T04:30:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T20:48:29.000Z (about 1 month ago)
- Last Synced: 2025-03-10T17:04:47.279Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **Jovi_Colorizer**
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.
| | |
-|-|-|-
[](https://github.com/sponsors/Amorano) | [](https://www.paypal.com/paypalme/onarom) | [](https://www.patreon.com/joviex) | [](https://ko-fi.com/alexandermorano)## HIGHLIGHTS
![]()
* 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](https://github.com/ltdrdata/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 avirtual environment
(venv
), make sure it is activated before installation. Then install the requirements with the command:
```
pip install -r requirements.txt
```
# WHERE TO FIND MEYou can find me on [](https://discord.gg/62TJaZ3Z5r).