ai-image-generator / examples.json
devsu's picture
Refactor image generation parameters and update examples for SDXL-Turbo model. Removed guidance scale, adjusted inference steps to 1-4, and increased image dimensions to 1024x1024.
17770cb
Raw
History Blame Contribute Delete
5.31 kB
{
"examples": [
{
"category": "Nature & Landscapes",
"prompts": [
{
"text": "A serene mountain lake at sunset, crystal clear water, peaceful landscape, photorealistic",
"num_inference_steps": 2,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A majestic waterfall in a tropical forest, misty atmosphere, vibrant colors, detailed",
"num_inference_steps": 3,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Fantasy & Magic",
"prompts": [
{
"text": "A majestic dragon flying over a medieval castle, fantasy art, epic, detailed",
"num_inference_steps": 4,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A magical forest with glowing mushrooms and fairy lights, enchanted atmosphere, fantasy",
"num_inference_steps": 3,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Cyberpunk & Sci-Fi",
"prompts": [
{
"text": "A cyberpunk cityscape at night, neon lights, futuristic, high-tech atmosphere",
"num_inference_steps": 2,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A futuristic robot in a high-tech laboratory, sci-fi, detailed, modern",
"num_inference_steps": 3,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Animals & Pets",
"prompts": [
{
"text": "A cute robot playing with a cat, cartoon style, colorful, kawaii, adorable",
"num_inference_steps": 1,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A majestic lion in the African savanna, wildlife photography, golden hour lighting",
"num_inference_steps": 3,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Portraits & People",
"prompts": [
{
"text": "A professional headshot of a businesswoman, corporate style, clean background, professional",
"num_inference_steps": 2,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "An elderly wise wizard with a long beard, fantasy portrait, detailed, magical",
"num_inference_steps": 4,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Abstract & Artistic",
"prompts": [
{
"text": "Colorful abstract art, geometric shapes, modern, vibrant, contemporary",
"num_inference_steps": 1,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A surreal dreamscape with floating islands, ethereal atmosphere, artistic",
"num_inference_steps": 4,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Food & Still Life",
"prompts": [
{
"text": "A delicious chocolate cake on a wooden table, food photography, appetizing",
"num_inference_steps": 2,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "Fresh fruits in a rustic basket, natural lighting, still life, artistic",
"num_inference_steps": 1,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
},
{
"category": "Architecture & Urban",
"prompts": [
{
"text": "A modern glass skyscraper at sunset, architectural photography, urban landscape",
"num_inference_steps": 3,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
},
{
"text": "A cozy cottage in the countryside, rustic architecture, peaceful, charming",
"num_inference_steps": 2,
"guidance_scale": 0.0,
"seed": null,
"width": 1024,
"height": 1024,
"num_images": 1
}
]
}
]
}