wave four, few missed changes
This commit is contained in:
@@ -21,4 +21,4 @@ Want to help translate Swarm into another language?
|
||||
|
||||
# Legal
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Stability AI
|
||||
Copyright (c) 2024 Alex "mcmonkey" Goodwin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -138,7 +138,7 @@ public class ComfyUISelfStartBackend : ComfyUIAPIAbstractBackend
|
||||
}
|
||||
string root = Utilities.CombinePathWithAbsolute(Environment.CurrentDirectory, Program.ServerSettings.Paths.ModelRoot);
|
||||
string yaml = $"""
|
||||
stableswarmui:
|
||||
swarmui:
|
||||
base_path: {root}
|
||||
checkpoints: {Program.ServerSettings.Paths.SDModelFolder}
|
||||
vae: |
|
||||
|
||||
Reference in New Issue
Block a user