Views
No views yet
1{
2 inputs (:obj: `array` | [])
3 seed (:obj: `int`)
4 prompt (:obj: `str`)
5 negative_prompt (:obj: `str`)
6 num_images_per_prompt (:obj: `int`)
7 steps (:obj: `int`)
8 guidance_scale (:obj: `float`)
9 width (:obj: `int`)
10 height (:obj: `int`)
11 model (:obj: `str`, :default: `sd-community/sdxl-flash`)
12}