license: creativeml-openrail-m | |
tags: | |
- openvino | |
- openvino-export | |
base_model: LittleApple-fp16/SpiritForeseerMix | |
pipeline_tag: text-to-image | |
This model was converted to OpenVINO from [`LittleApple-fp16/SpiritForeseerMix`](https://huggingface.co/LittleApple-fp16/SpiritForeseerMix) using [optimum-intel](https://github.com/huggingface/optimum-intel) | |
via the [export](https://huggingface.co/spaces/echarlaix/openvino-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 = "hsuwill000/SpiritForeseerMix-openvino" | |
model = OVDiffusionPipeline.from_pretrained(model_id) | |
``` | |