vinavfx/ComfyUI-for-Nuke
API to be able to use ComfyUI nodes within nuke, only using the ComfyUI server
What it solves
This project provides an API that allows users to integrate ComfyUI nodes directly into Nuke, a professional visual effects (VFX) software. It bridges the gap between node-based AI image generation and professional compositing workflows, allowing artists to leverage ComfyUI's server-side processing within the Nuke environment.
How it works
The tool acts as a bridge between Nuke and a running ComfyUI server. It uses the websocket-client Python library to communicate with the server, allowing Nuke users to trigger ComfyUI nodes and process images or sequences. Users must configure the path to their ComfyUI installation and the server's IP/PORT address to establish the connection.
Who it’s for
Visual effects artists and compositors who use Nuke and want to integrate generative AI workflows into their professional production pipeline.
Highlights
- Integration of ComfyUI nodes within the Nuke interface.
- Support for image and sequence processing via ComfyUI-VideoHelperSuite.
- Support for high-dynamic range images (EXR) via ComfyUI-HQ-Image-Save.
- Ability to run the ComfyUI server on a remote machine via shared folders.
- Tools for handling pixel values (linear tonemapping) and latent image dimensions (MultipleOf node).
Related
- Project
Comfy-Org/ComfyUI_frontendComfyUI_frontend is the official browser/Electron UI for the ComfyUI AI workflow engine. It offers a node‑graph editor, mask editor, queue/history view, multilingual UI, and a JavaScript extension API for custom panels, commands, keybindings, and toast messages. Releases follow a 2‑week dev → 2‑week freeze cycle, with daily nightlies available via a launch flag.
- Project
filliptm/ComfyUI_Fill-NodesFill‑Nodes is a large collection of custom ComfyUI nodes that add image‑processing, visual‑effects, captioning, AI‑model calls (GPT, DALL‑E, Hugging Face, etc.), file‑handling (PDF, Google Drive), audio‑reactive and video utilities. Install by dropping the repo into ComfyUI’s `custom_nodes` folder. Use it to build end‑to‑end workflows that load batches, apply creative effects, generate captions via LLMs, and export results as images, videos, PDFs or cloud‑stored files.
- Project
Comfy-Org/ComfyUIA modular, node-based AI engine for visual professionals to create complex workflows for generating images, video, audio, and 3D models with precise parameter control.
- Project
Acly/comfyui-tooling-nodesA set of ComfyUI custom nodes and API extensions that enable the use of ComfyUI as a backend for external tools, featuring optimized image transfer, regional prompting, and model inspection.
- Project
VrchStudio/comfyui-web-viewerA custom node collection for ComfyUI that enables real-time interactive AI art by integrating streaming and external controls like MIDI, OSC, and gamepads.