Juggernaut-XL-v9-fp16-ov
- Model creator: RunDiffusion
- Original model: RunDiffusion/Juggernaut-XL-v9
Description
This is RunDiffusion/Juggernaut-XL-v9 model converted to the OpenVINO™ IR (Intermediate Representation) format with weights in FP16 precision.
Conversion Parameters
Model was converted using optimum-cli with the following parameters:
optimum-cli export openvino --model RunDiffusion/Juggernaut-XL-v9 --variant fp16 --weight-format fp16 Juggernaut-XL-v9-fp16-ov
Compatibility
The provided OpenVINO™ IR model is compatible with:
- OpenVINO version 2026.1.0 and higher
- Optimum Intel 1.27.0 and higher
Running Model Inference with Optimum Intel
- Install packages required for using Optimum Intel integration with the OpenVINO backend:
pip install optimum[openvino]
- Run model inference:
from optimum.intel.openvino import OVDiffusionPipeline
model_id = "OpenVINO/Juggernaut-XL-v9-fp16-ov"
pipeline = OVDiffusionPipeline.from_pretrained(model_id)
prompt = "Hyperdetailed Photography, a majestic lion in the savanna at sunset"
images = pipeline(prompt, num_inference_steps=30).images
images[0]
Limitations
Check the original model card for limitations.
Legal information
The original model is distributed under creativeml-openrail-m license. More details can be found in RunDiffusion/Juggernaut-XL-v9.
Disclaimer
Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See Intel's Global Human Rights Principles. Intel's products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.
Model tree for OpenVINO/Juggernaut-XL-v9-fp16-ov
Base model
stabilityai/stable-diffusion-xl-base-1.0