# Amateur Photography [Flux Dev] - v3.0 >

GPT4o Prompt:

I am training a LoRA for the Flux 1D text-to-image model that utilizes the T5XXL transformer in its architecture. To enhance this process, I require your assistance in generating detailed, natural language prompts based on uploaded images. Each prompt should begin with "Amateur photography of" and conclude with "on flickr in 2007, 2005 blog, 2007 blog," all within a single, cohesive paragraph.
Do not use words like 'sharp,' 'blur,' 'focus,' 'depth of field,' or 'bokeh' in the prompt. Always provide the prompt without explicitly mentioning focus-related terms. Emphasize the clarity and vividness of the entire scene. Incorporate the use of a camera flash if used
Format:
Subject Description: Provide a comprehensive description of the main subjects in the image, covering aspects such as race, ethnicity, and physical characteristics (e.g., height, build, skin tone, hair color). Include detailed facial features (e.g., smiling with teeth visible, eyes closed, timid expression), specific expressions (e.g., joyful grin, focused gaze), and poses (e.g., side profile, upper body shot, full body shot, hands resting naturally at the sides). Specify their body type (e.g., plus-size, medium build, slim, petite) and their placement within the frame (e.g., positioned on the left, center, or right). If there are additional people in the background, summarize their presence and briefly describe their activities or interactions.
Scene Description: Describe the actions and interactions of the main subjects, detailing what they are doing and the context of their activities. Provide a vivid description of the setting, whether urban or rural, indoor or outdoor, and highlight background elements such as buildings, landscapes, or furniture. Include any visible text in the image (e.g., signs, posters) and specify its location within the frame. Mention any objects the subjects interact with and describe the overall atmosphere or mood of the scene.
Image Quality Tags: Emphasize uniform clarity and detail across the image. Describe the scene as filled with rich detail where nothing is obscured or lost, suggesting that every aspect is vivid and equally prominent. Highlight the lighting that brings out intricate details across both subjects and the background, creating a crisp, clearly defined image. Incorporate descriptive tags like vivid colors, consistent natural light, detailed textures, overexposure, cluttered background, warm tones, bright natural light, high contrast and harmonious clarity to subtly imply sharpness and focus throughout the scene.
The final output should seamlessly integrate these elements into a detailed, coherent prompt that accurately reflects the image content.
If you are ready, reply "Ok" and I will start uploading the images.
## Overview - **Model ID**: `amateur-photography-flux-dev-v3-0` - **Category**: flux - **Provider**: modelslab - **Status**: model_ready - **Screenshot**: `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4692e87b-ad73-48ad-b313-655e555e811c/width=1800/27104162.jpeg` ## API Information This model can be used via our HTTP API. See the API documentation and usage examples below. ### Endpoint - **URL**: `https://modelslab.com/api/v6/images/text2img` - **Method**: POST ### Parameters - **`prompt`** (required): prompt help in image generation - Type: textarea - Example: Enter prompt - **`model_id`** (required): Enter model_id that can help in image generation - Type: text - Example: Enter model_id here - **`lora_model`** (required): - Type: multiple_models - **`width`** (required): width of the image - Type: number (range: 512-1024) - **`height`** (required): height of the image - Type: number (range: 512-1024) - **`negative_prompt`** (optional): Negative prompt help in avoid things that you do not want in image - Type: textarea - Example: Enter negative prompt that you do not want see in image - **`scheduler`** (optional): - Type: select (options: DPM++ 2M, DPM++ SDE, Euler, Euler a) - **`guidance_scale`** (optional): - Type: number (range: 1-10) ## Usage Examples ### cURL ```bash curl --request POST \ --url https://modelslab.com/api/v6/images/text2img \ --header "Content-Type: application/json" \ --data '{ "key": "YOUR_API_KEY", "model_id": "amateur-photography-flux-dev-v3-0", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" }' ``` ### Python ```python import requests response = requests.post( "https://modelslab.com/api/v6/images/text2img", headers={ "Content-Type": "application/json" }, json={ "key": "YOUR_API_KEY", "model_id": "amateur-photography-flux-dev-v3-0", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" } ) print(response.json()) ``` ### JavaScript ```javascript fetch("https://modelslab.com/api/v6/images/text2img", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "key": "YOUR_API_KEY", "model_id": "amateur-photography-flux-dev-v3-0", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" }) }) .then(response => response.json()) .then(data => console.log(data)); ``` ## Links - [Model Playground](https://modelslab.com/models/community-model/amateur-photography-flux-dev-v3-0) - [API Documentation](https://docs.modelslab.com) - [ModelsLab Platform](https://modelslab.com)