Changelog
v0.3
- Updated libstable-diffusion to the latest commit
- Included Vulkan and OpenCL backends
- Added inpainting and outpainting
- Added all bindings that original stable-diffusion.cpp offers
- Added image resizer and crop/resize functionality to ControlNet
- Improved error handling
- Added generation logs
- Implemented numerous UI enhancements
- Introduced new logo
Upcoming
- Sync with the latest ggml commit
- Add face restoration and improved upscaler
- Add more ControlNet preprocessors
- Optimize Vulkan backend (ongoing process)
EDIT: Added CPU-Optimized Variants!
For potentially better performance, builds optimized for specific CPUs are now available:
- Generic (
local_diffusion_v0.3.apk
): Standard build, no specific CPU target. Use if unsure. - Cortex-A53: Optimized for older 64-bit devices (ARMv8-A baseline).
- Cortex-A55: Optimized for many mid-range/older high-end devices (ARMv8.2-A).
- Cortex-A510: Optimized for recent high-end devices (ARMv9-A, Snapdragon 8 Gen 1+).
EDIT 2: Added More CPU-Optimized Variants