muapi-rednote-cover

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

RedNote Cover

小红书封面

Create a Xiaohongshu (RedNote/小红书) style cover image — vibrant, lifestyle-focused, with aesthetic typography overlay suitable for the Chinese social platform.
Estimated credits: ~40 per run.
生成小红书风格封面图——色彩鲜艳、聚焦生活方式,搭配适合中文社交平台的美观文字叠加效果。
预估消耗积分: 每次运行约40积分。

Inputs

输入参数

NameTypeRequiredDefaultDescription
topic
textyesThe post topic (e.g. "morning skincare routine", "cozy café study vlog", "ootd autumn fashion").
style
textnoaesthetic, warm tones, lifestyle photographyVisual style (e.g. "minimalist Korean aesthetic", "cottagecore", "dark moody luxe", "bright Taiwanese street style").
text_overlay
textnoOptional Chinese or English text to appear in the cover design (e.g. "今日穿搭✨" or "Morning Glow").
orientation
textnoportraitImage orientation — "portrait" (3:4) for feed, "square" (1:1) for grid.
reference_image
image_urlnoOptional reference photo of the subject or product.
名称类型必填默认值描述
topic
文本帖子主题(例如“晨间护肤流程”、“温馨咖啡馆学习vlog”、“秋日穿搭OOTD”)。
style
文本美学风、暖色调、生活方式摄影视觉风格(例如“极简韩系美学”、“田园风”、“暗黑奢华风”、“明亮台湾街头风”)。
text_overlay
文本封面设计中可选添加的中文或英文文字(例如“今日穿搭✨”或“Morning Glow”)。
orientation
文本portrait图片方向——“portrait”(3:4竖版)适用于信息流,“square”(1:1方形)适用于网格布局。
reference_image
图片URL可选的主体或产品参考照片。

Steps

步骤

Phase A — Cover Image

A阶段——封面图

Submit the plan with ONE or TWO steps:
  1. Cover image — If
    {{reference_image}}
    is provided, use
    muapi image edit
    (model=
    bytedance-seedream-v4.5-edit
    ); otherwise use
    muapi image generate
    (model=
    bytedance-seedream-v4.5
    ).
    • Prompt:
      Xiaohongshu (RedNote/小红书) style cover photo for {{topic}} post. {{style}}. Aesthetic lifestyle photography, soft natural lighting, visually appealing composition, clean and airy feel. High engagement social media cover, editorial quality. Platform optimized for Chinese lifestyle app.
    • If
      {{text_overlay}}
      is provided, append:
      Include elegant text overlay saying "{{text_overlay}}" in a stylish font, placed at top or bottom third of image.
    • Aspect ratio:
      3:4
      if orientation is portrait,
      1:1
      if square
After generation, present the cover and offer:
  • A set of 3 variations with different color moods (warm / cool / neutral)
  • A carousel set (3 images for a RedNote carousel post)
  • Upscaling for print/export quality
提交包含一到两个步骤的方案:
  1. 封面图生成 — 如果提供了
    {{reference_image}}
    ,使用
    muapi image edit
    (模型=
    bytedance-seedream-v4.5-edit
    );否则使用
    muapi image generate
    (模型=
    bytedance-seedream-v4.5
    )。
    • 提示词:
      Xiaohongshu (小红书)风格的{{topic}}帖子封面图。{{style}}。美学风生活方式摄影,柔和自然光,视觉吸引力强的构图,干净通透的质感。高互动性社交媒体封面,编辑级画质。适配中文生活方式平台。
    • 如果提供了
      {{text_overlay}}
      ,追加:
      添加优雅的文字叠加效果,内容为“{{text_overlay}}”,采用时尚字体,放置在图片顶部或底部三分之一区域。
    • 宽高比:如果是竖版(portrait)则为3:4,如果是方形(square)则为1:1
生成完成后,展示封面图并提供以下选项:
  • 3种不同色调风格的变体(暖色调/冷色调/中性色调)
  • 轮播图套装(3张图片,适用于小红书轮播帖子)
  • 高清放大,满足打印/导出需求

Notes

注意事项

  • RedNote covers perform best with: soft bokeh backgrounds, centered subjects, warm or pastel tones, and clear visual hierarchy.
  • If topic is fashion/outfit, suggest
    ugc-lifestyle-try-on
    skill for wearable product shots.
  • Korean/Japanese aesthetic filters (soft, matte, film grain) trend highly on the platform.
  • 小红书封面的最佳表现要素:柔和虚化背景、主体居中、暖色调或马卡龙色调、清晰的视觉层次。
  • 如果主题是时尚/穿搭,建议使用
    ugc-lifestyle-try-on
    技能拍摄可穿戴产品照片。
  • 韩系/日系美学滤镜(柔和、哑光、胶片颗粒感)在平台上非常流行。

Trigger Keywords

触发关键词

rednote
,
xiaohongshu
,
小红书
,
red note
,
rednote cover
,
xhs cover
,
chinese social
,
lifestyle cover

rednote
,
xiaohongshu
,
小红书
,
red note
,
rednote cover
,
xhs cover
,
chinese social
,
lifestyle cover

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本方案由LLM编排:阅读每个阶段,收集用户缺失的输入,然后调用
    muapi
    CLI命令。如果未设置
    MUAPI_API_KEY
    ,请先使用
    muapi auth configure
    进行配置。
  • 对于尚未有CLI别名的模型ID,回退到原始端点,通过
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    调用,并使用
    muapi predict wait <request_id>
    轮询结果。
  • 在发出每个调用前,将
    {{input_name}}
    占位符替换为用户的实际输入。