prompt_generation / input_fields.json
Anastasia Zimina
spliting files
104838a
{
"models": ["Midjourney", "Default"],
"photography_styles": [
"None",
"Portrait photography",
"Product photography",
"Fashion photography",
"Cinematic shot",
"Film photography",
"High-speed photography",
"Action photography"
],
"weather_conditions": [
"None",
"Sunny",
"Overcast",
"Rainy",
"Foggy",
"Snowy",
"Light Mist",
"Windy"
],
"time_conditions": [
"None",
"Dusk",
"Sunrise",
"Sunset",
"Late evening",
"Blue hour",
"Midnight"
],
"moods_atmospheres": [
"None",
"Happy",
"Energetic",
"Dramatic",
"Dreamy"
],
"lighting_types": [
{
"name": "None",
"description": "No specific lighting selected."
},
{
"name": "Soft",
"description": "Gentle, diffused light that minimizes harsh shadows."
},
{
"name": "Backlighting",
"description": "Illumination from behind the subject, creating a silhouette effect."
},
{
"name": "Sun-flare",
"description": "Sunlight creating a dramatic flare or halo effect in the image."
},
{
"name": "Foggy",
"description": "Soft, atmospheric light diffused by fog or mist."
},
{
"name": "Studio",
"description": "Controlled artificial lighting used in a studio setting."
},
{
"name": "Volumetric",
"description": "Light that creates visible beams or shafts, enhancing depth."
},
{
"name": "Cinematic",
"description": "Dramatic lighting reminiscent of cinematic scenes."
},
{
"name": "High Key",
"description": "Bright, evenly lit scenes with minimal shadows."
},
{
"name": "Low Key",
"description": "Dark, moody lighting with strong contrasts and deep shadows."
},
{
"name": "Key",
"description": "Primary lighting used to illuminate the subject."
},
{
"name": "Rimg",
"description": "Light that outlines the subject's edges, creating separation from the background."
},
{
"name": "Rembrandt",
"description": "A lighting technique characterized by a triangular light pattern on the cheek."
}
],
"film_camera_specs": [
{
"name": "Leica M6",
"description": "high resolution film camera."
},
{
"name": "Hasselblad X2D 100C",
"description": "medium format camera"
},
{
"name": "Fujifilm Instax",
"description": "instant polaroid film"
}
],
"digital_camera_specs": [
{
"name": "Canon EOS 5D Mark IV",
"description": "versatile DSLR camera"
},
{
"name": "Sony A1",
"description": "high speed photography"
},
{
"name": "Nikon Z9",
"description": "sports & wildlife photography"
}
],
"special_effect_camera_specs": [
{
"name": "Night Vision Camera",
"description": "captures images in low light conditions"
},
{
"name": "Drone Photography",
"description": "aerial photography"
},
{
"name": "GoPro Hero 11",
"description": "action camera"
}
],
"cameras": [
{
"name": "None",
"description": "No specific camera selected."
},
{
"name": "Leica M6",
"description": "🎞️ Modern Film Camera"
},
{
"name": "Nikon F3",
"description": "🎞️ Nostalgic Film Camera"
},
{
"name": "Sony A1",
"description": "📸 Versatile DSLR Camera"
},
{
"name": "GoPro HERO11",
"description": "✨📷 Action Camera for extreme sports & fish eye effect"
}
],
"camera_angles": [
"None",
"Low Angle",
"Eye-level Angle",
"High Angle from above",
"Aerial Shot"
],
"shot_types": [
{
"name": "None"
},
{
"name": "Close-up",
"description": "Capture the subject closely, focusing on a specific part."
},
{
"name": "Portrait",
"description": "Capturing a person's face, mood, and personality, often including the background."
},
{
"name": "Medium",
"description": "Medium distance shot, typically from the waist up."
},
{
"name": "Full-Body",
"description": "Shows outfits, actions, or places the subject in a specific setting."
},
{
"name": "Long-shot",
"description": "Shot from a far away distance to show the subject and broader surroundings."
},
{
"name": "Wide-Angle",
"description": "Good for capturing landscapes or large interior spaces."
},
{
"name": "Establishing",
"description": "Broad, scenic compositions that set the scene for a story."
}
],
"lens_filters": [
{
"name": "None",
"description": "No specific lens filter selected."
},
{
"name": "Warm",
"description": "creates a cozy mood"
},
{
"name": "Cool",
"description": "creates a calm mood"
},
{
"name": "Black & white",
"description": "creates a contrasty mood"
},
{
"name": "Dichroic",
"description": "changes colours depending on angle of light"
},
{
"name": "Infrared",
"description": "creates a surreal mood"
},
{
"name": "Colour-gel",
"description": "adds colour tint & creates a creative mood"
}
],
"aspect_ratio_variations": [
{
"name": "Square (1:1)",
"description": "This is Midjourney's go-to default.",
"param": "--ar 1:1"
},
{
"name": "Print Lovers (3:2)",
"description": "Often chosen for print photography.",
"param": "--ar 3:2"
},
{
"name": "Retro Vibes (4:3)",
"description": "A favorite for older TVs and computer screens.",
"param": "--ar 4:3"
},
{
"name": "Frame Perfect (5:4)",
"description": "Widely used for framing and print.",
"param": "--ar 5:4"
},
{
"name": "Modern Feel (7:4)",
"description": "Aligns with HD TV screens and many smartphones.",
"param": "--ar 7:4"
},
{
"name": "Cinema Style (16:9)",
"description": "The pick for widescreen displays.",
"param": "--ar 16:9"
},
{
"name": "Vertical Shot (9:16)",
"description": "Think of it as 16:9 flipped, ideal for portraits.",
"param": "--ar 9:16"
}
],
"temperature_variations": [
{ "name": "None", "description": "No specific tweaking selected"},
{
"name": "Tweak it",
"description": "it will interpret your prompt a bit more loosely",
"param": "--w 50"
},
{
"name": "Change it up",
"description": "loose interpretation and slight variation",
"param": "--w 50 --c 50"
},
{
"name": "Inspire me",
"description": "more interpretation and variation",
"param": "--w 500 --c 100"
},
{
"name": "Surprise me",
"description": "creative liberties furthest from your prompt",
"param": "--w 3000 --c 100"
}
]
}