Skip to content

v2.3.0

Choose a tag to compare

@xororz xororz released this 01 Dec 10:41
· 127 commits to master since this release

This release features a major refactor of the NPU HighresPatch functionality, reducing disk usage while adding support for more resolutions.

  • Added support for 512x768, 768x512, 768x1024, and 1024x768 resolutions (Only for 8gen1 and above).
  • Patched high-resolution models are now retained directly in memory, reducing disk space consumption.
  • Moved the HighresPatch button from the Model Card to the Model Run interface, so switching resolutions no longer requires exiting the page.
  • Enabled img2img and inpainting modes for all resolutions. Note that changing resolutions which alter the aspect ratio will clear the current input image. For resolutions >768x768, it is recommended to generate a low-res image first, then use img2img with a denoise strength of 0.75 for Highres fixing.
  • Removed support for SD2.1 due to poor performance and the overhead of adapting new features. Future maintenance will focus exclusively on the SD1.5 model series.

Other Improvements & Bug Fixes

  • Optimized image loading in the history view and removed the 100-item display limit.
  • Stored token_emb in fp16, reducing memory and disk usage by approximately 70MB.
  • Mapped built-in model downloads for 8sGen4 and 8Gen5 devices to _8gen2, allowing these devices to utilize _8gen2 models for significant speed improvements.
  • Refactored the download function to use a single ZIP archive instead of multiple files. Implemented a foreground service to allow switching to other apps during the download process.
  • Added padding to the image crop interface to prevent conflicts between image edges and system navigation gestures.
  • Fixed calculation errors when using embeddings or weighted prompts.
  • Fixed a vertical scrolling issue on small screens when content overflows.
  • Fixed an issue where models were forced to reload when page dimensions changed.
  • Custom models are now sorted alphabetically in the display list.
  • Optimized various UI style details.

Variants :

  • LocalDream_xxx_with_filter: Block NSFW Results. Same as Google Play version.
  • LocalDream_xxx: No filter.