Cosmos Predict2 Video Generation
Using Cosmos-Predict2 for video generation
If you find missing nodes when loading the workflow file below, it may be due to the following situations:
- You are not using the latest Development (Nightly) version of ComfyUI.
- You are using the Stable (Release) version or Desktop version of ComfyUI (which does not include the latest feature updates).
- You are using the latest Commit version of ComfyUI, but some nodes failed to import during startup.
Cosmos Predict2 Video2World Workflow
1. Workflow File
Please download the image below and drag it into ComfyUI to load the workflow. The workflow already has embedded model download links.
2. Manual Model Installation
If the model download wasn’t successful, you can try to download them manually by yourself in this section. Diffusion model For other weights, please visit Cosmos_Predict2_repackaged to download Text encoder oldt5_xxl_fp8_e4m3fn_scaled.safetensors VAE wan_2.1_vae.safetensors File Storage Location3. Complete Workflow Step by Step

- Ensure the
Load Diffusion Model
node has loadedcosmos_predict2_2B_t2i.safetensors
- Ensure the
Load CLIP
node has loadedoldt5_xxl_fp8_e4m3fn_scaled.safetensors
- Ensure the
Load VAE
node has loadedwan_2.1_vae.safetensors
- Set the image size in
EmptySD3LatentImage
- Modify the prompts in the
ClipTextEncode
node - Click the
Run
button or use the shortcutCtrl(cmd) + Enter
to run the worklfow - Once generation is complete, the image will automatically save to the
ComfyUI/output/
directory. You can also preview it in thesave image
node.