Stable Diffusion Prompt
Prompt items within a list of prompts in an inference request
- Name
name
- Type
- Description
An optional string representing the name.
- Name
prompt
- Type
- Description
An optional string representing the prompt.
- Name
style
- Type
- Description
An optional string representing the style.
- Name
num_images
- Type
- Description
An integer representing the number of images to generate for this prompt.
- Name
height
- Type
- Description
An optional integer representing the height (default: 512). Must be divisible by 8.
- Name
width
- Type
- Description
An optional integer representing the width (default: 512). Must be divisible by 8.
- Name
negative_prompt
- Type
- Description
An optional string representing the negative prompt.
- Name
num_inference_steps
- Type
- Description
An optional integer representing the number of inference steps (default: 10).
- Name
guidance_scale
- Type
- Description
An optional float representing the guidance scale (default: 7.5).
Example prompt items in list of prompts
{
"name": "Ansel_Adams",
"prompt": "A black and white photograph capturing the beauty and grandeur of Yosemite National Park",
"style": "photography in the style of Ansel Adams"
"num_images": 3,
"height": 1024,
"width": 768
}