---
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](https://huggingface.co/sd-community/sdxl-flash)

## Request

JSON Request

```java
{
              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`) 
}
```