wan / v2.2-5b / fal / text-to-video
720p motion without a local GPU
- source_image
- loras
- api_config
- video
- workflow_id
- raw_json
Wan 2.2's 5B model was the "runs on an 8GB card" hero of the open-video world - and this node gives you that exact model without any card at all. It's text-to-video on fal's hosted fleet, routed through Civitai's Orchestration API as part of the official civitai-comfy-nodes pack. Prompt in, native VIDEO out, billed in Buzz.
The 5B is the sensible middle of the Wan 2.2 family: less jaw-dropping than the 27B MoE, but dramatically cheaper and faster to run, which is exactly what you want from a cloud node where every second and pixel is metered. This is the workhorse text-to-video node of the pack - the one you reach for when you want Wan 2.2 quality and motion without the bill that 1080p engines like Sora or Veo run up.
The inputs that matter
prompt and cfg_scale (default 4) are required. Then:
resolution-480p,580p, or720p(default 720p). 720p is this model's comfort zone.aspect_ratio-1:1,16:9,9:16, orauto.num_inference_steps- 2 to 50, default 20.use_distill/use_fast_wan- the two speed-model toggles, both off by default. They cut turnaround and cost at the price of motion detail. The community's read on Wan 2.2 speedups is genuinely mixed - great for drafts, flattening for finals.interpolator_model-none,film, orrife(default film). Adds frame interpolation for smoother motion.negative_prompt- steer away from artifacts.enable_prompt_expansion- off by default; fal's server-side prompt rewrite. On for short prompts, off when your language is exact.enable_safety_checker- off by default; fal's safety pass.loras- theCIVITAI_LORASsocket. Trigger words go inprompt; the selector's keywords field is just a reminder.source_imagealso exists here (as on all the Wan fal nodes), but for pure text-to-video you can leave it empty.duration1–30s (default 5),frame_rate24,steps10–50,seed,api_config.
Outputs
Standard pack trio: video (VIDEO) into a Save Video / preview node, workflow_id (STRING) for the Civitai sidebar, raw_json (STRING) for response and cost.
Install and auth
One-time, pack-wide. ComfyUI Manager → search Civitai Comfy Nodes → install, restart:
cd ComfyUI/custom_nodes
git clone https://github.com/civitai/civitai-comfy-nodes.git
pip install -r civitai-comfy-nodes/requirements.txt # just `requests`
Auth: Civitai Auth node, CIVITAI_API_TOKEN, or sidebar sign-in.
Troubleshooting and takes
- Same inputs as the i2v twin.
CivitaiVideoGenWanV225bFalImageToVideois this node plus a first-frame input. If you're about to spend a credit on text-to-video, ask whether anchoring a frame would serve you better - I2V is where Wan's consistency wins. - Text-only prompts drift. Without an anchor image, Wan 2.2 leans on the prompt entirely - describe motion and camera explicitly, or the clip will be a static scene that "moves."
- Fast modes flatten emotion. That's the 2.2 speedup tradeoff in one sentence. Draft fast, final slow.
- Slow / timeout. The pack shipped June 2026 during Civitai's GPU crunch; queues were long and timeouts happened. Default timeout is 30 min - raise via Civitai Auth
timeout_minutesorCIVITAI_COMFY_TIMEOUT. - Early preview. Nodes are generated from the API spec and "may change without notice."
Reach for this when you want the open-Wan 2.2 experience as a pure text-to-video cloud call with a modest meter. It's the budget-quality sweet spot of this pack's video nodes.
Inputs (18)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | — | |
| cfg_scale | FLOAT | 4.000–100 | — |
| source_imageopt | IMAGE | Either A URL, A DataURL or a Base64 string | |
| frame_rateopt | INT | 240–2147483647 | — |
| durationopt | INT | 51–30 | — |
| seedopt | INT | 00–4294967295 | — |
| stepsopt | INT | 2010–50 | — |
| lorasopt | CIVITAI_LORAS | — | |
| resolutionopt | COMBO | 720p | 3 options: 480p, 580p, 720p |
| aspect_ratioopt | COMBO | 16:9 | 4 options: 1:1, 16:9, 9:16, auto |
| enable_prompt_expansionopt | BOOLEAN | false | — |
| use_distillopt | BOOLEAN | false | — |
| use_fast_wanopt | BOOLEAN | false | — |
| interpolator_modelopt | COMBO | film | 3 options: none, film, rife |
| negative_promptopt | STRING | — | |
| enable_safety_checkeropt | BOOLEAN | false | — |
| num_inference_stepsopt | INT | 202–50 | — |
| api_configopt | CIVITAI_CONFIG | Optional Civitai Auth connection; defaults to CIVITAI_API_TOKEN or stored OAuth login. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| workflow_id | STRING | — |
| raw_json | STRING | — |