Video generation

How to deploy Wan2.2-TI2V-5B on a GPU cloud

A 5B-parameter text/image-to-video model that runs on a consumer 4090. Full specs, license and use cases.

Wan2.2-TI2V-5B size and hardware requirements

5.0B
Total parameters
Dense (no MoE)
Architecture
F32
Published precision
22.4 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
FP3218.6 GB22.4 GBRTX 60001$0.173/hr
FP8 (quantized)4.7 GB5.6 GBRTX 4070 Super1$0.121/hr
INT4 (quantized)2.3 GB2.8 GBRTX 30601$0.088/hr

How to run Wan2.2-TI2V-5B

Run Wan2.2-TI2V-5B with Diffusers (Python)

From Wan-AI/Wan2.2-TI2V-5B-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-TI2V-5B-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=704, width=1280, num_frames=121).frames[0]
export_to_video(output, "ti2v_out.mp4", fps=24)

Source: https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B-Diffusers/raw/main/README.md

Run Wan2.2-TI2V-5B with ComfyUI

Aquanode's ComfyUI template comes with ComfyUI preinstalled, and lib/pods/catalog.ts's comfyui-wan-video first-party pod uses this same checkpoint. Download Wan-AI/Wan2.2-TI2V-5B's checkpoint into the models folder and load it in a workflow.

Deploy Wan2.2-TI2V-5B on Aquanode

Aquanode has no one-click deploy template for Wan2.2-TI2V-5B; 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× RTX 6000 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.