v0.8.5
xorbitsai/inferencev0.8.5Feb 6, 2024by XprobeBot
AI Summary
This release features the implementation of a web UI for text-to-image models and adds support for the Qwen 1.5 series. It also upgrades to Pydantic v2.
Key Highlights
- Implemented a web UI for launching text-to-image models
- Added support for Qwen 1.5 series models
- Enabled downloading Stable Diffusion models from ModelScope
- Updated to support Pydantic v2
New Features
- Implemented web UI for launching the text2image model
- Support qwen-1.5 series
Full Release Notes
# What's new in 0.8.5 (2024-02-06) These are the changes in inference v0.8.5. ## New features * FEAT: Implemented web UI for launching the text2image model. by @hainaweiben in https://github.com/xorbitsai/inference/pull/985 * FEAT: Support qwen-1.5 series by @aresnow1 in https://github.com/xorbitsai/inference/pull/994 ## Enhancements * ENH: Download stable diffusion model from modelscope by @codingl2k1 in https://github.com/xorbitsai/inference/pull/980 * REF: Supports `pydantic` v2 by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/983 ## Bug fixes * BUG: Fix load yi vl model to multiple cards by @codingl2k1 in https://github.com/xorbitsai/inference/pull/992 * BUG: client compatible with old version of xinference by @ChengjieLi28 in https://github.com/xorbitsai/inference/pull/987 ## Others * CI: Free disk usage by @aresnow1 in https://github.com/xorbitsai/inference/pull/982 * [DOC] Polish troubleshooting page by @onesuper in https://github.com/xorbitsai/inference/pull/990 ## New Contributors * @hainaweiben made their first contribution in https://github.com/xorbitsai/inference/pull/985 **Full Changelog**: https://github.com/xorbitsai/inference/compare/v0.8.4...v0.8.5