[diffusion][docs] Fix Cosmos3 model sizes (#32916)

This commit is contained in:
Xiaoyu Zhang
2026-07-30 22:10:23 +08:00
committed by GitHub
parent 2e9c82b359
commit 7784ac8f91
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1035,7 +1035,7 @@ def _register_configs():
# Cosmos3 — single checkpoint serves T2V, I2V, and T2I. Mode is dispatched
# per-request inside the pipeline from ``num_frames`` and ``image_path``.
# Both Nano (8B) and Super (32B) share the same pipeline; arch dimensions
# Both Nano (16B) and Super (64B) share the same pipeline; arch dimensions
# come from ``transformer/config.json`` via ``update_model_arch``.
register_configs(
sampling_param_cls=Cosmos3SamplingParams,