Skip to content

v3.7.0 - StableDiffusion.cpp backend

Choose a tag to compare

@saddam213 saddam213 released this 19 Aug 06:11
· 17 commits to master since this release
758987f

v3.7.0 - StableDiffusion.cpp Backend

Amuse v3.7.0 introduces a new StableDiffusion.cpp backend and adds support for Qwen 3.8 27B.

Unlike Python-based backends, StableDiffusion.cpp does not require Python or a large Python ML environment, making it easier to install, distribute, and run. It brings support for a growing range of image and video generation models through a lightweight, native backend.

Initial Model Support

The initial implementation supports:

  • FLUX.1
  • FLUX.2 Klein
  • Ideogram 4
  • Qwen Image
  • Qwen Image Edit
  • Anima
  • Ernie
  • Krea 2
  • Z-Image
  • LTX-2.3

More models will be implemented in upcoming Amuse builds.

Device Support

The StableDiffusion.cpp backend supports:

  • Vulkan
  • CUDA
  • ROCm

This allows supported models to run across a wider range of hardware, including AMD, Intel, and NVIDIA GPUs, without requiring a Python-based runtime.

More Information: StableDiffusion.cpp https://github.com/leejet/stable-diffusion.cpp

Qwen 3.8 27B

Amuse v3.7.0 also adds support for Qwen 3.8 27B, expanding the range of language models available in Amuse.

Full Changelog: v3.6.3...v3.7.0
GitHub Downloads (all assets, specific tag)