ComfyUI Extension: ColorMatrixGPU Node for ComfyUI
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
This node applies a custom 4x4 color matrix to an image using GPU acceleration via PyTorch.
Looking for a different extension?
Custom Nodes (0)
README
ColorMatrixGPU Node for ComfyUI
Overview
This node applies a custom 4x4 color matrix to an image using GPU acceleration via PyTorch.
Installation
- Ensure PyTorch with CUDA support is installed:
pip install torch torchvision
- Place
colormatrix_gpu_node.pyin yourcustom_nodesfolder of ComfyUI.
Usage
- Add the node
ColorMatrixGPUin ComfyUI. - Provide an image input.
- Input a 4x4 color matrix in comma-separated format (16 float values).
Example Matrix
1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1
License
MIT License
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.