Skip to main content
Ctrl+K

FastVideo

Getting Started

  • 🔧 Installation

Inference

  • Inference Quick Start
  • 🚀 Examples
  • Configuration
  • Optimizations
  • FastVideo + ComfyUI
  • Compatibility Matrix
  • FastVideo CLI Inference
  • 🏗️ Adding a New Pipeline

Training

  • 🚀 Examples
  • 🧱 Data Preprocess

Distillation

  • 🧱 Data Preprocess for Distillation
  • 🎯 Distillation

Sliding Tile Attention

  • 🔧 Installation
  • 🔍 Demo

Video Sparse Attention

  • 🔧 Installation
  • 🎬 Demo

Design

  • 🔍 FastVideo Overview

Developer Guide

  • 🛠️ Contributing to FastVideo
  • 🧰 Developer Environment

API Reference

  • fastvideo
    • fastvideo.attention
    • fastvideo.configs
    • fastvideo.distributed
    • fastvideo.entrypoints
    • fastvideo.layers
    • fastvideo.logging_utils
    • fastvideo.pipelines
    • fastvideo.platforms
    • fastvideo.tests
    • fastvideo.training
    • fastvideo.worker
    • fastvideo.STA_configuration
    • fastvideo.envs
    • fastvideo.fastvideo_args
    • fastvideo.forward_context
    • fastvideo.logger
    • fastvideo.version
  • Repository
  • Suggest edit
  • .md

fastvideo.envs

Contents

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

fastvideo.envs#

Module Contents#

Functions#

get_default_cache_root

get_default_config_root

maybe_convert_int

Data#

environment_variables

API#

fastvideo.envs.environment_variables: dict[str, collections.abc.Callable[[], Any]][source]#

None

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

previous

fastvideo.STA_configuration

next

fastvideo.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.