From 7dea42433b74c7e7d7136f0e35375aaafb8d2151 Mon Sep 17 00:00:00 2001 From: Dominik Bargiel <118005273+doubletwisted@users.noreply.github.com> Date: Mon, 26 May 2025 23:27:06 +0200 Subject: [PATCH] Update custom-node-list.json with Deadline Rneder manager plugin (#1874) --- custom-node-list.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c7cf340b..a93f34c3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26599,8 +26599,18 @@ "install_type": "copy", "description": "This is an extension script for Stable Diffusion WebUI, modified based on the original functionality. It now supports fixing FLUX panorama seams. It allows users to independently configure seamless image tiling for both the X and Y axes while also being capable of handling FLUX panorama seam issues." }, - - + + { + "author": "doubletwisted", + "title": "ComfyUI Deadline Submission", + "reference": "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin", + "files": [ + "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin" + ], + "install_type": "git-clone", + "description": "ComfyUI plugin for submitting workflows to Thinkbox Deadline for distributed rendering. Enables render farm distribution with configurable job settings, batch processing, and automatic seed variation.", + "nodename_pattern": "DeadlineSubmitNode" + }, { "author": "theally",