Hugging Face · Schema
ImageGenerationRequest
Properties
| Name | Type | Description |
|---|---|---|
| model | string | Image generation model ID |
| prompt | string | Text prompt describing the image to generate |
| n | integer | Number of images to generate |
| size | string | Image dimensions |
| response_format | string | |
| negative_prompt | string | Negative prompt to guide generation |
| num_inference_steps | integer | Number of diffusion steps |
| guidance_scale | number | Classifier-free guidance scale |