muapi-interior-design

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Interior Design

室内设计

Create professional interior design visualizations — redesign existing rooms, generate new room concepts, or visualize specific furniture styles in a space.
Estimated credits: ~70 per run.
创建专业的室内设计可视化效果——重新设计现有房间、生成全新房间概念,或在空间中呈现特定家具风格的可视化效果。
预估消耗点数: ~70/次运行。

Inputs

输入参数

NameTypeRequiredDefaultDescription
room_type
textyesThe type of room (e.g. "modern living room", "scandinavian kitchen", "luxury master bedroom", "minimalist home office").
design_style
textnomodern minimalistThe aesthetic direction (e.g. "japandi", "industrial loft", "boho chic", "mid-century modern", "art deco").
color_palette
textnoneutral tones with wood accentsPreferred colors and materials (e.g. "sage green and brass", "monochrome black and white", "warm terracotta").
specific_elements
textnoParticular items to include (e.g. "large floor-to-ceiling windows", "velvet green sofa", "statement pendant light").
room_photo
image_urlnoOptional photo of an existing room to redesign or use as layout reference.
名称类型必填默认值描述
room_type
文本房间类型(例如 "modern living room"、"scandinavian kitchen"、"luxury master bedroom"、"minimalist home office")。
design_style
文本modern minimalist美学风格方向(例如 "japandi"、"industrial loft"、"boho chic"、"mid-century modern"、"art deco")。
color_palette
文本neutral tones with wood accents偏好的色彩和材质(例如 "sage green and brass"、"monochrome black and white"、"warm terracotta")。
specific_elements
文本需要包含的特定元素(例如 "large floor-to-ceiling windows"、"velvet green sofa"、"statement pendant light")。
room_photo
图片URL可选的现有房间照片,用于重新设计或作为布局参考。

Steps

步骤

Phase A — Room Concept / Redesign

阶段A — 房间概念/重新设计

Submit the plan with ONE or TWO steps:
  1. Main Visualization — If
    {{room_photo}}
    is provided, use
    muapi image edit
    (model=
    flux-kontext-pro-i2i
    ); otherwise use
    muapi image generate
    (model=
    nano-banana-pro
    ):
    • Prompt:
      Professional interior design visualization of a {{room_type}}. Style: {{design_style}}. Color palette: {{color_palette}}. {{specific_elements}}. Cinematic lighting, architectural photography style, wide angle lens, 8k resolution, photorealistic textures. High-end interior design magazine quality.
    • If
      {{room_photo}}
      is used, add:
      Maintain the structural layout and window placement of the reference room. Completely transform the furniture, decor, and wall finishes to match the new style.
    • Aspect ratio: 16:9 (standard for room views)
  2. Alternative Angle (Optional)
    muapi image generate
    (model=
    bytedance-seedream-v4.5
    ):
    • Prompt:
      A different perspective/closeup of the same {{room_type}} — focus on the textures and lighting of the {{specific_elements}}. {{design_style}} aesthetic, {{color_palette}}. Professional interior photography.
After generation:
  • Present the new room design
  • Offer to "expand the room" using
    ai-image-extension
    to see more of the space
  • Suggest adding a 3D-style walkthrough video using
    kling-v3.0-pro-image-to-video
  • Offer to generate a specific mood board for this design
提交包含一或两个步骤的方案:
  1. 主可视化图 — 如果提供了
    {{room_photo}}
    ,使用
    muapi image edit
    (模型=
    flux-kontext-pro-i2i
    );否则使用
    muapi image generate
    (模型=
    nano-banana-pro
    ):
    • 提示词:
      Professional interior design visualization of a {{room_type}}. Style: {{design_style}}. Color palette: {{color_palette}}. {{specific_elements}}. Cinematic lighting, architectural photography style, wide angle lens, 8k resolution, photorealistic textures. High-end interior design magazine quality.
    • 如果使用
      {{room_photo}}
      ,添加:
      Maintain the structural layout and window placement of the reference room. Completely transform the furniture, decor, and wall finishes to match the new style.
    • 宽高比: 16:9(房间视图标准比例)
  2. 备选视角(可选)
    muapi image generate
    (模型=
    bytedance-seedream-v4.5
    ):
    • 提示词:
      A different perspective/closeup of the same {{room_type}} — focus on the textures and lighting of the {{specific_elements}}. {{design_style}} aesthetic, {{color_palette}}. Professional interior photography.
生成完成后:
  • 展示新的房间设计
  • 提供使用
    ai-image-extension
    「扩展房间」以查看更多空间的选项
  • 建议使用
    kling-v3.0-pro-image-to-video
    生成3D风格的漫游视频
  • 提供为该设计生成特定情绪板的选项

Notes

注意事项

  • flux-kontext-pro-i2i
    is the best model for maintaining the "soul" of a room while changing the design style.
  • For small rooms, suggest using "bright natural light" and "minimal furniture" to make the space feel larger.
  • For commercial spaces (offices, cafes), add "professional workplace lighting" to the prompt.
  • flux-kontext-pro-i2i
    是在改变设计风格的同时保留房间「精髓」的最佳模型。
  • 对于小房间,建议在提示词中加入「明亮自然光」和「极简家具」以让空间显得更宽敞。
  • 对于商业空间(办公室、咖啡馆),在提示词中添加「专业工作场所照明」。

Trigger Keywords

触发关键词

interior design
,
room redesign
,
home decor
,
architecture visualization
,
room concept
,
furniture layout
,
house design
,
interior visualization

interior design
,
room redesign
,
home decor
,
architecture visualization
,
room concept
,
furniture layout
,
house design
,
interior visualization

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}}
    占位符替换为用户的实际输入。