Mightys commited on
Commit
23ec290
·
verified ·
1 Parent(s): f88db78

Upload 2 files

Browse files
Files changed (1) hide show
  1. Data/Backends.fds +2 -2
Data/Backends.fds CHANGED
@@ -7,7 +7,7 @@
7
  #If you used the installer, this should be 'dlbackend/comfy/ComfyUI/main.py'.
8
  StartScript: dlbackend/ComfyUI/main.py
9
  #Any arguments to include in the launch script.
10
- ExtraArgs: \x
11
  #If unchecked, the system will automatically add some relevant arguments to the comfy launch. If checked, automatic args (other than port) won't be added.
12
  DisableInternalArgs: false
13
  #Whether the Comfy backend should automatically update itself during launch.
@@ -15,7 +15,7 @@
15
  AutoUpdate: true
16
  #Whether the Comfy backend should automatically update nodes within Swarm's managed nodes folder.
17
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
18
- UpdateManagedNodes: true
19
  #Which version of the ComfyUI frontend to enable.
20
  #'Latest' uses the latest version available (including dev commits).
21
  #'None' uses whatever is baked into ComfyUI itself.
 
7
  #If you used the installer, this should be 'dlbackend/comfy/ComfyUI/main.py'.
8
  StartScript: dlbackend/ComfyUI/main.py
9
  #Any arguments to include in the launch script.
10
+ ExtraArgs: --use-sage-attention
11
  #If unchecked, the system will automatically add some relevant arguments to the comfy launch. If checked, automatic args (other than port) won't be added.
12
  DisableInternalArgs: false
13
  #Whether the Comfy backend should automatically update itself during launch.
 
15
  AutoUpdate: true
16
  #Whether the Comfy backend should automatically update nodes within Swarm's managed nodes folder.
17
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
18
+ UpdateManagedNodes: false
19
  #Which version of the ComfyUI frontend to enable.
20
  #'Latest' uses the latest version available (including dev commits).
21
  #'None' uses whatever is baked into ComfyUI itself.