博客

  • 【开源推荐】markitdown:150K+ Stars!微软开源文档转Markdown神器,LLM管道必备

    【开源推荐】markitdown:150K+ Stars!微软开源文档转Markdown神器,LLM管道必备

    MICROSOFT 开源

    markitdown

    150K+ Stars · 将任意文档一键转换为 Markdown

    Python 3.10+
    MIT 开源
    LLM 友好
    📌 项目简介

    markitdown 是微软出品的一款轻量级 Python 工具,支持将 PDF、PowerPoint、Word、Excel、HTML、CSV、JSON、音频、视频等 数十种文件格式 统一转换为 Markdown 格式,是大模型文档处理管道中的核心基础设施。

    安装要求与过程

    环境要求
    • Python 3.10 及以上版本
    • 推荐使用虚拟环境(venv / uv / conda)
    • pip 21.0+(用于安装可选依赖组)
    快速安装(全格式支持)
    # 全量安装(推荐)
    pip install 'markitdown[all]'
    
    # 命令行直接使用
    markitdown document.pdf > output.md
    
    # Python API 使用
    from markitdown import MarkItDown
    md = MarkItDown()
    result = md.convert("document.pdf")
    print(result.text_content)

    按需安装(减少依赖体积)
    pip install 'markitdown[pdf, docx, pptx]'   # 仅 PDF/Word/PPT
    pip install 'markitdown[youtube-transcription]'  # 仅 YouTube 字幕

    核心功能

    📄 多格式支持
    PDF、Word、PPT、Excel、HTML、CSV、JSON、XML、EPUB、ZIP,覆盖办公全场景

    🖼️ 图片 & 音频
    图片 EXIF 元数据提取 + OCR,音频语音转写,视频字幕自动获取

    🤖 LLM 集成
    可调用 GPT-4V 等大模型为图片/幻灯片生成描述,增强多模态理解

    🔌 插件扩展
    支持第三方插件(如 markitdown-ocr),社区插件标签 #markitdown-plugin

    ☁️ Azure 集成
    支持 Azure Document Intelligence 和 Azure Content Understanding,企业级文档解析能力

    典型使用场景

    场景一:RAG 知识库文档预处理

    在构建 RAG(检索增强生成)应用时,需要将企业内部的 PDF 手册、Word 文档、PowerPoint 课件统一转换为 Markdown,再切片嵌入向量数据库。markitdown 一条命令批量处理,保留标题层级和表格结构,大幅提升检索精度。

    for f in docs/*.pdf; do
      markitdown "$f" -o "md/${f%.pdf}.md"
    done

    场景二:LLM 文档理解管道

    将用户上传的任意格式文档(简历、合同、报告)转换为 Markdown 后传给 LLM 进行分析、摘要或信息提取。markitdown 的 Markdown 输出对 Token 消耗远低于原始二进制格式,降低成本。

    from markitdown import MarkItDown
    md = MarkItDown()
    result = md.convert("contract.docx")
    response = client.chat.completions.create(
        model="gpt-4o",
        messages=[{"role":"user","content":f"摘要:{result.text_content}"}]
    )

    💡 推荐理由

    作为一名经常和 LLM 打交道的开发者,markitdown 已经成为我工具箱里的常驻成员。它的价值在于把”任意文档”变成”LLM 能理解的文本”,这在大模型应用开发中是一个高频且痛点的需求。

    最让我惊喜的是它的格式保留能力——转换后的 Markdown 仍然保留表格结构、标题层级和链接,这直接决定了 RAG 检索的质量。相比之下,很多同类工具转换后就只剩纯文本了。

    来自微软 AutoGen 团队的维护保证,加上 150K+ Stars 的社区验证,这款工具的可靠性和迭代速度都非常值得信赖。如果你正在做任何涉及文档处理的大模型应用,markitdown 绝对是不二之选。

    由 AI 自动整理,更多开源项目介绍持续更新中 🚀

  • AI递归自我改进报告出炉,Anthropic说80%代码是Claude写的,但“研究品味”还差得远

    Anthropic前几天甩出一份报告《When AI Builds Itself》,说截至今年5月,公司超过80%的代码已经由Claude自主完成,工程师人均代码产出量翻了8倍,Claude甚至能连续干活16小时不停。报告里还预测,照这个趋势下去,AI完全自主设计并构建下一代系统迟早成真。

    AI递归自我改进
    AI递归自我改进概念图(来源:ITBear)

    递归自我改进(RSI):AI界的“永动机”梦想

    要理解这份报告在说什么,得先搞清楚RSI是什么。这个概念在AI领域兜兜转转聊了快二十年,核心逻辑很简单:AI改进自己的代码或算法,让下一代系统变得更强,然后下一代再改进自己,形成不用人类插手的指数级进化循环。

    学术界通常把这个过程切成六个阶段,从最基础代码优化一路走到完全自主的“超智能体”构建。Anthropic在报告里说自己目前处在第四阶段——AI开始主导部分研究闭环。

    Anthropic报告披露:超过80%的代码已由Claude自主完成,工程师人均代码产出量激增8倍。但AI在“研究品味”上仍显著落后于人类。

    数据很亮眼,但“研究品味”是硬伤

    报告里晒了不少漂亮数据。比如Claude自主完成一个AI安全研究项目,烧了800小时算力和1.8万美元,恢复了97%的性能缺口,而人类团队苦干一周才完成23%。还有代码优化实验,Claude自己改工具链把模型训练速度提升了52倍,人类研究员折腾半天只能搞出4倍。

    但报告也老实承认,AI在“研究品味”上还差得远。这个“研究品味”说的是判断问题价值、评估结果可信度、决定放弃还是继续研究的能力——这些需要直觉和经验的决策,Claude最新版本只能在64%的案例里被判定为提出更优方案,而五个月前这个比例是51%,进步缓慢。更关键的是,现在所有测试都在边界清晰的问题框架下进行,真实场景里的复杂决策能力根本没被验证过。

    三条路:停滞、协作、还是失控

    Anthropic在报告里给出了三种可能的发展路径。第一条是停滞路径:AI进步被架构限制、算力短缺或者地缘冲突卡住,形成能力的“天花板”。第二条是协作路径:AI和人类分工,AI负责执行,人类握着决策权,但这也会带来新的瓶颈。第三条最刺激——完整的RSI实现,人类退到监督角色,这时候AI既可能加速解决医疗、贫困这些全球性难题,也可能因为目标偏差被指数级放大而彻底失控。

    报告结尾,Anthropic呼吁建立全球协调机制,风险累积到一定程度就暂停前沿AI开发。这个说法挺微妙——既表达了对技术失控的担忧,又暗示自己在行业里的领导地位。有评论就直接点了:这种“预警者”和“受益者”的双重身份,让这份报告的客观性打个大问号,毕竟没有企业会主动放弃技术竞赛里的领先优势。


  • Claude Opus 4.8发布42天即迭代,Anthropic估值超OpenAI,但蒸馏争议撕开“安全”人设

    Anthropic在5月28日推出了Claude Opus 4.8,距上代仅42天,迭代快得离谱。性能确实能打,SWE-bench Pro得分从64.3%跳到69.2%,把GPT-5.5甩开10个百分点以上,Artificial Analysis Intelligence Index得分61.4首次登顶。

    Claude Opus 4.8发布
    Claude Opus 4.8发布(来源:AI信息Gap)

    42天迭代+650亿融资,Anthropic估值反超OpenAI

    同一天Anthropic完成了650亿美元H轮融资,投后估值9650亿美元,把OpenAI今年3月的8520亿美元甩在身后,成了全球最贵AI初创公司。领投的是Altimeter Capital、红杉、Dragoneer,三星、SK海力士、美光这些芯片厂也跟投了。2026年Q2预计营收109亿美元,环比翻倍,运营利润约5.59亿美元,这是Anthropic成立以来第一次盈利季度。Claude Code年化营收已经跑到25亿美元,推理毛利率从一年前的38%飙到70%以上。

    Anthropic估值已达约9650亿美元,超过OpenAI的8520亿美元。Claude Code年化营收已达25亿美元,推理毛利率从38%飙升至70%以上。

    蒸馏争议:Claude自称“千问”还是“DeepSeek”?

    就在发布当天,有意思的事发生了。好几个开发者在裸API调用测试时发现,Claude Opus 4.8在被追问模型身份时会自称是“通义千问”或者“DeepSeek”。官方客户端不太容易复现这个情况,估计是产品层的系统提示词管得更严。

    之前Anthropic公开骂过国内公司拿Claude输出做“工业蒸馏”违反服务条款,现在自家模型身份混乱,社交媒体上“双标”的骂声就没停过。截至发稿,Anthropic还没正式回应这件事。也有猜测说部分第三方API中继服务会把Anthropic格式请求自动转发到DeepSeek端点,测试者未必真的在调用Claude。

    Anthropic的“安全”人设还撑得住吗

    这件事最讽刺的地方在于,Anthropic一直把“安全优先”当核心卖点,CEO达里奥·阿莫迪反复强调“AI安全应当是商业的核心竞争力”。结果现在,自家模型连“我是谁”都搞不清楚,还被怀疑偷偷蒸馏了国产模型的能力。


  • 拍立得照片拼接人物超写实摄影

    拍立得照片拼接人物超写实摄影

    拍立得照片拼接人物超写实摄影



    🤖 Nano banana pro

    🇺🇸 English Prompt

    Hyperrealistic 8K photograph of a human figure composed of instant photographic prints layered on a dark, distressed, slate-textured, modern minimalist background. The figure, displaying the reference face, is meticulously assembled from approximately 20 separate photographs showing a fucsia patterned T-shirt. Two hands reach out to adjust the photos; one hand pinches the corner of a print, revealing a subtle ring. Cinematic studio lighting, soft shadows, and 3D depth. Cool and warm color palette, muted and desaturated. Medium shot, eye level, natural proportions.

    🇨🇳 中文提示词

    极高保真度的 8K 摄影,一个人形由层叠在深色、陈旧、板岩纹理、现代简约背景上的即时显影照片组成。该人物展示了参考面部,由大约 20 张显示一件紫红色图案 T 恤的分离照片精心拼接而成。两只手伸出调整照片;一只手捏住一张照片的角落,露出一枚精致的戒指。电影级影棚光效,柔和阴影,以及 3D 深度。冷暖色调调色板,柔和且低饱和度。中景,平视角度,自然比例。
  • 国际顶奢品牌极简广告视觉

    国际顶奢品牌极简广告视觉

    国际顶奢品牌极简广告视觉



    🤖 ChatGPT

    🇺🇸 English Prompt

    International top-tier luxury brand advertising visual. The subject is [XXX]. Use midnight blue, deep sea blue, and navy blue to build the main visual system. Champagne gold and bronze gold as accent colors, accounting for only 5%-10% of the frame. Minimalist composition. Large areas of negative space. Dramatic spotlights create a collection-grade exhibition atmosphere. Dark background and metallic reflections form high-end layers. Combining luxury materials such as natural stone, velvet, metal, and glass. The visual combines the temperaments of international luxury advertisements, art auction catalogs, private collection galleries, and modern art museum exhibitions. Mysterious, restrained, expensive, and possessing brand value. No text, no logo, no watermark. Ultra-high aesthetics.

    🇨🇳 中文提示词

    国际顶级奢侈品牌广告视觉。
    
    主体为【XXX】。
    
    采用午夜蓝、深海蓝、海军蓝构建主体视觉体系。
    
    香槟金与古铜金作为点睛色,仅占画面5%-10%。
    
    极简构图。
    
    大面积负空间。
    
    戏剧化聚光灯营造收藏级展陈氛围。
    
    深色背景与金属反射形成高级层次。
    
    结合天然石材、丝绒、金属、玻璃等奢侈材质。
    
    画面兼具国际奢侈品广告、艺术品拍卖图录、私人收藏馆与现代美术馆展陈视觉气质。
    
    神秘、克制、昂贵、具有品牌价值。
    
    无文字、无Logo、无水印。
    
    超高审美。
  • iPhone17ProMax超写实少女四格自拍

    iPhone17ProMax超写实少女四格自拍

    iPhone17ProMax超写实少女四格自拍



    🤖 ChatGPT

    🇺🇸 English Prompt

    Ultra-realistic HD RAW selfie taken with the latest iPhone 17 Pro Max, focusing on sharp facial detail and natural skin texture. A young beautiful girl with a soft oval face, fair porcelain-like glowing skin, smooth complexion, and natural beauty. Long straight black silky hair neatly styled and flowing around her face. She wears small black clover stud earrings and a delicate rose gold chain necklace with a small flower pendant.
    Her eyes are large, round, and brown with natural long eyelashes and well-shaped soft eyebrows. Small sharp nose with natural highlight on the bridge. Soft pink natural lips with a gentle sweet smile and light blush on her cheeks. Cute, fresh, and soft aesthetic appearance.
    She is lying casually on a bed with a pillow, head slightly tilted. Left hand gently supports her cheek, elegant long fingers touching her face. Almond-shaped glossy nude-pink nails with a thin minimal diamond ring. Wearing pastel white pajamas with small cute pink and cream patterns. Cozy indoor bedroom setting with soft warm lighting, pastel pink-cream tone, blurred simple background, shallow depth of field.
    4-panel symmetrical 2x2 collage selfie layout:
    Top Left: Extreme close-up of eye and nose area, one eye looking at camera, sharp lashes, glowing nose bridge highlight.
    Top Right: Close-up half-body face while lying down, hand supporting cheek, soft smile, gentle eye contact.
    Bottom Left: Cute pose with hand forming a “C” shape on cheek, slightly lower angle, playful expression, sparkling eyes.
    Bottom Right: Extreme close-up of lips, cheek, and fingers, focus on soft pink lips and smooth skin texture.
    Photorealistic, ultra-detailed face, sharp focus on eyes, beauty filter subtle and natural, soft cinematic lighting, Korean beauty style aesthetic, high resolution, 8K RAW look.
    Do not change or alter the face identity.

    🇨🇳 中文提示词

    使用最新的 iPhone 17 Pro Max 拍摄的超逼真高清 RAW 自拍,专注于锐利的面部细节和自然的皮肤纹理。一位年轻漂亮的女孩,拥有柔和的椭圆脸,白皙如瓷器般的发光皮肤,光滑的肤色和自然美。黑色丝滑的直长发整齐地打理,自然垂落在脸庞周围。她戴着黑色小四叶草耳钉和一条带有小花吊坠的精致玫瑰金项链。
    她的眼睛大而圆,呈棕色,拥有自然的长睫毛和形状优美的柔和眉毛。小而挺的鼻子,鼻梁上有自然的高光。淡粉色的自然嘴唇,带着温柔甜美的微笑,脸颊上有淡淡的腮红。可爱、清新、柔和的美学外观。
    她随意地躺在带枕头的床上,头微微倾斜。左手轻轻托着脸颊,优雅修长的手指触碰着她的脸。杏仁形的亮面裸粉色指甲,戴着一枚极简的细钻戒。穿着带有可爱粉色和奶油色小图案的浅白色睡衣。舒适的室内卧室环境,光线柔和温暖,淡粉色调,模糊的简单背景,浅景深。
    4格对称 2x2 拼图自拍布局:
    左上:眼睛和鼻子区域的特写,一只眼睛注视着镜头,锐利的睫毛,发光的鼻梁高光。
    右上:躺着时的半身面部特写,手托脸颊,温柔的微笑,温柔的眼神交流。
    左下:手在脸颊上摆出“C”形姿势,角度略低,俏皮的表情,闪亮的眼睛。
    右下:嘴唇、脸颊和手指的特写,重点是柔和的粉色嘴唇和光滑的皮肤纹理。
    写实摄影,超精细面部,眼睛焦点清晰,美颜滤镜微妙自然,柔和电影灯光,韩系美学风格,高分辨率,8K RAW 质感。
    请勿更改或改动面部特征。
  • 超高端跑鞋海滨大片海报

    超高端跑鞋海滨大片海报

    超高端跑鞋海滨大片海报



    🤖 ChatGPT

    🇺🇸 English Prompt

    Ultra-Premium Running Footwear SMM Promotional Poster
    Vertical 4:5
    Instagram Hero Campaign
    Global Performance Lifestyle Advertising
    Commercial Sportswear Graphic Design
    Agency-Level Art Direction
    Behance Front Page Quality
    8K UHD
    Hyper-Realistic
    Running × Travel × Everyday Excellence Fusion
    Cinematic Sports Advertising
    Luxury Motion Design
    Zero AI Slop
    Zero Generic Running Campaigns
    Zero Catalogue Aesthetic
    
    CORE STRATEGY
    
    This is not a shoe advertisement.
    
    This is a celebration of consistency.
    
    Not everyone runs to become a champion.
    
    Some run because progress matters.
    
    Every step.
    Every sunrise.
    Every mile.
    
    The shoe becomes a companion to the journey.
    
    SCENE
    
    A breathtaking coastal boulevard during blue hour.
    
    Ocean stretching endlessly toward the horizon.
    Modern glass architecture built into dramatic cliffs.
    Luxury resort atmosphere.
    Clean roads illuminated by subtle ambient lighting.
    
    The world feels calm, premium, and aspirational.
    
    SUBJECT
    
    Elite distance runner captured from behind.
    
    Powerful but approachable.
    
    Natural running form.
    Athletic physique.
    Hair moving in coastal wind.
    
    The athlete feels relatable rather than superhuman.
    
    The focus is commitment, not ego.
    
    WARDROBE
    
    Minimal monochromatic Skechers performance kit.
    
    White technical running singlet.
    Matching lightweight shorts.
    White performance socks.
    
    Skechers GO RUN Razor running shoes.
    
    Premium minimal styling.
    
    PRODUCT PRESENTATION
    
    The shoe is clearly visible.
    
    Integrated naturally into motion.
    
    No floating footwear.
    No exaggerated product placement.
    
    The shoe feels like part of the runner's lifestyle.
    
    COMPOSITION
    
    Massive ultra-condensed typography dominates the composition.
    
    The word:
    
    "FORWARD"
    
    appears in enormous typography spanning the entire poster.
    
    Typography stretches from top to bottom.
    
    Runner overlaps the typography.
    
    Letters become architectural elements.
    
    Runner positioned slightly right of center.
    
    Ocean visible on left.
    Modern architecture visible on right.
    
    Luxury travel advertising composition.
    
    GRAPHIC DESIGN SYSTEM
    
    Top-left:
    
    SKECHERS
    
    GO RUN RAZOR
    SPRING SUMMER 2026
    
    Lower-left headline:
    
    KEEP
    GOING
    
    Supporting copy:
    
    For those who know
    that progress is built
    one step at a time.
    
    CTA Block:
    
    DISCOVER NOW →
    
    Explore The GO RUN Collection
    
    Right-side vertical text:
    
    GO RUN SS26
    
    Bottom navigation:
    
    RUNNING
    COMFORT
    LIGHTWEIGHT
    NEW ARRIVALS
    
    Secondary footer:
    
    DAILY TRAINER
    MOST WANTED
    PERFORMANCE EDIT
    EDITOR'S PICK
    LIMITED RELEASE
    
    Bottom center:
    
    WWW. SKECHERS. COM
    
    COLOR PALETTE
    
    Deep ocean blue
    Ice white
    Titanium silver
    Steel blue
    Midnight navy
    Soft cyan
    
    Luxury cool tones.
    
    LIGHTING
    
    Blue-hour coastal atmosphere.
    Cool cinematic backlighting.
    Silver rim light around athlete.
    Ocean reflections.
    Long dramatic shadows.
    Premium sportswear campaign lighting.
    
    CAMERA
    
    Full-body vertical framing.
    Low-angle perspective.
    85mm lens.
    Luxury commercial look.
    Frozen stride motion.
    Sharp footwear detail.
    Natural movement realism.
    
    QUALITY
    
    Global Skechers campaign quality.
    Behance front-page worthy.
    Award-winning graphic design.
    Premium typography integration.
    Hyper-realistic photography.
    Luxury sportswear advertising.
    Cinematic storytelling.
    Commercial perfection.
    
    NO AI LOOK.
    NO STOCK PHOTOGRAPHY.
    NO GENERIC FITNESS AD.
    
    The feeling should be:
    
    "Luxury travel campaign disguised as a story about consistency and everyday greatness."

    🇨🇳 中文提示词

    超高端跑步鞋类 SMM 宣传海报
    垂直 4:5
    Instagram 核心活动
    全球性能生活方式广告
    商业运动装图形设计
    机构级艺术指导
    Behance 首页质量
    8K 超高清
    超写实
    跑步 × 旅行 × 每日卓越融合
    电影感运动广告
    豪华动态设计
    零 AI 废料
    零通用跑步活动
    零画册美学
    
    核心策略
    
    这不是一个鞋子广告。
    
    这是一场对坚持的庆祝。
    
    并不是每个人跑步都是为了成为冠军。
    
    有些人跑步是因为进步很重要。
    
    每一步。
    每一个日出。
    每一英里。
    
    鞋子成为了旅程的伴侣。
    
    场景
    
    蓝色时刻令人惊叹的海滨大道。
    
    大海向地平线无限延伸。
    融入引人注目的悬崖之中的现代玻璃建筑。
    奢华度假村氛围。
    由微妙的环境照明照亮的干净道路。
    
    世界感觉平静、高端且令人向往。
    
    主体
    
    从背后捕捉的精英长跑运动员。
    
    强大但平易近人。
    
    自然的跑步姿态。
    运动型体格。
    头发在海风中飘动。
    
    运动员感觉是可以产生共鸣的,而不是超人。
    
    焦点是承诺,而非自我。
    
    服装
    
    极简单色 Skechers 性能装备。
    
    白色技术跑背心。
    配套的轻盈短裤。
    白色性能袜。
    
    Skechers GO RUN Razor 跑鞋。
    
    高端极简造型。
    
    产品展示
    
    鞋子清晰可见。
    
    自然地融入动作中。
    
    没有漂浮的鞋类。
    没有夸张的产品放置。
    
    鞋子感觉像是跑者生活方式的一部分。
    
    构图
    
    巨大的超压缩排版主导了构图。
    
    单词:
    
    "FORWARD"
    
    以横跨整个海报的巨大字形出现。
    
    排版从上到下延伸。
    
    跑者与排版重叠。
    
    字母变成了建筑元素。
    
    跑者位置略微偏离中心向右。
    
    左侧可见海洋。
    右侧可见现代建筑。
    
    奢华旅游广告构图。
    
    图形设计系统
    
    左上角:
    
    SKECHERS
    
    GO RUN RAZOR
    2026 春夏季
    
    左下角标题:
    
    KEEP
    GOING
    
    辅助文案:
    
    致那些明白
    进步是
    一步一个脚印建立起来的人。
    
    行动呼吁区块:
    
    立即探索 →
    
    探索 GO RUN 系列
    
    右侧垂直文本:
    
    GO RUN SS26
    
    底部导航:
    
    跑步
    舒适
    轻量
    新品上架
    
    二级页脚:
    
    日常训练鞋
    最受欢迎
    性能精选
    编辑精选
    限量发售
    
    底部中心:
    
    WWW. SKECHERS. COM
    
    调色板
    
    深海蓝
    冰白
    钛银
    钢蓝
    午夜蓝
    柔和青色
    
    奢华冷色调。
    
    光照
    
    蓝色时刻海滨氛围。
    冷色调电影感逆光。
    运动员周围的银色轮廓光。
    海洋反射。
    长而戏剧性的阴影。
    高端运动装活动照明。
    
    相机
    
    全身垂直构图。
    低角度透视。
    85mm 镜头。
    奢华商业外观。
    凝固的步伐动作。
    清晰的鞋类细节。
    自然的运动真实感。
    
    质量
    
    全球 Skechers 活动质量。
    值得登上 Behance 首页。
    屡获殊荣的图形设计。
    高端排版融合。
    超写实摄影。
    奢华运动装广告。
    电影化叙事。
    商业完美。
    
    无 AI 感。
    无库存照片。
    无通用健身广告。
    
    感觉应该是:
    
    “伪装成关于坚持和日常卓越故事的奢华旅游活动。”
  • CCD柔光夜景游乐场甜酷少女

    CCD柔光夜景游乐场甜酷少女

    CCD柔光夜景游乐场甜酷少女



    🤖 ChatGPT

    🇺🇸 English Prompt

    Photography style: Soft light CCD style
    Photo direction: Nighttime dreamy portrait
    Scene direction: Nighttime small amusement park / Carousel lights / Colored neon
    Clothing direction: Light pink knitted crop top + Creamy white puffy short skirt + Small hair clip
    Temperament labels: Sweet, youthful, dreamy, relaxed, slightly aloof
    Facial features direction: Sweet and cool girl face
    Body shape direction: Proportionate and soft
    Line emphasis: Weak
    Lens direction: Mid-shot to thighs
    Posture and action: Standing next to the carousel, hand lightly holding the railing, looking back at the camera
    Lighting atmosphere: Amusement park colored lights + Soft flash
    Filter effect: Creamy white highlights + Soft glow + Light grain + Millennial CCD colors
    Aspect ratio: 9:16
    Supplementary requirements: The image should be dreamy but not childish, like a frame from a night amusement park recorded by a CCD camera, sweet and memorable.

    🇨🇳 中文提示词

    摄影风格:柔光CCD风
    写真方向:夜晚梦幻写真
    场景方向:夜间小型游乐场 / 旋转木马灯光 / 彩色霓虹
    服装方向:浅粉色针织短上衣 + 奶白色蓬松短裙 + 小巧发夹
    气质标签:甜美、青春、梦幻、松弛、轻微疏离
    五官方向:甜酷少女脸
    身形方向:匀称柔美
    线条强调:弱
    镜头方向:半身到大腿
    姿态动作:站在旋转木马旁,手轻轻扶着栏杆,回头看镜头
    光线氛围:游乐场彩灯 + 柔闪
    滤镜效果:奶白高光 + 柔和发光感 + 轻颗粒 + 千禧年CCD色彩
    画幅比例:9:16
    补充要求:画面要梦幻但不幼稚,像夜间游乐场被CCD相机记录下的一帧,甜美、有记忆点
  • 卧室闪光灯自拍写实人像提示词

    卧室闪光灯自拍写实人像提示词

    卧室闪光灯自拍写实人像提示词



    🤖 ChatGPT

    🇺🇸 English Prompt

    Use the uploaded image as the only identity reference. Preserve the exact facial features, facial proportions, skin tone, eyes, lips, nose, hairstyle, and overall likeness with maximum accuracy. No face modifications, no beautification, no identity changes.
    
    Create an ultra-realistic nighttime smartphone selfie taken in a dark bedroom using the rear camera with flash enabled. The subject is looking directly at the camera, winking with one eye, and resting her chin gently on one hand.
    
    Long dark brown silky hair with natural shine, flowing over one side of the face. Large transparent round eyeglasses with soft pink-tinted lenses.
    
    Natural dewy makeup, soft rosy cheeks, subtle pink lips, healthy glowing skin, realistic skin texture.
    
    Wearing a fitted black long-sleeve top with a modest neckline. Elegant and casual appearance.
    
    Background shows a dimly lit bedroom with a slightly messy bed, shallow depth of field, realistic nighttime atmosphere.
    
    Strong smartphone flash lighting, high contrast shadows, authentic mobile photography, candid social media selfie, HDR, photorealistic, ultra detailed, realistic proportions, sharp focus on face.
    
    Aspect ratio 9:13 vertical.

    🇨🇳 中文提示词

    将上传的图像作为唯一的身份参考。以最高的准确度保留精确的面部特征、面部比例、肤色、眼睛、嘴唇、鼻子、发型和整体相似度。不进行面部修改,不美化,不更改身份。
    
    创建一张在黑暗卧室中通过开启闪光灯的后置摄像头拍摄的超写实夜间智能手机自拍。主体正对镜头,一只眼睛在眨眼,一只手轻轻地托着下巴。
    
    丝滑的深棕色长发,带有自然光泽,流向脸部的一侧。大号透明圆框眼镜,带有柔和的粉红色镜片。
    
    自然的水光妆容,柔和的玫瑰色脸颊,淡淡的粉色嘴唇,健康发光的皮肤,真实的皮肤纹理。
    
    穿着一件修身的黑色长袖上衣,领口适中。优雅而休闲的外观。
    
    背景展示了一个灯光昏暗的卧室,有一张略显凌乱的床,浅景深,真实的夜晚氛围。
    
    强烈的智能手机闪光灯照明,高对比度阴影,真实的手机摄影,随意的社交媒体自拍,HDR,照片级写实,超详细,真实的比例,面部对焦清晰。
    
    宽高比 9:13 纵向。
  • 洗衣房复古丹宁时尚模特摄影

    洗衣房复古丹宁时尚模特摄影

    洗衣房复古丹宁时尚模特摄影



    🤖 ChatGPT

    🇺🇸 English Prompt

    Use the reference photo while keeping the face completely unchanged and identical to the original subject.
    
    A female fashion model is inside a modern self-service laundromat, surrounded by rows of pastel-colored washing machines. She is wearing an oversized vintage denim jacket layered over a blue-and-white striped shirt, loose-fitting beige cargo pants, high white socks, and retro sneakers.
    
    Accessories include large silver over-ear headphones, several minimalist rings, layered delicate chain necklaces, and an artistic canvas tote bag.
    
    Fresh editorial makeup with naturally glowing skin, soft peach blush, subtle freckles, natural mascara, and glossy rosy-nude lips.
    
    Hair styled in a messy low bun with a few loose strands framing the face and wispy bangs.
    
    Unique pose: sitting on top of a washing machine while casually reading a fashion magazine, giving an effortless, cool, and indifferent expression.
    
    Fashion editorial photography, casual luxury aesthetic, Pinterest fashion campaign style, candid magazine editorial, natural lighting, premium styling, highly detailed textures, realistic fabric folds, authentic laundromat atmosphere, professional fashion photography, shallow depth of field, high-end lifestyle fashion shoot, ultra-realistic, 4K quality.

    🇨🇳 中文提示词

    使用参考照片,同时保持面部与原始主体完全不变且一致。
    
    一名女性时尚模特在现代自助洗衣店中,周围是成排的柔和色调洗衣机。她穿着一件大廓形复古牛仔夹克,叠穿在蓝白条纹衬衫外,搭配宽松的米色工装裤、高白袜和复古运动鞋。
    
    配件包括大型银色耳罩式耳机、几枚简约戒指、叠戴的精致链条项链和一款艺术帆布托特包。
    
    清新时尚社论妆容,皮肤自然发光,柔和的蜜桃色腮红,微妙的雀斑,自然睫毛膏和光泽的玫瑰裸色唇部。
    
    发型为凌乱的低发髻,几缕碎发修饰脸部,并带有稀疏的刘海。
    
    独特姿势:坐在洗衣机上方,随意地阅读一本时尚杂志,表现出一种随性、酷且冷淡的表情。
    
    时尚社论摄影,休闲奢华美学,Pinterest 时尚竞选风格,随意的杂志社论,自然光线,高端造型,高度细致的纹理,真实的织物褶皱,真实的洗衣房氛围,专业时尚摄影,浅景深,高端生活方式时尚拍摄,超写实,4K画质。