echarlaix's picture
echarlaix HF staff
Upload README.md with huggingface_hub
b5820d9 verified
|
raw
history blame
732 Bytes
metadata
base_model: SimianLuo/LCM_Dreamshaper_v7
language:
  - en
license: mit
pipeline_tag: text-to-image
tags:
  - text-to-image
  - openvino

This model was converted to OpenVINO from SimianLuo/LCM_Dreamshaper_v7 using optimum-intel via the export space.

First make sure you have optimum-intel installed:

pip install optimum[openvino]

To load your model you can do as follows:

from optimum.intel import OVStableDiffusionPipeline

model_id = "echarlaix/LCM_Dreamshaper_v7-openvino"
model = OVStableDiffusionPipeline.from_pretrained(model_id)