From cdaaffd5a4201eef661ed98f36a633aaca3a899b Mon Sep 17 00:00:00 2001 From: Dominik Bargiel <118005273+doubletwisted@users.noreply.github.com> Date: Mon, 26 May 2025 01:37:03 +0200 Subject: [PATCH] Update custom-node-list.json with Deadline Rneder manager plugin --- 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 800f5b7a..e48591a3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26591,8 +26591,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",