Prompt Gallery

UI / App / 网页 / SaaS

AI 图像生成器 UI 原型设计

一款用于 AI 图像生成工具的深色模式网页界面详细原型,包含风格库、功能亮点和近期图像网格。

ID
13627
作者
Raphi-2Code
标签
UI / App / 网页 / SaaS / Logo / 品牌 / 视觉识别 / 头像 / 人像 / 写真

中文提示词

{
  "type": "UI/UX Web 应用原型",
  "theme": "深色模式",
  "sidebar": {
    "logo": "{argument name=\"app name\" default=\"ChatGPT\"}",
    "navigation_items": 5,
    "recent_chats_count": 8,
    "user_profile": "用户,免费版"
  },
  "main_content": {
    "header": "图像",
    "input_bar": {
      "placeholder": "{argument name=\"input placeholder\" default=\"描述一张新图像...\"}",
      "model_selector": "{argument name=\"model name\" default=\"GPT Image 2\"}"
    },
    "sections": [
      {
        "title": "{argument name=\"hero title\" default=\"新功能:GPT Image 2 现已发布!\"}",
        "description": "我们的下一代图像模型,旨在实现更高的真实感、更出色的排版效果以及更深层的世界知识。",
        "feature_tags_count": 4,
        "hero_images_count": 3,
        "hero_images_descriptions": ["山间湖泊景观", "霓虹赛博朋克街道", "排版海报"]
      },
      {
        "title": "为图像应用风格",
        "style_thumbnails_count": 8,
        "style_labels": ["动漫", "油画", "电影感", "3D 渲染", "线条艺术", "像素艺术", "水彩", "赛博朋克"]
      },
      {
        "title": "探索新功能",
        "feature_cards_count": 6,
        "feature_labels": ["高级文本渲染", "一致的角色与场景", "更高的真实感", "世界知识", "精准编辑", "更多创意风格"]
      },
      {
        "title": "我的图像",
        "recent_images_count": 6,
        "recent_images_descriptions": ["动漫男孩肖像", "虎斑小猫", "虎斑小猫", "熟睡的北极白狐", "婚礼请柬", "代码编辑器终端"]
      }
    ]
  }
}

原始提示词

{
  "type": "UI/UX web application mockup",
  "theme": "dark mode",
  "sidebar": {
    "logo": "{argument name=\"app name\" default=\"ChatGPT\"}",
    "navigation_items": 5,
    "recent_chats_count": 8,
    "user_profile": "User, Free tier"
  },
  "main_content": {
    "header": "Images",
    "input_bar": {
      "placeholder": "{argument name=\"input placeholder\" default=\"Describe a new image...\"}",
      "model_selector": "{argument name=\"model name\" default=\"GPT Image 2\"}"
    },
    "sections": [
      {
        "title": "{argument name=\"hero title\" default=\"New: GPT Image 2 is here!\"}",
        "description": "Our next-generation image model, built for greater realism, better typography, and deeper world knowledge.",
        "feature_tags_count": 4,
        "hero_images_count": 3,
        "hero_images_descriptions": ["mountain lake landscape", "neon cyberpunk street", "typography poster"]
      },
      {
        "title": "Apply a style to an image",
        "style_thumbnails_count": 8,
        "style_labels": ["Anime", "Oil painting", "Cinematic", "3D render", "Line art", "Pixel art", "Watercolor", "Cyberpunk"]
      },
      {
        "title": "Discover new features",
        "feature_cards_count": 6,
        "feature_labels": ["Advanced text rendering", "Consistent characters & scenes", "Higher realism", "World knowledge", "Precise editing", "More creative styles"]
      },
      {
        "title": "My images",
        "recent_images_count": 6,
        "recent_images_descriptions": ["anime boy portrait", "tabby kitten", "tabby kitten", "sleeping white arctic fox", "wedding invitation", "code editor terminal"]
      }
    ]
  }
}