diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:25 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:25 +0000 |
commit | 9dd0c4add57bada7c90f55fd77e674db831fc45c (patch) | |
tree | aea6274241ecb8ccbc1488d0ccfd3fccaaa34515 /CHANGELOG.md | |
parent | 1b46863f2418f7316ea844748d5d2f4efbf78e3a (diff) | |
download | stable-diffusion-webui-gfx803-9dd0c4add57bada7c90f55fd77e674db831fc45c.tar.gz stable-diffusion-webui-gfx803-9dd0c4add57bada7c90f55fd77e674db831fc45c.tar.bz2 stable-diffusion-webui-gfx803-9dd0c4add57bada7c90f55fd77e674db831fc45c.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5e0f11..5e78b3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ * make it possible to localize tooltips and placeholders
### Extensions and API:
- * gradio 3.41.0
+ * gradio 3.41.2
* also bump versions for packages: transformers, GitPython, accelerate, scikit-image, timm, tomesd
* support tooltip kwarg for gradio elements: gr.Textbox(label='hello', tooltip='world')
* properly clear the total console progressbar when using txt2img and img2img from API
@@ -127,6 +127,9 @@ * set devices.dtype_unet correctly
* run RealESRGAN on GPU for non-CUDA devices ([#12737](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
* prevent extra network buttons being obscured by description for very small card sizes ([#12745](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12745))
+ * fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
+ * fix defaults settings page breaking when any of main UI tabs are hidden
+ * fix incorrect save/display of new values in Defaults page in settings
## 1.5.2
|