Video · text-to-video

T2V Turbo T2V

Ji4chenLi

In-tree T2V-Turbo VC2 runtime is registered; VideoCrafter2 base weights and T2V-Turbo LoRA assets are runtime-gated.

Runtime PortedNot recordedt2v_turbo_t2v

Build your run

Choose a recorded variant, then copy the exact setup or inspection command.

worldfoundry.evaluation.models.runners.pipeline:WorldFoundryPipelineRunner
Tasktext-to-video
EnvironmentNot recorded
DeviceNot recorded
worldfoundry-eval evaluate \
  --mode model \
  --model-id t2v_turbo_t2v \
  --model-runner worldfoundry:pipeline \
  --model-manifest-dir worldfoundry/data/models/catalog \
  --requests-path tmp/requests.jsonl \
  --output-dir tmp/model_eval/t2v_turbo_t2v \
  --metric artifact_count \
  --json
01

Compatibility & versions

Manifest-backed recipe

Integration
runtime ported
Runner evidence
implemented checkpoint pending
Environment
Python
CUDA
PyTorch
Source revision
Checkpoint revision
Runtime profile
Pipeline binding
t2v_turbo_t2v
Runner
worldfoundry.evaluation.models.runners.pipeline:WorldFoundryPipelineRunner
Pipeline target
Backend stage
Runtime status
Driver status
Environment kind
Not recorded
02

Install environment

The environment resolver reads the recorded profile and chooses the unified or dedicated environment shown here.

bash scripts/setup/model_env_install.sh --model t2v_turbo_t2v
Package constraints 0

Not recorded

Conda packages 0

Not recorded

03

Checkpoints & assets

Run the local check before allocating compute. Gated, private, and license fields below come directly from the checkpoint manifest.

worldfoundry-eval zoo model-download --model-id t2v_turbo_t2v --check-local --json

No checkpoint repository is recorded in the catalog manifest.

04

Launch & outputs

The generated command uses the shared evaluation boundary and writes durable result manifests and artifacts.

worldfoundry-eval evaluate \
  --mode model \
  --model-id t2v_turbo_t2v \
  --model-runner worldfoundry:pipeline \
  --model-manifest-dir worldfoundry/data/models/catalog \
  --requests-path tmp/requests.jsonl \
  --output-dir tmp/model_eval/t2v_turbo_t2v \
  --metric artifact_count \
  --json

Input contract

No input schema is recorded in the selected runtime profile.

Artifact contract

No artifact contract is recorded for this model.

05

Evidence & sources

Catalog integration, native-demo parity, and runner parity are independent records.

Integration
runtime ported
Runner evidence
implemented checkpoint pending
Native demo evidence
Not recorded
Validation imports