API-SDXL-Flash / README.md
UAI-Software's picture
Upload folder using huggingface_hub
459f789 verified
|
raw
history blame
789 Bytes
metadata
language:
  - en
thumbnail: https://huggingface.co/sd-community/sdxl-flash/resolve/main/images/preview.png
tags:
  - sdxl
  - text-to-image
license: mit
base_model: sd-community/sdxl-flash

SDXL Flash

Process SDXL models with SDXL Flash

Request

JSON Request

{
              inputs (:obj: `array` | [])
              seed (:obj: `int`)
              prompt (:obj: `str`)
              negative_prompt (:obj: `str`)
              num_images_per_prompt (:obj: `int`)
              steps (:obj: `int`)
              guidance_scale (:obj: `float`)
              width (:obj: `int`)
              height (:obj: `int`)
        model (:obj: `str`, :default: `sd-community/sdxl-flash`) 
}