Instructions to use rooty2020/Cosmos3-ours-DROID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use rooty2020/Cosmos3-ours-DROID with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Cosmos3-ours-DROID
A Cosmos3-Nano video-and-action policy post-trained on DROID with the Omni-4D
multi-view stack: all camera views of an episode are packed along a view axis into one
sequence, and the video side is trained with diffusion forcing. The action stream uses the
backbone's inline action pathway (action2llm / llm2action / action_modality_embed);
there is no external action expert here (action_expert: null).
Model details
| Base model | nvidia/Cosmos3-Nano (Qwen3-VL-8B MoT backbone + diffusion expert) |
| Architecture | cosmos3_omni, unified_3d_mrope, Omni-4D multi-view packing, two-way joint attention |
| Parameters | 15.17 B (incl. the Qwen3-VL ViT tower) |
| Weights | EMA weights, bf16 |
| Training iteration | 250 (early checkpoint of a 5000-step schedule) |
| Warm start | Cosmos3-Nano-Policy-DROID |
| Action space | 64-dim zero-padded, domain-aware I/O, 32 embodiment domains |
Training
- Data — DROID only (weight 1.0, via the OXE LeRobot cache) at 256p, all camera views
per episode (
require_all_views, no view cap), action chunk 16, history latents {0,1,2}, history actions and state on, 92k tokens per packed sample. - Objective — rectified-flow video loss with diffusion forcing plus an action loss (weight 10) on an independent action noise schedule.
- Optimization — LR 2e-5, warmup-cosine schedule over 5000 steps.
- Normalizer — 3DA GAM native base-delta action statistics.
- Camera conditioning and the 3D point-tracking head are off for this run.
Usage
A standard consolidated Cosmos checkpoint (config.json + sharded model*.safetensors +
checkpoint.json), the same layout nvidia/Cosmos3-Nano ships:
hf download rooty2020/Cosmos3-ours-DROID --local-dir ./Cosmos3-ours-DROID
torchrun --nproc_per_node=<N> -m cosmos_framework.scripts.inference \
-i inputs.json -o outputs/ --checkpoint-path ./Cosmos3-ours-DROID
Multi-view rollout and action decoding expect the Omni-4D packer; training_config.yaml
carries the full training configuration of the source run.
Provenance
Exported from a PyTorch Distributed Checkpoint (iter 250) with
python -m cosmos_framework.scripts.export_model --use-ema-weights. The ViT tower is not in
the training checkpoint and is taken from Qwen/Qwen3-VL-8B-Instruct at the revision pinned
by the Cosmos framework.
License
Derived from nvidia/Cosmos3-Nano and governed by the
NVIDIA Open Model License. Training data comes
from DROID; its terms apply to the data. The usual
caveats about generated video and learned policies (no guarantee of physical accuracy, not
for safety-critical control) apply.
- Downloads last month
- 10
Model tree for rooty2020/Cosmos3-ours-DROID
Base model
nvidia/Cosmos3-Nano