πŸš€ Stable Diffusion 1.5 - OpenVINO Optimized

Hardware-optimized version of runwayml/stable-diffusion-v1-5
Accelerated with Intel OpenVINO toolkit

πŸ”§ Quick Start

Basic Inference

from optimum.intel import OVStableDiffusionPipeline
import torch

pipe = OVStableDiffusionPipeline.from_pretrained(
    "labaispeak/stable-diffusion-v1-5-openvino",
    device="auto"  # Auto-detects GPU/CPU
)

prompt = "a mystical forest with glowing mushrooms, digital art"
image = pipe(prompt, num_inference_steps=25, guidance_scale=7.5).images[0]
image.save("fantasy_forest.png")

βš–οΈ Legal Notice

This model inherits the CreativeML Open RAIL-M License from the base model. Key points:

βœ… Allowed: Commercial use with restrictions
⚠️ Prohibited: Harmful/hateful content generation
πŸ“œ Full License: View Here

πŸ“š Resources

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for labaispeak/stable-diffusion-v1-5-openvino

Finetuned
(588)
this model