> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-0ee014e.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wan-Alpha Tutorial

> Learn how to generate videos with alpha channel transparency using Wan-Alpha in ComfyUI

Wan-Alpha is a specialized text-to-video model that generates high-quality videos with alpha channel transparency. Built on the Wan2.1-14B-T2V base model, it creates videos with transparent backgrounds and semi-transparent objects, perfect for compositing workflows.

The model excels at generating transparent backgrounds, semi-transparent objects (bubbles, glass, water), glowing effects, and fine details with proper alpha channels (hair, smoke, particles).

# Video tutorial

<iframe width="560" height="315" src="https://www.youtube.com/embed/OyDjj7OPUzA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Resources

* [Wan-Alpha GitHub](https://github.com/WeChatCV/Wan-Alpha)
* [Hugging Face Model](https://huggingface.co/htdong/Wan-Alpha)
* [ComfyUI Version](https://huggingface.co/htdong/Wan-Alpha_ComfyUI)
* [Research Paper](https://arxiv.org/pdf/2509.24979)

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

## Wan-Alpha Text-to-Video Workflow (14B)

### 1. Download the Workflow

Update your ComfyUI to the latest version, then download and drag the workflow file into ComfyUI, or find "Wan 2.1 Alpha T2V 14B" in the Template Library under `Workflow` → `Browse Templates` → `Video`.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_wan2.1_alpha_t2v_14B-1.webp" alt="Wan-Alpha T2V workflow" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=video_wan2.1_alpha_t2v_14B&utm_source=docs&utm_medium=referral&utm_campaign=wan-alpha">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_wan2.1_alpha_t2v_14B.json">
    Download JSON or search "Wan 2.1 Alpha T2V 14B" in Template Library
  </Card>
</CardGroup>

### 2. Install Models

All models mentioned can be found at [Wan\_2.1\_ComfyUI\_repackaged](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged).

**Diffusion Models** : Choose one version:

<CardGroup cols={2}>
  <Card title="wan2.1_t2v_14B_fp8_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors?download=true">
    FP8 scaled diffusion model. Place in <code>ComfyUI/models/diffusion\_models/</code>
  </Card>

  <Card title="wan2.1_t2v_14B_bf16.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_t2v_14B_bf16.safetensors?download=true">
    BF16 diffusion model. Place in <code>ComfyUI/models/diffusion\_models/</code>
  </Card>
</CardGroup>

**Text Encoder**

<CardGroup cols={1}>
  <Card title="umt5_xxl_fp8_e4m3fn_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true">
    FP8 text encoder. Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>
</CardGroup>

**VAE Models**

<CardGroup cols={2}>
  <Card title="wan_alpha_2.1_vae_rgb_channel.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/vae/wan_alpha_2.1_vae_rgb_channel.safetensors?download=true">
    RGB channel VAE. Place in <code>ComfyUI/models/vae/</code>
  </Card>

  <Card title="wan_alpha_2.1_vae_alpha_channel.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.safetensors?download=true">
    Alpha channel VAE. Place in <code>ComfyUI/models/vae/</code>
  </Card>
</CardGroup>

**LoRA Models**

<CardGroup cols={2}>
  <Card title="wan_alpha_2.1_rgba_lora.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/loras/wan_alpha_2.1_rgba_lora.safetensors?download=true">
    Alpha generation LoRA. Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors" icon="download" href="https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors?download=true">
    Lightning LoRA for fast inference. Place in <code>ComfyUI/models/loras/</code>
  </Card>
</CardGroup>

File storage locations:

```
ComfyUI/
├── models/
│   ├── diffusion_models/
│   │   ├── wan2.1_t2v_14B_fp8_scaled.safetensors
│   │   └── wan2.1_t2v_14B_bf16.safetensors
│   ├── text_encoders/
│   │   └── umt5_xxl_fp8_e4m3fn_scaled.safetensors
│   ├── vae/
│   │   ├── wan_alpha_2.1_vae_rgb_channel.safetensors
│   │   └── wan_alpha_2.1_vae_alpha_channel.safetensors
│   └── loras/
│       ├── wan_alpha_2.1_rgba_lora.safetensors
│       └── lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors
```

### 3. Complete the Workflow Step by Step

1. Ensure the correct diffusion model is loaded in the `Load Diffusion Model` node
2. Ensure the `Load CLIP` node has loaded `umt5_xxl_fp8_e4m3fn_scaled.safetensors`
3. Ensure the `Load VAE` node for RGB has loaded `wan_alpha_2.1_vae_rgb_channel.safetensors`
4. Ensure the second `Load VAE` node for Alpha has loaded `wan_alpha_2.1_vae_alpha_channel.safetensors`
5. Ensure the `LoRA Loader` node has loaded `wan_alpha_2.1_rgba_lora.safetensors`
6. (Optional) Load `lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors` in the Lightning LoRA node for faster generation
7. Set your positive prompt in the `CLIP Text Encode (Positive Prompt)` node
8. (Optional) Modify video dimensions in the `EmptyHunyuanLatentVideo` node
9. Click the `Run` button or use `Ctrl(Cmd) + Enter` to execute generation
