v2.17.1
Highlights
This is a patch release to address issues with Linux single binary releases. It also adds support for Stable diffusion 3!
Stable diffusion 3
You can use Stable diffusion 3 by installing the model in the gallery (stable-diffusion-3-medium
) or by placing this YAML file in the model folder:
backend: diffusers
diffusers:
cuda: true
enable_parameters: negative_prompt,num_inference_steps
pipeline_type: StableDiffusion3Pipeline
f16: false
name: sd3
parameters:
model: v2ray/stable-diffusion-3-medium-diffusers
step: 25
You can try then generating an image:
http://localhost:9091/v1/images/generations -H "Content-Type: application/json" -d '{
"prompt": "A cute baby sea otter", "model": "sd3"
}
Example result:
What's Changed
Bug fixes 🐛
Exciting New Features 🎉
- feat(sd-3): add stablediffusion 3 support by @mudler in #2591
- feat(talk): display an informative box, better colors by @mudler in #2600
📖 Documentation and examples
- ⬆️ Update docs version mudler/LocalAI by @localai-bot in #2593
👒 Dependencies
- ⬆️ Update ggerganov/llama.cpp by @localai-bot in #2594
Other Changes
- ⬆️ Update ggerganov/llama.cpp by @localai-bot in #2603
Full Changelog: v2.17.0...v2.17.1