From 71de4543104caaf0581fc2d537be213f65ba8096 Mon Sep 17 00:00:00 2001 From: db0 Date: Sun, 30 Jun 2024 22:32:52 +0200 Subject: [PATCH] feat: repurposed allow_sdxl_controlnet to work for transparency as well --- bridgeData_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridgeData_template.yaml b/bridgeData_template.yaml index 243c1a27..0816d880 100644 --- a/bridgeData_template.yaml +++ b/bridgeData_template.yaml @@ -100,7 +100,7 @@ allow_post_processing: true # Note: There is additional RAM/VRAM overhead with this option. Low VRAM cards (<6gb) should be cautious to enable this. allow_controlnet: false -# Allow SDXL controlnet jobs to be done by this worker. +# Allow SDXL jobs with high memory add-ons like controlnet or transparency to be done by this worker. # Note: There is significant additional RAM/VRAM overhead with this option. Medium VRAM cards (<12gb) should be cautious to enable this. # Note that if this is true, allow_controlnet must also be true allow_sdxl_controlnet: false