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

# ByteDanceCreateVideoAsset - ComfyUI Built-in Node Documentation

> Complete documentation for the ByteDanceCreateVideoAsset node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ByteDanceCreateVideoAsset/en.md)

This node creates a personal video asset for Seedance 2.0. It uploads your input video and registers it within a specified asset group. If you don't provide a group ID, it will guide you through a real-person verification process in your browser to create a new group first.

## Inputs

| Parameter  | Data Type | Required | Range | Description                                                                                                                                                                                                     |
| ---------- | --------- | -------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `video`    | VIDEO     | Yes      | -     | Video to register as a personal asset.                                                                                                                                                                          |
| `group_id` | STRING    | No       | -     | Reuse an existing Seedance asset group ID to skip repeated human verification for the same person. Leave empty to run real-person authentication in the browser and create a new group. (default: empty string) |

**Video Constraints:**

* **Duration:** Must be between 2 and 15 seconds.
* **Dimensions:** Width and height must each be between 300 and 6000 pixels.
* **Aspect Ratio:** The width-to-height ratio must be between 0.4 and 2.5.
* **Total Pixels:** The total number of pixels (width × height) must be between 409,600 and 927,408.
* **Frame Rate:** Must be between 24 and 60 frames per second (FPS).

## Outputs

| Output Name | Data Type | Description                                                                                                              |
| ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------ |
| `asset_id`  | STRING    | The unique identifier for the newly created video asset.                                                                 |
| `group_id`  | STRING    | The identifier of the asset group containing the new video. This will be the provided `group_id` or a newly created one. |

***

**Source fingerprint (SHA-256):** `6598a586dae18811698bd505333ec45b7d2a60aa85728a38e5de790c5bacbdb7`
