Deadline-specific fork of distributed image generation for ComfyUI using Thinkbox Deadline render farm.
Note: This is a specialized fork of the original ComfyUI distributed rendering system, specifically adapted for Deadline render farm integration.
This plugin requires ComfyUI-Deadline-Plugin to be installed first for basic Deadline submission functionality.
- Install ComfyUI-Deadline-Plugin (standalone Deadline submission)
cd ComfyUI/custom_nodes git clone https://github.com/doubletwisted/ComfyUI-Deadline-Plugin.git
- Install ComfyUI-Deadline-Distributed (distributed rendering via Deadline)
cd ComfyUI/custom_nodes git clone <this-repository-url>
- Deadline Worker Management: Automatic worker registration via Deadline jobs
- Deadline Job Integration: Master-worker coordination through Deadline render farm
- Deadline Progress Reporting: Status updates through Deadline Monitor
- Distributed Seed Generation: Coordinate seed distribution across Deadline workers
- Worker Result Collection: Automatic image collection from Deadline workers
- Set up workers via Deadline job submission
- Use the Distributed Control Panel to monitor Deadline workers
- Add
DistributedSeed
andDistributedCollector
nodes to your workflow - Submit jobs using
DeadlineSubmit
node (from ComfyUI-Deadline-Plugin)
- Master: Orchestrates workflow distribution via Deadline and collects results
- Deadline Workers: Execute workflow segments on render farm nodes
- Deadline Integration: Complete worker lifecycle management through Deadline
This fork is specifically designed for Deadline render farms and includes Deadline-specific optimizations and integrations not found in the original distributed rendering implementation.