Skip to content

Commit 89b2ed9

Browse files
committed
wave four, few missed changes
1 parent d3bf4e9 commit 89b2ed9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Want to help translate Swarm into another language?
2121

2222
# Legal
2323

24-
By submitting a contribution to this repo, you agree to grant a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to the Stability.AI organization to use, copy, modify, and distribute your contribution under the terms of the MIT License, view [LICENSE.txt](/LICENSE.txt) for details, and under any future license we may change to.
24+
By submitting a contribution to this repo, you agree to grant a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to Alex "mcmonkey" Goodwin to use, copy, modify, and distribute your contribution under the terms of the MIT License, view [LICENSE.txt](/LICENSE.txt) for details, and under any future license we may change to.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Stability AI
3+
Copyright (c) 2024 Alex "mcmonkey" Goodwin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static void EnsureComfyFile()
138138
}
139139
string root = Utilities.CombinePathWithAbsolute(Environment.CurrentDirectory, Program.ServerSettings.Paths.ModelRoot);
140140
string yaml = $"""
141-
stableswarmui:
141+
swarmui:
142142
base_path: {root}
143143
checkpoints: {Program.ServerSettings.Paths.SDModelFolder}
144144
vae: |

0 commit comments

Comments
 (0)