CoolFace
Modelpublic

MercuryNex/hyperlcm-openvino

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes14downloads
Model Card

This model was converted to OpenVINO from `MercuryNex/hyperlcm` using optimum-intel via the export space.

First make sure you have optimum-intel installed:

bash
pip install optimum[openvino]

To load your model you can do as follows:

python
from optimum.intel import OVDiffusionPipeline

model_id = "MercuryNex/hyperlcm-openvino"
model = OVDiffusionPipeline.from_pretrained(model_id)