stable-diffusion-xl-base-1.0-fp16-ov

1
by
OpenVINO
Image Model
OTHER
1.0B params
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ 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-xl-base-1.0-fp16-ov"
pipeline = OVDiffusionPipeline.from_pretrained(model_id)

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 openvino openvino-tokenizers openvino-genai
text
import huggingface_hub as hf_hub

model_id = "OpenVINO/stable-diffusion-xl-base-1.0-fp16-ov"
model_path = "stable-diffusion-xl-base-1.0-fp16-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.