diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:25 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 06:17:51 +0000 |
commit | f2c55523c0cde3dca5cc154c45046316396b14a6 (patch) | |
tree | 7b02d12d394d1771620a284ade0572b6f039a8b8 /CHANGELOG.md | |
parent | cb5f0823c6f7fadb5eb81b93e5a587a11856b478 (diff) | |
download | stable-diffusion-webui-gfx803-f2c55523c0cde3dca5cc154c45046316396b14a6.tar.gz stable-diffusion-webui-gfx803-f2c55523c0cde3dca5cc154c45046316396b14a6.tar.bz2 stable-diffusion-webui-gfx803-f2c55523c0cde3dca5cc154c45046316396b14a6.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
|