Stable Diffusion v1-5 Model for OpenVINO
A fork of runwayml/stable-diffusion-v1-5 exported to OpenVINO using Optimum Intel ๐ค
from optimum.intel.openvino import OVStableDiffusionPipeline
model_id = "echarlaix/stable-diffusion-v1-5-openvino"
pipe = OVStableDiffusionPipeline.from_pretrained(model_id)
prompt = "sailing ship in storm by Rembrandt"
image = pipe(prompt).images[0]
image.save("sailing_ship.png")
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.