File size: 2,291 Bytes
d9bdf68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# Configuration Equity Vision System
EQUITY_VISION = {
"Core_Styles": {
# Styles Historiques & Technologiques
"Renaissance Tech": {
"prompt_prefix": """leonardo da vinci technical drawing style, anatomical precision,
engineering schematics, scientific accuracy, detailed annotations, golden ratio proportions""",
"quality_settings": {
"resolution": "8k",
"detail_level": "ultra",
"rendering": "technical_precision"
}
},
"Industrial Evolution": {
"prompt_prefix": """vintage industrial engineering, mechanical complexity,
steampunk aesthetic, brass and copper materials, technical blueprints, innovation sketches""",
"technical_params": {
"texture_detail": "high",
"material_rendering": "metallic",
"schematic_overlay": True
}
},
# Styles d'Innovation
"Modern Pioneer": {
"prompt_prefix": """cutting-edge technology visualization, futuristic engineering,
space age aesthetics, scientific advancement, clean design, innovative concepts""",
"innovation_params": {
"tech_detail": "maximum",
"future_vision": "enabled",
"concept_clarity": "high"
}
}
},
"Visual_Language": {
# Typographie et Texte
"Typography_Styles": {
"Tech Elegant": {
"font_treatment": "ultra modern sans-serif, precise geometric forms",
"text_effects": "subtle gradient, minimal shadow, perfect clarity"
},
"Innovation Script": {
"font_treatment": "futuristic handwriting, flowing lines, dynamic movement",
"text_effects": "holographic overlay, depth mapping, dimensional shift"
}
},
# Effets Visuels
"Visual_Effects": {
"Holographic": "iridescent glow, transparent layers, depth perception",
"Blueprint": "technical lines, measurement annotations, precision grid",
"Future Glass": "transparent materials, light refraction, clean reflections"
}
}, |