DALL-E 3 / GPT-Image: 매 conversational, descriptive paragraph.
매 modern best practice (2025)
Natural language sentence > comma keyword stuffing.
매 subject specific, then style, then technical.
Reference image (img2img, IPAdapter, FLUX Redux) 매 단어보다 강력.
LoRA / fine-tune이 style token 대체.
매 응용
Concept art, illustration.
Marketing asset gen.
Product mockup, fashion.
Storyboard, film pre-vis.
Game asset (texture, character sheet).
💻 패턴
Diffusers SDXL (weighted)
fromdiffusersimportStableDiffusionXLPipelineimporttorchpipe=StableDiffusionXLPipeline.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0',torch_dtype=torch.float16).to('cuda')prompt=("(masterpiece:1.2), portrait of a samurai warrior, ""intricate armor, cherry blossoms, golden hour, ""cinematic lighting, depth of field")neg="low quality, blurry, deformed hands, extra fingers"img=pipe(prompt,negative_prompt=neg,num_inference_steps=30,guidance_scale=7.0).images[0]
FLUX.1 (natural language)
fromdiffusersimportFluxPipelineimporttorchpipe=FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev',torch_dtype=torch.bfloat16).to('cuda')prompt=("A wide cinematic shot of a samurai standing under cherry ""blossoms at golden hour. He wears intricate red and black ""armor. Soft volumetric light filters through petals. ""Shallow depth of field with the warrior in sharp focus.")img=pipe(prompt,guidance_scale=3.5,num_inference_steps=28,max_sequence_length=512).images[0]
Compel (advanced weighting, SD)
fromcompelimportCompelcompel=Compel(tokenizer=pipe.tokenizer,text_encoder=pipe.text_encoder)embeds=compel("a cat++ playing piano in a (jazz bar)1.3")img=pipe(prompt_embeds=embeds).images[0]
Midjourney v7 prompt format
/imagine prompt: a samurai under cherry blossoms, golden hour,
volumetric light, cinematic --ar 21:9 --stylize 300 --v 7
언제: image gen API wrapper, batch asset generation, prompt template system, A/B test variation.
언제 X: 매 reference image가 있으면 img2img / IPAdapter — 매 prompt만으론 매 정확 못 reproduce.
❌ 안티패턴
Keyword spam: "8k, hyperdetailed, ultra hd, masterpiece, best quality, ..." — 매 modern model에 무의미.