yujiepan/dreamshaper-8-lcm-openvino-w8a8
This model:
- applies latent-consistency/lcm-lora-sdv1-5 on base model Lykon/dreamshaper-8;
- conducts W8A8 post-training quantization on unet model;
- converts other models (text encoder & vae) in FP16;
- and is finally converted as OpenVINO model.
Usage
from optimum.intel.openvino.modeling_diffusion import OVStableDiffusionPipeline
pipeline = OVStableDiffusionPipeline.from_pretrained(
'yujiepan/dreamshaper-8-lcm-openvino-w8a8',
device='CPU',
)
prompt = 'cute dog typing at a laptop, 4k, details'
images = pipeline(prompt=prompt, num_inference_steps=8, guidance_scale=1.0).images
- Downloads last month
- 27
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Model tree for yujiepan/dreamshaper-8-lcm-openvino-w8a8
Base model
runwayml/stable-diffusion-v1-5