From cdc52403e02ba8081c91c8d12d59cbd277abc671 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Wed, 28 Aug 2024 14:01:43 -0700 Subject: [PATCH] readme tweak --- README.md | 2 +- src/Core/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a709dcd..2715d467 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Formerly known as StableSwarmUI. -A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility. +A Modular AI Image Generation Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility. Supports Stable Diffusion, Flux, etc. AI image models, with plans to support AI video, audio, and more in the future. ![ui-screenshot](.github/images/swarmui.jpg) diff --git a/src/Core/Program.cs b/src/Core/Program.cs index fff7ae23..13011874 100644 --- a/src/Core/Program.cs +++ b/src/Core/Program.cs @@ -417,7 +417,7 @@ public class Program { Logs.Error("You have an Extensions directory, but it's empty of any subdirectories."); } - else if (extras.Any(e => string.IsNullOrWhiteSpace(e))) + else if (extras.Any(string.IsNullOrWhiteSpace)) { Logs.Error("You have an Extensions directory, with subdirectories, but they are invalid or corrupt."); }