> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# FLUX Video Upscale Workflow in ComfyUI

> How to run the FLUX Video Upscale workflow in ComfyUI, locally or on Comfy Cloud

This guide shows how to run the FLUX Video Upscale workflow in ComfyUI. For what the model is and what it does best, see the [FLUX Video Upscale overview](/tutorials/partner-nodes/black-forest-labs/flux-video-upscale).

<Tip>
  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](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      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
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## FLUX Video Upscale workflow

Upscale an existing video clip: load the video, choose a mode and upscale factor, then run. The workflow uses the FLUX Video Upscale partner node to process the clip through the Black Forest Labs API.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_bfl_flux_video_upscale.mp4" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_bfl_flux_video_upscale&utm_source=docs&utm_medium=referral&utm_campaign=flux-video-upscale">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bfl_flux_video_upscale.json">
    Download JSON or search "FLUX Video Upscale" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input video to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input video" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/color_spin_flower.mp4">
      Download sample input video
    </Card>
  </CardGroup>
</details>

## Precise or creative mode

The node's **mode** option selects how the upscaler treats your footage:

* **Precise**: Sharpens the source without changing it. Use when identity matters: faces, products, brand assets, and footage of real people.
* **Creative (default)**: Restores and invents fine detail. Best for generated footage, textures, crowds, and scenery. Identity is not preserved as strictly, so faces and products can drift.

## Prompt tips

* Start from the least compressed source you have. Compression artifacts limit how much real detail the upscaler can recover.
* Use creative mode for generated footage, landscapes, textures, and crowds; use precise mode when faces, products, or brand assets must stay exactly as they are.
* A short prompt describing the clip's content can steer creative mode toward the right kind of detail, for example "detailed armor plating and reptilian skin texture". Leave it empty for a neutral upscale.
* The prompt does not change the clip's content. It only steers the enhanced detail, so no action chains, camera moves, or audio cues are needed.
* Run upscaling as your final step, after editing and trimming, so you only pay for footage you keep.

## Limits

* Input clips are limited to 1 to 20 seconds, at least 64px, with an aspect ratio between 1:4 and 4:1. Sources larger than 3840x2160 in area need **auto\_downscale** enabled.
* The upscale factor ranges from 1.5x to 3x, and the output keeps the source aspect ratio. Very large sources are upscaled by less than requested.
* Output is 24 fps, capped at about 14.4 megapixels per frame, and keeps the source audio track.

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `FLUX Video Upscale`
