diff --git a/.github/ISSUE_TEMPLATE/extension_report.yml b/.github/ISSUE_TEMPLATE/extension_report.yml index 31388e2ad..07a61f84f 100644 --- a/.github/ISSUE_TEMPLATE/extension_report.yml +++ b/.github/ISSUE_TEMPLATE/extension_report.yml @@ -1,5 +1,5 @@ -name: Extension Compatibility Report -description: Extension is not working as expected +name: Extension Issue Report +description: Extension cannot be installed or not working as expected title: "[Extension]: " labels: ["extension"] diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ffd9016..da91d7601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Update for 07/12/2023 -Another big one... +Another big one, but now improvements to both **diffusers** and **original** backend - diffusers backend: - separate ui settings for refiner pass with sd-xl @@ -10,6 +10,10 @@ Another big one... - fix loading from pure safetensors files now you can load sd-xl from safetensors file or from huggingface folder format - fix kandinsky model (2.1 working, 2.2 was just released and will be soon) +- original backend: + - improvements to vae/unet handling as well as cross-optimization heads + in non-technical terms, this means lower memory usage and higher performance + and you should be able to generate higher resolution images without any other changes - other: - major refactoring of the javascript code includes fixes for text selections and navigation