From 79eb231fe6f0f70a850b64baf9740474a9f9ab6b Mon Sep 17 00:00:00 2001 From: barelymining <61530146+barelymining@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:07:43 -0400 Subject: [PATCH] Add SageAttentionOptout extension to extension list Adds the SageAttentionOptout extension which wraps the comfy-sageattention-optout-customnodes node by EnviralDesign to allow per-generation attention mode overrides without restarting ComfyUI. --- launchtools/extension_list.fds | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/launchtools/extension_list.fds b/launchtools/extension_list.fds index 830c8c27d..1c989d860 100644 --- a/launchtools/extension_list.fds +++ b/launchtools/extension_list.fds @@ -367,3 +367,14 @@ KreaGoneWild: tags: - parameters - nodes + +SageAttentionOptout: + # Wraps https://github.com/EnviralDesign/comfy-sageattention-optout-customnodes by EnviralDesign + author: barelymining + description: Adds a per-generation attention mode override dropdown (disabled/sdpa/pytorch/sage/flash), letting you opt specific models out of global SageAttention without restarting ComfyUI. + url: https://github.com/barelymining/SwarmUI-SageAttentionOptout + license: MIT + ci-test: true + tags: + - parameters + - nodes