Mightys commited on
Commit
b970554
·
verified ·
1 Parent(s): 4406468

Upload 3 files

Browse files
Swarmui_Kaggle/Backends.fds CHANGED
@@ -12,10 +12,10 @@
12
  DisableInternalArgs: false
13
  #Whether the Comfy backend should automatically update itself during launch.
14
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
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.
@@ -52,10 +52,10 @@
52
  DisableInternalArgs: false
53
  #Whether the Comfy backend should automatically update itself during launch.
54
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
55
- AutoUpdate: true
56
  #Whether the Comfy backend should automatically update nodes within Swarm's managed nodes folder.
57
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
58
- UpdateManagedNodes: true
59
  #Which version of the ComfyUI frontend to enable.
60
  #'Latest' uses the latest version available (including dev commits).
61
  #'None' uses whatever is baked into ComfyUI itself.
 
12
  DisableInternalArgs: false
13
  #Whether the Comfy backend should automatically update itself during launch.
14
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
15
+ AutoUpdate: false
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.
 
52
  DisableInternalArgs: false
53
  #Whether the Comfy backend should automatically update itself during launch.
54
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
55
+ AutoUpdate: false
56
  #Whether the Comfy backend should automatically update nodes within Swarm's managed nodes folder.
57
  #You can update every launch, never update automatically, or force-update (bypasses some common git issues).
58
+ UpdateManagedNodes: false
59
  #Which version of the ComfyUI frontend to enable.
60
  #'Latest' uses the latest version available (including dev commits).
61
  #'None' uses whatever is baked into ComfyUI itself.
Swarmui_Kaggle/Settings.fds CHANGED
@@ -111,7 +111,7 @@ Metadata:
111
  #If true, image metadata will include a list of models with their hashes.
112
  #This is useful for services like civitai to automatically link models.
113
  #This will cause extra time to be taken when new hashes need to be loaded.
114
- ImageMetadataIncludeModelHash: true
115
  #How many kilobytes of blank spacer to include in model headers.
116
  #This allows for future expansion of metadata without rewriting the entire model file.
117
  #Defaults to 64 KiB.
@@ -185,7 +185,7 @@ Maintenance:
185
  #If true, Swarm will check if there's any updates available during startup. If false, it will not check for updates.
186
  #Update check only runs a 'git fetch' from GitHub to get the list of git version tags, it does not transmit any telemetry nor does it actually apply the update.
187
  #Defaults to true.
188
- CheckForUpdates: true
189
  #If true, Swarm will automatically download and apply any development version updates as soon as they're available.
190
  #Defaults to false.
191
  AutoPullDevUpdates: false
 
111
  #If true, image metadata will include a list of models with their hashes.
112
  #This is useful for services like civitai to automatically link models.
113
  #This will cause extra time to be taken when new hashes need to be loaded.
114
+ ImageMetadataIncludeModelHash: false
115
  #How many kilobytes of blank spacer to include in model headers.
116
  #This allows for future expansion of metadata without rewriting the entire model file.
117
  #Defaults to 64 KiB.
 
185
  #If true, Swarm will check if there's any updates available during startup. If false, it will not check for updates.
186
  #Update check only runs a 'git fetch' from GitHub to get the list of git version tags, it does not transmit any telemetry nor does it actually apply the update.
187
  #Defaults to true.
188
+ CheckForUpdates: false
189
  #If true, Swarm will automatically download and apply any development version updates as soon as they're available.
190
  #Defaults to false.
191
  AutoPullDevUpdates: false