What problem does it solve?
Configuring and running the PAIDF augmentation pipeline requires choosing the right generative model, writing schema-valid YAML configs, wiring captioning and evaluator endpoints, and launching a Docker container correctly — a process with many failure points that this Skill guides an agent through end to end.
Core Features & Use Cases
- Model Selection: Picks the correct model from input type and goal — Cosmos Transfer 2.5 for video scene-attribute changes, Cosmos Predict 2.5 for text/image/video-to-video generation, image-edit for single-image edits, and Cosmos3 or Veo 3.1 for image-to-video.
- Config Authoring & Validation: Writes and validates YAML configs against the PipelineConfig Pydantic schema, covering data, endpoints, captioning, augmentation, data_processing, and evaluators sections.
- Captioning & Evaluators: Configures six captioning strategies (VLM+LLM, LLM-only, text, file, VLM-only, VLM+template) and quality evaluators such as hallucination checks and attribute verification.
- Use Case: A robotics engineer wants to re-render a traffic video as a rainy night scene. The Skill selects Cosmos Transfer 2.5, authors a config with a video_transfer endpoint and VLM+LLM captioning, and provides the exact docker run and uv run commands to execute it.
Quick Start
Ask your agent to augment a video by changing its weather to a rainy night using the PAIDF augmentation pipeline and have it produce the config and launch commands.