From 89b2ed9b34227dc4d9800e1a694a9e1290dfce26 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Fri, 21 Jun 2024 16:08:43 -0700 Subject: [PATCH] wave four, few missed changes --- CONTRIBUTING.md | 2 +- LICENSE.txt | 2 +- src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8fca47f..29030de7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/LICENSE.txt b/LICENSE.txt index c58c5b1f..eff65ca1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs b/src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs index 0ff5d6d1..72ff304d 100644 --- a/src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs +++ b/src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs @@ -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: |