作者: hiyoho

  • ChatGPT记忆功能大升级,它现在真的认识了你

    ChatGPT记忆功能大升级,它现在真的”认识”你了

    OpenAI这两天悄悄推了一个挺重要的更新,ChatGPT的记忆功能升级了。说”悄悄”是因为它看起来只是个产品小迭代,但如果你用过一段时间ChatGPT,就会明白这件事的意义——它终于开始真正记住你是谁了。

    这事得从两年前说起。2024年4月,ChatGPT第一次推出了”记忆”功能,当时叫”已保存记忆”。原理很简单,就是你明确告诉它”记住我喜欢吃辣”,它就把这句话存进一个列表里,下次聊天的时候调出来用。这个设计的问题也很明显——太被动了,你不主动说”记住”,它就什么都不记。

    记忆的演进历程

    去年4月,OpenAI搞出了一个叫”dreaming(梦境)”的东西,算是记忆功能的1.5版本。这个词的字面意思挺玄乎,实际做的事其实很实在:让ChatGPT在后台自动翻你之前的聊天记录,把有用的信息整理出来,存进记忆里。你不用再刻意说”记住这个”,它自己就能从对话里提炼出你的偏好和习惯。

    这次的更新,OpenAI把它叫做Dreaming V3,是这套记忆架构的一次大幅升级。根据OpenAI自己发布的评估数据,新版本在三个核心维度上都有明显提升:能不能正确调用之前的上下文、能不能记住你的偏好和限制、以及记忆会不会随时间自动更新。

    记忆的作用本来帮助ChatGPT了解你的偏好、项目和个人限制,让后续对话可以从已有的共享上下文开始,无需每次都从头介绍。

    三个核心改进

    第一个改进:传递上下文。当你开始和ChatGPT进行新对话时,不需要从头介绍自己。ChatGPT可以帮你节省时间,基于之前的上下文继续推进,尤其是对于复杂的、长期运行的项目。

    举个例子,假设你正在用ChatGPT选购和你现有相机兼容的新相机设备。如果你之前和ChatGPT讨论过你的相机配置,你可以直接要求推荐”和我的摄影设备兼容”的产品,就能得到符合你需求的定制化推荐。

    第二个改进:遵循偏好。记忆还可以帮助ChatGPT以更符合你的偏好和限制的方式回复。假设你正在计划去新加坡旅行,在旅行前两个月,你让ChatGPT帮忙制定行程。

    第三个改进:随时间保持更新。你的聊天结束时,时间不会停止。传统记忆系统会变得过时。比如,你告诉ChatGPT”我在新加坡,需要今晚的晚餐推荐”。然后时间过去,你的旅行结束,你会奇怪为什么ChatGPT仍然认为你在新加坡。


    面向未来更具可扩展性的基础

    虽然基于dreaming的记忆已经向Plus和Pro用户开放了一段时间,但OpenAI现在才能向免费用户提供达到他们质量标准的版本,并且可以大规模服务。最近的改进让为免费用户提供dreaming所需的计算资源减少了约5倍。

    展望未来,dreaming现在为所有用户提供了共享的记忆基础。本次更新代表了OpenAI迄今为止能力最强的记忆系统,他们也将继续改进它。


  • agency-agents:107K Stars!203个即插即用AI专家角色,让一人公司成为现实

    agency-agents:107K Stars!203个即插即用AI专家角色,让一人公司成为现实

    🤖 项目简介

    agency-agents 是一个开源的AI智能体集合项目,本质上是一套即插即用的AI专家角色库。每个智能体都有明确的身份定义、关键规则、工作流程和交付标准,安装到Claude Code、Cursor、Aider等AI编程工具后,用自然语言即可激活对应专家角色。

    项目包含203个覆盖14个专业领域的AI智能体,从前端开发、UI设计到营销运营、游戏开发,几乎涵盖了数字产品构建的全链路。它不是一个Agent框架,而是一套经过实战验证的”岗位说明书”集合。

    ⚙️ 安装要求和过程

    环境要求:

    • 已安装任意支持的AI编程工具(Claude Code、Cursor、Aider、Windsurf等)
    • 本地有Git环境(用于克隆项目)
    • Shell环境(Bash/PowerShell)用于运行安装脚本

    快速安装步骤:

    1. 克隆项目到本地:git clone https://github.com/msitarzewski/agency-agents.git
    2. 进入项目目录:cd agency-agents
    3. 一键安装到Claude Code(推荐):./scripts/install.sh --tool claude-code
    4. 或生成多工具适配格式:./scripts/convert.sh && ./scripts/install.sh
    5. 在AI工具中直接激活:激活前端开发专家模式,帮我开发一个React组件

    中文用户可使用汉化版:git clone https://github.com/blackpinkman/agency-agents-zh.git

    ✨ 核心功能

    • 高度专业化:每个智能体深耕单一领域,不是通用Prompt模板。比如”前端开发专家”知道如何做组件拆解、类型安全、无障碍访问,”Reddit社区运营专家”知道如何自然植入、避免营销感。
    • 人格化设计:每个智能体都有独特沟通风格。比如”证据收集员”默认会找出3-5个代码问题、要求所有结论提供视觉证明;”趣味注入者”会在UI设计中加入符合产品调性的趣味交互。
    • 交付物明确:每个智能体都有标准化的输出要求——代码、方案文档、测试报告、运营策略,而非模糊的建议。这让AI的输出真正可落地。
    • 多工具兼容:原生支持Claude Code,同时提供转换脚本,可适配Cursor、Aider、Windsurf、GitHub Copilot、Gemini CLI等12种主流AI编程工具,无需重新编写智能体规则。
    • 可定制扩展:支持用户修改现有智能体的性格、工作流程,也可以按照模板新增自定义智能体,提交PR贡献到社区。目前已有超过200个专业智能体。

    🚀 典型使用场景

    场景一:一人公司MVP开发

    组合调用”前端开发专家”+”后端架构师”+”增长黑客”+”快速原型开发师”+”质量校验员”,全链路覆盖从架构设计、代码开发、用户增长到上线质量校验的流程。一个开发者配上这套智能体团队,可以在极短时间内完成过去需要5-8人的工作量。

    场景二:全渠道营销活动上线

    组合调用”内容创作者”+”Twitter运营专家”+”Instagram内容策划”+”Reddit社区运营”+”数据报表分析师”,多平台协同运营,每个平台都有对应的专业策略。避免了用一套话术通发所有平台导致的效果不佳问题。

    场景三:企业级功能迭代

    组合调用”高级项目经理”+”资深开发工程师”+”UI设计师”+”A/B测试跟踪员”+”质量校验员”,符合企业级交付标准,有完整的流程管控和质量门禁,保证交付稳定性。

    💡 推荐理由

    这个项目最打动我的一点是:它把”如何让AI更好地工作”这个问题,转化成了”如何给AI写一份好的岗位说明书”。我们平时用AI编程工具,最大的痛点不是模型能力不足,而是不知道怎么让AI按照专业标准交付

    agency-agents 的价值在于,它把各个领域专家的工作方式、思考逻辑、交付标准都结构化了,然后打包成可以直接给AI读取的Markdown文件。你不需要懂Prompt工程,只需要”激活前端开发专家”,AI就会自动按照前端专家的工作流来帮你。

    另一个亮点是它的人格化设计。很多AI角色定义都是冷冰冰的指令,但这里的每个智能体都有独特的性格。比如”证据收集员”会主动找茬,”趣味注入者”会在合适的地方加彩蛋。这让AI的回复不再是机器式的套话,而是有个人风格的专业输出。

    对于独立开发者或者小团队来说,这个项目基本上等于免费雇了一整个专家团队。前端、后端、设计、营销、项目管理——只要你能想到的角色,这里都有。而且因为是开源的,你还可以根据自己的需求定制每个角色的性格和工作方式。

    📥 下载地址

    支持Claude Code、Cursor、Aider、Windsurf、GitHub Copilot、Gemini CLI等17种AI工具,开箱即用。

  • 窗边阳光下的东亚女性写实手机自拍

    窗边阳光下的东亚女性写实手机自拍

    窗边阳光下的东亚女性写实手机自拍



    🤖 ChatGPT

    🇺🇸 English Prompt

    Ultra-photorealistic casual smartphone selfie of a young East Asian woman seated near a sunlit window inside a quiet room. Preserve a strong resemblance to the facial reference, including a softly contoured oval face, gentle jawline, naturally proportioned nose, realistic lip shape, balanced eye placement, subtle facial asymmetry, and true-to-life skin tone. Facial features should appear authentic and unretouched, with visible pores, fine skin texture, and natural imperfections. Avoid beautification filters, cosmetic enhancement, or stylized rendering.
    
    The subject is captured from a close, arm's-length perspective in a relaxed three-quarter profile, turning slightly toward the window while gazing outside. Her expression is thoughtful and understated, with calm eyes, relaxed facial muscles, and a naturally resting mouth. The overall mood feels spontaneous and unposed rather than editorial or glamorous.
    Her hair is long, dark brown-black, and naturally voluminous with soft texture and slight disarray. Individual strands and subtle flyaways are visible where the sunlight catches them, creating realistic backlit detail. She wears large circular black eyeglasses with glossy acetate frames that reflect the ambient daylight in a believable manner.
    Clothing consists of a simple fitted heather-gray cotton tee with realistic fabric texture, natural creasing, slight stretching, and accurate draping around the shoulders and upper body. The wardrobe should feel everyday and understated.
    
    Natural sunlight streams through the window from one side, creating convincing directional illumination and strong yet realistic contrast. Window-frame shadows fall across portions of the face and body, producing authentic bands of light and shade. Bright areas should retain realistic highlight behavior, subtle skin sheen, and natural color variation without HDR effects or artificial glow.
    
    The setting is minimal and believable: a light neutral wall, a clean vertical window frame, and no decorative distractions. The environment should support a quiet, intimate indoor atmosphere.
    Camera characteristics: realistic smartphone front-camera capture, vertical aspect ratio, slightly low selfie angle, arm partially visible in the foreground, mild wide-angle perspective distortion, realistic computational photography processing, gentle depth separation, authentic exposure behavior, subtle digital noise, slight lens softness, and natural contrast response.
    Composition: tight upper-body framing, subject positioned slightly off-center, window visible along the edge of the frame, candid snapshot aesthetic, imperfect framing consistent with a genuine handheld selfie.
    Priority: maximum realism, accurate anatomy, true skin detail, natural lighting physics, believable optical imperfections, authentic smartphone image quality, documentary-style appearance, no CGI look, no cinematic grading, no excessive sharpening, no influencer-style retouching, no anime or illustration characteristics.

    🇨🇳 中文提示词

    位于安静房间内阳光照射的窗户旁,一名年轻东亚女性的超写实随性手机自拍。保持与面部参考的高度相似,包括轮廓柔和的鹅蛋脸、平缓的下颌线、比例自然的鼻子、真实的唇形、平衡的眼睛位置、细微的面部不对称以及真实贴近生活的肤色。面部特征应显得真实且未经修饰,具有可见的毛孔、细腻的皮肤纹理和自然的瑕疵。避免美颜滤镜、美容增强或风格化渲染。
    
    主体以近距离的手臂长度视角、放松的三分之二侧面被捕捉,稍微转向窗户并凝视窗外。她的表情深思且含蓄,眼神平静,面部肌肉放松,嘴部自然闭合。整体氛围感觉是自发的、非摆拍的,而不是社论或华丽风格。
    她的头发很长,呈深棕黑色,自然蓬松,质地柔软,略显凌乱。在阳光照射到的地方,可以看到单根发丝和细微的碎发,营造出真实的逆光细节。她戴着一副黑色圆形大眼镜,配有亮面醋酸纤维镜框,以可信的方式反射周围的日光。
    衣物包括一件简单的合身麻灰色棉质 T 恤,具有真实的织物纹理、自然的折痕、轻微的拉伸以及肩膀和上半身准确的垂坠感。服装应感觉日常且含蓄。
    
    自然阳光从一侧穿过窗户射入,营造出令人信服的定向照明和强烈但真实的对比。窗框的阴影落在脸部和身体的部分区域,产生真实的光影带。明亮区域应保持真实的高光表现、微妙的皮肤光泽和自然色彩变化,无 HDR 效果或人工光晕。
    
    背景简约且可信:浅中性色墙壁、干净的垂直窗框,没有装饰性干扰。环境应营造出安静、亲密的室内氛围。
    相机特性:真实的手机前置摄像头拍摄,纵横比为垂直,稍微偏低的自拍角度,手臂在前景部分可见,轻微的广角透视畸变,真实的计算摄影处理,柔和的深度分离,真实的曝光行为,细微的数字噪点,轻微的镜头柔和感,以及自然的对比度响应。
    构图:紧凑的上半身取景,主体位置略微偏离中心,窗户沿画面边缘可见,抓拍美学,与真实的手机自拍一致的不完美构图。
    优先级:极高的真实感、准确的解剖结构、真实的皮肤细节、自然的照明物理效果、可信的光学瑕疵、真实的手机图像质量、纪录片风格的外观、无 CGI 感、无电影调色、无过度锐化、无网红风格修饰、无动漫或插画特征。
  • 3D叠层纸雕动漫英雄海报

    3D叠层纸雕动漫英雄海报

    3D叠层纸雕动漫英雄海报



    🤖 ChatGPT

    🇺🇸 English Prompt

    Ultra-detailed 3D layered papercraft anime poster, dynamic anime hero emerging from intricate paper-cut waves and swirling clouds, multi-layer shadow box design, handcrafted paper sculpture aesthetic, deep dimensional cut-paper artwork, crisp layered cardstock textures, bold action pose, dramatic perspective, vibrant character colors contrasting against elegant white paper background, Japanese traditional wave patterns, ornamental cloud motifs, floating paper fragments, cinematic lighting, high depth and relief, premium collectible poster design, intricate laser-cut details, fantasy adventure theme, highly detailed typography at the bottom, embossed lettering, luxury wall art, museum-quality paper engineering, sharp focus, clean composition, masterpiece, ultra detailed, 8k, trending on ArtStation.

    🇨🇳 中文提示词

    超详细3D分层纸雕动漫海报,动态动漫英雄从复杂的剪纸波浪和旋转的云朵中脱颖而出,多层阴影盒设计,手工纸雕美学,深度空间剪纸艺术品,清晰的分层卡纸纹理,豪放的动作姿势,戏剧性的视角,鲜艳的角色色彩与优雅的白色纸张背景形成鲜明对比,日本传统海浪图案,装饰性云纹,漂浮的纸碎片,电影级光效,高深度和浮雕感,高端收藏级海报设计,复杂的激光切割细节,奇幻冒险主题,底部极其细致的排版,浮雕字体,奢华墙面艺术,博物馆级造纸工程,锐利焦点,干净的构图,杰作,超详细,8k,ArtStation 热门。
  • 20岁韩国女性时尚街头风3D插画

    20岁韩国女性时尚街头风3D插画

    20岁韩国女性时尚街头风3D插画



    🤖 ChatGPT

    🇺🇸 English Prompt

    Stylish 3D portrait of a young Korean woman in her 20s based on the uploaded image, standing pose, bleached short hair, oversized orange and white varsity jacket with pins and patches, chunky silver chain, white sneakers, holding takeout coffee. Golden hour rooftop. Glossy streetwear fashion illustration

    🇨🇳 中文提示词

    时髦的3D肖像,一位20多岁的年轻韩国女性,基于上传的图像,站姿,漂染的短发,大廓形橙色和白色棒球夹克,带有别针和补丁,粗银链,白色运动鞋,拿着外带咖啡。黄金时刻的屋顶。光泽感街头时尚插画。
  • 传统韩国韩屋村街道水彩建筑速写

    传统韩国韩屋村街道水彩建筑速写

    传统韩国韩屋村街道水彩建筑速写



    🤖 ChatGPT

    🇺🇸 English Prompt

    Traditional Korean hanok village street, watercolor architectural sketch, urban sketching masterpiece, hand-drawn ink lines with loose watercolor washes, detailed curved tiled rooftops, wooden doors and traditional architecture, soft earthy tones, beige, warm brown, gray slate roofs, subtle splatter effects, textured watercolor paper background, minimalist composition, clean white negative space, atmospheric perspective, delicate linework, travel sketchbook illustration, plein air painting style, highly detailed architecture, soft morning light, realistic proportions, elegant brush strokes, ink and wash technique, professional architectural rendering, peaceful historic alleyway, reflections on wet stone pavement, fine pen sketch details, muted color palette, artistic watercolor journal, East Asian heritage architecture, ultra detailed, high quality, watercolor and ink illustration.

    🇨🇳 中文提示词

    传统韩国韩屋村街道,水彩建筑速写,城市写生杰作,手绘墨线与松散的水彩晕染,细致的弧形瓦屋顶,木门与传统建筑,柔和的大地色调,米色,暖棕色,灰色石板屋顶,细微的飞溅效果,有纹理的水彩纸背景,极简构图,干净的白色留白,大气透视,细腻的线条,旅行速写本插画,户外写生风格,高度详细的建筑,柔和的晨光,写实比例,优雅的笔触,水墨技巧,专业建筑效果图,宁静的历史小巷,湿润石板路上的倒影,精细的钢笔速写细节,柔和的色调,艺术水彩日记,东亚遗产建筑,超细节,高质量,水彩与墨水插画。
  • 比莉艾莉什健身房霓虹氛围感自拍

    比莉艾莉什健身房霓虹氛围感自拍

    比莉艾莉什健身房霓虹氛围感自拍



    🤖 Nano Banana 2

    🇺🇸 English Prompt

    {
      "type": "image_prompt",
      "aspect_ratio": "9:16",
      "subject": {
        "name": "Billie Eilish",
        "appearance": {
          "hair": "Long dark hair with subtle green tones and a small side braid",
          "expression": "Neutral confident expression",
          "gaze": "Looking directly into the mirror",
          "body_type": "Athletic fit physique with toned legs and natural silhouette"
        }
      },
      "clothing": {
        "top": "Fitted black long-sleeve athletic performance top with a small elegant 'Love' detail near the hem",
        "bottom": "High-waisted electric lime spandex training shorts with rounded athletic edges"
      },
      "pose": {
        "position": "Standing in a rear three-quarter mirror selfie pose",
        "torso": "Body naturally twisted toward the mirror",
        "left_arm": "Raised holding a white smartphone near head level",
        "left_hand": "Resting lightly near forehead",
        "weight_distribution": "Weight resting on the right leg",
        "composition_focus": "Athletic silhouette and dynamic mirror perspective"
      },
      "accessories": {
        "smartwatch": {
          "color": "Gray",
          "wrist": "Left wrist"
        }
      },
      "environment": {
        "location": "Modern commercial gym",
        "background": [
          "Black workout racks",
          "Weight bench with subtle 'Love' logo",
          "Soft reflections from gym mirrors"
        ]
      },
      "lighting": {
        "style": "Atmospheric neon gym lighting",
        "ambient_light": "Orange and blue neon glow creating dramatic contrast",
        "key_light": "Bright white overhead light highlighting hair and outfit textures"
      },
      "camera": {
        "shot_type": "American shot",
        "angle": "Eye level",
        "perspective": "Mirror selfie",
        "device": "iPhone 17 Pro Max"
      },
      "style": {
        "visual_style": "Modern social media fitness photography",
        "rendering": "Ultra photorealistic",
        "details": "Sharp skin texture and realistic fabric detail",
        "quality": "High resolution, cinematic low-light performance"
      }
    }

    🇨🇳 中文提示词

    {
      "类型": "图像提示词",
      "宽高比": "9:16",
      "主体": {
        "姓名": "比莉·艾莉什",
        "外观": {
          "头发": "带有微妙绿色调的长黑发,编有一个侧边小辫子",
          "表情": "中性且自信的表情",
          "目光": "直视镜子",
          "体型": "健美匀称的体魄,拥有线条分明的双腿和自然的轮廓"
        }
      },
      "服装": {
        "上衣": "紧身黑色长袖运动性能上衣,下摆处带有精致的‘Love’细节",
        "下装": "高腰电光石灰绿氨纶训练短裤,带有圆润的运动边缘"
      },
      "姿势": {
        "位置": "站立的后侧三等分镜面自拍姿势",
        "躯干": "身体自然地向镜子扭转",
        "左臂": "举起在头部高度附近拿着一部白色智能手机",
        "左手": "轻放在额头附近",
        "重心分布": "重心落在右腿上",
        "构图焦点": "运动轮廓和动态镜面视角"
      },
      "配饰": {
        "智能手表": {
          "颜色": "灰色",
          "手腕": "左手腕"
        }
      },
      "环境": {
        "地点": "现代商业健身房",
        "背景": [
          "黑色健身架",
          "带有微妙‘Love’标志的卧推凳",
          "来自健身房镜子的柔和反射"
        ]
      },
      "灯光": {
        "风格": "氛围感霓虹健身房灯光",
        "环境光": "橙色和蓝色的霓虹辉光营造出戏剧性的对比",
        "主光源": "明亮的白色顶灯,突出头发和服装的纹理"
      },
      "相机": {
        "拍摄类型": "美式全景",
        "角度": "平视",
        "视角": "镜面自拍",
        "设备": "iPhone 17 Pro Max"
      },
      "风格": {
        "视觉风格": "现代社交媒体健身摄影",
        "渲染": "超写实",
        "细节": "清晰的皮肤纹理和真实的织物细节",
        "质量": "高分辨率,影院级的低光性能"
      }
    }
  • 复古手绘速写本人物设计表

    复古手绘速写本人物设计表

    复古手绘速写本人物设计表



    🤖 ChatGPT

    🇺🇸 English Prompt

    Turn the uploaded photo into a detailed hand-drawn sketchbook character sheet.
    Create a full-body character design page on a vintage notebook paper background. Include a large full-body illustration in the center and a smaller portrait close-up. Surround the character with handwritten notes, personality traits, hobbies, favorite items, daily routine, goals, mood board photos, creative tools, icons, sketches, doodles, and aesthetic annotations.
    
    Use warm watercolor and pencil sketch textures, soft sepia tones, ink outlines, realistic facial features, artistic journal layout, scrapbook style, concept art presentation, highly detailed hand-drawn illustration, cozy creative atmosphere, visual storytelling, Pinterest-worthy aesthetic, professional character sheet design.
    
    Add headings such as "About Me", "My Vibe", "My Favorites", "Daily Rituals", "Goals", and "Moodboard". Make everything look naturally handwritten in an artist's sketchbook.
    
    Ultra detailed, high quality, realistic sketchbook illustration, character design sheet, watercolor + pencil drawing style.

    🇨🇳 中文提示词

    将上传的照片转变为详细的手绘速写本人物设计表。
    在复古笔记本纸背景上创建一个全身人物设计页面。在中心包含一个大的全身插图和一个较小的头像特写。在角色周围环绕着手写笔记、性格特征、爱好、最喜欢的物品、日常生活、目标、情绪板照片、创意工具、图标、草图、涂鸦和审美注释。
    
    使用温暖的水彩和铅笔素描纹理、柔和的深褐色调、墨水轮廓、真实的脸部特征、艺术化的日志布局、剪贴簿风格、概念艺术呈现、高度详细的手绘插图、舒适的创意氛围、视觉叙事、Pinterest 级美感、专业的人物理论表设计。
    
    添加标题,如“关于我”、“我的氛围”、“我的最爱”、“每日仪式”、“目标”和“情绪板”。让所有内容看起来都像是自然地手写在艺术家的速写本中。
    
    超详细,高质量,真实的速写本插图,人物设计表,水彩 + 铅笔绘画风格。
  • 复古画图工具换装界面美学

    复古画图工具换装界面美学

    复古画图工具换装界面美学



    🤖 ChatGPT

    🇺🇸 English Prompt

    Transform the uploaded image into a retro Windows MS Paint outfit-builder interface aesthetic. Keep the full-body cutout of the subject centered on a clean white canvas, as if placed inside an old Windows XP / MS Paint workspace. 
    
    Left side: classic MS Paint toolbar with pixel-style icons and old UI elements. A vertical column of floating wardrobe/accessory slots (hair, top, bag, pants, shoes, etc.) shown as detachable outfit pieces. Bottom: a pastel color palette bar similar to old Paint color swatches. Window title bar at top with simple retro naming (“untitled - Paint”). Subject appears like a digital paper doll / dress-up character.
    
    Early-2000s internet aesthetic, slight low-resolution softness, airbrushed + scanned magazine feel, soft glow around the subject, tiny sparkle highlights, muted pastel colors with one or two saturated accent colors, minimal shadows, cute playful nostalgic UI composition.
    
    Preserve pose and clothing identity from the original image. Cutout edges slightly softened, elongated editorial proportions, clean white negative space, subtle JPEG compression and vintage screen texture. MS Paint UI, Windows XP aesthetic, digital dress-up game, Y2K nostalgia, paper doll fashion, retro desktop, kawaii editorial, internetcore, soft glow, scrapbook UI, fashion collage.

    🇨🇳 中文提示词

    将上传的图像转换为复古的 Windows MS Paint 换装界面美学。保持主体的全身抠图居中于洁净的白色画布,仿佛放置在旧款 Windows XP / MS Paint 工作区内。
    
    左侧:经典的 MS Paint 工具栏,带有像素风格图标和旧版 UI 元素。一列垂直的悬浮衣橱/配饰槽位(头发、上衣、包、裤子、鞋子等),显示为可拆卸的服装部件。底部:一个类似于旧版 Paint 调色板的柔和调色栏。顶部带有简单复古命名的窗口标题栏(“untitled - Paint”)。主体看起来像是一个数字纸娃娃 / 换装角色。
    
    2000 年代初期互联网美学,轻微的低分辨率柔和感,喷绘 + 扫描杂志质感,主体周围有柔和光晕,细小的闪烁高光,哑光柔和色彩配合一两个饱和点缀色,极简阴影,可爱俏皮的怀旧 UI 构图。
    
    保留原始图像中的姿势和服装身份。抠图边缘略微柔化,拉长的社论比例,干净的白色留白空间,微妙的 JPEG 压缩和复古屏幕纹理。MS Paint UI,Windows XP 美学,数字换装游戏,Y2K 怀旧,纸娃娃时尚,复古桌面,可爱社论,互联网风格,柔和光晕,剪贴簿 UI,时尚拼贴。
  • 耐克鞋类广告海报设计

    耐克鞋类广告海报设计

    耐克鞋类广告海报设计



    🤖 ChatGPT

    🇺🇸 English Prompt

    Generate a perfectly graphic designed poster of Nike Shoe advertisement. The character (indian young funky girl_wearing headphones_curly hairs) should be in the Air with a pose that shows the neon green Big joggers with black nike logo(tick). white funky stylish shirt. The outfit should be modern baggie cool outfit and a Big text in beautiful Nike font (Just Do it) perfectly merged in the background and the some other texts about the shoes and the company.

    🇨🇳 中文提示词

    生成一张完美平面设计的耐克鞋类广告海报。主角(印度年轻时髦女孩_戴着耳机_卷发)应该在空中,姿态展示出带有黑色耐克标志(勾号)的霓虹绿大束脚裤。白色时髦酷炫衬衫。服装应该是现代宽松酷炫的风格,并且有漂亮耐克字体的大文本(Just Do it)完美融合在背景中,以及一些关于鞋子和公司的其他文字。