File size: 789 Bytes
459f789
 
 
 
 
 
 
 
 
 
 
48e53fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---

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`) 

}

```