readme tweak
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user