Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@rmatif rmatif released this 26 Feb 06:34
· 1 commit to main since this release

v0.2:

  • New UI: Thanks to flutter-shadcn-ui
  • New Bindings: Added support for Clip_L, Clip_G, T5XXL, Embeddings, VAE, and VAE Tiling (Flux/SD3.5 model should work in theory)
  • Feature: Added ControlNet support with image reference and Canny preprocessing
  • Feature: Added Image-to-Image mode
  • Feature: Added 4x Upscaler via RealESRGAN (although it sometimes produces oversaturated results; may fix or consider another model)
  • Feature: Added Photomaker V1 (V2 is unlikely to be supported due to insightface dependency)
  • Feature: Added Scribble-to-Image via control_v11p_sd15_scribble

Upcoming:

  • Update libstable-diffusion.so to the latest stable-diffusion.cpp commit
  • Add inpainting support with image segmentation for mask creation
  • Add outpainting
  • Sync with the latest ggml commit.
  • Add experimental backend for testing: Vulkan, OpenCL, OpenBLAS, KleidiAI
  • Add face restoration and a better upscaler