LingBot-Video MoE 30B-A3B for FastVideo

This repository contains the released LingBot-Video MoE 30B-A3B base model and its second-stage refiner in the component layout loaded natively by FastVideo.

Usage

Use a FastVideo revision containing LingBot-Video support:

from fastvideo import VideoGenerator

generator = VideoGenerator.from_pretrained(
    "FastVideo/LingBot-Video-MoE-30B-A3B-Diffusers",
    num_gpus=8,
    sp_size=8,
    use_fsdp_inference=True,
    refine_enabled=True,
    text_encoder_cpu_offload=True,
)
result = generator.generate({
    "prompt": "A red fox runs through fresh snow at sunrise.",
    "output": {"output_path": "outputs/lingbot-video", "save_video": True},
})
generator.shutdown()

The released preset generates a 121-frame 832×480 base video and optionally refines it to 1920×1088. Set refine_enabled=False when loading the model to run the base MoE transformer without the refiner.

Provenance

The original model and this converted package are distributed under the Apache-2.0 license declared by the released checkpoint.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for FastVideo/LingBot-Video-MoE-30B-A3B-Diffusers

Finetuned
(3)
this model