rarre

Fashion Show Template

Aug 28th, 2025
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 7.05 KB | Source Code | 0 0
  1. {
  2.   "template": "fashion_editorial_runway",
  3.   "version": "1.4-pixel-precise",
  4.   "collection": "Distzi Eternity 2025",
  5.   "inputs": {
  6.     "reference_images": {
  7.       "outfit": "<upload full-look reference>",
  8.       "accessories": "<optional: belt/necklace/shoes>",
  9.       "logo": "<optional: brand logo>",
  10.       "model_face": "<optional: face identity reference>"
  11.     },
  12.     "defaults": {
  13.       "brand_text": "Distzi",
  14.       "apply_accessories_if_missing": false,
  15.       "apply_logo_if_missing": false
  16.     }
  17.   },
  18.  
  19.   "pixel_precision": {
  20.     "canvas": {
  21.       "aspect_primary": "3:4",
  22.       "alt_aspects": ["2:3", "4:5"],
  23.       "resolution_min_px": {"short_edge": 3000},
  24.       "background_hex": "#000000",
  25.       "dpi_hint": 300
  26.     },
  27.     "safe_margins": {
  28.       "outer_margin_percent": 6,
  29.       "text_safe_percent": 10,
  30.       "logo_safe_percent": 10
  31.     },
  32.     "composition_grid": {
  33.       "type": "rule-of-thirds + vertical runway axis",
  34.       "runway_axis_x": 50,
  35.       "horizon_y": 50,
  36.       "lock_camera_tilt_deg": 0
  37.     },
  38.     "bounding_boxes": {
  39.       "subject_bbox_percent": {"x": 10, "y": 4, "w": 80, "h": 92},
  40.       "text_overlay_bbox_percent": {"x": 64, "y": 10, "w": 26, "h": 30},
  41.       "logo_bbox_percent": {"x": 6, "y": 6, "w": 20, "h": 10},
  42.       "runway_floor_bbox_percent": {"x": 0, "y": 70, "w": 100, "h": 30}
  43.     },
  44.     "pose_lock": {
  45.       "capture": "full-body mid-walk",
  46.       "feet_in_frame": true,
  47.       "headroom_percent": 4,
  48.       "subject_scale_percent": 75
  49.     },
  50.     "fabric_motion_lock": {
  51.       "priority": "show realistic sway and pleat articulation",
  52.       "motion_blur": "disallow; keep shutter fast look"
  53.     }
  54.   },
  55.  
  56.   "scene": {
  57.     "type": "high-fashion_editorial_photograph",
  58.     "location": "runway",
  59.     "runway": {
  60.       "style": "minimalist black runway",
  61.       "lighting": "spotlight emphasizing fabric movement",
  62.       "background": "deep black void; no audience; no clutter"
  63.     }
  64.   },
  65.  
  66.   "camera": {
  67.     "style": "cinematic, editorial",
  68.     "lens": "50–85mm equivalent",
  69.     "framing": "centered head-to-toe; honor subject_bbox_percent exactly",
  70.     "focus": "pin-sharp garments and textures",
  71.     "shutter_look": "no motion blur on subject; fabric edges crisp"
  72.   },
  73.  
  74.   "model": {
  75.     "identity": "match model_face if provided; else infer from outfit reference (beautiful woman or handsome man)",
  76.     "gender": "match reference",
  77.     "skintone": "match reference",
  78.     "hair_makeup": "editorial-clean; season-coherent"
  79.   },
  80.  
  81.   "outfit": {
  82.     "silhouette": "nomadic fluidity translated into seasonal resilience; mirror uploaded reference silhouette and drape",
  83.     "season": "infer from outfit reference (SS/FW/etc.) and keep styling consistent",
  84.     "top": "match reference (cut, collar, sleeve length, pleats)",
  85.     "bottom": "match reference (skirt/pants type, length, slit/pleat placement, volume)",
  86.     "outerwear": "include only if reference shows it",
  87.     "footwear": "match reference; keep fully in frame",
  88.     "materials": "derive from reference (e.g., wool/satin/silk/leather/denim) with accurate texture and sheen",
  89.     "colors": "derive from reference; keep palette fidelity",
  90.     "prints_textures": "mirror reference scale and orientation"
  91.   },
  92.  
  93.   "styling": {
  94.     "belt": "metallic wave motif belt ONLY if in accessories reference; else none",
  95.     "necklace": "kufiya-inspired layered pendant ONLY if in accessories reference; else none",
  96.     "jewelry_other": "none unless in reference",
  97.     "props": "none"
  98.   },
  99.  
  100.   "branding": {
  101.     "logo": {
  102.       "source": "use uploaded logo; else editable brand text",
  103.       "brand_text_fallback": "Distzi",
  104.       "placement": "inside logo_bbox_percent; never overlap face/garment details",
  105.       "sizing": "vector-clean; no pixelation; preserve aspect ratio",
  106.       "whitespace": "ample padding for luxury campaign look",
  107.       "editable": true
  108.     },
  109.     "overlay_text": {
  110.       "content": ["Modern", "Elegant", "Luxury"],
  111.       "editable": true,
  112.       "typography": {
  113.         "family": "modern luxury sans-serif (e.g., Helvetica Now/Neue Haas/Inter)",
  114.         "weight": "Medium/Semibold",
  115.         "tracking_optical": true,
  116.         "leading_balanced": true
  117.       },
  118.       "placement": "inside text_overlay_bbox_percent; avoid face and key garment areas",
  119.       "contrast_rule": "WCAG-friendly contrast on black"
  120.     }
  121.   },
  122.  
  123.   "fidelity_locks": {
  124.     "garment_drape": "match reference pleats, folds, hem curvature, gravity behavior",
  125.     "construction": "accurate seams, hems, cuff structure, button/closure count and positions",
  126.     "materials_response": "correct sheen for satin/silk; matte nap for wool; realistic weave",
  127.     "colorimetry": "preserve reference palette; deep true blacks in background",
  128.     "perspective": "runway lines orthogonal; horizon neutral; no keystone warp"
  129.   },
  130.  
  131.   "export": {
  132.     "color_space": "sRGB",
  133.     "sharpening": "subtle editorial; no halos",
  134.     "grain": "subtle filmic optional"
  135.   },
  136.  
  137.   "negative_prompt": [
  138.     "face mismatch with uploaded model_face",
  139.     "skin tone inconsistency vs reference",
  140.     "gender mismatch with outfit reference",
  141.     "deformed anatomy; extra limbs; warped fingers; twisted feet",
  142.     "cropped head; cropped feet; truncated garment hems",
  143.     "motion blur on subject; soft focus on garment edges",
  144.     "amateur flash look; harsh specular hotspots; HDR halos",
  145.     "cluttered background; visible audience; side truss; photographers; props",
  146.     "crooked runway perspective; tilted horizon; keystone distortion",
  147.     "incorrect garment type; wrong silhouette; missing pleats; wrong slit position",
  148.     "fabric stiffness when reference shows fluid drape",
  149.     "plastic-like satin; rubbery leather; unrealistic reflections",
  150.     "season mismatch (e.g., winter coat for summer reference)",
  151.     "unapproved accessories (random necklace, earrings, hats, bags)",
  152.     "hallucinated belt or necklace when not uploaded",
  153.     "incorrect color palette; oversaturation; hue shift away from reference",
  154.     "texture misalignment; distorted weave; moiré on fabrics",
  155.     "logo over face or garment; pixelated or stretched logo; wrong brand",
  156.     "overlay text misaligned; low contrast; overlapping face; cartoonish/handwritten fonts",
  157.     "fake watermarks; random captions; spelling glitches",
  158.     "banding/posterization in shadows; heavy vignettes",
  159.     "audience reflections on floor; glossy floor mirroring subject incorrectly",
  160.     "shadows in wrong direction vs spotlight",
  161.     "duplicate models; ghost limbs; mirror clones",
  162.     "incorrect shoe type; heel height mismatch; feet clipping through floor",
  163.     "visible compression artifacts; ringing; staircase edges",
  164.     "incorrect aspect ratio; canvas cropping outside bounding boxes"
  165.   ],
  166.  
  167.   "notes_for_generator": [
  168.     "Honor bounding boxes and safe areas exactly as defined.",
  169.     "Do NOT add accessories unless provided in references.",
  170.     "Keep runway black with spotlight—no changes.",
  171.     "Maintain breathing room for overlay text and optional logo.",
  172.     "Prioritize garment drape/material fidelity over background detail."
  173.   ]
  174. }
Tags: ai chatGPT
Advertisement
Add Comment
Please, Sign In to add comment