Edit model card

NOTE: This is a slightly refactored fork of echarlaix/stable-diffusion-2-1-openvino

Stable Diffusion v2-1 Model for OpenVINO

A fork of stabilityai/stable-diffusion-2-1 exported to OpenVINO using Optimum Intel 🤗

from optimum.intel.openvino import OVStableDiffusionPipeline

model_id = "Siris/sd_2-1_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 API
Unable to determine this model's library. Check the docs .