update changelog
This commit is contained in:
parent
1b46863f24
commit
9dd0c4add5
|
@ -67,7 +67,7 @@
|
||||||
* make it possible to localize tooltips and placeholders
|
* make it possible to localize tooltips and placeholders
|
||||||
|
|
||||||
### Extensions and API:
|
### Extensions and API:
|
||||||
* gradio 3.41.0
|
* gradio 3.41.2
|
||||||
* also bump versions for packages: transformers, GitPython, accelerate, scikit-image, timm, tomesd
|
* also bump versions for packages: transformers, GitPython, accelerate, scikit-image, timm, tomesd
|
||||||
* support tooltip kwarg for gradio elements: gr.Textbox(label='hello', tooltip='world')
|
* 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
|
* properly clear the total console progressbar when using txt2img and img2img from API
|
||||||
|
@ -127,6 +127,9 @@
|
||||||
* set devices.dtype_unet correctly
|
* set devices.dtype_unet correctly
|
||||||
* run RealESRGAN on GPU for non-CUDA devices ([#12737](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
|
* 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))
|
* 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
|
## 1.5.2
|
||||||
|
|
Loading…
Reference in New Issue