diff --git a/CHANGES.md b/CHANGES.md index 82d5531f..0ea78c5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ Our focus continues to remain on an easy installation experience, and an easy user-interface. While still remaining pretty powerful, in terms of features and speed. ### Detailed changelog +* 2.5.24 - 10 Mar 2023 - Logo change. Image credit: @lazlo_vii. * 2.5.23 - 8 Mar 2023 - Experimental support for Mac M1/M2. Thanks @michaelgallacher, @JeLuf and vishae! * 2.5.23 - 8 Mar 2023 - Ability to create custom modifiers with thumbnails, and custom categories (and hierarchy of categories). More details - https://github.com/cmdr2/stable-diffusion-ui/wiki/Custom-Modifiers . Thanks @ogmaresca. * 2.5.22 - 28 Feb 2023 - Minor styling changes to UI buttons, and the models dropdown. diff --git a/NSIS/cyborg_flower_girl.bmp b/NSIS/cyborg_flower_girl.bmp new file mode 100644 index 00000000..86dbd62f Binary files /dev/null and b/NSIS/cyborg_flower_girl.bmp differ diff --git a/NSIS/cyborg_flower_girl.ico b/NSIS/cyborg_flower_girl.ico new file mode 100644 index 00000000..b7319725 Binary files /dev/null and b/NSIS/cyborg_flower_girl.ico differ diff --git a/NSIS/cyborg_flower_girl_icon.png b/NSIS/cyborg_flower_girl_icon.png new file mode 100644 index 00000000..5f9261cc Binary files /dev/null and b/NSIS/cyborg_flower_girl_icon.png differ diff --git a/NSIS/cyborg_flower_girl_orig.jpeg b/NSIS/cyborg_flower_girl_orig.jpeg new file mode 100644 index 00000000..45fac80f Binary files /dev/null and b/NSIS/cyborg_flower_girl_orig.jpeg differ diff --git a/NSIS/sdui.nsi b/NSIS/sdui.nsi index 52896249..10a161b9 100644 --- a/NSIS/sdui.nsi +++ b/NSIS/sdui.nsi @@ -161,9 +161,9 @@ FunctionEnd ; MUI Settings ;--------------------------------------------------------------------------------------------------------- !define MUI_ABORTWARNING -!define MUI_ICON "sd.ico" +!define MUI_ICON "cyborg_flower_girl.ico" -!define MUI_WELCOMEFINISHPAGE_BITMAP "astro.bmp" +!define MUI_WELCOMEFINISHPAGE_BITMAP "cyborg_flower_girl.bmp" ; Welcome page !define MUI_WELCOMEPAGE_TEXT "This installer will guide you through the installation of Easy Diffusion.$\n$\n\ diff --git a/ui/index.html b/ui/index.html index 297d3b5f..45233174 100644 --- a/ui/index.html +++ b/ui/index.html @@ -25,8 +25,9 @@