AutomationFlowsGeneral › Visualize Empty Room to Furnished with MuAPI

Visualize Empty Room to Furnished with MuAPI

Original n8n title: Muapi — Interior Visualizer (empty → Furnished)

MuAPI — Interior Visualizer (Empty → Furnished). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesN8N Nodes Muapi
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "MuAPI \u2014 Interior Visualizer (Empty \u2192 Furnished)",
  "nodes": [
    {
      "parameters": {},
      "id": "ffb16bf7-3c86-432c-b541-cc5e69f57db5",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "category": "textToImage",
        "model": "gpt-image-2",
        "prompt": "Empty modern living room, large window with soft morning light, matte beige walls, light oak parquet floor, photo-realistic.",
        "aspect_ratio": "16:9"
      },
      "id": "449352e8-8f47-4468-8a1a-9dd4243b402a",
      "name": "EmptyRoom",
      "type": "n8n-nodes-muapi.muapiPredictor",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "muapiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "category": "imageToImage",
        "model": "nano-banana-2-edit",
        "i2i_prompt": "Furnish this room: low linen sofa, oak coffee table, soft rug, indoor plant, floor lamp, framed art on the wall. Preserve geometry.",
        "images_list": "={{ $json.outputs[0] }}",
        "i2i_aspect_ratio": "16:9"
      },
      "id": "0f042b52-347c-43af-8e72-1e1b69184250",
      "name": "Furnish",
      "type": "n8n-nodes-muapi.muapiPredictor",
      "typeVersion": 1,
      "position": [
        720,
        300
      ],
      "credentials": {
        "muapiApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          {
            "node": "EmptyRoom",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmptyRoom": {
      "main": [
        [
          {
            "node": "Furnish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "837362a0-712f-404e-a12b-7e12df3f8f14",
  "id": "e28637f2-4262-4989-8991-73f838feaae5",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": [
    "muapi",
    "starter",
    "skill"
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

MuAPI — Interior Visualizer (Empty → Furnished). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.

Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_InteriorVisualizer.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

MuAPI — Brand Kit (Logo + Palette + Type). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.

N8N Nodes Muapi
General

MuAPI — Character Story Video. Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.

N8N Nodes Muapi
General

MuAPI — Design Guide (Palette + Type + Components). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.

N8N Nodes Muapi
General

MuAPI — Multi-Angle Product Shots (3 angles). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.

N8N Nodes Muapi
General

MuAPI — 3D Logo Animation (Edit + Veo). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.

N8N Nodes Muapi