hsuwill000's picture
Upload README.md with huggingface_hub
3527ab2 verified
|
raw
history blame
1.23 kB
metadata
license: other
license_name: fluently-license
license_link: https://huggingface.co/spaces/fluently/License
library_name: diffusers
pipeline_tag: text-to-image
base_model: fluently/Fluently-v4-LCM
tags:
  - safetensors
  - stable-diffusion
  - sd1.5
  - LCM
  - fluently
  - openvino
  - openvino-export
inference:
  parameters:
    num_inference_steps: 8
    guidance_scale: 1.5
    negative_prompt: >-
      (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong
      anatomy, extra limb, missing limb, floating limbs, (mutated hands and
      fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting,
      blurry, amputation

This model was converted to OpenVINO from fluently/Fluently-v4-LCM 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 = "hsuwill000/Fluently-v4-LCM-openvino"
model = OVStableDiffusionPipeline.from_pretrained(model_id)