File size: 141,264 Bytes
d7c7e55 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 | [06-18 21:38:06|DEBUG|packages/cosmos-oss/cosmos_oss/init.py:176:init_output_dir] Flags(internal=False, training=True, smoke=False, verbose=False, experimental_checkpoints=False)
[06-18 21:38:07|DEBUG|cosmos_transfer2/_src/imaginaire/utils/env_parsers/env_parser.py:86:get_val_dict] getting val dict of CredentialEnvParser
[06-18 21:38:07|DEBUG|cosmos_transfer2/_src/imaginaire/utils/env_parsers/env_parser.py:86:get_val_dict] getting val dict of CredentialEnvParser
[06-18 21:38:18|CRITICAL|cosmos_transfer2/_src/interactive/checkpointer/dcp.py:181:<module>] for the back comptiable pytorch! New DefaultLoadPlanner class is created.
[06-18 21:38:18|CRITICAL|cosmos_transfer2/_src/predict2/checkpointer/dcp.py:181:<module>] for the back comptiable pytorch! New DefaultLoadPlanner class is created.
[06-18 21:38:18|DEBUG|cosmos_transfer2/inference.py:46:__init__] SetupArguments(output_dir=PosixPath('/scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/sunny/weather/2b_step4_masked') model='edge' checkpoint_path='s3://bucket/cosmos_transfer2/vid2vid_2B_control/edge_720p_t24or1_spaced_layer4_cr1pt1_sdev2_lowsigma0.05_uniform_hqv3p1_20250714_64N_rectified_flow_refimdrop0pt5/checkpoints/iter_000032000' experiment='edge_720p_t24or1_spaced_layer4_cr1pt1_sdev2_lowsigma0.05_uniform_hqv3p1_20250714_64N_rectified_flow_refimdrop0pt5' config_file='cosmos_transfer2/_src/transfer2/configs/vid2vid_transfer/config.py' context_parallel_size=1 disable_guardrails=True offload_guardrail_models=False keep_going=True profile=False benchmark=False compile_tokenizer=<CompileMode.NONE: 'none'> enable_parallel_tokenizer=False parallel_tokenizer_grid=(-1, -1))(['edge'])
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_v1...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_v2...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering image_basic_augmentor...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_v1_with_control...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_v2_with_control...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering image_basic_augmentor_with_control...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_v2_with_control_and_image_context...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering video_basic_augmentor_with_control_input...
[06-18 21:38:19|INFO|cosmos_transfer2/_src/transfer2/datasets/augmentor_provider.py:35:augmentor_register] registering hdmap_augmentor_for_local_datasets...
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/attention/utils/safe_log.py:35:debug] Flash Attention v3 is not supported because the Python package ('flash_attn_3_nv'_) was not found.
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/attention/utils/safe_log.py:35:debug] NATTEN Attention is not supported due to insufficient NATTEN version 0.21.0, expected at least 0.21.5.dev9.
[06-18 21:38:19|CRITICAL|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:192:import_all_modules_from_package] Reloading all modules from package cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:206:import_modules_recursively] Skipping module _submit as it starts with an underscore
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment.exp_large_scale
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment.exp_small_overfit
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment.experiment_list
[06-18 21:38:19|CRITICAL|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:192:import_all_modules_from_package] Reloading all modules from package cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment_av
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:206:import_modules_recursively] Skipping module _submit as it starts with an underscore
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment_av.exp_large_scale
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2._src.transfer2.configs.vid2vid_transfer.experiment_av.experiment_list
[06-18 21:38:19|CRITICAL|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:192:import_all_modules_from_package] Reloading all modules from package cosmos_transfer2.experiments
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.agibot
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.agibot.cosmos_agibot_posttrain_example
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.multiview
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.multiview.cosmos_multiview_example
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.singleview
[06-18 21:38:19|DEBUG|cosmos_transfer2/_src/imaginaire/utils/config_helper.py:210:import_modules_recursively] Reloading module cosmos_transfer2.experiments.singleview.cosmos_singleview_example
[06-18 21:38:19|INFO|cosmos_transfer2/_src/predict2/utils/model_loader.py:91:load_model_from_checkpoint] Overriding config checkpoint path with: s3://bucket/cosmos_transfer2/vid2vid_2B_control/edge_720p_t24or1_spaced_layer4_cr1pt1_sdev2_lowsigma0.05_uniform_hqv3p1_20250714_64N_rectified_flow_refimdrop0pt5/checkpoints/iter_000032000
[06-18 21:38:19|INFO|cosmos_transfer2/_src/imaginaire/utils/misc.py:151:set_random_seed] Using random seed 0.
[06-18 21:38:19|INFO|cosmos_transfer2/_src/predict2/utils/model_loader.py:111:load_model_from_checkpoint] Loading model from s3://bucket/cosmos_transfer2/vid2vid_2B_control/edge_720p_t24or1_spaced_layer4_cr1pt1_sdev2_lowsigma0.05_uniform_hqv3p1_20250714_64N_rectified_flow_refimdrop0pt5/checkpoints/iter_000032000
[06-18 21:38:19|WARNING|cosmos_transfer2/_src/predict2/models/text2world_model_rectified_flow.py:132:__init__] DiffusionModel: precision torch.bfloat16
[06-18 21:38:20|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:297:download] Downloading checkpoint Wan2.1/vae(685afcaa-4de2-42fe-b7b9-69f7a2dee4d8)
[06-18 21:38:20|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:165:_hf_download] uvx 'hf>=1.3.5' download nvidia/Cosmos-Predict2.5-2B --repo-type model --revision f176dc95b4a70f53ce01c4b302851595e7322b00 tokenizer.pth
[06-18 21:38:20|INFO|cosmos_transfer2/_src/predict2/tokenizers/wan2pt1.py:669:_video_vae] loading /scratch/ssaha/.cache/huggingface/hub/models--nvidia--Cosmos-Predict2.5-2B/snapshots/f176dc95b4a70f53ce01c4b302851595e7322b00/tokenizer.pth
[06-18 21:38:20|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on DiffusionModel: set_up_tokenizer: 1.01 s
[06-18 21:38:23|INFO|cosmos_transfer2/_src/transfer2/networks/siglip2.py:65:get_siglip2_model_processor] <All keys matched successfully>
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #0-fps:
ReMapkey
input key: fps
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: fps
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #1-padding_mask:
ReMapkey
input key: padding_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: padding_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #2-text:
TextAttr
input key: ['t5_text_embeddings']
Param count: 0
Trainable: None
Dropout rate: 0.2
Output key: [crossattn_emb]
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #3-use_video_condition:
BooleanFlag
input key: fps
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: use_video_condition
This is a boolean flag
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #4-control_input_edge:
ReMapkey
input key: control_input_edge
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_edge
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #5-control_input_vis:
ReMapkey
input key: control_input_vis
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_vis
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #6-control_input_depth:
ReMapkey
input key: control_input_depth
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_depth
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #7-control_input_seg:
ReMapkey
input key: control_input_seg
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_seg
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #8-control_input_inpaint:
ReMapkey
input key: control_input_inpaint
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_inpaint
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #9-control_input_edge_mask:
ReMapkey
input key: control_input_edge_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_edge_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #10-control_input_vis_mask:
ReMapkey
input key: control_input_vis_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_vis_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #11-control_input_depth_mask:
ReMapkey
input key: control_input_depth_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_depth_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #12-control_input_seg_mask:
ReMapkey
input key: control_input_seg_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_seg_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #13-control_input_inpaint_mask:
ReMapkey
input key: control_input_inpaint_mask
Param count: 0
Trainable: None
Dropout rate: 0.0
Output key: control_input_inpaint_mask
Dtype: None
[06-18 21:38:23|INFO|cosmos_transfer2/_src/predict2/conditioner.py:434:__init__] Initialized embedder #14-reference_image_context:
SigLip2EmbImgContext
input key: ['images', 'video', 'image_context']
Param count: 0
Trainable: None
Dropout rate: 0.5
Input key: ['images', 'video', 'image_context']
Output key: ['img_context_emb']
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1624:build_pos_embed] Building positional embedding with rope3d class, impl <class 'cosmos_transfer2._src.predict2.networks.minimal_v4_dit.VideoRopePosition3DEmb'>
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:886:__init__] Using AdaLN LoRA Flag: True. We enable bias if no AdaLN LoRA for backward compatibility.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1804:enable_selective_checkpoint] Enable selective checkpoint with predict2_2b_720_aggressive, for every 1 blocks. Total blocks: 28
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 0
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 1
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 2
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 3
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 4
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 5
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 6
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 7
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 8
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 9
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 10
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 11
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 12
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 13
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 14
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 15
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 16
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 17
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 18
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 19
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 20
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 21
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 22
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 23
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 24
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 25
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 26
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 27
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up Attention. Query dim is 2048, context_dim is None and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttention. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|DEBUG|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:432:__init__] Setting up I2VCrossAttentionFull. Query dim is 2048, context_dim is 1024 and using 16 heads with a dimension of 128.
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1804:enable_selective_checkpoint] Enable selective checkpoint with predict2_2b_720_aggressive, for every 1 blocks. Total blocks: 28
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 0
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 1
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 2
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 3
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 4
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 5
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 6
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 7
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 8
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 9
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 10
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 11
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 12
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 13
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 14
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 15
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 16
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 17
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 18
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 19
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 20
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 21
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 22
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 23
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 24
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 25
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 26
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 27
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1804:enable_selective_checkpoint] Enable selective checkpoint with predict2_2b_720_aggressive, for every 1 blocks. Total blocks: 4
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 0
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 1
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 2
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/networks/minimal_v4_dit.py:1810:enable_selective_checkpoint] Enable selective checkpoint for block 3
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on meta to cuda and broadcast model states: 0.07 s
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on Creating PyTorch model: 0.83 s
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on Creating PyTorch model and ema if enabled: 4.11 s
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on DiffusionModel: set_up_model: 4.11 s
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:569:freeze_base_model]
Freezing base model
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:607:freeze_base_model] ✓ Unfroze img_context_proj
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 0
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 1
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 2
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 3
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 4
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 5
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 6
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 7
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 8
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 9
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 10
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 11
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 12
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 13
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 14
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 15
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 16
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 17
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 18
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 19
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 20
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 21
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 22
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 23
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 24
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 25
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 26
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:622:freeze_base_model] ✓ Unfroze reference image weights in ControlAwareDiTBlock 27
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:637:freeze_base_model] ✓ Unfroze reference image weights in ControlEncoderDiTBlock 0
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:637:freeze_base_model] ✓ Unfroze reference image weights in ControlEncoderDiTBlock 1
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:637:freeze_base_model] ✓ Unfroze reference image weights in ControlEncoderDiTBlock 2
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:637:freeze_base_model] ✓ Unfroze reference image weights in ControlEncoderDiTBlock 3
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:779:load_base_model] Done loading the base model checkpoint.
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:532:copy_weights_to_control_branch] ======Copying base model's 0-th block weight to control net's 0-th block
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:532:copy_weights_to_control_branch] ======Copying base model's 1-th block weight to control net's 1-th block
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:532:copy_weights_to_control_branch] ======Copying base model's 2-th block weight to control net's 2-th block
[06-18 21:38:24|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:532:copy_weights_to_control_branch] ======Copying base model's 3-th block weight to control net's 3-th block
[06-18 21:38:24|INFO|cosmos_transfer2/_src/predict2/text_encoders/text_encoder.py:74:__init__] Instantiating text encoder model...
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:297:download] Downloading checkpoint Qwen/Qwen2.5-VL-7B-Instruct(7219c6c7-f878-4137-bbdb-76842ea85e70)
[06-18 21:38:24|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:165:_hf_download] uvx 'hf>=1.3.5' download nvidia/Cosmos-Reason1-7B --repo-type model --revision 3210bec0495fdc7a8d3dbb8d58da5711eab4b423 --include '*'
[06-18 21:38:25|INFO|cosmos_transfer2/_src/reason1/tokenizer/processor.py:75:__init__] Successfully loaded processor from local cache
[06-18 21:38:25|INFO|cosmos_transfer2/_src/reason1/models/vlm_base.py:116:__init__] Setting torch default dtype from torch.float32 to torch.bfloat16
[06-18 21:38:25|INFO|cosmos_transfer2/_src/reason1/models/vlm_base.py:123:__init__] Reset torch default dtype to torch.float32
[06-18 21:38:25|INFO|cosmos_transfer2/_src/predict2/text_encoders/text_encoder.py:84:__init__] Loading checkpoint from s3://bucket/cosmos_reasoning1/sft_exp700/sft_exp721-1_qwen7b_tl_721_5vs5_s3_balanced_n32_resume_16k/checkpoints/iter_000016000/model/.
[06-18 21:38:25|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:297:download] Downloading checkpoint nvidia/Cosmos-Reason1.1-7B(cb3e3ffa-7b08-4c34-822d-61c7aa31a14f)
[06-18 21:38:25|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:165:_hf_download] uvx 'hf>=1.3.5' download nvidia/Cosmos-Reason1-7B --repo-type model --revision 3210bec0495fdc7a8d3dbb8d58da5711eab4b423 --include '*'
[06-18 21:38:29|INFO|cosmos_transfer2/_src/predict2/text_encoders/text_encoder.py:113:__init__] Finished loading checkpoint from /scratch/ssaha/.cache/huggingface/hub/models--nvidia--Cosmos-Reason1-7B/snapshots/3210bec0495fdc7a8d3dbb8d58da5711eab4b423.
[06-18 21:38:29|INFO|cosmos_transfer2/_src/predict2/text_encoders/text_encoder.py:116:__init__] Text encoder model instantiated
[06-18 21:38:29|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:76:__init__] MinimalV4LVGControlVaceDiT(
(x_embedder): PatchEmbed(
(proj): Sequential(
(0): Rearrange('b c (t r) (h m) (w n) -> b t h w (c r m n)', r=1, m=2, n=2)
(1): Linear(in_features=72, out_features=2048, bias=False)
)
)
(pos_embedder): VideoRopePosition3DEmb()
(t_embedder): Sequential(
(0): Timesteps()
(1): TimestepEmbedding(
(linear_1): Linear(in_features=2048, out_features=2048, bias=False)
(activation): SiLU()
(linear_2): Linear(in_features=2048, out_features=6144, bias=False)
)
)
(blocks): ModuleList(
(0-27): 28 x CheckpointWrapper(
(_checkpoint_wrapped_module): ControlAwareDiTBlock(
(layer_norm_self_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(self_attn): Attention(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=2048, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=2048, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): MinimalA2AAttnOp()
)
(layer_norm_cross_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(cross_attn): I2VCrossAttentionFull(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=1024, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=1024, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): DotProductAttention(
(flash_attention): FlashAttention()
(fused_attention): FusedAttention()
(unfused_attention): UnfusedDotProductAttention(
(scale_mask_softmax): FusedScaleMaskSoftmax()
(attention_dropout): Dropout(p=0, inplace=False)
)
)
(k_img): Linear(in_features=2048, out_features=2048, bias=False)
(v_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img_norm): RMSNorm()
(k_img_norm): RMSNorm()
)
(layer_norm_mlp): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(mlp): GPT2FeedForward(
(activation): GELU(approximate='none')
(layer1): Linear(in_features=2048, out_features=8192, bias=False)
(layer2): Linear(in_features=8192, out_features=2048, bias=False)
)
(adaln_modulation_self_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_cross_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_mlp): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
)
)
)
(final_layer): CheckpointWrapper(
(_checkpoint_wrapped_module): CheckpointWrapper(
(_checkpoint_wrapped_module): CheckpointWrapper(
(_checkpoint_wrapped_module): FinalLayer(
(layer_norm): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(linear): Linear(in_features=2048, out_features=64, bias=False)
(adaln_modulation): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=4096, bias=False)
)
)
)
)
)
(t_embedding_norm): RMSNorm()
(img_context_proj): Sequential(
(0): Linear(in_features=1152, out_features=2048, bias=True)
(1): GELU(approximate='none')
)
(crossattn_proj): Sequential(
(0): Linear(in_features=100352, out_features=1024, bias=True)
(1): GELU(approximate='none')
)
(control_embedder): PatchEmbed(
(proj): Sequential(
(0): Rearrange('b c (t r) (h m) (w n) -> b t h w (c r m n)', r=1, m=2, n=2)
(1): Linear(in_features=520, out_features=2048, bias=False)
)
)
(control_blocks): ModuleList(
(0): CheckpointWrapper(
(_checkpoint_wrapped_module): ControlEncoderDiTBlock(
(layer_norm_self_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(self_attn): Attention(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=2048, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=2048, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): MinimalA2AAttnOp()
)
(layer_norm_cross_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(cross_attn): I2VCrossAttentionFull(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=1024, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=1024, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): DotProductAttention(
(flash_attention): FlashAttention()
(fused_attention): FusedAttention()
(unfused_attention): UnfusedDotProductAttention(
(scale_mask_softmax): FusedScaleMaskSoftmax()
(attention_dropout): Dropout(p=0, inplace=False)
)
)
(k_img): Linear(in_features=2048, out_features=2048, bias=False)
(v_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img_norm): RMSNorm()
(k_img_norm): RMSNorm()
)
(layer_norm_mlp): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(mlp): GPT2FeedForward(
(activation): GELU(approximate='none')
(layer1): Linear(in_features=2048, out_features=8192, bias=False)
(layer2): Linear(in_features=8192, out_features=2048, bias=False)
)
(adaln_modulation_self_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_cross_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_mlp): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(before_proj): Linear(in_features=2048, out_features=2048, bias=True)
(after_proj): Linear(in_features=2048, out_features=2048, bias=True)
)
)
(1-3): 3 x CheckpointWrapper(
(_checkpoint_wrapped_module): ControlEncoderDiTBlock(
(layer_norm_self_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(self_attn): Attention(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=2048, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=2048, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): MinimalA2AAttnOp()
)
(layer_norm_cross_attn): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(cross_attn): I2VCrossAttentionFull(
(q_proj): Linear(in_features=2048, out_features=2048, bias=False)
(q_norm): RMSNorm()
(k_proj): Linear(in_features=1024, out_features=2048, bias=False)
(k_norm): RMSNorm()
(v_proj): Linear(in_features=1024, out_features=2048, bias=False)
(v_norm): Identity()
(output_proj): Linear(in_features=2048, out_features=2048, bias=False)
(output_dropout): Identity()
(attn_op): DotProductAttention(
(flash_attention): FlashAttention()
(fused_attention): FusedAttention()
(unfused_attention): UnfusedDotProductAttention(
(scale_mask_softmax): FusedScaleMaskSoftmax()
(attention_dropout): Dropout(p=0, inplace=False)
)
)
(k_img): Linear(in_features=2048, out_features=2048, bias=False)
(v_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img): Linear(in_features=2048, out_features=2048, bias=False)
(q_img_norm): RMSNorm()
(k_img_norm): RMSNorm()
)
(layer_norm_mlp): LayerNorm((2048,), eps=1e-06, elementwise_affine=False)
(mlp): GPT2FeedForward(
(activation): GELU(approximate='none')
(layer1): Linear(in_features=2048, out_features=8192, bias=False)
(layer2): Linear(in_features=8192, out_features=2048, bias=False)
)
(adaln_modulation_self_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_cross_attn): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(adaln_modulation_mlp): Sequential(
(0): SiLU()
(1): Linear(in_features=2048, out_features=256, bias=False)
(2): Linear(in_features=256, out_features=6144, bias=False)
)
(after_proj): Linear(in_features=2048, out_features=2048, bias=True)
)
)
)
)
[06-18 21:38:29|INFO|cosmos_transfer2/_src/imaginaire/utils/timer.py:150:_log] Time spent on instantiate model: 9.86 s
[06-18 21:38:29|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:297:download] Downloading checkpoint nvidia/Cosmos-Transfer2.5-2B/general/edge(61f5694b-0ad5-4ecd-8ad7-c8545627d125)
[06-18 21:38:29|INFO|cosmos_transfer2/_src/imaginaire/utils/checkpoint_db.py:165:_hf_download] uvx 'hf>=1.3.5' download nvidia/Cosmos-Transfer2.5-2B --repo-type model --revision b67b64abda3801a9aceddbff2bdb86126c06db74 general/edge/61f5694b-0ad5-4ecd-8ad7-c8545627d125_ema_bf16.pt
[06-18 21:38:30|INFO|cosmos_transfer2/_src/predict2/utils/model_loader.py:227:load_model_state_dict_from_checkpoint] Loading model cached locally from /scratch/ssaha/.cache/huggingface/hub/models--nvidia--Cosmos-Transfer2.5-2B/snapshots/b67b64abda3801a9aceddbff2bdb86126c06db74/general/edge/61f5694b-0ad5-4ecd-8ad7-c8545627d125_ema_bf16.pt
[06-18 21:38:31|CRITICAL|cosmos_transfer2/_src/predict2/models/text2world_model_rectified_flow.py:919:load_state_dict] load model in non-strict mode
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.0.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.1.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.2.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.3.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.4.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.5.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.6.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.7.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.8.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.9.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.10.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.11.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.12.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.13.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.14.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.15.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.16.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.17.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.18.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.19.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.20.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.21.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.22.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.23.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.24.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.25.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.26.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key blocks.27.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key t_embedding_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.0.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.1.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.2.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.self_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.self_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.cross_attn.q_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.cross_attn.k_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.cross_attn.attn_op._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.cross_attn.q_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|WARNING|cosmos_transfer2/_src/imaginaire/utils/checkpointer.py:451:non_strict_load_model] Skipping key control_blocks.3.cross_attn.k_img_norm._extra_state introduced by TransformerEngine for FP8 in the checkpoint.
[06-18 21:38:31|CRITICAL|cosmos_transfer2/_src/predict2/models/text2world_model_rectified_flow.py:920:load_state_dict] [RANK 0] _IncompatibleKeys(missing_keys=[], unexpected_keys=[], incorrect_shapes=[])
[06-18 21:38:31|INFO|cosmos_transfer2/_src/predict2/utils/model_loader.py:271:load_model_state_dict_from_checkpoint] Checkpoint weights loaded from /scratch/ssaha/.cache/huggingface/hub/models--nvidia--Cosmos-Transfer2.5-2B/snapshots/b67b64abda3801a9aceddbff2bdb86126c06db74/general/edge/61f5694b-0ad5-4ecd-8ad7-c8545627d125_ema_bf16.pt: None
[06-18 21:38:31|INFO|cosmos_transfer2/_src/predict2/utils/model_loader.py:273:load_model_state_dict_from_checkpoint] Checkpoint weights loaded successfully (strict=True).
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:1015:compile_tokenizer_if_enabled] Tokenizer compilation disabled
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:146:__init__] Found 1 hint keys across all samples
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:156:__init__] Saved config to /scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/sunny/weather/2b_step4_masked/config.yaml
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:163:generate] Generating 1 samples: ['sunny_weather_2b_step4_masked']
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:167:generate] [1/1] Processing sample sunny_weather_2b_step4_masked
[06-18 21:38:31|DEBUG|cosmos_transfer2/inference.py:186:_generate_sample] InferenceArguments(name='sunny_weather_2b_step4_masked' prompt_path=None prompt='The video shows an urban intersection captured from a vehicle-mounted camera on a brilliant clear sunny day. A deep blue cloudless sky sits over the scene, warm directional sunlight casts long crisp shadows across the dry asphalt, and the painted lane markings, stop lines and pedestrian crosswalks are bright and high-contrast. Multiple vehicles move through the junction, low-rise buildings, sidewalks, parked cars and street lamps line the streets, and the camera follows the moving ego vehicle smoothly. Photorealistic, cinematic daylight, high detail.' negative_prompt='The video captures a game playing, with bad crappy graphics and cartoonish frames. It represents a recording of old outdated games. The lighting looks very fake. The textures are very raw and basic. The geometries are very primitive. The images are very pixelated and of poor CG quality. There are many subtitles in the footage. Overall, the video is unrealistic at all. Overcast, rain, wet road, puddles, fog, night, dark shadows.' seed=2025 guidance=3 video_path=PosixPath('/scratch/ssaha/cosmos-transfer2.5/SceneDriveBench/output/priority_from_right/run_000/videos/rgb_front.mp4') max_frames=None context_frame_index=None image_context_path=None num_conditional_frames=1 resolution='720' sigma_max=None num_video_frames_per_chunk=93 num_steps=4 show_control_condition=False show_input=False keep_input_resolution=True edge=EdgeConfig(control_path=PosixPath('/scratch/ssaha/cosmos-transfer2.5/SceneDriveBench/output/priority_from_right/run_000/videos/edge_front.mp4'), control_weight=1.0, mask_path=PosixPath('/scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/_masks/sunny/weather_mask.mp4'), mask_prompt=None, preset_edge_threshold='medium') depth=None vis=None seg=None guided_generation_mask=None guided_generation_step_threshold=25 guided_generation_foreground_labels=None)
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:208:_generate_sample] Saved arguments to /scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/sunny/weather/2b_step4_masked/sunny_weather_2b_step4_masked.json
[06-18 21:38:31|WARNING|cosmos_transfer2/inference.py:239:_generate_sample] Guardrail checks on prompt are disabled
[06-18 21:38:31|INFO|cosmos_transfer2/inference.py:242:_generate_sample] Processing the following paths: {'edge': '/scratch/ssaha/cosmos-transfer2.5/SceneDriveBench/output/priority_from_right/run_000/videos/edge_front.mp4', 'edge_mask': '/scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/_masks/sunny/weather_mask.mp4', 'edge_mask_prompt': None}
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:472:generate_img2world] Loading input video...
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:204:read_video_or_image_into_frames_BCTHW] Reading video from /scratch/ssaha/cosmos-transfer2.5/SceneDriveBench/output/priority_from_right/run_000/videos/rgb_front.mp4
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:243:read_video_or_image_into_frames_BCTHW] Loaded input tensor with shape (1, 3, 120, 720, 1280) value 0, 255
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:492:generate_img2world] Computing prompt text embeddings...
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:501:generate_img2world] Computing negative prompt text embeddings...
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:513:generate_img2world] Processing image context if available...
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:330:read_and_process_image_context] No image context provided.
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:525:generate_img2world] Loading control inputs...
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:204:read_video_or_image_into_frames_BCTHW] Reading video from /scratch/ssaha/cosmos-transfer2.5/SceneDriveBench/output/priority_from_right/run_000/videos/edge_front.mp4
[06-18 21:38:31|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:243:read_video_or_image_into_frames_BCTHW] Loaded input tensor with shape (1, 3, 120, 720, 1280) value 0, 255
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:204:read_video_or_image_into_frames_BCTHW] Reading video from /scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/_masks/sunny/weather_mask.mp4
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/inference/utils.py:243:read_video_or_image_into_frames_BCTHW] Loaded input tensor with shape (1, 3, 120, 720, 1280) value 0, 255
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:554:generate_img2world] Generating chunk 1/2
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:640:generate_img2world] Seed: 584845
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:239:get_velocity_fn_from_batch] num_conditional_frames: 0 is set by data_batch[NUM_CONDITIONAL_FRAMES_KEY]
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/configs/vid2vid_transfer/defaults/conditioner.py:255:get_condition_with_negative_prompt] Getting condition with image context
[06-18 21:38:32|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:38:32|INFO|cosmos_transfer2/_src/transfer2/configs/vid2vid_transfer/defaults/conditioner.py:257:get_condition_with_negative_prompt] Getting uncondition with negative prompt without image context
[06-18 21:38:32|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:38:50|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:39:36|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:554:generate_img2world] Generating chunk 2/2
[06-18 21:39:36|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:640:generate_img2world] Seed: 643774
[06-18 21:39:36|INFO|cosmos_transfer2/_src/transfer2/models/vid2vid_model_control_vace_rectified_flow.py:239:get_velocity_fn_from_batch] num_conditional_frames: 1 is set by data_batch[NUM_CONDITIONAL_FRAMES_KEY]
[06-18 21:39:36|INFO|cosmos_transfer2/_src/transfer2/configs/vid2vid_transfer/defaults/conditioner.py:255:get_condition_with_negative_prompt] Getting condition with image context
[06-18 21:39:36|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:39:36|INFO|cosmos_transfer2/_src/transfer2/configs/vid2vid_transfer/defaults/conditioner.py:257:get_condition_with_negative_prompt] Getting uncondition with negative prompt without image context
[06-18 21:39:36|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:39:39|WARNING|cosmos_transfer2/_src/transfer2/networks/siglip2_image_context.py:83:forward] No image_context provided, using zero latents
[06-18 21:40:21|INFO|cosmos_transfer2/_src/transfer2/inference/inference_pipeline.py:736:generate_img2world] Average time per chunk: 53.506471922504716
[06-18 21:40:21|DEBUG|cosmos_transfer2/_src/imaginaire/utils/easy_io/handlers/imageio_video_handler.py:163:dump_to_fileobj] mimsave_kwargs: {'fps': 10, 'quality': 5, 'macro_block_size': 1, 'ffmpeg_params': ['-s', '1280x720'], 'output_params': ['-f', 'mp4']}
[06-18 21:40:22|INFO|cosmos_transfer2/inference.py:311:_generate_sample] edge control video saved to /scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/sunny/weather/2b_step4_masked/sunny_weather_2b_step4_masked_control_edge.mp4
[06-18 21:40:22|WARNING|cosmos_transfer2/inference.py:335:_generate_sample] Guardrail checks on video are disabled
[06-18 21:40:22|DEBUG|cosmos_transfer2/_src/imaginaire/utils/easy_io/handlers/imageio_video_handler.py:163:dump_to_fileobj] mimsave_kwargs: {'fps': 10, 'quality': 5, 'macro_block_size': 1, 'ffmpeg_params': ['-s', '1280x720'], 'output_params': ['-f', 'mp4']}
[06-18 21:40:23|SUCCESS|cosmos_transfer2/inference.py:343:_generate_sample] Generated video saved to /scratch/ssaha/cosmos-transfer2.5/outputs/transfer_grid/sunny/weather/2b_step4_masked/sunny_weather_2b_step4_masked.mp4
|