Video · text-to-video · legacy-unet-diffusion

AnimateDiff

guoyww

Verified against the official repo default RealisticVision scripts.animate demo; file SHA256, decoded pixel SHA256, and artifact size match exactly.

Runner verifiedUnified environmentanimatediff

Build your run

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

worldfoundry.pipeline
Tasktext-to-video
Environmentworldfoundry-unified-cu128
DeviceCUDA 12.8
worldfoundry-eval evaluate \
  --mode model \
  --model-id animatediff \
  --model-runner worldfoundry:pipeline \
  --model-manifest-dir worldfoundry/data/models/catalog \
  --requests-path tmp/requests.jsonl \
  --output-dir tmp/model_eval/animatediff \
  --metric artifact_count \
  --json
01

Compatibility & versions

Manifest-backed recipe

Integration
integrated
Runner evidence
verified
Environment
worldfoundry-unified-cu128
Python
3.11
CUDA
CUDA 12.8
PyTorch
torch
Source revision
Checkpoint revision
Runtime profile
animatediff
Pipeline binding
animatediff
Runner
worldfoundry.pipeline
Pipeline target
worldfoundry.pipelines.component_pipelines:AnimateDiffPipeline
Backend stage
in_tree_runtime
Runtime status
official_repo_animation_pipeline_ready
Driver status
compatible
Environment kind
Unified environment
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 animatediff
Package constraints 20
  • torch
  • torchvision
  • diffusers
  • transformers
  • huggingface_hub
  • imageio
  • imageio-ffmpeg
  • numpy
  • decord
  • omegaconf
  • gradio
  • gradio_client
  • fastapi
  • pydantic
  • socksio
  • setuptools
  • safetensors
  • einops
  • wandb
  • accelerate
Conda packages 3
  • python
  • pip
  • ffmpeg
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 animatediff --check-local --json
guoyww/animatediff
Revision
License
apache-2.0
Gated
Private
guoyww/animatediff_t2i_backups
Revision
License
Gated
Private
stable-diffusion-v1-5/stable-diffusion-v1-5
Revision
License
Gated
Private
openai/clip-vit-large-patch14
Revision
License
Gated
Private
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 animatediff \
  --model-runner worldfoundry:pipeline \
  --model-manifest-dir worldfoundry/data/models/catalog \
  --requests-path tmp/requests.jsonl \
  --output-dir tmp/model_eval/animatediff \
  --metric artifact_count \
  --json

Input contract

FieldRecorded contract
imageOptional
promptRequired

Artifact contract

Artifact kindFilename / path
generated_videoanimatediff.gif
05

Evidence & sources

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

Integration
integrated
Runner evidence
verified
Native demo evidence
Not recorded
Validation imports
torch, diffusers, transformers, imageio, gradio
Recipe provenance
worldfoundry/data/models/catalog/video/animatediff.yamlGitHubhttps://github.com/guoyww/AnimateDiff