حوّل صورة المنتج المُدخلة إلى لقطة تجارية احترافية داخل الاستوديو، مع الحفاظ بدقة على هوية المنتج، وهندسته، ونِسَبه، والخياطة، والملمس، وخصائص الخامة.
View original English source1{2 "model": "nano-banana",3 "task": "image_to_image_product_enhancement",4 "objective": "حوّل صورة المنتج المُدخلة إلى لقطة تجارية احترافية داخل الاستوديو، مع الحفاظ بدقة على هوية المنتج، وهندسته، ونِسَبه، والخياطة، والملمس، وخصائص الخامة.",5 "input": {6 "type": "image",7 "preserve_identity": true,8 "preserve_geometry": true,9 "preserve_texture": true,10 "preserve_color": true,11 "preserve_material": true12 },13 "scene": {14 "background": {15 "type": "solid",16 "color": "#FFFFFF",17 "pure_white": true,18 "uniform": true,19 "no_gradient": true,20 "no_texture": true21 },22 "environment": "استوديو تصوير تجاري احترافي",23 "surface": "سطح غير ظاهر أو خلفية بيضاء نقية متصلة بانسيابية دون فواصل"24 },25 "lighting": {26 "style": "إضاءة استوديو ناعمة",27 "setup": "three_point_lighting",28 "key_light": {29 "type": "softbox",30 "position": "front-left",31 "intensity": "medium",32 "softness": "high"33 },34 "fill_light": {35 "type": "softbox",36 "position": "front-right",37 "intensity": "low",38 "softness": "high"39 },40 "rim_light": {41 "type": "softbox",42 "position": "rear",43 "intensity": "low",44 "purpose": "عزل الحواف وإظهار محيط نظيف للمنتج"45 },46 "shadow": {47 "type": "contact_shadow",48 "softness": "soft",49 "opacity": "low",50 "blur": "subtle",51 "direction": "natural",52 "realistic": true53 },54 "reflections": {55 "allowed": false56 }57 },58 "camera": {59 "angle": "زاوية أمامية أو زاوية طبيعية مناسبة للمنتج",60 "alignment": "توسيط دقيق بالكامل",61 "lens": "85mm equivalent",62 "distortion": "none",63 "focus": "حدة واضحة على كامل المنتج",64 "depth_of_field": "moderate",65 "aperture": "f/8",66 "perspective": "منظور طبيعي بلا تشويه"67 },68 "composition": {69 "framing": "توسيط داخل الإطار",70 "product_scale": "يشغل 75-90% من الإطار",71 "orientation": "مستقيم، عمودي، وطبيعي",72 "symmetry": "يُحافظ عليه عند الاقتضاء",73 "clean_edges": true,74 "no_crop_of_product": true75 },76 "quality": {77 "resolution": "4096x4096",78 "definition": "وضوح فائق جدًا",79 "sharpness": "maximum",80 "noise": "none",81 "grain": "none",82 "compression_artifacts": "none",83 "photorealism": "maximum",84 "commercial_quality": true,85 "catalog_ready": true,86 "ecommerce_ready": true87 },88 "color": {89 "profile": "sRGB",90 "accuracy": "مطابقة للأصل",91 "white_balance": "توازن أبيض محايد للاستوديو",92 "exposure": "تعريض متوازن",93 "contrast": "تباين طبيعي",94 "saturation": "تشبّع دقيق",95 "no_color_shift": true96 },97 "material_rendering": {98 "fabric_detail": "تفاصيل القماش محفوظة بالكامل",99 "texture_clarity": "وضوح عالٍ للملمس",100 "stitching_visibility": "الخياطة ظاهرة بوضوح",101 "edges": "حواف نظيفة ودقيقة",102 "wrinkles": "ثنيات طبيعية وواقعية",103 "no_fake_modifications": true104 },105 "constraints": {106 "do_not_modify_product_design": true,107 "do_not_change_shape": true,108 "do_not_add_or_remove_parts": true,109 "do_not_hallucinate_details": true,110 "do_not_stylize": true,111 "keep_product_exact": true112 },113 "negative_prompt": [114 "خلفية ملوّنة",115 "خلفية رمادية",116 "خلفية بتدرّج لوني",117 "خلفية متسخة",118 "نص",119 "شعار",120 "علامة مائية",121 "أرضية عاكسة",122 "عناصر إضافية",123 "عناصر مساندة للتصوير",124 "شخص",125 "أيدٍ",126 "عارض أو عارضة",127 "تشويه",128 "التواءات",129 "ضبابية",130 "دقة منخفضة",131 "ضوضاء",132 "تحبّب",133 "تعريض زائد",134 "تعريض ناقص",135 "ظلال قاسية",136 "ظلال حادة",137 "إضاءة غير متناسقة",138 "ملمس مزيف",139 "تفاصيل مختلقة"140 ],141 "output": {142 "format": "PNG",143 "background": "pure_white",144 "transparent_background": false,145 "ready_for": [146 "ecommerce",147 "catalog",148 "website",149 "advertising",150 "print"151 ]152 }153}