> ## 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.

# Topaz Astra Video Creative Upscale - AI video upscaling

> Upscale and enhance videos with Topaz Astra in ComfyUI: Starlight (Astra) Fast upscaling with optional apo-8 frame interpolation

Topaz Astra Video Creative Upscale is available in ComfyUI through the Topaz partner nodes. It upscales and enhances video with the Starlight (Astra) Fast model, optionally combined with apo-8 frame interpolation to raise the frame rate. The workflow accepts MP4 input and produces enhanced MP4 output.

<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>

## Topaz Astra: Video Creative Upscale

Upscale and enhance a video with the Starlight (Astra) Fast model, with optional apo-8 frame interpolation to smooth motion.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_topaz_video_enhance-1.webp" alt="Topaz Astra Video Creative Upscale workflow preview" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_topaz_video_enhance&utm_source=docs&utm_medium=referral&utm_campaign=topaz-astra-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_topaz_video_enhance.json">
    Download JSON or search "Topaz Astra" 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: api_topaz_video_enhance_input_video.mp4" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/api_topaz_video_enhance_input_video.mp4">
      A sample clip used as the base video
    </Card>
  </CardGroup>
</details>

### Workflow overview

This workflow uses three nodes:

* **LoadVideo**: provides the source video
* **TopazVideoEnhanceV2**: the core node, configured with the `Starlight (Astra) Fast` upscaler model
* **SaveVideo**: saves the enhanced video

### Steps to run

1. **Load a video**: connect your MP4 video to the **LoadVideo** node
2. **Select the upscaler**: keep `Starlight (Astra) Fast` on the **TopazVideoEnhanceV2** node
3. **Set resolution**: `FullHD (1080p)` or `4K (2160p)`
4. **Optional frame interpolation**: switch the interpolation model to `apo-8` to raise the frame rate
5. **Click Queue**: press `Ctrl+Enter` to generate

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `Topaz Astra`
