add-model

Stage reference code, convert weights, and validate compatibility for FastVideo models.

3.9k|398|Updated Oct 24, 2024
One-click install
npx skills add https://github.com/hao-ai-lab/FastVideo --skill add-model-hao-ai-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-model
Source: https://github.com/hao-ai-lab/FastVideo/tree/main/.agents/skills/add-model
Command: npx skills add https://github.com/hao-ai-lab/FastVideo --skill add-model-hao-ai-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) and scripts (resource) components.

What problem does it solve?

This Skill facilitates the process of porting new models or components into the FastVideo framework, ensuring compatibility, proper configuration, and seamless integration.

Core Features & Use Cases

  • Model Porting: Guides users through staging reference code and weights for new model families or components.
  • Conversion & Compatibility: Provides structured phases to handle weight conversion, configuration matching, and parity testing.
  • Use Case: For a researcher adding a novel video generation model, this Skill ensures the model ports correctly, passes parity checks, and integrates into FastVideo’s pipeline with minimal manual guesswork.

Quick Start

Use the add-model skill to start porting a new video model by staging reference code and initial weights, then proceed with conversion and verification workflows.

Frequently Asked Questions about add-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I port a new video model into FastVideo?

Porting a video model into FastVideo involves staging reference code, converting weights, and validating compatibility through structured phases including parity checks and configuration alignment.

What is weight conversion and parity testing for model integration?

Weight conversion and parity testing are validation phases in model integration that ensure a newly ported video model's outputs match the original reference code, confirming proper configuration and framework alignment.

How do I ensure configuration alignment when adding a new video generation model?

Configuration alignment is ensured through structured phases that handle weight conversion and configuration matching, validating that the new model integrates correctly into the FastVideo pipeline without manual guesswork.

Can I use this model porting workflow for novel video generation components?

Yes, this model porting workflow supports adding both new video model families and novel components into FastVideo, guiding you through staging reference code to final verification.

Why does my ported model fail parity checks during integration?

Parity checks fail during model integration when weight conversion or configuration alignment is incomplete, requiring you to validate compatibility and match settings against the reference code.