|
| 1 | +## 1.5.0 |
| 2 | + |
| 3 | +### Features: |
| 4 | + * SD XL support |
| 5 | + * user metadata system for custom networks |
| 6 | + * extended Lora metadata editor: set activation text, default weight, view tags, training info |
| 7 | + * Lora extension rework to include other types of networks (all that were previously handled by LyCORIS extension) |
| 8 | + * show github stars for extenstions |
| 9 | + * img2img batch mode can read extra stuff from png info |
| 10 | + * img2img batch works with subdirectories |
| 11 | + * hotkeys to move prompt elements: alt+left/right |
| 12 | + * restyle time taken/VRAM display |
| 13 | + * add textual inversion hashes to infotext |
| 14 | + * optimization: cache git extension repo information |
| 15 | + * move generate button next to the generated picture for mobile clients |
| 16 | + * hide cards for networks of incompatible Stable Diffusion version in Lora extra networks interface |
| 17 | + * skip installing packages with pip if they all are already installed - startup speedup of about 2 seconds |
| 18 | + |
| 19 | +### Minor: |
| 20 | + * checkbox to check/uncheck all extensions in the Installed tab |
| 21 | + * add gradio user to infotext and to filename patterns |
| 22 | + * allow gif for extra network previews |
| 23 | + * add options to change colors in grid |
| 24 | + * use natural sort for items in extra networks |
| 25 | + * Mac: use empty_cache() from torch 2 to clear VRAM |
| 26 | + * added automatic support for installing the right libraries for Navi3 (AMD) |
| 27 | + * add option SWIN_torch_compile to accelerate SwinIR upscale |
| 28 | + * suppress printing TI embedding info at start to console by default |
| 29 | + * speedup extra networks listing |
| 30 | + * added `[none]` filename token. |
| 31 | + * removed thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs) |
| 32 | + * add always_discard_next_to_last_sigma option to XYZ plot |
| 33 | + * automatically switch to 32-bit float VAE if the generated picture has NaNs without the need for `--no-half-vae` commandline flag. |
| 34 | + |
| 35 | +### Extensions and API: |
| 36 | + * api endpoints: /sdapi/v1/server-kill, /sdapi/v1/server-restart, /sdapi/v1/server-stop |
| 37 | + * allow Script to have custom metaclass |
| 38 | + * add model exists status check /sdapi/v1/options |
| 39 | + * rename --add-stop-route to --api-server-stop |
| 40 | + * add `before_hr` script callback |
| 41 | + * add callback `after_extra_networks_activate` |
| 42 | + * disable rich exception output in console for API by default, use WEBUI_RICH_EXCEPTIONS env var to enable |
| 43 | + * return http 404 when thumb file not found |
| 44 | + * allow replacing extensions index with environment variable |
| 45 | + |
| 46 | +### Bug Fixes: |
| 47 | + * fix for catch errors when retrieving extension index #11290 |
| 48 | + * fix very slow loading speed of .safetensors files when reading from network drives |
| 49 | + * API cache cleanup |
| 50 | + * fix UnicodeEncodeError when writing to file CLIP Interrogator batch mode |
| 51 | + * fix warning of 'has_mps' deprecated from PyTorch |
| 52 | + * fix problem with extra network saving images as previews losing generation info |
| 53 | + * fix throwing exception when trying to resize image with I;16 mode |
| 54 | + * fix for #11534: canvas zoom and pan extension hijacking shortcut keys |
| 55 | + * fixed launch script to be runnable from any directory |
| 56 | + * don't add "Seed Resize: -1x-1" to API image metadata |
| 57 | + * correctly remove end parenthesis with ctrl+up/down |
| 58 | + * fixing --subpath on newer gradio version |
| 59 | + * fix: check fill size none zero when resize (fixes #11425) |
| 60 | + * use submit and blur for quick settings textbox |
| 61 | + * save img2img batch with images.save_image() |
| 62 | + * prevent running preload.py for disabled extensions |
| 63 | + * fix: previously, model name was added together with directory name to infotext and to [model_name] filename pattern; directory name is now not included |
| 64 | + |
| 65 | + |
1 | 66 | ## 1.4.1 |
2 | 67 |
|
3 | 68 | ### Bug Fixes: |
|
0 commit comments