Skip to main content
Ctrl+K
FastVideo - Home

Getting Started

  • 🔧 Installation

Inference

  • Inference Quick Start
  • Configuration
  • Optimizations
  • Compatibility Matrix
  • 🚀 Examples
  • FastVideo CLI Inference
  • 🏗️ Adding a New Pipeline
  • [Deprecated] V0 Inference

Training

  • 🧱 Data Preprocess
  • 🎯 Distill
  • 🧠 Finetune

Sliding Tile Attention

  • 🔧 Installation
  • 🔍 Demo

Design

  • 🔍 FastVideo Overview

Developer Guide

  • 🛠️ Contributing to FastVideo
  • 🧰 Developer Environment

API Reference

  • fastvideo
    • fastvideo.v1
      • fastvideo.v1.attention
      • fastvideo.v1.configs
      • fastvideo.v1.dataset
      • fastvideo.v1.distributed
      • fastvideo.v1.entrypoints
      • fastvideo.v1.layers
      • fastvideo.v1.logging_utils
      • fastvideo.v1.models
      • fastvideo.v1.pipelines
      • fastvideo.v1.platforms
      • fastvideo.v1.training
      • fastvideo.v1.envs
      • fastvideo.v1.fastvideo_args
      • fastvideo.v1.forward_context
      • fastvideo.v1.logger
      • fastvideo.v1.utils
    • fastvideo.version
  • Repository
  • Suggest edit
  • .md

fastvideo.v1.envs

Contents

  • Module Contents
    • Functions
    • Data
    • API
      • environment_variables
      • get_default_cache_root()
      • get_default_config_root()
      • maybe_convert_int()

fastvideo.v1.envs#

Module Contents#

Functions#

get_default_cache_root

get_default_config_root

maybe_convert_int

Data#

environment_variables

API#

fastvideo.v1.envs.environment_variables: Dict[str, Callable[[], Any]][source]#

None

fastvideo.v1.envs.get_default_cache_root() → str[source]#
fastvideo.v1.envs.get_default_config_root() → str[source]#
fastvideo.v1.envs.maybe_convert_int(value: Optional[str]) → Optional[int][source]#

previous

fastvideo.v1.training.wan_training_pipeline

next

fastvideo.v1.fastvideo_args

Contents
  • Module Contents
    • Functions
    • Data
    • API
      • environment_variables
      • get_default_cache_root()
      • get_default_config_root()
      • maybe_convert_int()

By the FastVideo Team

© Copyright 2025, FastVideo Team.