v0.6.1
Pre-release
Pre-release
Features:
- add support for Stable Diffusion upscaling (#66)
- https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler
- with ONNX acceleration
- add support for CodeFormer correction (#68)
- https://github.com/sczhou/CodeFormer
- CPU-only for now, but still pretty fast
- add support for SD long prompt weighting (#27)
- improve outpainting
- add a way to cancel pending images (#60)
- does not work during upscaling and correction yet
- add a way for the server to disable certain platforms and set a reasonable default for each container (#82, #83)
- add a way to upload images to S3-compatible endpoints, including Ceph and Swift (#7)
- write image parameters to a JSON file with the same name as the image (#81)
This release removes the deprecated vendor platforms (AMD and Nvidia) in favor of the more accurate provider names (CUDA, DirectML, and ROCm). Hardware acceleration is still available for those platforms. The client should only show platforms that are available on the current server.
Artifacts:
- https://hub.docker.com/repository/docker/ssube/onnx-web-api
podman pull docker.io/ssube/onnx-web-api:v0.6.1-cpu-buster
podman pull docker.io/ssube/onnx-web-api:v0.6.1-cuda-ubuntu
podman pull docker.io/ssube/onnx-web-api:v0.6.1-rocm-ubuntu
- https://hub.docker.com/repository/docker/ssube/onnx-web-gui
podman pull docker.io/ssube/onnx-web-gui:v0.6.1-nginx-alpine
podman pull docker.io/ssube/onnx-web-gui:v0.6.1-nginx-bullseye
podman pull docker.io/ssube/onnx-web-gui:v0.6.1-node-alpine
podman pull docker.io/ssube/onnx-web-gui:v0.6.1-node-bullseye
- https://www.npmjs.com/package/@apextoaster/onnx-web
yarn add @apextoaster/[email protected]
- https://pypi.org/project/onnx-web/
pip install onnx-web==0.6.1
Release checklist: #105