World models · 未记录

MotionCtrl

Camera/Object Motion Control

Runtime code is vendored in-tree; checkpoints remain external assets under the normal hfd/ckpt cache.

Runner verified统一环境motionctrl

构建运行命令

选择仓库中已记录的 variant,然后复制对应的准备、检查或运行命令。

worldfoundry.pipeline
任务未记录
环境worldfoundry-unified-cu128
设备CUDA 12.8
worldfoundry-eval evaluate \
  --mode model \
  --model-id motionctrl \
  --model-runner worldfoundry:pipeline \
  --model-manifest-dir worldfoundry/data/models/catalog \
  --requests-path tmp/requests.jsonl \
  --output-dir tmp/model_eval/motionctrl \
  --metric artifact_count \
  --json
01

兼容性与版本

由 Manifest 生成

集成状态
integrated
Runner 证据
verified
环境
worldfoundry-unified-cu128
Python
3.11
CUDA
CUDA 12.8
PyTorch
torch
源码 revision
Checkpoint revision
Runtime profile
motionctrl
Pipeline binding
motionctrl
Runner
worldfoundry.pipeline
Pipeline target
worldfoundry.pipelines.component_pipelines:MotionCtrlPipeline
Backend stage
in_tree_runtime
Runtime 状态
in_tree_motionctrl_runtime_ported
Driver 状态
compatible
环境类型
统一环境
02

安装环境

环境解析器会读取已记录 profile,并选择此处显示的统一或独立环境。

bash scripts/setup/model_env_install.sh --model motionctrl
依赖版本约束 30
  • torch
  • torchvision
  • numpy
  • pytorch-lightning
  • decord
  • kornia
  • timm
  • open_clip_torch
  • av
  • omegaconf
  • transformers
  • einops
  • scikit-learn
  • taming-transformers-rom1504
  • pandas
  • fairscale
  • psutil
  • plotly
  • imageio
  • imageio-ffmpeg
  • opencv-python
  • moviepy
  • Pillow
  • tqdm
  • gradio
  • gradio_client
  • fastapi
  • pydantic
  • socksio
  • setuptools
Conda 依赖 3
  • python
  • pip
  • ffmpeg
03

Checkpoint 与资产

分配算力前先做本地检查;gated、private 与 license 字段直接来自 checkpoint manifest。

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

Catalog manifest 没有记录 checkpoint 仓库。

04

运行与输出

生成的命令通过共享 evaluation 边界运行,并持久保存结果 manifest 与 artifact。

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

输入契约

字段已记录契约
actionscamera_motion, object_motion
imageRequired
promptRequired

Artifact 契约

Artifact 类型文件名 / 路径
generated_videomotionctrl.mp4
05

证据与来源

Catalog 集成、原生 demo parity 与 runner parity 是三条独立记录。

集成状态
integrated
Runner 证据
verified
原生 Demo 证据
未记录
验证 Imports
torch, pytorch_lightning, decord, transformers