[single file] Cosmos (#11801)

* update

* update

* update docs
This commit is contained in:
Aryan
2025-07-01 18:02:58 +05:30
committed by GitHub
parent 3f3f0c16a6
commit a79c3af6bb
5 changed files with 184 additions and 2 deletions
-1
View File
@@ -95,7 +95,6 @@ TRANSFORMER_KEYS_RENAME_DICT_COSMOS_2_0 = {
"mlp.layer1": "ff.net.0.proj",
"mlp.layer2": "ff.net.2",
"x_embedder.proj.1": "patch_embed.proj",
# "extra_pos_embedder": "learnable_pos_embed",
"final_layer.adaln_modulation.1": "norm_out.linear_1",
"final_layer.adaln_modulation.2": "norm_out.linear_2",
"final_layer.linear": "proj_out",