stable-diffusion-v1-5-int8-ov

7
5.0B
by
OpenVINO
Other
OTHER
5B params
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
12GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
5GB+ RAM

Code Examples

text
pip install optimum[openvino] diffusers --extra-index-url https://download.pytorch.org/whl/cpu
text
from optimum.intel.openvino import OVDiffusionPipeline

model_id = "OpenVINO/stable-diffusion-v1-5-int8-ov"
pipeline = OVDiffusionPipeline.from_pretrained(model_id, safety_checker=None)

prompt = "sailing ship in storm by Rembrandt"
images = pipeline(prompt, num_inference_steps=20).images
Running Model Inference with [OpenVINO GenAI](https://github.com/openvinotoolkit/openvino.genai)text
pip install huggingface_hub
pip install -U openvino openvino-tokenizers openvino-genai
text
import huggingface_hub as hf_hub

model_id = "OpenVINO/stable-diffusion-v1-5-int8-ov"
model_path = "stable-diffusion-v1-5-int8-ov"

hf_hub.snapshot_download(model_id, local_dir=model_path)

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.