Video generation

How to deploy Wan2.2-T2V-A14B on a GPU cloud

A 14.3B-parameter text-to-video MoE diffusion model. Full specs, license and use cases.

Wan2.2-T2V-A14B size and hardware requirements

14.3B
Total parameters
Dense (no MoE)
Architecture
F32
Published precision
63.9 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
FP3253.2 GB63.9 GBA1001$1.00/hr
FP8 (quantized)13.3 GB16.0 GBRTX 40801$0.158/hr
INT4 (quantized)6.7 GB8.0 GBRTX 30601$0.080/hr

How to run Wan2.2-T2V-A14B

Run Wan2.2-T2V-A14B with Diffusers (Python)

From Wan-AI/Wan2.2-T2V-A14B-Diffusers's own model card (requires diffusers installed from source as of this model's release).

import torch
from diffusers import WanPipeline, AutoencoderKLWan
from diffusers.utils import export_to_video

model_id = "Wan-AI/Wan2.2-T2V-A14B-Diffusers"
vae = AutoencoderKLWan.from_pretrained(model_id, subfolder="vae", torch_dtype=torch.float32)
pipe = WanPipeline.from_pretrained(model_id, vae=vae, torch_dtype=torch.bfloat16)
pipe.to("cuda")
output = pipe(prompt="a description of the scene", height=720, width=1280, num_frames=81).frames[0]
export_to_video(output, "t2v_out.mp4", fps=16)

Source: https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B-Diffusers/raw/main/README.md

Run Wan2.2-T2V-A14B with ComfyUI

Aquanode's ComfyUI template comes with ComfyUI preinstalled. Download Wan-AI/Wan2.2-T2V-A14B's checkpoint into the models folder and load it in a workflow; this is a real Aquanode template, but loading this specific checkpoint is a manual step, not a one-click deploy.

Deploy Wan2.2-T2V-A14B on Aquanode

Aquanode has no one-click deploy template for Wan2.2-T2V-A14B; it comes with ComfyUI preinstalled, so you only need to load the checkpoint, not install anything. Aquanode sells GPU pods billed per second, not a hosted inference API.

  1. Launch the ComfyUI template sized to the requirement above (1× A100 or larger).
  2. Open a terminal on the pod, or save one of the commands above as a startup script so it runs automatically the first time the pod boots.
  3. Run the command and connect to the resulting endpoint.

Submit the job. Everything after that is ours.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.