diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-30 16:17:27 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-30 16:17:27 +0000 |
commit | 8d54739de5d7618b977202347ada48fe41fef827 (patch) | |
tree | d913847c6da24ebe011872f44fd81965ef66b9da | |
parent | 135b61bc0bb9fe3ddde5d54a96a03157300c3cbe (diff) | |
download | stable-diffusion-webui-gfx803-8d54739de5d7618b977202347ada48fe41fef827.tar.gz stable-diffusion-webui-gfx803-8d54739de5d7618b977202347ada48fe41fef827.tar.bz2 stable-diffusion-webui-gfx803-8d54739de5d7618b977202347ada48fe41fef827.zip |
add information about Restore faces and Tiling into the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8752efdf..1cd3572c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,8 @@ * forbid Full live preview method for medvram and add a setting to undo the forbidding
* make it possible to localize tooltips and placeholders
* add option to align with sgm repo's sampling implementation ([#12818](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12818))
+ * Restore faces and Tiling generation parameters have been moved to settings out of main UI
+ * if you want to put them back into main UI, use `Options in main UI` setting on the UI page.
### Extensions and API:
* gradio 3.41.2
|