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")

Downloads last month

-

Downloads are not tracked for this model. How to track
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.

Space using echarlaix/stable-diffusion-v1-5-openvino 1