github bentoml/BentoML v1.1.2
BentoML - v1.1.2

latest releases: v1.3.5, v1.3.4post1, v1.3.4...
13 months ago

Patch releases

BentoML now provides a new diffusers integration, bentoml.diffusers_simple.

This introduces two integration for stable_diffusion and stable_diffusion_xl model.

import bentoml

# Create a Runner for a Stable Diffusion model
runner = bentoml.diffusers_simple.stable_diffusion.create_runner("CompVis/stable-diffusion-v1-4")

# Create a Runner for a Stable Diffusion XL model
runner_xl = bentoml.diffusers_simple.stable_diffusion_xl.create_runner("stabilityai/stable-diffusion-xl-base-1.0")

General bug fixes and documentation improvement

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Don't miss a new BentoML release

NewReleases is sending notifications on new releases.