AutomationFlowsGeneral › Generate AI Fight Scene with MuAPI

Generate AI Fight Scene with MuAPI

Original n8n title: Muapi — AI Fight Scene

MuAPI — AI Fight Scene. 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 AI Fight Scene",
  "nodes": [
    {
      "parameters": {},
      "id": "018e6a14-2554-462b-a789-839ebf2b7e05",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "category": "textToImage",
        "model": "gpt-image-2",
        "prompt": "16-cell storyboard grid (4\u00d74) of an action scene: two warriors duel across a rainy rooftop, each cell a unique cut.",
        "aspect_ratio": "1:1"
      },
      "id": "9f0134c6-9e14-40d7-b324-19335b46d9c4",
      "name": "Storyboard",
      "type": "n8n-nodes-muapi.muapiPredictor",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "muapiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "category": "imageToVideo",
        "model": "seedance-v2.0-i2v",
        "i2v_prompt": "Animate the storyboard into a high-cut-density fight sequence, rapid action, motion blur, impact frames.",
        "i2v_images_list": "={{ $json.outputs[0] }}",
        "i2v_aspect_ratio": "16:9",
        "i2v_duration": 5,
        "i2v_resolution": "720p"
      },
      "id": "39806156-f8f8-4f88-b1c3-c3ba866fc8f2",
      "name": "Animate",
      "type": "n8n-nodes-muapi.muapiPredictor",
      "typeVersion": 1,
      "position": [
        720,
        300
      ],
      "credentials": {
        "muapiApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          {
            "node": "Storyboard",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Storyboard": {
      "main": [
        [
          {
            "node": "Animate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "ea026d02-bdf1-4025-b4cb-d7a5279418af",
  "id": "9fabf259-0fd9-4aed-9e4f-936528943dfd",
  "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 — AI Fight Scene. Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.

Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_AiFightScene.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