← Workflows
FluxRunwayElevenLabs

Flux Runway Video Factory

Automatically generate comprehensive short-form video storyboards complete with Flux cinematic frames, Runway ML video animations, and ElevenLabs voiceovers, all cataloged in a structured editing database.

Advanced 18 nodes n8n 1.50+

Download workflow JSON Import this file in n8n — credentials are not included.

Download .json
Quick answer

To deploy Flux Runway Video Factory, import the workflow JSON into n8n, connect the required credentials, and run a test execution before going live. Praxica includes the downloadable template, setup guide, and workflow preview so operators can move from file import to production faster.

Platform n8n
Difficulty Advanced
Setup time About 30 minutes
Workflow file Flux-Runway-Video-Factory.json
Core nodes 18 configured nodes
n8n version 1.50+

1. Workflow Architecture

  1. Trigger: Webhook Trigger receiving a single text parameter topic (e.g., "The History of Rome's First Emperor").
  2. AI Director: The AI Storyboard Director (OpenAI) node generates a high-signal, 3-scene detailed storyboard package (comprising voiceover scripts, visual prompt tags optimized for Flux, and motion vectors for Runway).
  3. Loop Routing: The Split Scenes node runs the rendering pipeline for all scenes in parallel.
  4. Audio Generation: The ElevenLabs Voiceover node converts scene script nodes into realistic, premium human voice narration audio.
  5. Image Synthesis: The Flux Image Generator (HTTP Request via Replicate API) creates 16:9 cinematic aspect-ratio high-fidelity base frames.
  6. Flux Verification Loop: The Poll Flux Status and Flux Ready? (If + Wait) nodes continuously check Replicate's polling URL until rendering is completed.
  7. Video Animation: The Runway Video Gen node maps the synthesized Flux image and the AI-generated motion vectors, transforming static frames into 4-second cinematic video scenes.
  8. Runway Verification Loop: The Poll Runway Status and Runway Ready? (If + Wait) nodes verify completion of the video rendering task.
  9. Data Assembly: The Aggregate Storyboard node merges audio elements, video scenes, and scripts back into a unified array.
  10. Airtable Command Center: The Save to Airtable node pushes the final aggregated scene assets (script text, rendering outputs, audio downloads) to a collaborative production table.
  11. Instant Notification: Parallel Slack and Telegram nodes dispatch a high-priority message containing executive storyboard notes and immediate workspace links.

2. Setup Instructions

  • Replicate API (Flux): Acquire a developer token from Replicate. Insert it under the authorization header in the Flux Image Generator and Poll Flux Status nodes.
  • Runway ML API: Register on Runway ML's developer console, generate a key, and update the headers in Runway Video Gen and Poll Runway Status nodes.
  • ElevenLabs API: Retrieve your XI API Key and target Voice ID, inserting them into the text-to-speech HTTP Request node.
  • Airtable Setup: Construct an Airtable base with table name VideoDashboard and columns for: Topic, Scene 1 Video, Scene 1 Audio, Scene 2 Video, Scene 2 Audio, Scene 3 Video, and Scene 3 Audio. Copy your Base ID and Table name into the Airtable node.

Workflow FAQ

What does Flux Runway Video Factory automate?

Automatically generate comprehensive short-form video storyboards complete with Flux cinematic frames, Runway ML video animations, and ElevenLabs voiceovers, all cataloged in a structured editing database. The workflow is packaged as an import-ready n8n JSON file so operators can deploy the automation faster.

How do I import Flux Runway Video Factory into n8n?

Download the JSON file from Praxica, import it into a new n8n workflow, connect the required credentials, and run a test execution before enabling it in production.

What should I prepare before running Flux Runway Video Factory live?

Prepare the connected service credentials, review the 18-node setup, confirm compatibility with n8n 1.50+, and validate each trigger or webhook in a staging flow first.

Related reading