ysn-rfd's picture
Upload README.md with huggingface_hub
22670fb verified
metadata
base_model: digiplay/Sweet-mix_v2.2_flat
license: other
tags:
  - stable-diffusion
  - stable-diffusion-diffusers
  - text-to-image
  - diffusers
  - openvino
  - openvino-export
inference: true

This model was converted to OpenVINO from digiplay/Sweet-mix_v2.2_flat 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 = "ysn-rfd/Sweet-mix_v2.2_flat-openvino"
model = OVStableDiffusionPipeline.from_pretrained(model_id)