Skip to main content
FLUX Video Edit is Black Forest Labs’ text-driven video editing endpoint, available in ComfyUI as a partner node. You give it a source clip and a plain-language instruction, and it rewrites the footage to match that instruction. The edit changes what happens in the shot, not how it is shot. Length, framing, camera motion, and the audio track all come from the source clip, so the result cuts back into your edit without resynchronizing anything. That makes it useful for removing, adding, or replacing objects, restyling footage, changing the setting, rewriting on-screen text, and replacing spoken dialogue. The node runs entirely on Black Forest Labs’ servers through the Comfy API. No model downloads or local GPU are required; you need a Comfy API account with credits.

What FLUX Video Edit is good at

  • Instruction only: Describes the change in words, with no masks, no reference images, and no control inputs
  • Structure preserved: Length, framing, camera motion, and audio come from the source clip
  • Object-level edits: Removes, adds, or replaces objects, characters, and background elements
  • Restyling: Changes the look, lighting, or setting of footage you already have
  • Text and dialogue: Rewrites on-screen text and replaces spoken lines
  • Up to 15 seconds: Accepts source clips from 0.7 to 15 seconds

Example output

Replacing the performer in an existing clip while keeping the pose, lighting, and camera:

Use it

Call it from code

Call it over HTTP through Comfy Router, with copy-paste Python, TypeScript and cURL snippets
This runs on the same Comfy account and is billed in the same credits as running it in ComfyUI below. See Partner Nodes pricing for per-model rates and Concurrency limits for how many requests you can have in flight.
To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the Partner Nodes Overview section of the documentation to understand the specific requirements for using the Partner Nodes.
Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates. If you can’t find them in the template, your ComfyUI may be outdated.If nodes are missing when loading a workflow, possible reasons:
  1. You are not using the latest ComfyUI version (Nightly version)
  2. Some nodes failed to import at startup

FLUX Video Edit workflow

Edit a clip you already have: load the video, describe the change in the prompt, then run. The workflow sends the clip to Black Forest Labs through the FLUX Video Edit partner node and writes the edited clip back through SaveVideo.

Run on Comfy Cloud

Open in Comfy Cloud

Download Workflow

Download JSON or search “Flux Video Edit” in Template Library

Writing the edit instruction

The prompt is the only creative control, so it is worth writing carefully:
  • Describe only what changes on screen. Anything you do not mention is meant to stay as it was.
  • Name the subject and the outcome in the same sentence, for example “replace the guitarist with a gorilla in the same pose”.
  • Write the instruction in plain language, up to 4096 characters. Detail about shape, material, or action roughly maps to how much the model changes.
  • Keep replacement dialogue close to the length of the original speech, since the new line has to fit the time the original speech takes. A silent clip stays silent.
  • The seed does not make a run reproducible. FLUX picks its own seed, so the same instruction on the same clip can come back different.

Node options reference

Limits

  • Source clips run from 0.7 to 15 seconds and must be at least 160x160 pixels.
  • The output is rendered at 24 fps and capped at about 0.9 megapixels per frame (1280x704), so a larger source comes back smaller.
  • Billing is per second of clip. See Partner Nodes pricing.

Get started

  1. Update ComfyUI to the latest version
  2. Go to Template Library, search for Flux Video Edit