How do JSON Styles Work for Image Creation in ChatGPT?

Here’s a short and clear introductory explanation to show you how to use styled JSONs for AI image creation inside ChatGPT:


📌 Overview

JSON templates are not just technical structures, they are visual style instructions designed to guide AI tools like DALL·E (via ChatGPT) in generating images with specific aesthetics.

Each JSON block defines a visual identity including materials, lighting, colors, angle, and mood that can be applied to a logo or object (like the OpenAI logo) to generate new versions in a consistent and stylized way.

🛠️ How They Work in ChatGPT

  1. You upload a base logo (e.g. the OpenAI or Prompthero logo).
  2. You provide a style JSON: this acts like a creative “style prompt” in structured form.
  3. ChatGPT + DALL·E interprets the JSON and renders an image that reflects the defined visual properties.

These JSONs act like a visual design API for the AI: they let you describe appearance, mood, surface texture, color palette, and even camera perspective in a precise but human-readable format.

✨ Why Use JSONs?

  • Consistency: Apply the same aesthetic to different logos.
  • Modularity: Swap individual parts like material or lighting easily.
  • Creative control: Avoid vague text prompts by breaking down visuals into clearly defined elements.
  • Professional styling: You can think like a brand designer or art director without needing design software.

🧪 What Can Be Styled?

  • Surface Material (glass, foil, clay, chrome…)
  • Lighting & Shadows
  • Perspective / Angle
  • Color Gradients
  • Background / Grid Systems
  • Mood Keywords (used to guide atmosphere/tone)

Here are some of our favorite examples:

{
  "title": "Isometric Multicolor Extrusion with Grid Control",
  "viewAngle": {
    "type": "Isometric",
    "facingDirection": "right",
    "rotationDegrees": { "x": 30, "y": 30 }
  },
  "renderingStyle": "Clean 3D vector with extrusion",
  "objectSurface": {
    "frontFace": { "color": "#ffffff", "material": "Matte" },
    "extrudedSide": {
      "type": "Gradient",
      "gradientStyle": "Diagonal sweep",
      "colorStops": ["#ff0040", "#ff8000", "#ffff00", "#00ff90", "#00cfff", "#8000ff"]
    }
  },
  "extrusion": { "direction": "right", "depth": "moderate" },
  "background": {
    "type": "Isometric grid",
    "color": "#ffffff",
    "gridStyle": {
      "lineColor": "#e0e0e0",
      "lineWeight": "1px"
    }
  }
}
{
  "title": "Clear Iridescent Glass Form",
  "viewAngle": "Orthographic straight-on",
  "background": {
    "color": "#ffffff",
    "lighting": "Soft top studio light"
  },
  "materialsAndTextures": [
    { "type": "Transparent glass", "description": "Rounded edges with internal glow" },
    { "type": "Iridescent core", "colors": ["#f8e1ff", "#dff8ff", "#fff6d2", "#ebd4ff"] }
  ],
  "lighting": {
    "reflections": "Highlight edges",
    "shadow": "Soft drop below"
  }
}
{
  "title": "Lava Core Resin Glow",
  "materials": [
    {
      "type": "Translucent resin",
      "effect": "Internal volumetric glow"
    },
    {
      "type": "Lava particles",
      "description": "Fiery ember-like textures suspended inside"
    }
  ],
  "lighting": {
    "intensity": "High inner glow",
    "style": "Radiating core with soft outer shadow"
  },
  "colorPalette": {
    "core": "#ff4b00",
    "glow": "#ff6f00",
    "ambient": "#301400"
  },
  "background": {
    "type": "Dark gradient",
    "style": "Black to ember"
  },
  "moodKeywords": ["Energy", "Power", "Sci-fi", "Heat", "Electric"]
}
{
  "title": "Organic Moss Sculpture",
  "materials": [
    {
      "type": "Lush moss",
      "description": "Realistic micro-fiber green moss with irregular surface"
    },
    {
      "type": "Damp organic fuzz",
      "effect": "Natural light scattering"
    }
  ],
  "lighting": {
    "intensity": "Medium",
    "source": "Overhead soft spot",
    "shadow": "Faint, blurred"
  },
  "colorPalette": {
    "primary": "#4d9f3a",
    "shadowTint": "#222222"
  },
  "background": {
    "type": "Solid black",
    "mood": "Neutral contrast for green"
  },
  "moodKeywords": ["Natural", "Eco", "Tactile", "Organic", "Earthy"]
}
{
  "title": "Molten Chrome Liquid Form",
  "materials": [
    {
      "type": "Liquid metal",
      "finish": "High gloss chrome",
      "texture": "Smooth, flowing distortions"
    }
  ],
  "lighting": {
    "intensity": "Strong",
    "source": "Top-front highlight",
    "effects": "Reflected environment"
  },
  "colorPalette": {
    "baseMetal": "#b0c4de",
    "highlight": "#ffffff",
    "shadow": "#2a2a2a"
  },
  "background": {
    "type": "Solid black",
    "mood": "Luxury tech"
  },
  "moodKeywords": ["Futuristic", "Molten", "Sleek", "High-tech", "Luxury"]
}
{
  "title": "Photoreal Fur Logo",
  "materials": [
    {
      "type": "Faux fur",
      "length": "long",
      "density": "high",
      "color": "#444444"
    }
  ],
  "renderingStyle": "Full hair simulation with directional strand lighting",
  "lighting": {
    "intensity": "Low-medium",
    "direction": "Soft frontal fill"
  },
  "background": {
    "type": "Solid black",
    "mood": "Emphasizes texture"
  },
  "moodKeywords": ["Tactile", "Fuzzy", "Playful", "Wild", "Stylized realism"]
}

Deja un comentario

Descubre más desde Promptshake

Suscríbete ahora para seguir leyendo y obtener acceso al archivo completo.

Seguir leyendo