diff --git a/CHANGES.md b/CHANGES.md index 1aa1613d..6b8be309 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,8 +19,8 @@ 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.19 - 17 Feb 2023 - Initial support for server-side plugins. Currently supports overriding the `get_cond_and_uncond()` function. * 2.5.18 - 17 Feb 2023 - 5 new samplers! UniPC samplers, some of which produce images in less than 15 steps. Thanks @Schorny. -* 2.5.17 - 16 Feb 2023 - Experimental parser for prompts. Supports greater control over the weights assigned to prompt tokens. The experimental parser will be used only if the prompt starts with an exclamation mark, e.g. `!photo of an astronaut`. Thanks @madrang. * 2.5.16 - 13 Feb 2023 - Searchable dropdown for models. This is useful if you have a LOT of models. You can type part of the model name, to auto-search through your models. Thanks @patriceac for the feature, and @AssassinJN for help in UI tweaks! * 2.5.16 - 13 Feb 2023 - Lots of fixes and improvements to the installer. First round of changes to add Mac support. Thanks @JeLuf. * 2.5.16 - 13 Feb 2023 - UI bug fixes for the inpainter editor. Thanks @patriceac. diff --git a/ui/index.html b/ui/index.html index dbc31dbf..09b718f3 100644 --- a/ui/index.html +++ b/ui/index.html @@ -26,7 +26,7 @@