danielhanchen commited on
Commit
0fab9ea
·
verified ·
1 Parent(s): 9405592

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. FL2VA/model_index.json +42 -0
  3. LICENSE +84 -0
  4. README.md +420 -0
  5. Ref2VA/model_index.json +41 -0
  6. audio_scheduler/scheduler_config.json +5 -0
  7. audio_vae/config.json +125 -0
  8. docs/QA-about-License.md +65 -0
  9. docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md +222 -0
  10. docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md +341 -0
  11. model_index.json +131 -0
  12. modular_model_index.json +131 -0
  13. processor/chat_template.json +3 -0
  14. processor/merges.txt +0 -0
  15. processor/preprocessor_config.json +21 -0
  16. processor/tokenizer.json +0 -0
  17. processor/tokenizer_config.json +246 -0
  18. processor/video_preprocessor_config.json +21 -0
  19. processor/vocab.json +0 -0
  20. scheduler/scheduler_config.json +5 -0
  21. scripts/readme/full-2k-i2va-h3-base.sh +42 -0
  22. scripts/readme/full-2k-i2va-h3-context-ir.sh +40 -0
  23. scripts/readme/full-2k-i2va-h3-regenerate-2k.sh +55 -0
  24. scripts/readme/full-2k-i2va-reference-2k-result-by-directly-calling-open-platform-api.sh +42 -0
  25. scripts/readme/full-2k-i2va-reference-768p-result-by-directly-calling-open-platform-api.sh +42 -0
  26. scripts/readme/full-2k-ref2va-h3-api-2k-in-open-platform-for-reference.sh +49 -0
  27. scripts/readme/full-2k-ref2va-h3-base.sh +46 -0
  28. scripts/readme/full-2k-ref2va-h3-context-ir.sh +47 -0
  29. scripts/readme/full-2k-ref2va-reference-2k-result-by-directly-calling-open-platform-api.sh +62 -0
  30. scripts/readme/full-2k-ref2va-reference-768p-result-by-directly-calling-open-platform-api.sh +49 -0
  31. scripts/readme/full-2k-t2va-h3-base.sh +35 -0
  32. text_encoder/chat_template.json +3 -0
  33. text_encoder/config.json +62 -0
  34. text_encoder/merges.txt +0 -0
  35. text_encoder/model.safetensors.index.json +1065 -0
  36. text_encoder/preprocessor_config.json +21 -0
  37. text_encoder/tokenizer.json +0 -0
  38. text_encoder/tokenizer_config.json +246 -0
  39. text_encoder/video_preprocessor_config.json +21 -0
  40. text_encoder/vocab.json +0 -0
  41. tokenizer/merges.txt +0 -0
  42. tokenizer/tokenizer.json +0 -0
  43. tokenizer/tokenizer_config.json +246 -0
  44. tokenizer/vocab.json +0 -0
  45. transformer/config.json +26 -0
  46. transformer/diffusion_pytorch_model.safetensors.index.json +645 -0
  47. transformer_ref/config.json +26 -0
  48. transformer_ref/diffusion_pytorch_model.safetensors.index.json +645 -0
  49. vae/config.json +97 -0
  50. vae/diffusion_pytorch_model.safetensors.index.json +710 -0
.gitattributes CHANGED
@@ -19,6 +19,7 @@
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
 
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
  *.rar filter=lfs diff=lfs merge=lfs -text
@@ -28,8 +29,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
  *.tar filter=lfs diff=lfs merge=lfs -text
29
  *.tflite filter=lfs diff=lfs merge=lfs -text
30
  *.tgz filter=lfs diff=lfs merge=lfs -text
 
31
  *.wasm filter=lfs diff=lfs merge=lfs -text
32
  *.xz filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.png filter=lfs diff=lfs merge=lfs -text
23
  *.pt filter=lfs diff=lfs merge=lfs -text
24
  *.pth filter=lfs diff=lfs merge=lfs -text
25
  *.rar filter=lfs diff=lfs merge=lfs -text
 
29
  *.tar filter=lfs diff=lfs merge=lfs -text
30
  *.tflite filter=lfs diff=lfs merge=lfs -text
31
  *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
33
  *.wasm filter=lfs diff=lfs merge=lfs -text
34
  *.xz filter=lfs diff=lfs merge=lfs -text
35
  *.zip filter=lfs diff=lfs merge=lfs -text
36
  *.zst filter=lfs diff=lfs merge=lfs -text
37
  *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ *.mov filter=lfs diff=lfs merge=lfs -text
FL2VA/model_index.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Pipeline",
3
+ "_diffusers_version": "0.32.2",
4
+ "text_encoder": [
5
+ "transformers",
6
+ "MiniMaxH3Qwen3VLHFEncoder"
7
+ ],
8
+ "tokenizer": [
9
+ "transformers",
10
+ "Qwen2TokenizerFast"
11
+ ],
12
+ "video_vae": [
13
+ "diffusers",
14
+ "MiniMaxH3VideoVAE"
15
+ ],
16
+ "audio_vae": [
17
+ "diffusers",
18
+ "MiniMaxH3AudioVAE"
19
+ ],
20
+ "scheduler": null,
21
+ "transformer": [
22
+ "diffusers",
23
+ "MiniMaxH3DiTModel"
24
+ ],
25
+ "processor": [
26
+ "transformers",
27
+ "Qwen3VLProcessor"
28
+ ],
29
+ "_minimax_h3": {
30
+ "schema_version": 1,
31
+ "partition": "fl2va",
32
+ "tasks": [
33
+ "t2va",
34
+ "fl2va"
35
+ ],
36
+ "task_aliases": {},
37
+ "sigma_shift_scales": {
38
+ "video": 12.0,
39
+ "audio": 3.0
40
+ }
41
+ }
42
+ }
LICENSE ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MiniMax H3 COMMUNITY LICENSE AGREEMENT
2
+ MiniMax H3 release date/License date: August 2, 2026.
3
+ The scope of this License Agreement (this “Agreement”) is expressly limited to the “Applicable Territory” as defined below.
4
+ By clicking to accept, or by using, reproducing, modifying, distributing, running, or displaying any portion or element of the MiniMax H3 Works (including through any Hosted Services) in any manner, you acknowledge and accept the terms of this Agreement, and this Agreement shall take immediate effect upon the occurrence of such act.
5
+ I. Definitions
6
+ 1. “Acceptable Use Policy” means the policy published by MiniMax in Exhibit A.
7
+ 2. “Agreement” means the terms and conditions set forth herein that govern the use, reproduction, distribution, modification, running, and display of the MiniMax H3 Works or any portion or element thereof.
8
+ 3. “Applicable Territory” means worldwide, excluding the Excluded Territories.
9
+ 4. “Documentation” means the specifications, manuals, and documentation concerning MiniMax H3 that are publicly released by MiniMax.
10
+ 5. “Excluded Territories” means the European Union, the United Kingdom, the Republic of Korea and the United States of America.
11
+ 6. “MiniMax H3” means the video generation model, together with its software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-supporting code, and other elements thereof made publicly available by Us, as released at https://huggingface.co/MiniMaxAI/MiniMax-H3.
12
+ 7. “MiniMax H3 Works” means (i) the Materials, (ii) the Model Derivatives, and (iii) all derivatives thereof.
13
+ 8. “Hosted Services” means hosted services provided via application programming interfaces (APIs), web access, or any other electronic or remote means.
14
+ 9. “Licensee,” “you,” or “your” means the natural or legal person exercising rights and/or using the MiniMax H3 Works for any purpose in any field of use under this Agreement.
15
+ 10. “Materials” means, collectively, MiniMax H3 and the Documentation (and any portion thereof), in each case as made available by MiniMax under this Agreement and proprietary to MiniMax.
16
+ 11. “Model Derivatives” means all of the following: (i) any modification of MiniMax H3 or any Model Derivative thereof; (ii) any work based on MiniMax H3 or any Model Derivative thereof; or (iii) any other machine learning model created by transferring the patterns of the weights, parameters, operational patterns, or Outputs of MiniMax H3 or any Model Derivative thereof to another model, such that the latter model exhibits behavior similar to MiniMax H3 or its Model Derivatives, including by distillation methods, methods using intermediate data representations, or methods based on training using synthetic-data Outputs generated by MiniMax H3 or its Model Derivatives. For the avoidance of doubt, Outputs are not deemed Model Derivatives.
17
+ 12. “Output” means any result of operating or otherwise using MiniMax H3 or any Model Derivatives (including through Hosted Services).
18
+ 13. “Third Party” means any natural or legal person that is not under common control with us or with you.
19
+ 14. “Including” means “including but not limited to.”
20
+ 15. “We,” “Us” or “MiniMax” means Nanonoble Pte. Ltd..
21
+ II. Grant of Rights
22
+ Solely within the Applicable Territory, we grant you a non-exclusive, non-transferable, royalty-free, limited license to use, reproduce, distribute, create derivative works (including Model Derivatives), and modify the Materials in accordance with the terms of this Agreement and the Acceptable Use Policy, based on the intellectual property and other rights owned by MiniMax that are embodied in or used by the Materials. You shall not violate (or encourage or permit any person to violate) any term of this Agreement or the Acceptable Use Policy.
23
+ We will continuously evaluate the applicable laws, regulations and compliance requirements for the Excluded Territories. In the meantime, should any person in such Excluded Territories be interested in deploying our models, you are welcome to contact us about obtaining a license, which will be granted based on robust controls and guardrails for purposes of complying with the laws, regulations and compliance requirements of the Excluded Territories.
24
+ III. Distribution and Redistribution
25
+ Subject to and conditioned on your continuing compliance with this Agreement, including its territorial restrictions and the Acceptable Use Policy, and solely within the Applicable Territory, you may distribute or make available the MiniMax H3 Works to Third Parties within the Applicable Territory; provided, that all of the following conditions are met:
26
+ 1. You must provide a copy of this Agreement to all such Third Parties who receive the MiniMax H3 Works or use your products or services related thereto;
27
+ 2. You must cause any modified files to carry prominent notices stating that you have modified such files;
28
+ 3. You are encouraged to:
29
+ a. display a notice on any product or service developed using MiniMax H3 indicating that the product or service is “Powered by MiniMax H3”;
30
+ b. add an AI-generation identifier to files produced using generative AI models including MiniMax H3; and
31
+ c. publish at least one technical blog post or a public statement describing your experience using MiniMax H3 Works;
32
+ 4. All distributions to Third Parties (other than through Hosted Services) must be accompanied by a “NOTICE” text file containing the following notice:
33
+ “MiniMax H3 is licensed under the MiniMax H3 Community License Agreement, Copyright © 2026 MiniMax. All Rights Reserved.”
34
+ You may add your own copyright notices on your modifications; except as provided in this Section and in Section V, however, you may not impose additional or different terms and conditions on the use, reproduction, or distribution of your modifications or of any aggregate Model Derivatives, and your use, reproduction, modification, distribution, running, and display of the work must otherwise comply with the terms and conditions of this Agreement (including the provisions concerning the Applicable Territory). If you receive the MiniMax H3 Works from a Licensee as part of an integrated end-user product, the provisions of Section III of this Agreement do not apply to you, but Section V and Exhibit A remain applicable.
35
+ IV. Additional Commercial Terms
36
+ 1. You shall obtain a separate, prior written authorization from MiniMax by contacting api@minimax.io with the subject line “MiniMax H3 licensing - authorization request”, if your commercial products and services generate more than 20 million US dollars (or equivalent in other currencies) in yearly revenue.
37
+ 2. You shall prominently display “MiniMax H3”on the user interface of commercial product or service that uses MiniMax H3 or MiniMax H3 Works.
38
+ V. Use Restrictions
39
+ 1. Your use of the MiniMax H3 Works must comply with applicable laws and regulations (including trade-compliance laws and regulations) and must comply with the Acceptable Use Policy for the MiniMax H3 Works, which is incorporated into this Agreement by reference.
40
+ 2. Before providing access to the MiniMax H3 Works or any product, service, or Hosted Service incorporating them, you must bind each recipient or user to enforceable terms at least as protective as the use restrictions in this Section V and Exhibit A, and you must notify each recipient or user that those restrictions apply.
41
+ 3. You may not use the MiniMax H3 Works or any of their Outputs or results to improve any other artificial intelligence model (other than MiniMax H3 or its Model Derivatives).
42
+ 4. You may not use, reproduce, modify, distribute, or display the MiniMax H3 Works or any of their Outputs or results outside the Applicable Territory. Any such use outside the Applicable Territory is not authorized by this Agreement.
43
+ 5. If you provide or make available to any Third Party a product, service, or Hosted Service that permits the generation of Outputs using MiniMax H3 or any Model Derivative, you must, before making that product or service available and throughout its operation, implement, maintain, test, and periodically review reasonable and proportionate technical and organizational safeguards designed to prevent and mitigate access, uses, and Outputs that violate this Section V or Exhibit A, including uses or Outputs that infringe, misappropriate, or otherwise violate any Third Party’s intellectual-property or other rights. You must not knowingly disable, materially weaken, or permit the circumvention of those safeguards. You must maintain a reasonably accessible mechanism for reporting suspected violations. Upon receiving a good-faith report or otherwise obtaining actual knowledge of a violation, you must promptly investigate and take reasonable steps within your control to stop or mitigate the violation, including removing or disabling access to offending content or services and suspending or terminating repeat violators where appropriate. You are responsible for implementing and enforcing these requirements with respect to your products, services, systems, users, and downstream recipients.
44
+ VI. Intellectual Property
45
+ 1. Subject to MiniMax’s rights in the MiniMax H3 Works (and the intellectual property therein), and to your compliance with the terms and conditions of this Agreement, as between you and MiniMax, you will own the derivative works and modifications of the Materials that you have created or had created, as well as any Model Derivatives.
46
+ 2. Except for the limited license expressly granted in this paragraph, no trademark license is granted under this Agreement; with respect to MiniMax H3 Works, the Licensee may not use any name or mark owned by or associated with MiniMax or any of its affiliates, except as reasonably and customarily necessary to describe and distribute the MiniMax H3 Works. MiniMax hereby grants you a license to use the “MiniMax H3” mark (the “Mark”) within the Applicable Territory solely for the purpose of complying with Section III.3; provided, that you comply with all applicable trademark-protection laws. All goodwill arising from your use of the Mark shall inure to the benefit of MiniMax.
47
+ 3. If you bring or assert any suit or other legal proceeding (including a cross-claim or counterclaim in any action) against us or any other natural or legal person alleging that the Materials, any Output, or any portion of the foregoing infringes any intellectual property right or other right owned by you or for which you can obtain a license, all licenses granted to you under this Agreement will terminate as of the date such suit or proceeding is filed. You shall defend, indemnify, and hold us harmless against any Third-Party claim arising out of or related to the use or distribution of the MiniMax H3 Works by you or by any Third Party.
48
+ 4. MiniMax claims no rights over the Outputs you generate. You and your users are entirely responsible for the Outputs and any subsequent use thereof.
49
+ VII. Disclaimers and Limitations of Liability
50
+ 1. We have no obligation to support, update, provide training for, or develop any further version of the MiniMax H3 Works, or to grant any license with respect thereto.
51
+ 2. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE MINIMAX H3 WORKS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND INCLUDING ANY WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, COURSE OF DEALING, USAGE OF TRADE, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
52
+ 3. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MINIMAX OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, FOR ANY DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL OR PUNITIVE DAMAGES, OR LOST PROFITS OF ANY KIND ARISING FROM THIS AGREEMENT OR RELATED TO ANY OF THE MINIMAX H3 WORKS OR OUTPUTS, EVEN IF MINIMAX OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
53
+ VIII. Term and Termination
54
+ 1. This Agreement is effective from the moment you accept this Agreement or begin accessing the Materials, and, subject to your compliance with its terms and conditions, will remain in effect until terminated as provided herein.
55
+ 2. If you breach any term or condition of this Agreement, we have the right to terminate this Agreement. Upon termination, you must immediately cease accessing, using, and distributing the MiniMax H3 Works; delete or destroy all copies within your possession or control; and notify each downstream recipient that your authorization has ended. The obligations in the preceding sentence and Sections VI.1, VI.3, VII, and IX survive termination.
56
+ IX. Governing Law and Jurisdiction
57
+ 1. This Agreement, and any dispute arising out of or related to this Agreement, shall be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to its conflict-of-laws rules. The United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
58
+ 2. Any dispute arising out of or related to this Agreement shall be subject to the exclusive jurisdiction of the courts of the Hong Kong Special Administrative Region of the People’s Republic of China with competent jurisdiction. Both MiniMax and the Licensee hereby consent to the exclusive jurisdiction of such courts for any such dispute.
59
+ Additional Note: Please note that the encoder of MiniMax H3 uses Qwen3-VL-32B, which is licensed under Apache 2.0 License: https://github.com/QwenLM/Qwen3-VL/blob/main/LICENSE.
60
+
61
+ Exhibit A — Acceptable Use Policy
62
+ MiniMax reserves the right to update this Acceptable Use Policy from time to time.
63
+ Last revised: August 2, 2026.
64
+ MiniMax is committed to promoting the safe and fair use of its tools and features, including MiniMax H3. You agree not to use MiniMax H3, any Model Derivatives, or any Output in any of the following ways:
65
+ 1. Use outside the Applicable Territory;
66
+ 2. Use in any manner that violates any applicable national, federal, state, local, or international law, regulation, or other legal requirement, or that infringes, misappropriates, or otherwise violates any Third Party’s intellectual-property or other proprietary rights, including through unauthorized reproduction, distribution, public display, public performance, or creation of derivative works;
67
+ 3. Use in any manner that may harm yourself or others;
68
+ 4. Use to repurpose or distribute the Outputs of MiniMax H3 or any Model Derivatives in order to harm yourself or others;
69
+ 5. Use to circumvent or bypass any safety guardrails or safeguards we have implemented;
70
+ 6. Use in any manner that exploits or harms, or intends to exploit or harm, minors;
71
+ 7. Use to generate or disseminate verifiably false information and/or content for the purpose of harming others or influencing elections;
72
+ 8. Use to manufacture or facilitate false online engagement, including fake reviews and other means of false online engagement;
73
+ 9. Use to intentionally defame, disparage, or otherwise harass others;
74
+ 10. Use to generate and/or disseminate malware (including ransomware) or any other content intended to damage electronic systems;
75
+ 11. Use to generate or disseminate personally identifiable information for the purpose of harming others;
76
+ 12. Use to generate or disseminate information (including images, code, posts, or articles) in or to any public environment (including via bot tweets or similar means) without clearly and prominently disclosing that such information and/or content is machine-generated;
77
+ 13. Use to impersonate another person without that person’s consent, authorization, or lawful right to do so;
78
+ 14. Use to make high-risk automated decisions in critical domains that affect individual safety, rights, or well-being (such as law enforcement, immigration, healthcare or medical services, critical-infrastructure management, product-safety components, essential services, credit, employment, housing, education, social scoring, or insurance);
79
+ 15. Use in any manner that violates or disregards the social, ethical, or moral standards of other countries or regions;
80
+ 16. Use to carry out, assist, threaten, incite, plan, advocate for, or encourage violent extremism or terrorism;
81
+ 17. Use for any purpose intended to discriminate against, or harm, individuals or groups based on protected characteristics or categories, online or offline social behavior, or known or predicted personality traits;
82
+ 18. Use to intentionally exploit the vulnerabilities of specific populations based on age, social, physical, or psychological characteristics, so as to materially distort the behavior of a member of that group in a manner that causes, or is likely to cause, physical or psychological harm to that person or to others;
83
+ 19. Use for military purposes;
84
+ 20. Use to engage in any unauthorized or unlicensed professional activity, including but not limited to financial, legal, medical or healthcare, or other professional practice.
README.md ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-text-to-video
3
+ license: other
4
+ license_name: minimax-h3-community-license-agreement
5
+ license_link: LICENSE
6
+ library_name: diffusers
7
+ tags:
8
+ - text-to-video
9
+ - image-to-video
10
+ - image-text-to-video
11
+ - video-to-video
12
+ - text-to-audio-video
13
+ - image-to-audio-video
14
+ - image-text-to-audio-video
15
+ - video-to-audio-video
16
+ - audio-to-audio-video
17
+ - audio-video-generation
18
+ - multimodal
19
+ - synchronized-audio-video
20
+ - reference-to-audio-video
21
+ ---
22
+
23
+ <div align="center">
24
+ <img width="100%" src="assets/minimax-h3.png" alt="MiniMax">
25
+ </div>
26
+
27
+ <p align="center">
28
+ <a href="https://hailuoai.video" target="_blank"><img src="https://img.shields.io/badge/Hailuo%20AI-FF6C37?logo=minimax&logoColor=white" alt="Hailuo AI"></a>
29
+ <a href="https://platform.minimax.io/docs/guides/text-generation" target="_blank"><img src="https://img.shields.io/badge/API-FF6C37?logo=minimax&logoColor=white" alt="API"></a>
30
+ <a href="https://www.minimax.io" target="_blank"><img src="https://img.shields.io/badge/MiniMax%20Website-FF6C37?logo=minimax&logoColor=white" alt="MiniMax Website"></a>
31
+ <a href="https://github.com/MiniMax-AI/MiniMax-H3" target="_blank"><img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=white" alt="GitHub"></a>
32
+ <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank"><img src="https://img.shields.io/badge/Hugging%20Face-FFD21E?logo=huggingface&logoColor=black" alt="Hugging Face"></a>
33
+ <br>
34
+ <a href="https://modelscope.cn/organization/minimax" target="_blank" rel="noopener noreferrer"><img alt="ModelScope MiniMax AI" src="https://img.shields.io/badge/ModelScope-MiniMax%20AI-white?labelColor=%23EF3D5D"></a>
35
+ <a href="https://platform.minimaxi.com/docs/faq/contact-us" target="_blank"><img src="https://img.shields.io/badge/WeChat-07C160?logo=wechat&logoColor=white" alt="WeChat"></a>
36
+ <a href="https://discord.com/invite/dbMxutw7tP" target="_blank"><img src="https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
37
+ <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-4CAF50?logo=creativecommons&logoColor=white" alt="LICENSE"></a>
38
+ </p>
39
+
40
+
41
+ # MiniMax H3
42
+
43
+ ## Online API
44
+ Use MiniMax\-H3 directly via API\.
45
+ - Global: [platform\.minimax\.io](https://platform.minimax.io/docs/api-reference/video-generation-v2-create) \| CN: [platform\.minimaxi\.com](https://platform.minimaxi.com/docs/api-reference/video-generation-v2-create)
46
+
47
+ ## Online App
48
+ Use MiniMax\-H3 directly via App\.
49
+ - WebApp Global: [hailuoai\.video](https://hailuoai.video/tools/minimax-h3) \| CN: [hailuoai\.com](https://hailuoai.com/)
50
+ - Desktop Global: [hub\.minimax\.io](https://hub.minimax.io/) \| CN: [hub\.minimaxi\.com](https://hub.minimaxi.com/)
51
+
52
+ ## System Overview
53
+ MiniMax H3 is a general-purpose, omni-modal generative system. It supports unified understanding of multimodal contexts composed of text, images, video, and audio, and can generate video with native stereo audio at resolutions up to 2K and durations of up to 15 seconds. Thanks to its task-generalization-oriented system design, H3 already possesses broad multimodal context understanding and generation capabilities at the pre-training stage, enabling outstanding performance in following complex multimodal instructions.
54
+
55
+ H3 supports the following input and output specifications:
56
+
57
+ | Category | Specification |
58
+ |---|---|
59
+ | Output duration | 4–15 seconds |
60
+ | Output aspect ratio | Supports a wide range of aspect ratios, including but not limited to 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16 |
61
+ | Output resolution | Supports various resolution dimensions. The shorter side is set to 768 pixels by default. 2K \| generation can be achieved with H3-Regenerate-2K |
62
+ | Output frame rate | 24 FPS |
63
+ | Output audio | 32 kHz stereo |
64
+ | Supported dialogue languages | Stable support for 11 languages: Arabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Spanish. Additional languages are also supported to varying degrees |
65
+
66
+ ### Model Variants and Input Specifications
67
+
68
+ | Model Variant | Input Mode | Specifications |
69
+ |---|---|---|
70
+ | H3-Base-FL2VA | First-and-last-frame mode | Supports zero, one, or two input images. <br><br>- No image input: Text-to-video mode <br>- One image input: First-frame-to-video or last-frame-to-video generation <br>- Two image inputs: First-and-last-frame-to-video generation |
71
+ | H3-Base-Ref2VA | Omni-reference mode | Supports multi-modal reference inputs: <br><br>- **Images:** ≤ 9 images <br>- **Videos:** ≤ 3 clips; each clip must be 2–15 seconds long; total duration ≤ 15 seconds <br>- **Audio:** ≤ 3 clips; audio must be accompanied by image or video input and cannot be used as the sole input; each clip must be 2–15 seconds long; total duration ≤ 15 seconds <br>- **Mixed inputs:** Maximum number of files across all input types is 12 |
72
+
73
+ ![Image](assets/overview.png)
74
+
75
+ The complete H3 system consists of the following three modules:
76
+ - H3-Context-IR: As inputs become increasingly complex, we build a dedicated system to deeply understand and refine the input multimodal instructions, then convert them into a form that H3 can readily understand—the Context Intermediate Representation—for generation. **H3-Context-IR is critical to the quality of the final output, so we strongly recommend incorporating it into your generation pipeline or following the “Prompting Guidance” to build your own context-processing system.**
77
+ - H3-Base: Generates audio and video based on the H3-Context-IR output, producing results at 768p resolution.
78
+ - H3-Regenerate-2K: Feeds the 768p result together with the original context back into H3 to regenerate the output at 2K resolution. This process leverages both H3’s powerful generative capabilities and the rich information contained in the original context, enabling it to produce high-resolution outputs with more accurate details and greater visual fidelity.
79
+
80
+ ## Model Architecture
81
+
82
+ ### H3\-Context\-IR
83
+
84
+ H3\-Context\-IR is a hosted preprocessing and orchestration system designed for free\-form multimodal inputs\.
85
+
86
+ It interprets the relationships among text, images, audio, and reference videos, as well as how these materials relate to the intended generation output\. Its internal workflow includes instruction parsing, cross\-modal association, temporal understanding, and complex logical reasoning\.
87
+
88
+ H3\-Context\-IR serializes its understanding of the context into a structured representation accepted by H3\-Base\. Without deviating from the user’s original intent, it may also supplement missing or underspecified semantic details where appropriate\.
89
+
90
+ Because H3\-Context\-IR relies on a multi\-stage workflow and multiple hosted models and services, it is not included in this open\-source release\. We provide an API that enables users to reproduce the behavior of the official workflow\. We also provide detailed tutorials, and developers can follow the **Prompting Guidance** to build their own preprocessing systems\.
91
+
92
+ For detailed usage instructions, see **Recommended Workflow — Full 2K Workflow**\.
93
+
94
+ **Safety Guardrails**
95
+
96
+ User\-submitted text, images and videos, as well as enhanced prompts, are subject to automated moderation\. Content suspected of being unlawful, pornographic, or infringing third\-party rights may be blocked\. We use industry\-standard filtering measures but cannot eliminate false positives or false negatives\. These guardrails do not affect the Licensee’s obligations under the MiniMax H3 Community License, especially those relating to lawful use and use restrictions\.
97
+
98
+ ### H3\-Base
99
+
100
+ ![Image](assets/full-arch.png)
101
+
102
+ #### Architecture Overview
103
+
104
+ - H3\-Base encodes different modalities using their corresponding encoders or VAEs and organizes the encoded representations into a unified packed multimodal sequence\. RoPE is used to capture the necessary spatial and temporal relationships among tokens before the entire sequence is passed to the H3\-Omni\-Transformer\.
105
+
106
+ - Specifically, text is encoded by the H3\-Encoder; visual inputs are encoded by both the H3\-Encoder and the H3\-VisualVAE; and audio is encoded solely by the H3\-AudioVAE\.
107
+
108
+ - The H3\-Omni\-Transformer jointly predicts video and audio latents, which are then decoded into video and stereo audio, respectively\.
109
+
110
+ - To reduce the computational cost of long multimodal sequences, H3 natively supports sparse\-attention training and inference\. The initial open\-source release provides inference with full attention only\. Our sparse\-attention implementation will be released in a future update\.
111
+
112
+ #### H3\-Encoder
113
+
114
+ - The H3\-Encoder uses the full pretrained weights of Qwen3\-VL\-32B and provides the hidden states from its 50th layer to the H3\-Omni\-Transformer\.
115
+
116
+ - We add several special tokens, such as `<d>`, to the tokenizer configuration\. When using H3, the tokenizer and associated configuration files provided in the H3 repository are required\.
117
+
118
+ #### H3\-VAE
119
+
120
+ H3 uses separate visual and audio latents to represent their respective modalities\.
121
+
122
+ ##### H3\-VisualVAE
123
+
124
+ - H3\-VisualVAE is a temporally causal video autoencoder with a spatial compression factor of 16×, a temporal compression factor of 4×, and 24 latent channels, denoted as f16t4d24\. We apply several latent\-space optimization techniques to jointly improve reconstruction quality and latent learnability\.
125
+
126
+ - Before being passed to the H3\-Omni\-Transformer, the visual latents are further patchified with a patch size of `1 × 2 × 2` along the `(time, height, width)` dimensions\. As a result, the visual tokens entering the Transformer have an effective spatial downsampling factor of 32×, while the temporal downsampling factor remains 4×\.
127
+
128
+ - The latent space of H3\-VisualVAE is optimized for both reconstruction quality and ease of learning by the generative model\. After training its encoder, we additionally train a ViT\-based decoder to reduce decoding costs and further improve reconstruction quality\.
129
+
130
+ ##### H3\-AudioVAE
131
+
132
+ - H3-AudioVAE uses the same encoder and decoder for both the left and right audio channels while processing each channel independently. The decoded channels are then recombined, enabling stereo audio input and output.
133
+ - For each channel, H3-AudioVAE compresses 32 kHz audio into a sequence of latent tokens with a temporal rate of 40 Hz.
134
+ - Inspired by VA-VAE, we optimize the latent space to preserve audio reconstruction quality while making it easier for the generative model to learn.
135
+
136
+ #### H3\-Omni\-Transformer
137
+
138
+ - For scalability and generalization, we adopt a relatively simple Transformer block design\. H3\-Omni\-Transformer is a 33B\-parameter dense, single\-stream Transformer, with approximately 13B parameters residing in AdaLN\-related branches\. Because the AdaLN modulation outputs can be precomputed and cached, these parameters do not need to be loaded for inference\-only deployment\. We release the complete model weights to support further development, including fine\-tuning\.
139
+
140
+ - Neither the attention layers nor the FFN layers contain modality\-specific structures\. Modality\-specific parameters are confined to the input/output layers and the AdaLN branches\. In particular, modality\-specific AdaLN improves generation quality with relatively low additional training and inference costs\.
141
+
142
+ - The model uses three\-dimensional Multimodal Rotary Position Embeddings \(MM\-RoPE\) to represent positional relationships across the temporal and two spatial dimensions, `(t, h, w)`\.
143
+
144
+ - During the final stage of training, we introduce native sparse attention to reduce the computational cost of long sequences\. The sparse\-attention implementation is not included in the initial open\-source release and will be published separately in a future update\.
145
+
146
+
147
+
148
+ ### H3-Regenerate-2K
149
+
150
+ - For H3's 2K\-resolution output, instead of using a conventional dedicated super\-resolution module, we use the H3 base model to regenerate its own low\-resolution result through an in\-context manner\.
151
+
152
+ - This approach provides two advantages: \(1\) the regeneration process can reuse the generative capabilities of H3 base model to the greatest extent possible; and \(2\) the in\-context format can reuse the original multimodal context when producing high\-resolution output, allowing it to recover information that conventional super\-resolution methods would otherwise have to “guess,” such as small text and fine details\.
153
+
154
+ - In\-context regeneration is also an example of task generalization\.
155
+
156
+ - **Due to the complexity of the system, this module is not yet open\-sourced\. We will release it once it is ready\.** We provide an API for validating the official results; see "Full 2K Workflow" below\.
157
+
158
+
159
+
160
+ ## Recommended Workflow
161
+
162
+ To help the community deploy MiniMax H3 correctly, we provide two validation methods\.
163
+
164
+ Since the complete H3 system consists of three modules—H3\-Context\-IR, H3\-Base, and H3\-Regenerate\-2K—the “Full 2K Workflow” provides an end\-to\-end validation pipeline for 2K output, combining the Open Platform API with a locally deployed H3\-Base\. The “Local Deployment of H3\-Base” section provides a method for validating 768p output using only a locally deployed H3\-Base\.
165
+
166
+ In addition, the “Prompting Guidance” section provides a detailed tutorial to help the community develop their own prompting systems\.
167
+
168
+ ### Local Deployment of H3\-Base
169
+
170
+ MiniMax H3 is released as two task\-specific checkpoints\. Each checkpoint contains a specialized Omni Transformer Model together with the required processor, tokenizer, text encoder, Visual VAE, and standalone Audio VAE components\.
171
+
172
+ |Checkpoint|Supported Tasks|Input Conditions|Output|Precision|
173
+ |---|---|---|---|---|
174
+ |MiniMax\-H3 Base FL2VA|Text\-to\-Audio\-Video \(`t2va`\), First/Last\-Frame\-to\-Audio\-Video \(`fl2va`\)|Text; optional first frame, last frame, or both|Video and audio|BF16|
175
+ |MiniMax\-H3 Base Ref2VA|Reference\-to\-Audio\-Video \(`ref2va`\)|Text with reference images, videos, and/or audio|Video and audio|BF16|
176
+
177
+ The released checkpoints are CFG-distilled Omni Transformer model weights.
178
+
179
+ Each checkpoint is distributed as a self\-contained Hugging Face\-style repository with the following components:
180
+
181
+ ```text
182
+ <TASK>/
183
+ ├── model_index.json
184
+ ├── processor/
185
+ ├── tokenizer/
186
+ ├── text_encoder/
187
+ ├── transformer/
188
+ ├── visual_vae/
189
+ └── audio_vae/
190
+ ```
191
+
192
+ Download the model. The repository hosts the original checkpoint (`FL2VA/`, `Ref2VA/`) and the diffusers format side by side, so scope the download to what your framework needs:
193
+
194
+ `model_index.json` is the repository-level public entry. The task-family-specific diffusers indexes remain under `FL2VA/model_index.json` and `Ref2VA/model_index.json`.
195
+
196
+ ```bash
197
+ # Original checkpoint, both task families (SGLang, vLLM):
198
+ hf download MiniMaxAI/MiniMax-H3 --include "model_index.json" "FL2VA/*" "Ref2VA/*" --local-dir MiniMax-H3
199
+
200
+ # Or a single task family:
201
+ hf download MiniMaxAI/MiniMax-H3 --include "model_index.json" "FL2VA/*" --local-dir MiniMax-H3
202
+ ```
203
+
204
+ diffusers users do not need a manual download: `ModularPipeline.from_pretrained("MiniMaxAI/MiniMax-H3")` fetches exactly the components it needs. See the [diffusers documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/minimax_h3) for loading recipes.
205
+
206
+ We recommend the following inference frameworks to serve the model:
207
+
208
+ - [SGLang](https://docs.sglang.io/) \- see [cookbook](https://docs.sglang.io/cookbook/diffusion/MiniMax/MiniMax-H3)
209
+
210
+ - [vLLM](https://github.com/vllm-project/vllm) \- see [vllm recipes](https://recipes.vllm.ai/MiniMaxAI/MiniMax-H3)
211
+
212
+ - [diffusers](https://github.com/huggingface/diffusers) \- see [diffusers docs](https://huggingface.co/docs/diffusers/main/en/api/pipelines/minimax_h3)
213
+
214
+ - [ComfyUI](https://github.com/Comfy-Org/ComfyUI) \- see [Comfy tutorial](https://docs.comfy.org/tutorials/video/minimax/minimax-h3); use [R2V template](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_r2v.json) / [T2V template](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_t2v.json)
215
+
216
+ #### Sglang Deployment
217
+
218
+ Here we use sglang as a deployment example\. See the [MiniMax\-H3 deployment guide](https://docs.sglang.io/cookbook/diffusion/MiniMax/MiniMax-H3#3-serve-minimax-h3) for additional deployment configurations\.
219
+
220
+ FL2VA:
221
+
222
+ ```bash
223
+ sglang serve \
224
+ --model-path MiniMaxAI/MiniMax-H3 \
225
+ --num-gpus 4 \
226
+ --ulysses-degree 4 \
227
+ --performance-mode speed \
228
+ --host 0.0.0.0 \
229
+ --port 30010 \
230
+ --model-variant fl2va
231
+ ```
232
+
233
+ Ref2VA:
234
+
235
+ ```bash
236
+ sglang serve \
237
+ --model-path MiniMaxAI/MiniMax-H3 \
238
+ --num-gpus 4 \
239
+ --ulysses-degree 4 \
240
+ --performance-mode speed \
241
+ --host 0.0.0.0 \
242
+ --port 30011 \
243
+ --model-variant ref2va
244
+ ```
245
+
246
+ #### Reproducible 768p cases
247
+
248
+ The following three use cases T2VA, FL2VA, and Ref2VA demonstrate how to reproduce MiniMax\-H3 video\-audio generation\.
249
+
250
+ | Use case | Request | Result |
251
+ |---|---|---|
252
+ | T2VA | [View script](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/reproducible-768p-t2va-request.sh) | [t2va.mp4](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/t2va.mp4) |
253
+ | FL2VA | [View script](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/reproducible-768p-fl2va-request.sh) | [fl2va.mp4](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/fl2va.mp4) |
254
+ | Ref2VA | [View script](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/reproducible-768p-ref2va-request.sh) | [ref2va.mp4](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/ref2va.mp4) |
255
+
256
+ ### Full 2K\-Workflow
257
+
258
+ This section explains how to combine a locally deployed SGLang service with the official **H3\-Context\-IR** and **H3\-Regenerate\-2K** APIs to reproduce the quality of 2K videos generated directly by the MiniMax API\.
259
+ Before you begin, configure the SGLang endpoint and your MiniMax API credentials:
260
+
261
+ ```bash
262
+ # URL of your SGLang deployment
263
+ SGLANG_DEPLOYMENT_URL="<sglang-deployment-url>"
264
+
265
+ # MiniMax API endpoint (choose one)
266
+ # CN
267
+ MINIMAX_API_BASE="https://api.minimaxi.com"
268
+ # Global
269
+ # MINIMAX_API_BASE="https://api.minimax.io"
270
+
271
+ # API token obtained from the MiniMax platform
272
+ TOKEN="<token>"
273
+ ```
274
+
275
+ MiniMax platform:
276
+
277
+ API docs:
278
+ - Create H3-2K: use /video-generation-v2-create [EN-docs](https://platform.minimax.io/docs/api-reference/video-generation-v2-create), [CN-docs](https://platform.minimaxi.com/docs/api-reference/video-generation-v2-create)
279
+ - H3-Context-IR:use /video-generation-v2-h3-context-ir [EN-docs](https://platform.minimax.io/docs/api-reference/video-generation-v2-h3-context-ir), [CN-docs](https://platform.minimaxi.com/docs/api-reference/video-generation-v2-h3-context-ir)
280
+ - H3-Regenerate-2K:use /video-generation-v2-regeneration [EN-docs](https://platform.minimax.io/docs/api-reference/video-generation-v2-regeneration), [CN-docs](https://platform.minimaxi.com/docs/api-reference/video-generation-v2-regeneration)
281
+
282
+
283
+ The examples below encode local H3\-Base output files as Base64 Data URLs\. For production use, uploading the video to a publicly accessible URL and passing that URL as `base_video` is recommended\.
284
+
285
+ For each case below, we provide reference outputs at both 2K and 768p generated directly through the Open Platform API, making it easier to validate the results\.
286
+
287
+ #### case\-T2VA
288
+
289
+ - Type: Text-to-video
290
+ - Duration: 10 seconds
291
+ - Aspect ratio: 16:9
292
+
293
+ <table>
294
+ <thead>
295
+ <tr><th>stage</th><th>request</th><th>result</th></tr>
296
+ </thead>
297
+ <tbody>
298
+ <tr><td>H3-Context-IR</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-t2va-h3-context-ir.sh">View script</a></td><td><pre><code class="language-json">{
299
+ &quot;task&quot;: {
300
+ &quot;id&quot;: &quot;&lt;task_id&gt;&quot;,
301
+ &quot;model&quot;: &quot;MiniMax-H3&quot;,
302
+ &quot;status&quot;: &quot;succeeded&quot;,
303
+ &quot;created_at&quot;: &quot;&lt;created_at&gt;&quot;,
304
+ &quot;updated_at&quot;: &quot;&lt;updated_at&gt;&quot;,
305
+ &quot;content&quot;: {
306
+ &quot;prompt&quot;: &quot;integrated_multimodal_description: [Shot 1] Cinematic, medium wide shot, pushing in slowly. In the cavernous, dimly lit bridge of a starship, sleek metallic consoles with glowing amber displays flank a massive, curved observation window. A female captain, in her late 40s with an athletic build and short silver-streaked black hair, stands in the center midground. She wears a structured, high-collared dark navy military tunic with silver chest insignias. Her back is to the camera, silhouetted against the cool, ambient starlight pouring through the thick glass. She stands perfectly still with her hands clasped tightly behind her back. Outside the window, a massive armada of jagged, dark grey dreadnoughts hovers in tight formation against a deep purple space nebula. The fleet&#39;s massive rear thrusters begin to glow with an intense, escalating bright blue light. [Shot 2] At 00:04.500, the camera cuts to a close-up of the captain&#39;s face and shakes strongly. The brilliant blue-white light from the fleet&#39;s gathering energy reflects vividly in her dark eyes. Suddenly, a blinding white flash floods through the window, completely washing out the background as the fleet jumps to hyperspace. The sheer spatial force violently jolts the bridge, causing the captain from Shot 1 to stagger slightly forward, her shoulders tensing as she visibly braces herself against the physical tremors. As the intense white light fades abruptly, leaving only the dim, empty expanse of the purple nebula reflected on her starkly lit skin, her jaw clenches, and she slowly closes her eyes in the newly emptied space.\noverall_soundscape: A low, resonant hum of the ship&#39;s ambient life support systems serves as the baseline, soon drowned out by an audible, escalating, high-pitched electronic whine as the fleet outside charges its hyperdrives. A massive, deafening, bass-heavy boom and sharp crackle erupts during the blinding flash, accompanied by the loud metallic creaking, rattling, and deep thuds of the bridge&#39;s bulkheads vibrating under immense physical stress. The intense roaring impact then cuts abruptly back to a hollow, echoing room tone, leaving only the faint, steady hum of the isolated bridge.\nnon_diegetic_music: Cinematic space-opera orchestral score, slow tempo, featuring a solitary, mournful French horn melody over deep, sustained string dissonances that build rapidly in volume and intensity, swelling to a massive orchestral peak before snapping immediately into silence right after the jump.&quot;
307
+ },
308
+ &quot;duration&quot;: 10,
309
+ &quot;usage&quot;: {
310
+ &quot;total_tokens&quot;: 8565,
311
+ &quot;prompt_tokens&quot;: 5650,
312
+ &quot;completion_tokens&quot;: 2915
313
+ },
314
+ &quot;ratio&quot;: &quot;16:9&quot;,
315
+ &quot;task_type&quot;: &quot;h3_context_ir&quot;,
316
+ &quot;modality&quot;: &quot;text&quot;
317
+ }
318
+ }</code></pre></td></tr>
319
+ <tr><td>H3-Base</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-t2va-h3-base.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/t2va.mp4">t2va.mp4</a></td></tr>
320
+ <tr><td>H3-Regenerate-2K</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-t2va-h3-regenerate-2k.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/t2va_2k.mp4">t2va_2k.mp4</a></td></tr>
321
+ <tr><td>Reference 2K result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-t2va-reference-2k-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/h3_direct_2k.mp4">h3_direct_2k.mp4</a></td></tr>
322
+ <tr><td>Reference 768P result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-t2va-reference-768p-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/h3_direct_768p.mp4">h3_direct_768p.mp4</a><br></td></tr>
323
+ </tbody>
324
+ </table>
325
+
326
+ #### case\-I2VA
327
+
328
+ - Type: First-frame image-to-video
329
+ - Duration: 8 seconds
330
+ - Aspect ratio: adaptive
331
+
332
+ <table>
333
+ <thead>
334
+ <tr><th>stage</th><th>request</th><th>result</th></tr>
335
+ </thead>
336
+ <tbody>
337
+ <tr><td>H3-Context-IR</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-i2va-h3-context-ir.sh">View script</a></td><td><pre><code class="language-json">{
338
+ &quot;task&quot;: {
339
+ &quot;id&quot;: &quot;&lt;task_id&gt;&quot;,
340
+ &quot;model&quot;: &quot;MiniMax-H3&quot;,
341
+ &quot;status&quot;: &quot;succeeded&quot;,
342
+ &quot;created_at&quot;: &quot;&lt;created_at&gt;&quot;,
343
+ &quot;updated_at&quot;: &quot;&lt;updated_at&gt;&quot;,
344
+ &quot;content&quot;: {
345
+ &quot;prompt&quot;: &quot;For the target video, at 0.00 seconds into the target video, &lt;Picture 1&gt; (from [Shot 1]) is fully referenced.\n\nintegrated_multimodal_description: [Shot 1] This is a live-action, cinematic shot with a shallow depth of field. The camera holds a perfectly static shot throughout the entire eight-second duration, capturing a cozy family gathering in a traditional Japanese dining room. The scene opens with a large, intricately patterned blue and white ceramic bowl of ramen in the immediate foreground, rendered in crisp, sharp focus. The bowl sits on a smooth, polished long wooden table. Inside the bowl, a rich, oily golden-brown broth surrounds yellow wavy noodles, topped with two thick, round slices of chashu pork featuring visible fat marbling and a distinct spiral meat pattern. A generous mound of freshly chopped, bright green scallions rests in the center, and a crisp, dark green rectangular sheet of nori seaweed is tucked into the right edge. To the left of the bowl, a pair of light brown wooden chopsticks rests horizontally on a small, dark rectangular chopstick rest, near a small cylindrical ceramic teacup with blue painted patterns. On the right side of the table, a spherical paper lantern with a ribbed bamboo frame sits on a black wooden base. In the background, a large family of seven is gathered around the table, initially appearing as a soft, blurred presence. Behind them, traditional Japanese sliding shoji screens with wooden lattice frames are open, revealing a bright outdoor scene with lush green trees. Early in the clip, the thick, white steam rising from the hot ramen broth immediately intensifies, billowing upwards in thick, swirling clouds that dance continuously above the bowl. As the clip progresses into the middle seconds, the camera maintains its static position while the focus begins a deliberate, smooth shift deeper into the room. The foreground ramen bowl, its vibrant ingredients, and the rising steam gradually soften into a hazy, out-of-focus blur. Simultaneously, the family members in the background come into sharp, detailed clarity. The heavy steam continues to rise from the foreground, creating a dynamic, translucent veil between the camera and the family. With the focus now firmly locked on the background, the vibrant family dinner comes alive. The man in the dark navy blue long-sleeved shirt on the left leans forward, his mouth moving animatedly in a silent exchange. The young girl in the crisp white short-sleeved t-shirt beside him smiles brightly, looking toward the center of the table. The woman on the far left, wearing a soft light blue long-sleeved blouse, turns her head slightly, smiling gently. Across the table, the woman in the light grey button-down shirt smiles broadly, her eyes crinkling, as she rests her hands near her plate. The woman in the dark grey top further back uses her wooden chopsticks to pick up a small piece of food from a central ceramic dish filled with bright red pickled vegetables. The woman in the center back in the light grey sweater smiles gently, her hands clasped softly in front of her, observing the interaction. Throughout the remainder of the clip, the family continues their lively physical interaction, their mouths moving in continuous, silent cadences of conversation, while the thick, white steam from the blurred ramen bowl in the foreground never stops rising, adding a comforting atmosphere to the warm gathering.\n\noverall_soundscape: The soundscape begins with a quiet room tone mixed with the faint, airy rustle of the thick steam billowing from the hot ramen bowl in the foreground, accompanied by the subtle, continuous hissing and bubbling of the rich broth. As the visual focus shifts deeper into the room, the physical sounds of the bustling family dinner become dominant in the foreground. The clear, sharp clinking of ceramic bowls and wooden chopsticks touching plates is clearly heard as the family members reach for food. This is followed by the faint, muffled thud of a cup being set down on the smooth wooden table, and the subtle, rhythmic rustle of cotton and wool clothing as the family members lean forward and gesture, perfectly capturing the lively, physical atmosphere of the shared meal.\n\nnon_diegetic_music: A gentle, heartwarming acoustic guitar melody plays softly in the background, accompanied by the subtle, resonant notes of a traditional Japanese koto. The music maintains a slow, comforting tempo that enhances the cozy, nostalgic, and joyful atmosphere of the family gathering.&quot;
346
+ },
347
+ &quot;duration&quot;: 8,
348
+ &quot;usage&quot;: {
349
+ &quot;total_tokens&quot;: 22822,
350
+ &quot;prompt_tokens&quot;: 12800,
351
+ &quot;completion_tokens&quot;: 10022
352
+ },
353
+ &quot;ratio&quot;: &quot;16:9&quot;,
354
+ &quot;task_type&quot;: &quot;h3_context_ir&quot;,
355
+ &quot;modality&quot;: &quot;text&quot;
356
+ }
357
+ }</code></pre></td></tr>
358
+ <tr><td>H3-Base</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-i2va-h3-base.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/i2va.mp4">i2va.mp4</a></td></tr>
359
+ <tr><td>H3-Regenerate-2K</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-i2va-h3-regenerate-2k.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/i2va_2k.mp4">i2va_2k.mp4</a><br></td></tr>
360
+ <tr><td>Reference 2K result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-i2va-reference-2k-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/i2va_direct_2k.mp4">i2va_direct_2k.mp4</a></td></tr>
361
+ <tr><td>Reference 768P result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-i2va-reference-768p-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/i2va_direct_768p.mp4">i2va_direct_768p.mp4</a></td></tr>
362
+ </tbody>
363
+ </table>
364
+
365
+ #### case\-Ref2VA
366
+
367
+ - Type: Multimodal reference-to-video (video + audio)
368
+ - Duration: 5 seconds
369
+ - Aspect ratio: adaptive
370
+
371
+ <table>
372
+ <thead>
373
+ <tr><th>stage</th><th>request</th><th>result</th></tr>
374
+ </thead>
375
+ <tbody>
376
+ <tr><td>H3-Context-IR</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-ref2va-h3-context-ir.sh">View script</a></td><td><pre><code class="language-json">{
377
+ &quot;task&quot;: {
378
+ &quot;id&quot;: &quot;&lt;task_id&gt;&quot;,
379
+ &quot;model&quot;: &quot;MiniMax-H3&quot;,
380
+ &quot;status&quot;: &quot;succeeded&quot;,
381
+ &quot;created_at&quot;: &quot;&lt;created_at&gt;&quot;,
382
+ &quot;updated_at&quot;: &quot;&lt;updated_at&gt;&quot;,
383
+ &quot;content&quot;: {
384
+ &quot;prompt&quot;: &quot;subject_definitions:\n&lt;Subject 1&gt; is the young man with short wavy blonde hair, wearing a bright pink suit jacket, matching pink trousers, an unbuttoned white shirt, and silver rings, holding a small black lamb in his arms in &lt;Video 1&gt;.\n&lt;Video 1&gt; is the source video for the editing task.\n&lt;Audio 1&gt; is the synchronized audio track of &lt;Video 1&gt;, providing the background music.\n&lt;Audio 2&gt; is the voice timbre reference for &lt;Subject 1&gt;&#39;s voice, containing a spoken male voiceover.\n\nsummary:\n[video editing + audio reference + audio reuse] The target video is an edited version of &lt;Video 1&gt;. &lt;Subject 1&gt;, wearing a bright pink suit and holding a black lamb, stands in a grassy field with other white lambs in the background. The edit animates &lt;Subject 1&gt;&#39;s face to speak the user-provided dialogue. &lt;Audio 1&gt; is partially reused as the continuous background music, while the target references the calm male voice timbre of &lt;Audio 2&gt; for &lt;Subject 1&gt;&#39;s spoken lines.\n\nretention_analysis:\n&lt;Subject 1&gt; (appears in [Shot 1]): fully_preserved - the man retains his identity, wavy blonde hair, pink suit, white shirt, accessories, and the black lamb he holds, with his mouth newly animated to speak.\n&lt;Video 1&gt; (source video editing): fully_preserved - the original camera framing, warm golden hour lighting, grassy hill setting, and background white lambs are maintained while the central character is edited.\n&lt;Audio 1&gt;: partially_copy - the atmospheric background music from &lt;Audio 1&gt; is reused in the target video, mixed beneath the newly added spoken dialogue.\n&lt;Audio 2&gt;: reference - the target audio references the male voice timbre from &lt;Audio 2&gt; to generate &lt;Subject 1&gt;&#39;s spoken dialogue.\n\ndetailed_description:\nThe target video is in realistic photographic style.\n[Shot 1] The shot begins from the source &lt;Video 1&gt;, showing &lt;Subject 1&gt;, a young man with short wavy blonde hair, wearing a bright pink suit jacket, matching pink trousers, and a casually unbuttoned white shirt. He stands confidently in a sunlit green pasture, gently holding a small black lamb securely in his arms. The warm, golden hour lighting casts soft shadows across his face and the bright pink fabric of his suit. Behind him, several white lambs stand and graze on the rolling grassy hill against a clear, pale blue sky. The atmospheric background music from &lt;Audio 1&gt; plays continuously throughout the scene. &lt;Subject 1&gt; physically speaks, his mouth movements naturally syncing to the new dialogue, with his voice timbre referencing the calm male delivery from &lt;Audio 2&gt;. Looking thoughtfully forward, &lt;Subject 1&gt; (S1) speaks softly, &lt;d&gt;[English] Follow the wind, live free.&lt;/d&gt; As he delivers the line, he subtly shifts his weight, cradling the resting black lamb while the camera slowly pushes in. &lt;Subject 1&gt; (S1) continues his thought, &lt;d&gt;[English] Leave worries behind, enjoy the moment.&lt;/d&gt; Exactly as his voice stops, his lips meet in a relaxed, peaceful smile, and his jaw ceases speaking motion. He then turns his gaze slightly away toward the horizon, gently stroking the black lamb&#39;s fleece with his fingers as the camera holds on this tranquil, sunlit state through the end of the video.\n\noverall_soundscape:\nThe soundscape consists of the continuous, atmospheric background music from &lt;Audio 1&gt;, overlaid with the clear, calm male dialogue spoken by the main character, referencing the voice timbre of &lt;Audio 2&gt;.\n\nnon_diegetic_music:\nThe atmospheric, sustained background music from &lt;Audio 1&gt; is reused as the continuous score, playing quietly beneath the spoken dialogue.&quot;
385
+ },
386
+ &quot;duration&quot;: 5,
387
+ &quot;usage&quot;: {
388
+ &quot;total_tokens&quot;: 39299,
389
+ &quot;prompt_tokens&quot;: 33323,
390
+ &quot;completion_tokens&quot;: 5976
391
+ },
392
+ &quot;ratio&quot;: &quot;16:9&quot;,
393
+ &quot;task_type&quot;: &quot;h3_context_ir&quot;,
394
+ &quot;modality&quot;: &quot;text&quot;
395
+ }
396
+ }</code></pre></td></tr>
397
+ <tr><td>H3-Base</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-ref2va-h3-base.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/r2va.mp4">r2va.mp4</a><br></td></tr>
398
+ <tr><td>Reference 2K result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-ref2va-reference-2k-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/r2va_2k.mp4">r2va_2k.mp4</a></td></tr>
399
+ <tr><td>H3 API 2K in Open Platform for reference</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-ref2va-h3-api-2k-in-open-platform-for-reference.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/r2va_direct_2k.mp4">r2va_direct_2k.mp4</a><br></td></tr>
400
+ <tr><td>Reference 768P result by directly calling Open Platform API</td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/scripts/readme/full-2k-ref2va-reference-768p-result-by-directly-calling-open-platform-api.sh">View script</a></td><td><a href="https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/assets/r2va_direct_768p.mp4">r2va_direct_768p.mp4</a><br></td></tr>
401
+ </tbody>
402
+ </table>
403
+
404
+ ### Prompting Guidance
405
+
406
+ [VIDEO\_PROMPT\_WRITING\_GUIDE\_base\_en\.md](docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md)
407
+
408
+ [VIDEO\_PROMPT\_WRITING\_GUIDE\_ref\_en\.md](docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md)
409
+
410
+ skills to improve prompt: https://github.com/MiniMax-AI/MiniMax-H3/tree/main/skills
411
+
412
+ ## License
413
+
414
+ - MiniMax H3 is released under the [MiniMax H3 Community License Agreement](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE).
415
+ - [Q&A about the License](docs/QA-about-License.md)
416
+ - [Application form(only for USA/EU/UK/South Korea)](https://platform.minimax.io/h3-license)
417
+
418
+ ## Contact Us
419
+
420
+ Contact us at [model@minimax.io](mailto:model@minimax.io).
Ref2VA/model_index.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Pipeline",
3
+ "_diffusers_version": "0.32.2",
4
+ "text_encoder": [
5
+ "transformers",
6
+ "MiniMaxH3Qwen3VLHFEncoder"
7
+ ],
8
+ "tokenizer": [
9
+ "transformers",
10
+ "Qwen2TokenizerFast"
11
+ ],
12
+ "video_vae": [
13
+ "diffusers",
14
+ "MiniMaxH3VideoVAE"
15
+ ],
16
+ "audio_vae": [
17
+ "diffusers",
18
+ "MiniMaxH3AudioVAE"
19
+ ],
20
+ "scheduler": null,
21
+ "transformer": [
22
+ "diffusers",
23
+ "MiniMaxH3DiTModel"
24
+ ],
25
+ "processor": [
26
+ "transformers",
27
+ "Qwen3VLProcessor"
28
+ ],
29
+ "_minimax_h3": {
30
+ "schema_version": 1,
31
+ "partition": "ref2va",
32
+ "tasks": [
33
+ "ref2va"
34
+ ],
35
+ "task_aliases": {},
36
+ "sigma_shift_scales": {
37
+ "video": 12.0,
38
+ "audio": 3.0
39
+ }
40
+ }
41
+ }
audio_scheduler/scheduler_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Scheduler",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "shift": 3.0
5
+ }
audio_vae/config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLMiniMaxH3Audio",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "encoder_dim": 64,
5
+ "encoder_rates": [
6
+ 2,
7
+ 4,
8
+ 4,
9
+ 5,
10
+ 5
11
+ ],
12
+ "latent_dim": 2048,
13
+ "latent_channels": 32,
14
+ "decoder_dim": 1024,
15
+ "decoder_rates": [
16
+ 5,
17
+ 5,
18
+ 2,
19
+ 2,
20
+ 2,
21
+ 2,
22
+ 2
23
+ ],
24
+ "decoder_kernel_sizes": [
25
+ 9,
26
+ 9,
27
+ 4,
28
+ 4,
29
+ 4,
30
+ 4,
31
+ 4
32
+ ],
33
+ "num_attention_heads": 8,
34
+ "resblock_kernel_sizes": [
35
+ 3,
36
+ 7,
37
+ 11
38
+ ],
39
+ "resblock_dilation_sizes": [
40
+ [
41
+ 1,
42
+ 3,
43
+ 5
44
+ ],
45
+ [
46
+ 1,
47
+ 3,
48
+ 5
49
+ ],
50
+ [
51
+ 1,
52
+ 3,
53
+ 5
54
+ ]
55
+ ],
56
+ "sampling_rate": 32000,
57
+ "latents_mean": [
58
+ -0.020211687488382354,
59
+ 0.3876466479950502,
60
+ -0.04398279799186767,
61
+ -0.28591514936373,
62
+ 0.08179686214561671,
63
+ -0.35782641352446604,
64
+ 0.040623809960919084,
65
+ -0.01552534501956604,
66
+ -0.223362481667332,
67
+ 0.1821006842509091,
68
+ 0.2941778783780663,
69
+ -0.07901167601970885,
70
+ -0.056815072777201,
71
+ -0.3699028221860095,
72
+ -0.31616315591624855,
73
+ 0.5905951377425391,
74
+ -0.052139568068853864,
75
+ 0.013673160263486295,
76
+ -0.03691647864630577,
77
+ 0.09732660653298163,
78
+ -0.3394662328788498,
79
+ -0.30685677538541667,
80
+ -0.24504598907458763,
81
+ -0.034698524462007344,
82
+ 0.02868032184767538,
83
+ -0.21217779266454084,
84
+ -0.1678263169941987,
85
+ 0.3221287889040614,
86
+ -0.1223055851554907,
87
+ 0.4356604928128464,
88
+ -0.0502599202236253,
89
+ 0.3979258376211797
90
+ ],
91
+ "latents_std": [
92
+ 1.6895524230479284,
93
+ 2.76263727217653,
94
+ 1.7945344281264435,
95
+ 1.6801681847309828,
96
+ 1.6390226546605453,
97
+ 2.7788298348882177,
98
+ 1.7659090095747236,
99
+ 1.6199757612137327,
100
+ 2.6336525640336896,
101
+ 1.8539356672817833,
102
+ 2.5056497896915633,
103
+ 1.811019237886178,
104
+ 1.9579657790720237,
105
+ 1.6685498243529284,
106
+ 1.4922469314453364,
107
+ 3.298670198067373,
108
+ 1.9491804496832168,
109
+ 1.8720003270431442,
110
+ 1.8334080103291832,
111
+ 1.6488070416529093,
112
+ 1.6176957696319716,
113
+ 1.9131449234774398,
114
+ 1.5695245398428617,
115
+ 1.6943659940415912,
116
+ 1.8318420762504692,
117
+ 1.5540637421583379,
118
+ 1.9344930328968526,
119
+ 1.599198216109855,
120
+ 1.718045989838149,
121
+ 1.6307219190837705,
122
+ 1.8661226051202384,
123
+ 1.5613768203168363
124
+ ]
125
+ }
docs/QA-about-License.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Q&A About License
2
+
3
+ ## Why is MiniMax-H3's open-weight license currently limited to the EU, UK, South Korea, and US?
4
+
5
+ MiniMax-H3 was built with the goal of global availability. The current territory scope is not about excluding specific countries or regions, but about recognizing that video generation models are facing a more complex and rapidly evolving regulatory environment compared with text or code models.
6
+
7
+ Regions such as the EU, UK, South Korea, and the US are currently developing or enforcing AI-related regulations that may have specific implications for generative video models, especially around areas such as likeness generation, copyright, content safety, and responsible deployment.
8
+
9
+ - The EU AI Act has started enforcement, while practical requirements for models capable of generating video and likeness-related content are still evolving.
10
+ - Similar regulatory uncertainties exist in the UK and South Korea regarding AI-generated content and video generation.
11
+ - In the US, AI regulation remains a rapidly changing landscape, and MiniMax is also involved in ongoing copyright-related legal proceedings specifically concerning generative video AI.
12
+
13
+ For open-weight models, once the weights are released, developers can deploy and modify them independently. This creates different compliance challenges compared with hosted services.
14
+
15
+ We had two options:
16
+
17
+ 1. Wait until every jurisdiction reaches complete regulatory clarity before releasing open weights, which could take a long time while AI technology continues to evolve.
18
+ 2. Release the model now with a transparent license scope, while continuing to evaluate and expand availability.
19
+
20
+ We chose the second approach. The current limitation means "not yet", not "not ever."
21
+
22
+ ## Why can MiniMax-H3 API be used globally if open weights are restricted in some regions?
23
+
24
+ The difference is the distribution model.
25
+
26
+ The main concern is not the existence of MiniMax-H3 itself, but the ability to control compliance after open weights leave our infrastructure.
27
+
28
+ For API access, MiniMax operates the serving infrastructure and can enforce appropriate safeguards, including:
29
+
30
+ - Protection against misuse involving minors.
31
+ - Copyright-related compliance measures.
32
+ - Content safety controls.
33
+ - Compliance with applicable laws and regulations.
34
+
35
+ With open weights, users can independently deploy, modify, and distribute the model, which makes it much harder to ensure the same level of compliance.
36
+
37
+ Therefore, the API and open-weight release follow different approaches:
38
+
39
+ - API: Globally available with built-in safeguards and responsible-use controls.
40
+ - Open weights: Temporarily limited in certain regions until the regulatory and compliance framework becomes clearer.
41
+
42
+ ## Can organizations in restricted regions still use MiniMax-H3?
43
+
44
+ Yes.
45
+
46
+ Organizations in these regions can apply for a formal license. After reviewing the deployment scenario and confirming that appropriate compliance controls and safeguards are implemented, MiniMax may authorize usage.
47
+
48
+ [Application form](https://platform.minimax.io/h3-license)
49
+
50
+ Through authorized deployments, MiniMax can ensure that MiniMax-H3 is used responsibly while meeting local legal and regulatory requirements.
51
+
52
+ ## Will MiniMax expand open-weight availability in the future?
53
+
54
+ Yes. We will continue monitoring legal developments and reassessing the territory scope.
55
+
56
+ Our commitments:
57
+
58
+ - Continuously review regulations and compliance requirements across regions.
59
+ - Keep MiniMax-H3 API available globally, so users can continue accessing the model.
60
+ - Clearly communicate any future license changes instead of making silent updates.
61
+ - Listen to feedback from developers, researchers, and organizations affected by these restrictions.
62
+
63
+ Our goal remains the same: bringing intelligence to everyone with responsible AI use.
64
+
65
+ The current license scope reflects today's regulatory reality, not our long-term vision.
docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Video Prompt Writing Guide (T2VA / I2VA / FL2VA / L2VA)
2
+
3
+ ## 1. Task Overview
4
+
5
+ - **T2VA**: Builds a complete audiovisual timeline from text.
6
+ - **I2VA**: T2VA body + first-frame instruction + a visual path that develops forward from the first frame.
7
+ - **FL2VA**: T2VA body + first-and-last-frame instruction + a continuous path from the first frame to the last frame.
8
+ - **L2VA**: T2VA body + last-frame instruction + a path that converges from a plausible preceding state to the last frame.
9
+
10
+ ## 2. Final Prompt Structure
11
+
12
+ ### 2.1 Part One Is the Instruction
13
+
14
+ **T2VA** has no image-alignment instruction and begins directly with the three core fields.
15
+
16
+ **I2VA** always uses:
17
+
18
+ ```text
19
+ For the target video, at 0.00 seconds into the target video, <Picture 1> (from [Shot 1]) is fully referenced.
20
+ ```
21
+
22
+ **FL2VA** always uses:
23
+
24
+ ```text
25
+ How the reference pictures align with the target video — Picture 1 (from Shot 1) aligns with the 0.00-second mark of the target video; Picture 2 (from Shot N) aligns with the S.SS-second mark of the target video.
26
+ ```
27
+
28
+ **L2VA** always uses:
29
+
30
+ ```text
31
+ How the reference pictures align with the target video — <Picture 1> (from [Shot N]) aligns with the S.SS-second mark of the target video.
32
+ ```
33
+
34
+ Here, `N` is the index of the actual final shot, and `S.SS` is the effective video duration formatted to exactly two decimal places. The instruction must be the first line of the final prompt, followed by one blank line before the core fields.
35
+
36
+ ### 2.2 Part Two Contains the Three Core Fields
37
+
38
+ ```text
39
+ integrated_multimodal_description: [Shot 1] ...
40
+
41
+ overall_soundscape: ...
42
+
43
+ non_diegetic_music: ...
44
+ ```
45
+
46
+ - **integrated_multimodal_description**: Describes visuals, actions, shots, speakers, dialogue, singing, and diegetic audio along the timeline.
47
+ - **overall_soundscape**: Summarizes ambient sound, physical action sounds, and non-verbal human sounds across the entire video.
48
+ - **non_diegetic_music**: Describes background music that the characters cannot hear and only the audience can hear.
49
+
50
+ ## 3. How to Incorporate Keyframes into the Multimodal Description
51
+
52
+ ### 3.1 I2VA: Begin from the Image and Develop Forward
53
+
54
+ `<Picture 1>` is the actual first frame of the video at 0.00 seconds and belongs to `[Shot 1]`. The description should first establish the style, subjects, composition, and scene anchors in the image, then describe the next action. Character identity, clothing, colors, key objects, and spatial relationships should remain consistent.
55
+
56
+ Recommended structure: **first-frame anchor → action onset → continuous development → result or reaction**.
57
+
58
+ ### 3.2 FL2VA: Describe the Path Between the First and Last Frames
59
+
60
+ Picture 1 is the opening, and Picture 2 is the ending. Focus on how the subject moves, how poses change, how objects are manipulated, how the composition evolves, and how the scene or lighting transitions.
61
+
62
+ FL2VA generally favors a single shot so the model can interpolate continuously from the first frame to the last frame. Use multiple shots only when they are explicitly specified. The last frame must be reached by the final `[Shot N]` at the end of the video.
63
+
64
+ Recommended structure: **first-frame state → observable intermediate changes → progressively narrowing differences → last-frame state**.
65
+
66
+ ### 3.3 L2VA: Infer the Opening and Land on the Image at the End
67
+
68
+ `<Picture 1>` is the final frame of the video and belongs to the last `[Shot N]`; it does not inherently belong to Shot 1. Infer a plausible earlier state from the user's intent and the last frame, then describe how the characters, objects, camera, and scene gradually approach the reference image.
69
+
70
+ Recommended structure: **plausible preceding state → explicit action and transition path → gradual convergence in the final shot → last-frame landing**.
71
+
72
+ ## 4. How to Write the Three Shared Core Sections
73
+
74
+ ### 4.1 Develop the Multimodal Description Along the Timeline
75
+
76
+ `integrated_multimodal_description` is the main body of the rewritten prompt. Every detail should correspond to something visible or audible: visual style, initial composition, subject appearance and position, scene and key props, actions and reactions, shot changes, spoken language, and synchronized diegetic sound.
77
+
78
+ At the beginning of `[Shot 1]`, state the overall style and initial composition. Common styles include `Cinematic`, `live-action`, `2D-animated`, `3D CG`, `claymation`, `watercolor`, and `vintage film`. For keyframe tasks, derive the style from the reference image; for T2VA, select it from the user's text.
79
+
80
+ ```text
81
+ [Shot 1] Live-action, cinematic, a medium-wide shot frames...
82
+ ```
83
+
84
+ ### 4.2 Shots and Cuts
85
+
86
+ Do not add a timestamp to the first shot. Use sequential shot numbers for later shots, and begin each one with a strictly increasing cut time that falls within the video duration:
87
+
88
+ ```text
89
+ [Shot 2] At 00:03.500, the camera cuts to...
90
+ ```
91
+
92
+ For ordinary cuts, use `the camera cuts to`, `the shot cuts to`, `the shot transitions to`, `the shot changes to`, or `the shot switches to`. When explicitly requested by the user, cross-dissolve, fade, or wipe may also be used. A cut should introduce new information about the subject, space, state, viewpoint, or time. If only the distance or a slight angle needs to change, prefer camera motion.
93
+
94
+ ### 4.3 Camera Motion: Motion Type + Amplitude + Speed
95
+
96
+ A complete camera-motion expression has three dimensions: the **motion type** defines how the camera moves, **amplitude** defines the range of compositional change, and **speed** defines the pacing of that change. Add amplitude and speed only when they are meaningful; medium amplitude and normal speed are usually omitted.
97
+
98
+ | Dimension | Available Expression | Description |
99
+ |-|-|-|
100
+ | Motion type | `Zoom In / Zoom Out` | The focal length changes while the camera body remains stationary |
101
+ | Motion type | `Push In / Pull Out` | The camera moves forward / backward |
102
+ | Motion type | `Pan Left / Pan Right` | The camera remains in place while the lens pivots horizontally |
103
+ | Motion type | `Truck Left / Truck Right` | The camera translates horizontally |
104
+ | Motion type | `Tilt Up / Tilt Down` | The camera remains in place while the lens pivots vertically |
105
+ | Motion type | `Pedestal Up / Pedestal Down` | The entire camera moves upward / downward |
106
+ | Motion type | `Arc Shot` | The camera moves in an arc around the subject |
107
+ | Motion type | `Tracking Shot` | The camera follows a moving subject |
108
+ | Motion type | `Static Shot` | The camera position and lens remain still |
109
+ | Motion type | `Shake Slightly / Shake Strongly` | Slight / strong camera shake |
110
+ | Motion type | `POV` | The subject's point of view |
111
+ | Motion type | `Roll Clockwise / Roll Counterclockwise` | The camera rolls clockwise / counterclockwise around the lens axis |
112
+ | Amplitude | `with small amplitude` | Small-range change |
113
+ | Amplitude | `with large amplitude` | Large-range change |
114
+ | Speed | `at slow speed` | Slow movement |
115
+ | Speed | `at fast speed` | Fast movement |
116
+
117
+ Camera motion should be written as a natural English action within the shot, rather than stacked as separate labels at the end of a sentence:
118
+
119
+ ```text
120
+ The camera pushes in with small amplitude at slow speed toward the folded letter in her hands.
121
+ The camera pans right with large amplitude at fast speed, revealing the open doorway.
122
+ The camera holds a static shot as the runner exits the frame.
123
+ ```
124
+
125
+ ### 4.4 Speakers, Dialogue, and Singing
126
+
127
+ Subjects who speak, sing, or produce an off-screen human voice use stable IDs such as `(S1)` and `(S2)`. When multiple already-numbered speakers speak or sing together, use a compound ID such as `(S1,S2)`. A speaker keeps the same ID across shots; characters who never vocalize receive no speaker ID.
128
+
129
+ When a speaker first appears, provide enough information from the visual and audio context to establish a stable identity, such as character type, age, gender, whether the person is on-screen, pitch, timbre, speaking rate, or accent. Place the speaker's identifying phrase, ID, action, and delivery outside `<d>`. Inside `<d>`, include only the language tag and the actual user-provided spoken content. Preserve every original word and punctuation mark verbatim; do not translate or rewrite them.
130
+
131
+ ```text
132
+ The young woman with a quiet, breathy voice (S1) says: <d>[English] I get off at the next station.</d>
133
+ The two children (S1,S2) shout together, <d>[English] Wait for us!</d>
134
+ ```
135
+
136
+ For voiceover, use the exact phrase `says in an off-screen voiceover`. Immediately after every voiceover `<d>` block, state that the corresponding on-screen character's lips remain closed:
137
+
138
+ ```text
139
+ The man (S1) says in an off-screen voiceover: <d>[English] I still remember that road.</d> while his lips remain completely closed.
140
+ ```
141
+
142
+ When the same line of dialogue or lyrics crosses a cut, use `<scenetrans>` at the connecting points in both parts and explicitly state that the audio continues across the cut. Use `<cutoff>` when speech is truncated by the end of the video. Continuity may be expressed with `continues seamlessly across the cut`, `continues uninterrupted into the next shot`, `carries over from the previous shot`, or `remains audible across the transition`.
143
+
144
+ ### 4.5 On-Screen Text
145
+
146
+ Place any banner, sign, label, subtitle, or neon text that is actually visible on screen in English double quotation marks. Preserve the original text and punctuation verbatim, without translation.
147
+
148
+ ```text
149
+ A red neon sign reading "营业中" glows above the doorway.
150
+ ```
151
+
152
+ ### 4.6 overall_soundscape
153
+
154
+ Use 1–4 English sentences in one continuous paragraph to summarize the ambient sound, physical action sounds, and non-verbal human sounds across the full video, such as wind, rain, traffic, footsteps, fabric movement, impacts, breathing, laughter, or panting. Dialogue, singing, and diegetic music already belong in the multimodal description and should not be repeated here. Use `N/A` only when the user explicitly requests complete silence throughout the video.
155
+
156
+ ```text
157
+ overall_soundscape: Steady rain taps against the café windows while low room ambience continues underneath. The entrance bell rings once, followed by wet footsteps and the soft scrape of a chair.
158
+ ```
159
+
160
+ ### 4.7 non_diegetic_music
161
+
162
+ Use 1–3 English sentences to describe background music that the characters cannot hear and only the audience can hear. Focus on instrumentation, speed, rhythm, and dynamic changes; do not use abstract mood words or explain the emotional function of the score. Singing, instruments, radio, television, or phone music audible to the characters are diegetic events and should appear in the multimodal description. Use `N/A` when there is no non-diegetic music.
163
+
164
+ ```text
165
+ non_diegetic_music: Sparse piano notes at a slow tempo, joined by sustained low strings that gradually increase in volume before fading out.
166
+ ```
167
+
168
+ ## 5. Cases
169
+
170
+ ### Case 1: T2VA
171
+
172
+ With no reference image, construct the complete timeline directly from the text. You may add scene, character, action, and sound details that remain consistent with the user's intent.
173
+
174
+ ```text
175
+ integrated_multimodal_description: [Shot 1] Live-action, cinematic, a medium-wide shot frames a baker opening the shutters of a small street bakery before sunrise. The camera pushes in with small amplitude at slow speed as the middle-aged baker with a calm, slightly raspy voice (S1) places a fresh loaf on the wooden counter and says: <d>[English] First batch of the morning.</d> [Shot 2] At 00:05.000, the camera cuts to a close-up of steam rising from the sliced bread while the baker's final words carry over from the previous shot.
176
+
177
+ overall_soundscape: Wooden shutters scrape open over a quiet street as trays clink softly inside the bakery. The doorbell rings once, followed by light footsteps and the crisp sound of bread being sliced.
178
+
179
+ non_diegetic_music: A soft acoustic-guitar pattern at a moderate tempo, joined by sparse upright-bass notes and a gentle fade at the end.
180
+ ```
181
+
182
+ ### Case 2: I2VA
183
+
184
+ Write the first-frame instruction first, then use the subject, composition, and scene in Picture 1 as the starting point of Shot 1 before describing how the scene continues to develop.
185
+
186
+ ```text
187
+ For the target video, at 0.00 seconds into the target video, <Picture 1> (from [Shot 1]) is fully referenced.
188
+
189
+ integrated_multimodal_description: [Shot 1] Live-action, cinematic, the young woman shown in <Picture 1> remains beside the rain-covered train window, preserving her appearance, clothing, seat position, and the carriage layout. The camera trucks right with small amplitude at slow speed as she lifts her gaze from the folded letter toward the passing city lights. Her reflection moves across the glass while the quiet, breathy young woman (S1) says: <d>[English] I get off at the next station.</d> She folds the letter along its existing crease.
190
+
191
+ overall_soundscape: The train wheels produce a steady metallic rhythm beneath a low ventilation hum. Rain ticks against the window while paper rustles softly in her hands.
192
+
193
+ non_diegetic_music: Sustained cello notes at a slow tempo with widely spaced piano tones, gradually decreasing in volume.
194
+ ```
195
+
196
+ ### Case 3: FL2VA
197
+
198
+ The two images anchor the opening and ending respectively. The body should not repeat two static image descriptions; instead, it should supply the motion path that connects them. The following example is an eight-second single shot.
199
+
200
+ ```text
201
+ How the reference pictures align with the target video — Picture 1 (from Shot 1) aligns with the 0.00-second mark of the target video; Picture 2 (from Shot 1) aligns with the 8.00-second mark of the target video.
202
+
203
+ integrated_multimodal_description: [Shot 1] Live-action, cinematic, a rain-soaked cyclist begins in the position and framing established by Picture 1, holding a closed black umbrella beside a silver bicycle. The camera pulls out with small amplitude at slow speed as she releases the bicycle handle, raises the umbrella above her shoulder, and presses the runner upward until the canopy opens. Water rolls from the expanding fabric while she steps beneath it, rotates the handle into the final angle, and settles into the pose, spacing, and composition established by Picture 2 at the end of the shot.
204
+
205
+ overall_soundscape: Rain falls steadily on the pavement, followed by the metallic click of the umbrella runner and the soft snap of the canopy opening. Water drips from the bicycle frame as distant traffic passes.
206
+
207
+ non_diegetic_music: N/A
208
+ ```
209
+
210
+ ### Case 4: L2VA
211
+
212
+ The image anchors only the final moment. First establish a compatible earlier state, then let the actions, object states, and composition gradually land on Picture 1 in the final shot. The following example is a six-second single shot.
213
+
214
+ ```text
215
+ How the reference pictures align with the target video — <Picture 1> (from [Shot 1]) aligns with the 6.00-second mark of the target video.
216
+
217
+ integrated_multimodal_description: [Shot 1] Live-action, cinematic, a close shot begins with an intact drinking glass near the edge of a dark wooden table, while the same hand and sleeve visible in <Picture 1> approach from the right. The camera pushes in with small amplitude at slow speed as the fingertips strike the rim. The glass tips, falls, and hits the floor with a sharp impact; cracks spread through it as fragments slide outward. Toward the end, the moving pieces lose momentum and settle into the exact broken arrangement, hand position, camera angle, lighting, and final composition established by <Picture 1>.
218
+
219
+ overall_soundscape: Fingertips tap the glass before it scrapes across the tabletop, falls, and breaks with a sharp crash. Small fragments scatter and gradually stop sliding across the floor.
220
+
221
+ non_diegetic_music: A low electronic pulse at a slow tempo, ending immediately after the glass breaks.
222
+ ```
docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Full-Reference Mode Rewrite Output Format Guide
2
+
3
+ This guide explains how rewrite outputs are organized and written in full-reference mode.
4
+
5
+ Write all six rewrite sections in English. Preserve the original language only for dialogue and lyrics inside `<d>` and for text visibly present in the scene.
6
+
7
+ **Description detail:** Make `detailed_description` as detailed and explicit as possible. For each shot, clearly establish the current composition, subject appearance and position, environment and lighting, actions and state changes, camera movement, current sound, and the points where referenced content actually appears or takes effect. Avoid reducing the description to a plot summary or a list of reference relationships.
8
+
9
+ > The basic formats for shots, camera movement, speakers, dialogue, and ordinary sound are shared with the Video Prompt Writing Guide (T2VA / I2VA / FL2VA / L2VA). This guide focuses on the reference labels, analysis sections, and format differences specific to full-reference mode.
10
+
11
+ ## 1. Overall Structure
12
+
13
+ A complete rewrite output consists of six sections in the following order:
14
+
15
+ | Section | Purpose |
16
+ | --- | --- |
17
+ | `subject_definitions` | Defines referenced content and its reference labels |
18
+ | `summary` | Summarizes the task type, target video, and main reference relationships |
19
+ | `retention_analysis` | Describes how referenced content is preserved, transferred, or reused |
20
+ | `detailed_description` | Describes visuals, actions, shots, sound, and dialogue in playback order |
21
+ | `overall_soundscape` | Summarizes ambience and physical sounds |
22
+ | `non_diegetic_music` | Describes background music audible only to the audience |
23
+
24
+ ## 2. Reference Labels and Definitions (`subject_definitions`)
25
+
26
+ Full-reference rewrites use four types of labels to identify the source and role of referenced content:
27
+
28
+ | Label | Meaning |
29
+ | --- | --- |
30
+ | `<Subject N>` | Visible content abstracted from reference assets that can be reused or modified in the target video |
31
+ | `<Picture N>` | A reference image used as a concrete target frame or shot-planning anchor |
32
+ | `<Video N>` | A reference video that provides an editing source, continuation starting point, or whole-video temporal structure |
33
+ | `<Audio N>` | An audio signal that is copied or referenced |
34
+
35
+ > Once a reference label is assigned to a piece of content, it keeps the same meaning across `subject_definitions`, `summary`, `retention_analysis`, `detailed_description`, and the audio sections.
36
+
37
+ `subject_definitions` defines each piece of referenced content that must be tracked separately later, such as a person, an environment, a source video's structure, or an audio track. Give each item its own line and explain what its label denotes, its reference role, and the main features to follow; name the corresponding source asset when its provenance needs to be made explicit. If `<Picture N>` or `<Video N>` only identifies the source of another referenced item and will not be analyzed or used separately later, cite it inside that item's definition without adding a separate line. `retention_analysis` records where each referenced item appears and whether it is fully preserved, partially preserved, transferred, or reused.
38
+
39
+ ### 2.1 `<Subject N>`
40
+
41
+ `<Subject N>` is used for reusable visible content, including:
42
+
43
+ - People, animals, or objects
44
+ - Scenes, backgrounds, or environments
45
+ - Clothing, props, interfaces, or visual effects
46
+ - Styles, actions, expressions, or poses
47
+
48
+ It represents a content unit that will actually be used in the target video, rather than the source file itself. One subject may be defined by multiple reference assets, and one reference asset may provide multiple subjects.
49
+
50
+ ```text
51
+ <Subject 1> is the young woman in <Picture 1>, with long dark hair, a blue cardigan, and a thin silver necklace.
52
+ ```
53
+
54
+ When the same subject comes from multiple assets, combine the sources and state what each asset provides:
55
+
56
+ ```text
57
+ <Subject 1> is the woman whose appearance comes from <Picture 1> and whose walking motion comes from <Video 1>.
58
+ ```
59
+
60
+ ### 2.2 `<Picture N>`
61
+
62
+ Use a standalone `<Picture N>` when the reference image itself serves as a shot's first frame, keyframe, last frame, edited keyframe, or composition anchor:
63
+
64
+ ```text
65
+ <Picture 2> is the first frame of [Shot 1], showing a woman seated beside a café window.
66
+ ```
67
+
68
+ If an image is used only to define a character, scene, costume, or style, do not create a standalone picture entry. Instead, cite the image source inside the corresponding `<Subject N>` definition.
69
+
70
+ When an image acts as a storyboard or shot-planning reference, state which shots it maps to and what planning information it provides:
71
+
72
+ ```text
73
+ <Picture 3> is a storyboard reference for [Shot 1] and [Shot 2], defining their viewpoint, subject placement, and shot order.
74
+ ```
75
+
76
+ ### 2.3 `<Video N>`
77
+
78
+ `<Video N>` is reserved for whole-video relationships, such as:
79
+
80
+ - Editing an original video
81
+ - Continuing from the end of an original video
82
+ - Referencing the original video's camera movement, cuts, rhythm, or temporal structure
83
+
84
+ ```text
85
+ <Video 1> is the source video for the target video edit.
86
+ ```
87
+
88
+ If a person, object, scene, action, or effect from a reference video is reused as visible content, it still belongs under `<Subject N>`. `<Video N>` identifies the asset or structural source and does not replace subject labels.
89
+
90
+ ### 2.4 `<Audio N>`
91
+
92
+ `<Audio N>` represents a standalone audio asset or an enabled synchronized audio track from a reference video. Common uses include:
93
+
94
+ - Copying all or part of an audio signal
95
+ - Referencing a background-music style
96
+ - Referencing a speaker's voice timbre and delivery
97
+ - Using dialogue, lyrics, or sound effects from the original audio
98
+ - Referencing beat, rhythm, or audio continuity
99
+
100
+ When an `<Audio N>` explicitly corresponds to a target speaker, reuse that speaker's global ID in the definition: write `<Subject N> (Sx)` when the speaker maps to a defined subject, or use a stable voice description followed by `(Sx)` otherwise. The ID comes from the target video's global speaker order and is not independently assigned or renumbered in the audio definition. See Section 5.4 for the speaker-numbering rules:
101
+
102
+ ```text
103
+ <Audio 1> is the voice-timbre reference for <Subject 1> (S1).
104
+ ```
105
+
106
+ When one audio asset serves multiple roles, describe those roles in one natural sentence rather than creating additional subsections.
107
+
108
+ ### 2.5 Visual and Audio Tracks from the Same Reference Video
109
+
110
+ `<Video N>` and `<Audio N>` are numbered independently. Each index indicates only the label's order within its own category and does not encode a pairing between the two categories. The same reference video may therefore correspond to `<Video 1>` and `<Audio 2>`; different indices do not prevent them from coming from the same source asset.
111
+
112
+ An ordinary reference video does not create `<Audio N>` merely because the file contains sound.
113
+
114
+ An `<Audio N>` definition primarily states the audio's role and does not have to name the `<Video N>` it comes from. State the shared source only when needed to remove provenance ambiguity, for example:
115
+
116
+ ```text
117
+ <Video 1> is the source video for the target video edit.
118
+ <Audio 2> is the synchronized audio track of <Video 1> and is reused in the target video.
119
+ ```
120
+
121
+ ## 3. `summary`
122
+
123
+ This section uses one short English paragraph to summarize the target video and its reference relationships. It begins with a square-bracketed task-type prefix:
124
+
125
+ ```text
126
+ [reference generation] ...
127
+ [video editing + reference generation + audio reuse] ...
128
+ ```
129
+
130
+ Choose task types according to the actual role each reference asset plays in the target video:
131
+
132
+ | Task type | When to use it |
133
+ | --- | --- |
134
+ | `keyframe completion` | An image serves as the target video's first frame, keyframe, last frame, edited keyframe, or another concrete frame anchor |
135
+ | `reference generation` | An image, video, or audio asset provides generation guidance for a character, scene, style, action, camera movement, storyboard, and so on, without serving as a concrete frame or as the source video being edited or continued |
136
+ | `video editing` | An existing source video is directly modified; editing an image or generating between still keyframes does not belong to this type |
137
+ | `video continuation` | New content continues, extends, resumes, or transitions from an existing source video |
138
+ | `audio reuse` | The same audio signal is reused in full or in part |
139
+ | `audio reference` | The audio signal is not copied directly; only its music style, timbre, dialogue or lyric content, sound-effect texture, beat, or continuity is referenced |
140
+
141
+ When a task satisfies multiple relationships, combine the task types with ` + ` and do not repeat a type. For example, continuing from a source video while using an image as the last frame is written as `[video continuation + keyframe completion]`. Editing a source video while retaining its original audio may be written as `[video editing + audio reuse]`.
142
+
143
+ The mere presence of video or audio does not automatically create a corresponding task type. If a reference video provides only camera movement, cuts, or rhythm, it normally belongs to `reference generation`. Use `video editing` or `video continuation` only when that video is directly edited or continued.
144
+
145
+ When editing a source video, use `audio reuse` as well if its original audio remains audible. When continuing a source video without directly copying the audio signal, use `audio reference` if the new audio only continues the original track's audible characteristics.
146
+
147
+ The summary uses the previously defined `<Subject N>`, `<Picture N>`, `<Video N>`, and `<Audio N>` labels to describe the main subjects, shot flow, and roles of the reference assets. Do not introduce new reference labels in this section.
148
+
149
+ For video-editing tasks, begin the summary after the task-type prefix with:
150
+
151
+ ```text
152
+ The target video is an edited version of <Video 1>.
153
+ ```
154
+
155
+ ## 4. `retention_analysis`
156
+
157
+ This section describes how each piece of referenced content is preserved, transferred, copied, or referenced in the target video. Use one line for each reference label and preserve the meaning established in `subject_definitions`.
158
+
159
+ ### 4.1 Visible Content
160
+
161
+ `<Subject N>`, `<Picture N>`, and `<Video N>` use the following relationship markers. These markers are fixed English values in the output format:
162
+
163
+ | Relationship marker | Meaning |
164
+ | --- | --- |
165
+ | `fully_preserved` | The defined role of the referenced content is fully preserved |
166
+ | `partially_preserved` | The referenced content is still used, but some defined characteristics are changed or only partially retained |
167
+ | `attribute_transfer` | Referenced characteristics are transferred to a different identifiable target subject |
168
+ | `weak_reference` | Only broad similarity in style, category, composition, or atmosphere is retained |
169
+
170
+ Subject entry:
171
+
172
+ ```text
173
+ <Subject 1> (appears in [Shot 1], [Shot 3]): fully_preserved - ...
174
+ ```
175
+
176
+ Picture entry:
177
+
178
+ ```text
179
+ <Picture 2> ([Shot 1] first frame): fully_preserved - ...
180
+ ```
181
+
182
+ Video-structure entry:
183
+
184
+ ```text
185
+ <Video 1> (cut and pacing structure): weak_reference - ...
186
+ ```
187
+
188
+ ### 4.2 Audio
189
+
190
+ `<Audio N>` uses the following relationship markers:
191
+
192
+ | Relationship marker | Meaning |
193
+ | --- | --- |
194
+ | `fully_copy` | The complete source audio serves as the target video's complete final audio track |
195
+ | `partially_copy` | Only part of the timeline or selected audio layers are copied, or other sounds are added, removed, or replaced after copying |
196
+ | `reference` | The signal is not copied directly; only timbre, rhythm, music style, dialogue content, or sound texture is referenced |
197
+ | `weak_reference` | Only broad similarity in category or atmosphere is retained |
198
+
199
+ ```text
200
+ <Audio 1>: fully_copy - <Audio 1> is reused 1:1 as the target video's complete final audio track.
201
+ ```
202
+
203
+ ```text
204
+ <Audio 2>: reference - the target speaker follows <Audio 2>'s voice timbre and measured delivery without copying the original signal.
205
+ ```
206
+
207
+ Choose each relationship marker only within the reference role already defined for that label in `subject_definitions`. Do not treat newly added actions, backgrounds, or plot events in the target video as losses of reference fidelity.
208
+
209
+ ## 5. `detailed_description`
210
+
211
+ This is the main body of a full-reference rewrite. It describes visuals, actions, sound, and dialogue shot by shot in target-video playback order and inserts reference labels where they apply.
212
+
213
+ ### 5.1 Basic Format
214
+
215
+ The basic format follows the Video Prompt Writing Guide (T2VA / I2VA / FL2VA / L2VA):
216
+
217
+ - Write the body in English. Preserve the original language of dialogue, lyrics, and visible text.
218
+ - `[Shot 1]` marks the opening shot and has no timestamp. Later shots use `[Shot N] At MM:SS.mmm, ...` to mark cut times.
219
+ - Write camera movement as natural English within the current shot, including movement type, amplitude, and speed when they need to be expressed.
220
+ - Give vocal sources stable `(S1)`, `(S2)`, and subsequent IDs. Write dialogue and lyrics as `<d>[Language] ...</d>`.
221
+ - Use `<scenetrans>`, `<cutoff>`, and the corresponding continuity descriptions for dialogue crossing a cut, speech truncated by the video ending, and continuous audio across shots.
222
+
223
+ For complete rules and examples covering camera vocabulary, group speech, voice-over, dialogue across cuts, and visible text, see the Video Prompt Writing Guide (T2VA / I2VA / FL2VA / L2VA).
224
+
225
+ ### 5.2 Full-Reference Mode Differences
226
+
227
+ | Dimension | T2VA | Full-reference mode |
228
+ | --- | --- | --- |
229
+ | Main field | `integrated_multimodal_description` | `detailed_description` |
230
+ | Style opening | Written after `[Shot 1]` | Established in one or two English sentences before `[Shot 1]` |
231
+ | Reference information | Does not use full-reference labels | Inserts `<Subject N>`, `<Picture N>`, `<Video N>`, and `<Audio N>` at their first appearance and where their roles apply |
232
+ | Audio relationships | Describes the target video's own sound | Cites `<Audio N>` in the corresponding shot or audio phase and states whether the signal is copied or referenced |
233
+
234
+ Opening example:
235
+
236
+ ```text
237
+ The target video is in a cinematic, literary music-video style with soft lighting and a slightly desaturated color palette.
238
+ [Shot 1] The scene opens in a crowded urban street...
239
+ [Shot 2] At 00:09.000, the shot cuts to an extreme close-up...
240
+ ```
241
+
242
+ For generation tasks, `detailed_description` is normally 350-500 English words. Dialogue-dense content prioritizes fitting the complete spoken timeline rather than mechanically reaching a word count. Video-editing descriptions scale with the complexity of the source video and do not have to follow the generation-task range. A single shot does not automatically justify a shorter description; distribute detail across multiple shots according to their information load.
243
+
244
+ ### 5.3 Using Reference Labels in Shots
245
+
246
+ At the first clear appearance of an important `<Subject N>`, describe its referenced characteristics, position in the frame, and current action within what is actually visible in the shot. Continue using the same label in later shots without redefining what the label represents.
247
+
248
+ Use natural phrasing for concrete frame anchors:
249
+
250
+ ```text
251
+ the shot begins from <Picture 1>
252
+ the shot's keyframe corresponds to <Picture 2>
253
+ the shot ends on <Picture 3>
254
+ ```
255
+
256
+ When editing or continuing an original video, cite `<Video N>` naturally where its source state, structure, or continuation relationship applies. Cite `<Audio N>` in the shot or semantic phase where the audio relationship is active.
257
+
258
+ ### 5.4 Speakers, Audio Sources, and Dialogue
259
+
260
+ The basic speaker-ID and `<d>` formats follow T2VA. When a referenced subject physically speaks, retain both the visual reference label and the speaker ID:
261
+
262
+ ```text
263
+ <Subject 2> (S1) turns toward the woman and says, <d>[English] Last summer, I went to my grandfather's house. He talked about you.</d>
264
+ ```
265
+
266
+ `<Subject N>` identifies the referenced subject, while `(Sx)` identifies the actual speaker. When the subject speaks, write `<Subject N> (Sx)`. If the same subject speaks off-screen, keep the same form and mark it as `off-screen`. When the speaker does not correspond to a defined subject, use a stable voice description followed by `(Sx)`.
267
+
268
+ When verbal content is only a cue within a directly reused BGM or complete soundtrack, and no person, character, narrator, or other independent vocal source physically produces it, use `<Audio N>` as the audible source and do not invent an additional `(Sx)`. If a concrete person, character, narrator, or other independent vocal source produces the voice, assign and reuse `(Sx)` for that source:
269
+
270
+ ```text
271
+ When <Audio 1> reaches the phrase <d>[English] I'm lonely lonely lonely lonely lonely I'm lonely</d>, <Subject 1> performs the corresponding hand gesture without becoming a separate speaker source.
272
+ ```
273
+
274
+ When dialogue, narration, or lyrics from reference audio are directly reused, or when the input prompt explicitly requests their reperformance, preserve the exact source words and original language inside `<d>`. Write `[unclear]` for unintelligible spans instead of guessing or paraphrasing them. Standardize punctuation to the basic written marks needed to express the sentence, such as `,`, `.`, `?`, and `!`; remove repeated tildes, emoji, bullets, and repeated or decorative punctuation. End complete statements, questions, and exclamations with `.`, `?`, or `!` respectively before `</d>`.
275
+
276
+ When only timbre, rhythm, emotion, or delivery is referenced, do not carry the original dialogue from the reference audio into the target video.
277
+
278
+ Assign `(Sx)` once according to the order of actual vocal events in the target video. Reuse the corresponding ID at every actual vocal event in `detailed_description`; an `<Audio N>` definition bound to a target speaker in `subject_definitions` also reuses the same `(Sx)` but never assigns a new one independently. Do not write `(Sx)` in `retention_analysis`. Verbal cues that exist only within a directly reused BGM or complete soundtrack use `<Audio N>`; voices physically produced by a concrete person, character, narrator, or other independent vocal source use `(Sx)`.
279
+
280
+ ## 6. `overall_soundscape` and `non_diegetic_music`
281
+
282
+ The definitions of these two sound categories follow the Video Prompt Writing Guide (T2VA / I2VA / FL2VA / L2VA).
283
+
284
+ `overall_soundscape` summarizes ambience and physical sounds across the full video. Dialogue, singing, and sound events synchronized to a particular shot remain in `detailed_description`:
285
+
286
+ ```text
287
+ overall_soundscape: Quiet indoor room tone and a low ventilation hum continue throughout the video.
288
+ ```
289
+
290
+ `non_diegetic_music` describes background music that the characters cannot hear and that is audible only to the audience. When music is present, state its instrumentation, tempo, and dynamic development:
291
+
292
+ ```text
293
+ non_diegetic_music: A restrained solo-piano score at a slow tempo, with sustained low cello underneath and no swell.
294
+ ```
295
+
296
+ When reference audio is used, state its copy or reference relationship only in the section that matches the audible layer: ambience and sound effects belong in `overall_soundscape`, while audience-only score belongs in `non_diegetic_music`. If the same audio provides both kinds of content, describe the corresponding relationship in each section:
297
+
298
+ ```text
299
+ overall_soundscape: The copied ambience layer from <Audio 1> continues throughout the target video.
300
+ non_diegetic_music: <Audio 2> is directly reused as the complete audience-only score.
301
+ ```
302
+
303
+ Write complete dialogue and lyrics only inside `<d>` in `detailed_description`; do not repeat them in these two sections.
304
+
305
+ ## 7. Complete Example
306
+
307
+ <details>
308
+ <summary>Show the complete example</summary>
309
+
310
+ ```text
311
+ subject_definitions:
312
+ <Subject 1> is the coffee-shop environment in <Picture 1>, featuring an exposed brick wall, an orange tufted sofa with patterned pillows, a neon sign, and a wooden coffee table.
313
+ <Subject 2> is the fluffy white Samoyed in <Picture 2>, <Picture 3>, and <Picture 4>, with thick white fur, pointed ears, a dark nose, and a curved tail.
314
+ <Subject 3> is the young blonde woman in <Video 1>, with long blonde hair and a light-pink button-down shirt with rolled-up sleeves.
315
+ <Subject 4> is the young man in <Video 2>, with short wavy brown hair and a dark-grey hoodie with drawstrings.
316
+ <Audio 1> is the voice-timbre reference for <Subject 3> (S1), containing a spoken English vocal layer.
317
+
318
+ summary:
319
+ [reference generation + audio reference] The target video shows <Subject 3> eating a cookie in <Subject 1>. <Subject 4> enters with <Subject 2>, which lunges toward the cookie. The three-shot exchange uses <Audio 1> as the voice-timbre reference for <Subject 3> and ends with a canned audience laugh.
320
+
321
+ retention_analysis:
322
+ <Subject 1> (appears in [Shot 1], [Shot 2], [Shot 3]): fully_preserved - the exposed brick wall, orange tufted sofa, patterned pillows, neon sign, and wooden coffee table are retained.
323
+ <Subject 2> (appears in [Shot 1], [Shot 2]): fully_preserved - the Samoyed's thick white fur, pointed ears, dark nose, and curved tail are retained.
324
+ <Subject 3> (appears in [Shot 1], [Shot 2], [Shot 3]): fully_preserved - the blonde woman's identity, long hair, and light-pink shirt are retained.
325
+ <Subject 4> (appears in [Shot 1], [Shot 2]): fully_preserved - the young man's short wavy brown hair and dark-grey hoodie are retained.
326
+ <Audio 1>: reference - its vocal timbre guides the dialogue delivery of <Subject 3> without copying the original signal.
327
+
328
+ detailed_description:
329
+ The target video uses a realistic multi-camera sitcom style with warm indoor lighting.
330
+ [Shot 1] A medium shot establishes <Subject 1>, the coffee shop with its exposed brick wall, orange tufted sofa, patterned pillows, neon sign, and wooden coffee table. <Subject 3> (S1), the young woman with long blonde hair and a light-pink button-down shirt with rolled-up sleeves, sits on the sofa holding a chocolate-chip cookie. From the left, <Subject 4>, the young man with short wavy brown hair and a dark-grey hoodie with drawstrings, enters holding the leash of <Subject 2>, the thick-furred white Samoyed with pointed ears, a dark nose, and a curved tail. The dog lunges toward the cookie and pulls the leash taut. <Subject 3> (S1) jerks her hand back and, using the clear youthful voice timbre referenced from <Audio 1>, exclaims with light annoyance, <d>[English] Hey! Watch your dog!</d> She closes her lips and guards the cookie while <Subject 4> pulls the dog back.
331
+ [Shot 2] At 00:03.000, the shot cuts to a close-up of <Subject 4> (S2), the young man in the dark-grey hoodie from Shot 1, sitting beside <Subject 3> on the sofa and holding <Subject 2> securely in his arms. <Subject 4> (S2) says in a casual young male voice with a playful tone and an easy conversational pace, <d>[English] He just likes cookies more than me.</d> He closes his mouth into an apologetic smile and strokes the dog's thick white fur.
332
+ [Shot 3] At 00:05.000, the shot cuts to a close-up of <Subject 3> (S1), the blonde woman in the light-pink shirt from Shot 1. Her annoyance softens as she looks toward the Samoyed. <Subject 3> (S1) replies in the same clear youthful voice referenced from <Audio 1> with an amused cadence, <d>[English] Well, he has good taste at least.</d> She smiles and raises the cookie in a small toast-like gesture. A classic canned audience laugh begins immediately after the line and continues through the final frame.
333
+
334
+ overall_soundscape:
335
+ Soft indoor coffee-shop room tone continues throughout the scene.
336
+
337
+ non_diegetic_music:
338
+ N/A
339
+ ```
340
+
341
+ </details>
model_index.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3ModularPipeline",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "_blocks_class_name": "MiniMaxH3Blocks",
5
+ "text_encoder": [
6
+ "transformers",
7
+ "Qwen3VLForConditionalGeneration",
8
+ {
9
+ "type_hint": [
10
+ "transformers",
11
+ "Qwen3VLForConditionalGeneration"
12
+ ],
13
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
14
+ "subfolder": "text_encoder",
15
+ "variant": null,
16
+ "revision": null
17
+ }
18
+ ],
19
+ "tokenizer": [
20
+ "transformers",
21
+ "Qwen2TokenizerFast",
22
+ {
23
+ "type_hint": [
24
+ "transformers",
25
+ "Qwen2TokenizerFast"
26
+ ],
27
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
28
+ "subfolder": "tokenizer",
29
+ "variant": null,
30
+ "revision": null
31
+ }
32
+ ],
33
+ "processor": [
34
+ "transformers",
35
+ "Qwen3VLProcessor",
36
+ {
37
+ "type_hint": [
38
+ "transformers",
39
+ "Qwen3VLProcessor"
40
+ ],
41
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
42
+ "subfolder": "processor",
43
+ "variant": null,
44
+ "revision": null
45
+ }
46
+ ],
47
+ "vae": [
48
+ "diffusers",
49
+ "AutoencoderKLMiniMaxH3",
50
+ {
51
+ "type_hint": [
52
+ "diffusers",
53
+ "AutoencoderKLMiniMaxH3"
54
+ ],
55
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
56
+ "subfolder": "vae",
57
+ "variant": null,
58
+ "revision": null
59
+ }
60
+ ],
61
+ "audio_vae": [
62
+ "diffusers",
63
+ "AutoencoderKLMiniMaxH3Audio",
64
+ {
65
+ "type_hint": [
66
+ "diffusers",
67
+ "AutoencoderKLMiniMaxH3Audio"
68
+ ],
69
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
70
+ "subfolder": "audio_vae",
71
+ "variant": null,
72
+ "revision": null
73
+ }
74
+ ],
75
+ "transformer": [
76
+ "diffusers",
77
+ "MiniMaxH3Transformer3DModel",
78
+ {
79
+ "type_hint": [
80
+ "diffusers",
81
+ "MiniMaxH3Transformer3DModel"
82
+ ],
83
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
84
+ "subfolder": "transformer",
85
+ "variant": null,
86
+ "revision": null
87
+ }
88
+ ],
89
+ "transformer_ref": [
90
+ "diffusers",
91
+ "MiniMaxH3Transformer3DModel",
92
+ {
93
+ "type_hint": [
94
+ "diffusers",
95
+ "MiniMaxH3Transformer3DModel"
96
+ ],
97
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
98
+ "subfolder": "transformer_ref",
99
+ "variant": null,
100
+ "revision": null
101
+ }
102
+ ],
103
+ "scheduler": [
104
+ "diffusers",
105
+ "MiniMaxH3Scheduler",
106
+ {
107
+ "type_hint": [
108
+ "diffusers",
109
+ "MiniMaxH3Scheduler"
110
+ ],
111
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
112
+ "subfolder": "scheduler",
113
+ "variant": null,
114
+ "revision": null
115
+ }
116
+ ],
117
+ "audio_scheduler": [
118
+ "diffusers",
119
+ "MiniMaxH3Scheduler",
120
+ {
121
+ "type_hint": [
122
+ "diffusers",
123
+ "MiniMaxH3Scheduler"
124
+ ],
125
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
126
+ "subfolder": "audio_scheduler",
127
+ "variant": null,
128
+ "revision": null
129
+ }
130
+ ]
131
+ }
modular_model_index.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3ModularPipeline",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "_blocks_class_name": "MiniMaxH3Blocks",
5
+ "text_encoder": [
6
+ "transformers",
7
+ "Qwen3VLForConditionalGeneration",
8
+ {
9
+ "type_hint": [
10
+ "transformers",
11
+ "Qwen3VLForConditionalGeneration"
12
+ ],
13
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
14
+ "subfolder": "text_encoder",
15
+ "variant": null,
16
+ "revision": null
17
+ }
18
+ ],
19
+ "tokenizer": [
20
+ "transformers",
21
+ "Qwen2TokenizerFast",
22
+ {
23
+ "type_hint": [
24
+ "transformers",
25
+ "Qwen2TokenizerFast"
26
+ ],
27
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
28
+ "subfolder": "tokenizer",
29
+ "variant": null,
30
+ "revision": null
31
+ }
32
+ ],
33
+ "processor": [
34
+ "transformers",
35
+ "Qwen3VLProcessor",
36
+ {
37
+ "type_hint": [
38
+ "transformers",
39
+ "Qwen3VLProcessor"
40
+ ],
41
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
42
+ "subfolder": "processor",
43
+ "variant": null,
44
+ "revision": null
45
+ }
46
+ ],
47
+ "vae": [
48
+ "diffusers",
49
+ "AutoencoderKLMiniMaxH3",
50
+ {
51
+ "type_hint": [
52
+ "diffusers",
53
+ "AutoencoderKLMiniMaxH3"
54
+ ],
55
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
56
+ "subfolder": "vae",
57
+ "variant": null,
58
+ "revision": null
59
+ }
60
+ ],
61
+ "audio_vae": [
62
+ "diffusers",
63
+ "AutoencoderKLMiniMaxH3Audio",
64
+ {
65
+ "type_hint": [
66
+ "diffusers",
67
+ "AutoencoderKLMiniMaxH3Audio"
68
+ ],
69
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
70
+ "subfolder": "audio_vae",
71
+ "variant": null,
72
+ "revision": null
73
+ }
74
+ ],
75
+ "transformer": [
76
+ "diffusers",
77
+ "MiniMaxH3Transformer3DModel",
78
+ {
79
+ "type_hint": [
80
+ "diffusers",
81
+ "MiniMaxH3Transformer3DModel"
82
+ ],
83
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
84
+ "subfolder": "transformer",
85
+ "variant": null,
86
+ "revision": null
87
+ }
88
+ ],
89
+ "transformer_ref": [
90
+ "diffusers",
91
+ "MiniMaxH3Transformer3DModel",
92
+ {
93
+ "type_hint": [
94
+ "diffusers",
95
+ "MiniMaxH3Transformer3DModel"
96
+ ],
97
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
98
+ "subfolder": "transformer_ref",
99
+ "variant": null,
100
+ "revision": null
101
+ }
102
+ ],
103
+ "scheduler": [
104
+ "diffusers",
105
+ "MiniMaxH3Scheduler",
106
+ {
107
+ "type_hint": [
108
+ "diffusers",
109
+ "MiniMaxH3Scheduler"
110
+ ],
111
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
112
+ "subfolder": "scheduler",
113
+ "variant": null,
114
+ "revision": null
115
+ }
116
+ ],
117
+ "audio_scheduler": [
118
+ "diffusers",
119
+ "MiniMaxH3Scheduler",
120
+ {
121
+ "type_hint": [
122
+ "diffusers",
123
+ "MiniMaxH3Scheduler"
124
+ ],
125
+ "pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
126
+ "subfolder": "audio_scheduler",
127
+ "variant": null,
128
+ "revision": null
129
+ }
130
+ ]
131
+ }
processor/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- for message in messages %}\n {%- if message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content_item in message.content %}\n {%- if 'text' in content_item %}\n {{- content_item.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and message.content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n"
3
+ }
processor/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
processor/preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }
processor/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
processor/tokenizer_config.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>",
228
+ "<d>",
229
+ "</d>",
230
+ "<|cutoff|>",
231
+ "<|lyrics_start|>",
232
+ "<|lyrics_end|>",
233
+ "<|caption_start|>",
234
+ "<|caption_end|>"
235
+ ],
236
+ "bos_token": null,
237
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- for message in messages %}\n {%- if message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content_item in message.content %}\n {%- if 'text' in content_item %}\n {{- content_item.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and message.content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
238
+ "clean_up_tokenization_spaces": false,
239
+ "eos_token": "<|im_end|>",
240
+ "errors": "replace",
241
+ "model_max_length": 262144,
242
+ "pad_token": "<|endoftext|>",
243
+ "split_special_tokens": false,
244
+ "tokenizer_class": "Qwen2Tokenizer",
245
+ "unk_token": null
246
+ }
processor/video_preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 25165824,
4
+ "shortest_edge": 4096
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "video_processor_type": "Qwen3VLVideoProcessor"
21
+ }
processor/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Scheduler",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "shift": 12.0
5
+ }
scripts/readme/full-2k-i2va-h3-base.sh ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create the H3-Base request with the expanded prompt and capture the video ID.
5
+ video_id=$(
6
+ jq -n \
7
+ --arg prompt "$EXPANDED_PROMPT" \
8
+ '{
9
+ "task": "fl2va",
10
+ "prompt": $prompt,
11
+ "conditions": [
12
+ {
13
+ "type": "image",
14
+ "uri": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/H3_AA_I2VA/gallery/sr_v17_variants_seed42_43_20260724/inputs/4a3a90bf9100_KDmcbkhzYo5sjjxr9FqcVmWVnzb.png",
15
+ "role": "keyframe",
16
+ "frame_index": 0
17
+ }
18
+ ],
19
+ "target": {
20
+ "short_edge": 768,
21
+ "aspect_ratio": "auto",
22
+ "duration_seconds": 8
23
+ },
24
+ "seed": 0
25
+ }' |
26
+ curl --silent --show-error \
27
+ --request POST \
28
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos" \
29
+ --header 'Content-Type: application/json' \
30
+ --data-binary @- |
31
+ jq -er '.id'
32
+ )
33
+ # Query the generation status.
34
+ curl --silent --show-error \
35
+ --request GET \
36
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id" |
37
+ jq '{status}'
38
+ # Download the local H3-Base MP4 after its status becomes completed.
39
+ curl --silent --show-error \
40
+ --request GET \
41
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id/content" \
42
+ --output i2va.mp4
scripts/readme/full-2k-i2va-h3-context-ir.sh ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create the prompt-expansion task and capture its runtime ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/h3_context_ir" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Pull focus to the people in the background and add more steam to the ramen bowl."
17
+ },
18
+ {
19
+ "type": "image_url",
20
+ "image_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/H3_AA_I2VA/gallery/sr_v17_variants_seed42_43_20260724/inputs/4a3a90bf9100_KDmcbkhzYo5sjjxr9FqcVmWVnzb.png"
22
+ },
23
+ "role": "first_frame"
24
+ }
25
+ ],
26
+ "duration": 8,
27
+ "ratio": "adaptive"
28
+ }' |
29
+ jq -er '.task_id'
30
+ )
31
+ # Query again while the task is queued or running.
32
+ context_ir_result=$(
33
+ curl --silent --show-error \
34
+ --request GET \
35
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
36
+ --header "Authorization: Bearer $TOKEN"
37
+ )
38
+ echo "$context_ir_result" | jq .
39
+ # Export the complete expanded prompt for H3-Base and regeneration.
40
+ EXPANDED_PROMPT=$(echo "$context_ir_result" | jq -er '.task.content.prompt')
scripts/readme/full-2k-i2va-h3-regenerate-2k.sh ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ H3_BASE_VIDEO='./i2va.mp4'
5
+ # Encode the local H3-Base video as a Data URL and create the regeneration task.
6
+ task_id=$(
7
+ jq -n \
8
+ --arg prompt "$EXPANDED_PROMPT" \
9
+ --rawfile base_video <(
10
+ printf 'data:video/mp4;base64,'
11
+ base64 -w0 "$H3_BASE_VIDEO"
12
+ ) \
13
+ '{
14
+ "model": "MiniMax-H3",
15
+ "content": [
16
+ {
17
+ "type": "text",
18
+ "text": $prompt
19
+ },
20
+ {
21
+ "type": "image_url",
22
+ "image_url": {
23
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/H3_AA_I2VA/gallery/sr_v17_variants_seed42_43_20260724/inputs/4a3a90bf9100_KDmcbkhzYo5sjjxr9FqcVmWVnzb.png"
24
+ },
25
+ "role": "first_frame"
26
+ },
27
+ {
28
+ "type": "video_url",
29
+ "video_url": {
30
+ "url": $base_video
31
+ },
32
+ "role": "base_video"
33
+ }
34
+ ],
35
+ "resolution": "2K"
36
+ }' |
37
+ curl --silent --show-error \
38
+ --request POST \
39
+ --url "$MINIMAX_API_BASE/v2/video_regeneration" \
40
+ --header "Authorization: Bearer $TOKEN" \
41
+ --header 'Content-Type: application/json' \
42
+ --data-binary @- |
43
+ jq -er '.task_id'
44
+ )
45
+ # Query again while the task is queued or running.
46
+ regeneration_result=$(
47
+ curl --silent --show-error \
48
+ --request GET \
49
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
50
+ --header "Authorization: Bearer $TOKEN"
51
+ )
52
+ echo "$regeneration_result" | jq '{status: .task.status}'
53
+ # Download the 2K MP4 after the task succeeds.
54
+ video_url=$(echo "$regeneration_result" | jq -er '.task.content.url')
55
+ curl --location "$video_url" --output i2va_2k.mp4
scripts/readme/full-2k-i2va-reference-2k-result-by-directly-calling-open-platform-api.sh ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create an 8-second 2K FL2VA video directly and capture its runtime task ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/video_generation" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Pull focus to the people in the background and add more steam to the ramen bowl."
17
+ },
18
+ {
19
+ "type": "image_url",
20
+ "image_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/H3_AA_I2VA/gallery/sr_v17_variants_seed42_43_20260724/inputs/4a3a90bf9100_KDmcbkhzYo5sjjxr9FqcVmWVnzb.png"
22
+ },
23
+ "role": "first_frame"
24
+ }
25
+ ],
26
+ "resolution": "2K",
27
+ "duration": 8,
28
+ "ratio": "adaptive"
29
+ }' |
30
+ jq -er '.task_id'
31
+ )
32
+ # Query again while the task is queued or running.
33
+ generation_result=$(
34
+ curl --silent --show-error \
35
+ --request GET \
36
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
37
+ --header "Authorization: Bearer $TOKEN"
38
+ )
39
+ echo "$generation_result" | jq '{status: .task.status}'
40
+ # Download the 2K MP4 after the task succeeds.
41
+ video_url=$(echo "$generation_result" | jq -er '.task.content.url')
42
+ curl --location "$video_url" --output i2va_direct_2k.mp4
scripts/readme/full-2k-i2va-reference-768p-result-by-directly-calling-open-platform-api.sh ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create an 8-second 768P FL2VA video directly and capture its runtime task ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/video_generation" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Pull focus to the people in the background and add more steam to the ramen bowl."
17
+ },
18
+ {
19
+ "type": "image_url",
20
+ "image_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/H3_AA_I2VA/gallery/sr_v17_variants_seed42_43_20260724/inputs/4a3a90bf9100_KDmcbkhzYo5sjjxr9FqcVmWVnzb.png"
22
+ },
23
+ "role": "first_frame"
24
+ }
25
+ ],
26
+ "resolution": "768P",
27
+ "duration": 8,
28
+ "ratio": "adaptive"
29
+ }' |
30
+ jq -er '.task_id'
31
+ )
32
+ # Query again while the task is queued or running.
33
+ generation_result=$(
34
+ curl --silent --show-error \
35
+ --request GET \
36
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
37
+ --header "Authorization: Bearer $TOKEN"
38
+ )
39
+ echo "$generation_result" | jq '{status: .task.status}'
40
+ # Download the 768P MP4 after the task succeeds.
41
+ video_url=$(echo "$generation_result" | jq -er '.task.content.url')
42
+ curl --location "$video_url" --output i2va_direct_768p.mp4
scripts/readme/full-2k-ref2va-h3-api-2k-in-open-platform-for-reference.sh ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create a 5-second 2K Ref2VA video directly and capture its runtime task ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/video_generation" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Character speaks: Follow the wind, live free. Leave worries behind, enjoy the moment. Voice timbre follows reference audio 1."
17
+ },
18
+ {
19
+ "type": "video_url",
20
+ "video_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/297573323635_00_%E8%A7%86%E9%A2%911_YnyRbxEwio_video_20260525_163755_1927e9d3.mp4"
22
+ },
23
+ "role": "reference_video"
24
+ },
25
+ {
26
+ "type": "audio_url",
27
+ "audio_url": {
28
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/f463d523c5ce_01_%E9%9F%B3%E9%A2%911_RSLcbpzJPo_6%E6%9C%885%E6%97%A5(1).mp3"
29
+ },
30
+ "role": "reference_audio"
31
+ }
32
+ ],
33
+ "resolution": "2K",
34
+ "duration": 5,
35
+ "ratio": "adaptive"
36
+ }' |
37
+ jq -er '.task_id'
38
+ )
39
+ # Query again while the task is queued or running.
40
+ generation_result=$(
41
+ curl --silent --show-error \
42
+ --request GET \
43
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
44
+ --header "Authorization: Bearer $TOKEN"
45
+ )
46
+ echo "$generation_result" | jq '{status: .task.status}'
47
+ # Download the 2K MP4 after the task succeeds.
48
+ video_url=$(echo "$generation_result" | jq -er '.task.content.url')
49
+ curl --location "$video_url" --output r2va_direct_2k.mp4
scripts/readme/full-2k-ref2va-h3-base.sh ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create the H3-Base request with the expanded prompt and capture the video ID.
5
+ video_id=$(
6
+ jq -n \
7
+ --arg prompt "$EXPANDED_PROMPT" \
8
+ '{
9
+ "task": "ref2va",
10
+ "prompt": $prompt,
11
+ "conditions": [
12
+ {
13
+ "type": "video",
14
+ "uri": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/297573323635_00_%E8%A7%86%E9%A2%911_YnyRbxEwio_video_20260525_163755_1927e9d3.mp4",
15
+ "role": "reference"
16
+ },
17
+ {
18
+ "type": "audio",
19
+ "uri": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/f463d523c5ce_01_%E9%9F%B3%E9%A2%911_RSLcbpzJPo_6%E6%9C%885%E6%97%A5(1).mp3",
20
+ "role": "reference"
21
+ }
22
+ ],
23
+ "target": {
24
+ "short_edge": 768,
25
+ "aspect_ratio": "auto",
26
+ "duration_seconds": 5
27
+ },
28
+ "seed": 0
29
+ }' |
30
+ curl --silent --show-error \
31
+ --request POST \
32
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos" \
33
+ --header 'Content-Type: application/json' \
34
+ --data-binary @- |
35
+ jq -er '.id'
36
+ )
37
+ # Query the generation status.
38
+ curl --silent --show-error \
39
+ --request GET \
40
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id" |
41
+ jq '{status}'
42
+ # Download the local H3-Base MP4 after its status becomes completed.
43
+ curl --silent --show-error \
44
+ --request GET \
45
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id/content" \
46
+ --output r2va.mp4
scripts/readme/full-2k-ref2va-h3-context-ir.sh ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create the prompt-expansion task and capture its runtime ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/h3_context_ir" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Character speaks: Follow the wind, live free. Leave worries behind, enjoy the moment. Voice timbre follows reference audio 1."
17
+ },
18
+ {
19
+ "type": "video_url",
20
+ "video_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/297573323635_00_%E8%A7%86%E9%A2%911_YnyRbxEwio_video_20260525_163755_1927e9d3.mp4"
22
+ },
23
+ "role": "reference_video"
24
+ },
25
+ {
26
+ "type": "audio_url",
27
+ "audio_url": {
28
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/f463d523c5ce_01_%E9%9F%B3%E9%A2%911_RSLcbpzJPo_6%E6%9C%885%E6%97%A5(1).mp3"
29
+ },
30
+ "role": "reference_audio"
31
+ }
32
+ ],
33
+ "duration": 5,
34
+ "ratio": "adaptive"
35
+ }' |
36
+ jq -er '.task_id'
37
+ )
38
+ # Query again while the task is queued or running.
39
+ context_ir_result=$(
40
+ curl --silent --show-error \
41
+ --request GET \
42
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
43
+ --header "Authorization: Bearer $TOKEN"
44
+ )
45
+ echo "$context_ir_result" | jq .
46
+ # Export the complete expanded prompt for H3-Base and regeneration.
47
+ EXPANDED_PROMPT=$(echo "$context_ir_result" | jq -er '.task.content.prompt')
scripts/readme/full-2k-ref2va-reference-2k-result-by-directly-calling-open-platform-api.sh ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ H3_BASE_VIDEO='./r2va.mp4'
5
+ # Encode the local H3-Base video as a Data URL and create the regeneration task.
6
+ task_id=$(
7
+ jq -n \
8
+ --arg prompt "$EXPANDED_PROMPT" \
9
+ --rawfile base_video <(
10
+ printf 'data:video/mp4;base64,'
11
+ base64 -w0 "$H3_BASE_VIDEO"
12
+ ) \
13
+ '{
14
+ "model": "MiniMax-H3",
15
+ "content": [
16
+ {
17
+ "type": "text",
18
+ "text": $prompt
19
+ },
20
+ {
21
+ "type": "video_url",
22
+ "video_url": {
23
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/297573323635_00_%E8%A7%86%E9%A2%911_YnyRbxEwio_video_20260525_163755_1927e9d3.mp4"
24
+ },
25
+ "role": "reference_video"
26
+ },
27
+ {
28
+ "type": "audio_url",
29
+ "audio_url": {
30
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/f463d523c5ce_01_%E9%9F%B3%E9%A2%911_RSLcbpzJPo_6%E6%9C%885%E6%97%A5(1).mp3"
31
+ },
32
+ "role": "reference_audio"
33
+ },
34
+ {
35
+ "type": "video_url",
36
+ "video_url": {
37
+ "url": $base_video
38
+ },
39
+ "role": "base_video"
40
+ }
41
+ ],
42
+ "resolution": "2K"
43
+ }' |
44
+ curl --silent --show-error \
45
+ --request POST \
46
+ --url "$MINIMAX_API_BASE/v2/video_regeneration" \
47
+ --header "Authorization: Bearer $TOKEN" \
48
+ --header 'Content-Type: application/json' \
49
+ --data-binary @- |
50
+ jq -er '.task_id'
51
+ )
52
+ # Query again while the task is queued or running.
53
+ regeneration_result=$(
54
+ curl --silent --show-error \
55
+ --request GET \
56
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
57
+ --header "Authorization: Bearer $TOKEN"
58
+ )
59
+ echo "$regeneration_result" | jq '{status: .task.status}'
60
+ # Download the 2K MP4 after the task succeeds.
61
+ video_url=$(echo "$regeneration_result" | jq -er '.task.content.url')
62
+ curl --location "$video_url" --output r2va_2k.mp4
scripts/readme/full-2k-ref2va-reference-768p-result-by-directly-calling-open-platform-api.sh ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create a 5-second 768P Ref2VA video directly and capture its runtime task ID.
5
+ task_id=$(
6
+ curl --silent --show-error \
7
+ --request POST \
8
+ --url "$MINIMAX_API_BASE/v2/video_generation" \
9
+ --header "Authorization: Bearer $TOKEN" \
10
+ --header 'Content-Type: application/json' \
11
+ --data '{
12
+ "model": "MiniMax-H3",
13
+ "content": [
14
+ {
15
+ "type": "text",
16
+ "text": "Character speaks: Follow the wind, live free. Leave worries behind, enjoy the moment. Voice timbre follows reference audio 1."
17
+ },
18
+ {
19
+ "type": "video_url",
20
+ "video_url": {
21
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/297573323635_00_%E8%A7%86%E9%A2%911_YnyRbxEwio_video_20260525_163755_1927e9d3.mp4"
22
+ },
23
+ "role": "reference_video"
24
+ },
25
+ {
26
+ "type": "audio_url",
27
+ "audio_url": {
28
+ "url": "https://cdn.hailuoai.com/prod/hailuo_demo/testsets/h3_promo_eval_ref2va/gallery/sr_v2p26_trio_seed42_20260724/inputs/f463d523c5ce_01_%E9%9F%B3%E9%A2%911_RSLcbpzJPo_6%E6%9C%885%E6%97%A5(1).mp3"
29
+ },
30
+ "role": "reference_audio"
31
+ }
32
+ ],
33
+ "resolution": "768P",
34
+ "duration": 5,
35
+ "ratio": "adaptive"
36
+ }' |
37
+ jq -er '.task_id'
38
+ )
39
+ # Query again while the task is queued or running.
40
+ generation_result=$(
41
+ curl --silent --show-error \
42
+ --request GET \
43
+ --url "$MINIMAX_API_BASE/v2/query/video_generation/$task_id" \
44
+ --header "Authorization: Bearer $TOKEN"
45
+ )
46
+ echo "$generation_result" | jq '{status: .task.status}'
47
+ # Download the 768P MP4 after the task succeeds.
48
+ video_url=$(echo "$generation_result" | jq -er '.task.content.url')
49
+ curl --location "$video_url" --output r2va_direct_768p.mp4
scripts/readme/full-2k-t2va-h3-base.sh ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ # Create the H3-Base request with the expanded prompt and capture the video ID.
5
+ video_id=$(
6
+ jq -n \
7
+ --arg prompt "$EXPANDED_PROMPT" \
8
+ '{
9
+ "task": "t2va",
10
+ "prompt": $prompt,
11
+ "conditions": [],
12
+ "target": {
13
+ "short_edge": 768,
14
+ "aspect_ratio": "16:9",
15
+ "duration_seconds": 10
16
+ },
17
+ "seed": 0
18
+ }' |
19
+ curl --silent --show-error \
20
+ --request POST \
21
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos" \
22
+ --header 'Content-Type: application/json' \
23
+ --data-binary @- |
24
+ jq -er '.id'
25
+ )
26
+ # Query the generation status.
27
+ curl --silent --show-error \
28
+ --request GET \
29
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id" |
30
+ jq '{status}'
31
+ # Download the local H3-Base MP4 after its status becomes completed.
32
+ curl --silent --show-error \
33
+ --request GET \
34
+ --url "$SGLANG_DEPLOYMENT_URL/v1/videos/$video_id/content" \
35
+ --output t2va.mp4
text_encoder/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- for message in messages %}\n {%- if message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content_item in message.content %}\n {%- if 'text' in content_item %}\n {{- content_item.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and message.content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n"
3
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3VLForConditionalGeneration"
4
+ ],
5
+ "image_token_id": 151655,
6
+ "model_type": "qwen3_vl",
7
+ "text_config": {
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 151643,
11
+ "dtype": "bfloat16",
12
+ "eos_token_id": 151645,
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 5120,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 25600,
18
+ "max_position_embeddings": 262144,
19
+ "model_type": "qwen3_vl_text",
20
+ "num_attention_heads": 64,
21
+ "num_hidden_layers": 64,
22
+ "num_key_value_heads": 8,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_scaling": {
25
+ "mrope_interleaved": true,
26
+ "mrope_section": [
27
+ 24,
28
+ 20,
29
+ 20
30
+ ],
31
+ "rope_type": "default"
32
+ },
33
+ "rope_theta": 5000000,
34
+ "use_cache": true,
35
+ "vocab_size": 151936
36
+ },
37
+ "tie_word_embeddings": false,
38
+ "transformers_version": "4.57.0.dev0",
39
+ "video_token_id": 151656,
40
+ "vision_config": {
41
+ "deepstack_visual_indexes": [
42
+ 8,
43
+ 16,
44
+ 24
45
+ ],
46
+ "depth": 27,
47
+ "hidden_act": "gelu_pytorch_tanh",
48
+ "hidden_size": 1152,
49
+ "in_channels": 3,
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 4304,
52
+ "model_type": "qwen3_vl",
53
+ "num_heads": 16,
54
+ "num_position_embeddings": 2304,
55
+ "out_hidden_size": 5120,
56
+ "patch_size": 16,
57
+ "spatial_merge_size": 2,
58
+ "temporal_patch_size": 2
59
+ },
60
+ "vision_end_token_id": 151653,
61
+ "vision_start_token_id": 151652
62
+ }
text_encoder/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
text_encoder/model.safetensors.index.json ADDED
@@ -0,0 +1,1065 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 66714780128
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00014-of-00014.safetensors",
7
+ "model.language_model.embed_tokens.weight": "model-00001-of-00014.safetensors",
8
+ "model.language_model.layers.0.input_layernorm.weight": "model-00001-of-00014.safetensors",
9
+ "model.language_model.layers.0.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
10
+ "model.language_model.layers.0.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
11
+ "model.language_model.layers.0.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
12
+ "model.language_model.layers.0.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
13
+ "model.language_model.layers.0.self_attn.k_norm.weight": "model-00001-of-00014.safetensors",
14
+ "model.language_model.layers.0.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
15
+ "model.language_model.layers.0.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
16
+ "model.language_model.layers.0.self_attn.q_norm.weight": "model-00001-of-00014.safetensors",
17
+ "model.language_model.layers.0.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
18
+ "model.language_model.layers.0.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
19
+ "model.language_model.layers.1.input_layernorm.weight": "model-00001-of-00014.safetensors",
20
+ "model.language_model.layers.1.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
21
+ "model.language_model.layers.1.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
22
+ "model.language_model.layers.1.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
23
+ "model.language_model.layers.1.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
24
+ "model.language_model.layers.1.self_attn.k_norm.weight": "model-00001-of-00014.safetensors",
25
+ "model.language_model.layers.1.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
26
+ "model.language_model.layers.1.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
27
+ "model.language_model.layers.1.self_attn.q_norm.weight": "model-00001-of-00014.safetensors",
28
+ "model.language_model.layers.1.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
29
+ "model.language_model.layers.1.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
30
+ "model.language_model.layers.10.input_layernorm.weight": "model-00003-of-00014.safetensors",
31
+ "model.language_model.layers.10.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
32
+ "model.language_model.layers.10.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
33
+ "model.language_model.layers.10.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
34
+ "model.language_model.layers.10.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
35
+ "model.language_model.layers.10.self_attn.k_norm.weight": "model-00003-of-00014.safetensors",
36
+ "model.language_model.layers.10.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
37
+ "model.language_model.layers.10.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
38
+ "model.language_model.layers.10.self_attn.q_norm.weight": "model-00003-of-00014.safetensors",
39
+ "model.language_model.layers.10.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
40
+ "model.language_model.layers.10.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
41
+ "model.language_model.layers.11.input_layernorm.weight": "model-00003-of-00014.safetensors",
42
+ "model.language_model.layers.11.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
43
+ "model.language_model.layers.11.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
44
+ "model.language_model.layers.11.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
45
+ "model.language_model.layers.11.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
46
+ "model.language_model.layers.11.self_attn.k_norm.weight": "model-00003-of-00014.safetensors",
47
+ "model.language_model.layers.11.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
48
+ "model.language_model.layers.11.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
49
+ "model.language_model.layers.11.self_attn.q_norm.weight": "model-00003-of-00014.safetensors",
50
+ "model.language_model.layers.11.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
51
+ "model.language_model.layers.11.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
52
+ "model.language_model.layers.12.input_layernorm.weight": "model-00003-of-00014.safetensors",
53
+ "model.language_model.layers.12.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
54
+ "model.language_model.layers.12.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
55
+ "model.language_model.layers.12.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
56
+ "model.language_model.layers.12.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
57
+ "model.language_model.layers.12.self_attn.k_norm.weight": "model-00003-of-00014.safetensors",
58
+ "model.language_model.layers.12.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
59
+ "model.language_model.layers.12.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
60
+ "model.language_model.layers.12.self_attn.q_norm.weight": "model-00003-of-00014.safetensors",
61
+ "model.language_model.layers.12.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
62
+ "model.language_model.layers.12.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
63
+ "model.language_model.layers.13.input_layernorm.weight": "model-00003-of-00014.safetensors",
64
+ "model.language_model.layers.13.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
65
+ "model.language_model.layers.13.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
66
+ "model.language_model.layers.13.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
67
+ "model.language_model.layers.13.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
68
+ "model.language_model.layers.13.self_attn.k_norm.weight": "model-00003-of-00014.safetensors",
69
+ "model.language_model.layers.13.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
70
+ "model.language_model.layers.13.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
71
+ "model.language_model.layers.13.self_attn.q_norm.weight": "model-00003-of-00014.safetensors",
72
+ "model.language_model.layers.13.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
73
+ "model.language_model.layers.13.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
74
+ "model.language_model.layers.14.input_layernorm.weight": "model-00004-of-00014.safetensors",
75
+ "model.language_model.layers.14.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
76
+ "model.language_model.layers.14.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
77
+ "model.language_model.layers.14.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
78
+ "model.language_model.layers.14.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
79
+ "model.language_model.layers.14.self_attn.k_norm.weight": "model-00004-of-00014.safetensors",
80
+ "model.language_model.layers.14.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
81
+ "model.language_model.layers.14.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
82
+ "model.language_model.layers.14.self_attn.q_norm.weight": "model-00004-of-00014.safetensors",
83
+ "model.language_model.layers.14.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
84
+ "model.language_model.layers.14.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
85
+ "model.language_model.layers.15.input_layernorm.weight": "model-00004-of-00014.safetensors",
86
+ "model.language_model.layers.15.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
87
+ "model.language_model.layers.15.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
88
+ "model.language_model.layers.15.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
89
+ "model.language_model.layers.15.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
90
+ "model.language_model.layers.15.self_attn.k_norm.weight": "model-00004-of-00014.safetensors",
91
+ "model.language_model.layers.15.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
92
+ "model.language_model.layers.15.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
93
+ "model.language_model.layers.15.self_attn.q_norm.weight": "model-00004-of-00014.safetensors",
94
+ "model.language_model.layers.15.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
95
+ "model.language_model.layers.15.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
96
+ "model.language_model.layers.16.input_layernorm.weight": "model-00004-of-00014.safetensors",
97
+ "model.language_model.layers.16.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
98
+ "model.language_model.layers.16.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
99
+ "model.language_model.layers.16.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
100
+ "model.language_model.layers.16.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
101
+ "model.language_model.layers.16.self_attn.k_norm.weight": "model-00004-of-00014.safetensors",
102
+ "model.language_model.layers.16.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
103
+ "model.language_model.layers.16.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
104
+ "model.language_model.layers.16.self_attn.q_norm.weight": "model-00004-of-00014.safetensors",
105
+ "model.language_model.layers.16.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
106
+ "model.language_model.layers.16.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
107
+ "model.language_model.layers.17.input_layernorm.weight": "model-00004-of-00014.safetensors",
108
+ "model.language_model.layers.17.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
109
+ "model.language_model.layers.17.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
110
+ "model.language_model.layers.17.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
111
+ "model.language_model.layers.17.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
112
+ "model.language_model.layers.17.self_attn.k_norm.weight": "model-00004-of-00014.safetensors",
113
+ "model.language_model.layers.17.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
114
+ "model.language_model.layers.17.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
115
+ "model.language_model.layers.17.self_attn.q_norm.weight": "model-00004-of-00014.safetensors",
116
+ "model.language_model.layers.17.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
117
+ "model.language_model.layers.17.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
118
+ "model.language_model.layers.18.input_layernorm.weight": "model-00004-of-00014.safetensors",
119
+ "model.language_model.layers.18.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
120
+ "model.language_model.layers.18.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
121
+ "model.language_model.layers.18.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
122
+ "model.language_model.layers.18.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
123
+ "model.language_model.layers.18.self_attn.k_norm.weight": "model-00004-of-00014.safetensors",
124
+ "model.language_model.layers.18.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
125
+ "model.language_model.layers.18.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
126
+ "model.language_model.layers.18.self_attn.q_norm.weight": "model-00004-of-00014.safetensors",
127
+ "model.language_model.layers.18.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
128
+ "model.language_model.layers.18.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
129
+ "model.language_model.layers.19.input_layernorm.weight": "model-00005-of-00014.safetensors",
130
+ "model.language_model.layers.19.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
131
+ "model.language_model.layers.19.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
132
+ "model.language_model.layers.19.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
133
+ "model.language_model.layers.19.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
134
+ "model.language_model.layers.19.self_attn.k_norm.weight": "model-00005-of-00014.safetensors",
135
+ "model.language_model.layers.19.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
136
+ "model.language_model.layers.19.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
137
+ "model.language_model.layers.19.self_attn.q_norm.weight": "model-00005-of-00014.safetensors",
138
+ "model.language_model.layers.19.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
139
+ "model.language_model.layers.19.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
140
+ "model.language_model.layers.2.input_layernorm.weight": "model-00001-of-00014.safetensors",
141
+ "model.language_model.layers.2.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
142
+ "model.language_model.layers.2.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
143
+ "model.language_model.layers.2.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
144
+ "model.language_model.layers.2.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
145
+ "model.language_model.layers.2.self_attn.k_norm.weight": "model-00001-of-00014.safetensors",
146
+ "model.language_model.layers.2.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
147
+ "model.language_model.layers.2.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
148
+ "model.language_model.layers.2.self_attn.q_norm.weight": "model-00001-of-00014.safetensors",
149
+ "model.language_model.layers.2.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
150
+ "model.language_model.layers.2.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
151
+ "model.language_model.layers.20.input_layernorm.weight": "model-00005-of-00014.safetensors",
152
+ "model.language_model.layers.20.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
153
+ "model.language_model.layers.20.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
154
+ "model.language_model.layers.20.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
155
+ "model.language_model.layers.20.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
156
+ "model.language_model.layers.20.self_attn.k_norm.weight": "model-00005-of-00014.safetensors",
157
+ "model.language_model.layers.20.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
158
+ "model.language_model.layers.20.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
159
+ "model.language_model.layers.20.self_attn.q_norm.weight": "model-00005-of-00014.safetensors",
160
+ "model.language_model.layers.20.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
161
+ "model.language_model.layers.20.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
162
+ "model.language_model.layers.21.input_layernorm.weight": "model-00005-of-00014.safetensors",
163
+ "model.language_model.layers.21.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
164
+ "model.language_model.layers.21.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
165
+ "model.language_model.layers.21.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
166
+ "model.language_model.layers.21.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
167
+ "model.language_model.layers.21.self_attn.k_norm.weight": "model-00005-of-00014.safetensors",
168
+ "model.language_model.layers.21.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
169
+ "model.language_model.layers.21.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
170
+ "model.language_model.layers.21.self_attn.q_norm.weight": "model-00005-of-00014.safetensors",
171
+ "model.language_model.layers.21.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
172
+ "model.language_model.layers.21.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
173
+ "model.language_model.layers.22.input_layernorm.weight": "model-00005-of-00014.safetensors",
174
+ "model.language_model.layers.22.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
175
+ "model.language_model.layers.22.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
176
+ "model.language_model.layers.22.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
177
+ "model.language_model.layers.22.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
178
+ "model.language_model.layers.22.self_attn.k_norm.weight": "model-00005-of-00014.safetensors",
179
+ "model.language_model.layers.22.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
180
+ "model.language_model.layers.22.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
181
+ "model.language_model.layers.22.self_attn.q_norm.weight": "model-00005-of-00014.safetensors",
182
+ "model.language_model.layers.22.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
183
+ "model.language_model.layers.22.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
184
+ "model.language_model.layers.23.input_layernorm.weight": "model-00005-of-00014.safetensors",
185
+ "model.language_model.layers.23.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
186
+ "model.language_model.layers.23.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
187
+ "model.language_model.layers.23.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
188
+ "model.language_model.layers.23.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
189
+ "model.language_model.layers.23.self_attn.k_norm.weight": "model-00005-of-00014.safetensors",
190
+ "model.language_model.layers.23.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
191
+ "model.language_model.layers.23.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
192
+ "model.language_model.layers.23.self_attn.q_norm.weight": "model-00005-of-00014.safetensors",
193
+ "model.language_model.layers.23.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
194
+ "model.language_model.layers.23.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
195
+ "model.language_model.layers.24.input_layernorm.weight": "model-00006-of-00014.safetensors",
196
+ "model.language_model.layers.24.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
197
+ "model.language_model.layers.24.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
198
+ "model.language_model.layers.24.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
199
+ "model.language_model.layers.24.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
200
+ "model.language_model.layers.24.self_attn.k_norm.weight": "model-00006-of-00014.safetensors",
201
+ "model.language_model.layers.24.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
202
+ "model.language_model.layers.24.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
203
+ "model.language_model.layers.24.self_attn.q_norm.weight": "model-00006-of-00014.safetensors",
204
+ "model.language_model.layers.24.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
205
+ "model.language_model.layers.24.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
206
+ "model.language_model.layers.25.input_layernorm.weight": "model-00006-of-00014.safetensors",
207
+ "model.language_model.layers.25.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
208
+ "model.language_model.layers.25.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
209
+ "model.language_model.layers.25.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
210
+ "model.language_model.layers.25.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
211
+ "model.language_model.layers.25.self_attn.k_norm.weight": "model-00006-of-00014.safetensors",
212
+ "model.language_model.layers.25.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
213
+ "model.language_model.layers.25.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
214
+ "model.language_model.layers.25.self_attn.q_norm.weight": "model-00006-of-00014.safetensors",
215
+ "model.language_model.layers.25.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
216
+ "model.language_model.layers.25.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
217
+ "model.language_model.layers.26.input_layernorm.weight": "model-00006-of-00014.safetensors",
218
+ "model.language_model.layers.26.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
219
+ "model.language_model.layers.26.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
220
+ "model.language_model.layers.26.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
221
+ "model.language_model.layers.26.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
222
+ "model.language_model.layers.26.self_attn.k_norm.weight": "model-00006-of-00014.safetensors",
223
+ "model.language_model.layers.26.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
224
+ "model.language_model.layers.26.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
225
+ "model.language_model.layers.26.self_attn.q_norm.weight": "model-00006-of-00014.safetensors",
226
+ "model.language_model.layers.26.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
227
+ "model.language_model.layers.26.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
228
+ "model.language_model.layers.27.input_layernorm.weight": "model-00006-of-00014.safetensors",
229
+ "model.language_model.layers.27.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
230
+ "model.language_model.layers.27.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
231
+ "model.language_model.layers.27.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
232
+ "model.language_model.layers.27.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
233
+ "model.language_model.layers.27.self_attn.k_norm.weight": "model-00006-of-00014.safetensors",
234
+ "model.language_model.layers.27.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
235
+ "model.language_model.layers.27.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
236
+ "model.language_model.layers.27.self_attn.q_norm.weight": "model-00006-of-00014.safetensors",
237
+ "model.language_model.layers.27.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
238
+ "model.language_model.layers.27.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
239
+ "model.language_model.layers.28.input_layernorm.weight": "model-00006-of-00014.safetensors",
240
+ "model.language_model.layers.28.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
241
+ "model.language_model.layers.28.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
242
+ "model.language_model.layers.28.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
243
+ "model.language_model.layers.28.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
244
+ "model.language_model.layers.28.self_attn.k_norm.weight": "model-00006-of-00014.safetensors",
245
+ "model.language_model.layers.28.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
246
+ "model.language_model.layers.28.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
247
+ "model.language_model.layers.28.self_attn.q_norm.weight": "model-00006-of-00014.safetensors",
248
+ "model.language_model.layers.28.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
249
+ "model.language_model.layers.28.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
250
+ "model.language_model.layers.29.input_layernorm.weight": "model-00007-of-00014.safetensors",
251
+ "model.language_model.layers.29.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
252
+ "model.language_model.layers.29.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
253
+ "model.language_model.layers.29.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
254
+ "model.language_model.layers.29.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
255
+ "model.language_model.layers.29.self_attn.k_norm.weight": "model-00007-of-00014.safetensors",
256
+ "model.language_model.layers.29.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
257
+ "model.language_model.layers.29.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
258
+ "model.language_model.layers.29.self_attn.q_norm.weight": "model-00007-of-00014.safetensors",
259
+ "model.language_model.layers.29.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
260
+ "model.language_model.layers.29.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
261
+ "model.language_model.layers.3.input_layernorm.weight": "model-00001-of-00014.safetensors",
262
+ "model.language_model.layers.3.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
263
+ "model.language_model.layers.3.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
264
+ "model.language_model.layers.3.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
265
+ "model.language_model.layers.3.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
266
+ "model.language_model.layers.3.self_attn.k_norm.weight": "model-00001-of-00014.safetensors",
267
+ "model.language_model.layers.3.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
268
+ "model.language_model.layers.3.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
269
+ "model.language_model.layers.3.self_attn.q_norm.weight": "model-00001-of-00014.safetensors",
270
+ "model.language_model.layers.3.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
271
+ "model.language_model.layers.3.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
272
+ "model.language_model.layers.30.input_layernorm.weight": "model-00007-of-00014.safetensors",
273
+ "model.language_model.layers.30.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
274
+ "model.language_model.layers.30.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
275
+ "model.language_model.layers.30.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
276
+ "model.language_model.layers.30.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
277
+ "model.language_model.layers.30.self_attn.k_norm.weight": "model-00007-of-00014.safetensors",
278
+ "model.language_model.layers.30.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
279
+ "model.language_model.layers.30.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
280
+ "model.language_model.layers.30.self_attn.q_norm.weight": "model-00007-of-00014.safetensors",
281
+ "model.language_model.layers.30.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
282
+ "model.language_model.layers.30.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
283
+ "model.language_model.layers.31.input_layernorm.weight": "model-00007-of-00014.safetensors",
284
+ "model.language_model.layers.31.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
285
+ "model.language_model.layers.31.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
286
+ "model.language_model.layers.31.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
287
+ "model.language_model.layers.31.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
288
+ "model.language_model.layers.31.self_attn.k_norm.weight": "model-00007-of-00014.safetensors",
289
+ "model.language_model.layers.31.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
290
+ "model.language_model.layers.31.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
291
+ "model.language_model.layers.31.self_attn.q_norm.weight": "model-00007-of-00014.safetensors",
292
+ "model.language_model.layers.31.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
293
+ "model.language_model.layers.31.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
294
+ "model.language_model.layers.32.input_layernorm.weight": "model-00007-of-00014.safetensors",
295
+ "model.language_model.layers.32.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
296
+ "model.language_model.layers.32.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
297
+ "model.language_model.layers.32.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
298
+ "model.language_model.layers.32.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
299
+ "model.language_model.layers.32.self_attn.k_norm.weight": "model-00007-of-00014.safetensors",
300
+ "model.language_model.layers.32.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
301
+ "model.language_model.layers.32.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
302
+ "model.language_model.layers.32.self_attn.q_norm.weight": "model-00007-of-00014.safetensors",
303
+ "model.language_model.layers.32.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
304
+ "model.language_model.layers.32.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
305
+ "model.language_model.layers.33.input_layernorm.weight": "model-00007-of-00014.safetensors",
306
+ "model.language_model.layers.33.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
307
+ "model.language_model.layers.33.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
308
+ "model.language_model.layers.33.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
309
+ "model.language_model.layers.33.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
310
+ "model.language_model.layers.33.self_attn.k_norm.weight": "model-00007-of-00014.safetensors",
311
+ "model.language_model.layers.33.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
312
+ "model.language_model.layers.33.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
313
+ "model.language_model.layers.33.self_attn.q_norm.weight": "model-00007-of-00014.safetensors",
314
+ "model.language_model.layers.33.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
315
+ "model.language_model.layers.33.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
316
+ "model.language_model.layers.34.input_layernorm.weight": "model-00008-of-00014.safetensors",
317
+ "model.language_model.layers.34.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
318
+ "model.language_model.layers.34.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
319
+ "model.language_model.layers.34.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
320
+ "model.language_model.layers.34.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
321
+ "model.language_model.layers.34.self_attn.k_norm.weight": "model-00008-of-00014.safetensors",
322
+ "model.language_model.layers.34.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
323
+ "model.language_model.layers.34.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
324
+ "model.language_model.layers.34.self_attn.q_norm.weight": "model-00008-of-00014.safetensors",
325
+ "model.language_model.layers.34.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
326
+ "model.language_model.layers.34.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
327
+ "model.language_model.layers.35.input_layernorm.weight": "model-00008-of-00014.safetensors",
328
+ "model.language_model.layers.35.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
329
+ "model.language_model.layers.35.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
330
+ "model.language_model.layers.35.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
331
+ "model.language_model.layers.35.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
332
+ "model.language_model.layers.35.self_attn.k_norm.weight": "model-00008-of-00014.safetensors",
333
+ "model.language_model.layers.35.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
334
+ "model.language_model.layers.35.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
335
+ "model.language_model.layers.35.self_attn.q_norm.weight": "model-00008-of-00014.safetensors",
336
+ "model.language_model.layers.35.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
337
+ "model.language_model.layers.35.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
338
+ "model.language_model.layers.36.input_layernorm.weight": "model-00008-of-00014.safetensors",
339
+ "model.language_model.layers.36.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
340
+ "model.language_model.layers.36.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
341
+ "model.language_model.layers.36.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
342
+ "model.language_model.layers.36.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
343
+ "model.language_model.layers.36.self_attn.k_norm.weight": "model-00008-of-00014.safetensors",
344
+ "model.language_model.layers.36.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
345
+ "model.language_model.layers.36.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
346
+ "model.language_model.layers.36.self_attn.q_norm.weight": "model-00008-of-00014.safetensors",
347
+ "model.language_model.layers.36.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
348
+ "model.language_model.layers.36.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
349
+ "model.language_model.layers.37.input_layernorm.weight": "model-00008-of-00014.safetensors",
350
+ "model.language_model.layers.37.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
351
+ "model.language_model.layers.37.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
352
+ "model.language_model.layers.37.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
353
+ "model.language_model.layers.37.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
354
+ "model.language_model.layers.37.self_attn.k_norm.weight": "model-00008-of-00014.safetensors",
355
+ "model.language_model.layers.37.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
356
+ "model.language_model.layers.37.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
357
+ "model.language_model.layers.37.self_attn.q_norm.weight": "model-00008-of-00014.safetensors",
358
+ "model.language_model.layers.37.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
359
+ "model.language_model.layers.37.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
360
+ "model.language_model.layers.38.input_layernorm.weight": "model-00008-of-00014.safetensors",
361
+ "model.language_model.layers.38.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
362
+ "model.language_model.layers.38.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
363
+ "model.language_model.layers.38.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
364
+ "model.language_model.layers.38.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
365
+ "model.language_model.layers.38.self_attn.k_norm.weight": "model-00008-of-00014.safetensors",
366
+ "model.language_model.layers.38.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
367
+ "model.language_model.layers.38.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
368
+ "model.language_model.layers.38.self_attn.q_norm.weight": "model-00008-of-00014.safetensors",
369
+ "model.language_model.layers.38.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
370
+ "model.language_model.layers.38.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
371
+ "model.language_model.layers.39.input_layernorm.weight": "model-00009-of-00014.safetensors",
372
+ "model.language_model.layers.39.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
373
+ "model.language_model.layers.39.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
374
+ "model.language_model.layers.39.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
375
+ "model.language_model.layers.39.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
376
+ "model.language_model.layers.39.self_attn.k_norm.weight": "model-00009-of-00014.safetensors",
377
+ "model.language_model.layers.39.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
378
+ "model.language_model.layers.39.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
379
+ "model.language_model.layers.39.self_attn.q_norm.weight": "model-00009-of-00014.safetensors",
380
+ "model.language_model.layers.39.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
381
+ "model.language_model.layers.39.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
382
+ "model.language_model.layers.4.input_layernorm.weight": "model-00002-of-00014.safetensors",
383
+ "model.language_model.layers.4.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
384
+ "model.language_model.layers.4.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
385
+ "model.language_model.layers.4.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
386
+ "model.language_model.layers.4.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
387
+ "model.language_model.layers.4.self_attn.k_norm.weight": "model-00002-of-00014.safetensors",
388
+ "model.language_model.layers.4.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
389
+ "model.language_model.layers.4.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
390
+ "model.language_model.layers.4.self_attn.q_norm.weight": "model-00002-of-00014.safetensors",
391
+ "model.language_model.layers.4.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
392
+ "model.language_model.layers.4.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
393
+ "model.language_model.layers.40.input_layernorm.weight": "model-00009-of-00014.safetensors",
394
+ "model.language_model.layers.40.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
395
+ "model.language_model.layers.40.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
396
+ "model.language_model.layers.40.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
397
+ "model.language_model.layers.40.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
398
+ "model.language_model.layers.40.self_attn.k_norm.weight": "model-00009-of-00014.safetensors",
399
+ "model.language_model.layers.40.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
400
+ "model.language_model.layers.40.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
401
+ "model.language_model.layers.40.self_attn.q_norm.weight": "model-00009-of-00014.safetensors",
402
+ "model.language_model.layers.40.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
403
+ "model.language_model.layers.40.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
404
+ "model.language_model.layers.41.input_layernorm.weight": "model-00009-of-00014.safetensors",
405
+ "model.language_model.layers.41.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
406
+ "model.language_model.layers.41.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
407
+ "model.language_model.layers.41.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
408
+ "model.language_model.layers.41.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
409
+ "model.language_model.layers.41.self_attn.k_norm.weight": "model-00009-of-00014.safetensors",
410
+ "model.language_model.layers.41.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
411
+ "model.language_model.layers.41.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
412
+ "model.language_model.layers.41.self_attn.q_norm.weight": "model-00009-of-00014.safetensors",
413
+ "model.language_model.layers.41.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
414
+ "model.language_model.layers.41.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
415
+ "model.language_model.layers.42.input_layernorm.weight": "model-00009-of-00014.safetensors",
416
+ "model.language_model.layers.42.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
417
+ "model.language_model.layers.42.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
418
+ "model.language_model.layers.42.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
419
+ "model.language_model.layers.42.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
420
+ "model.language_model.layers.42.self_attn.k_norm.weight": "model-00009-of-00014.safetensors",
421
+ "model.language_model.layers.42.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
422
+ "model.language_model.layers.42.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
423
+ "model.language_model.layers.42.self_attn.q_norm.weight": "model-00009-of-00014.safetensors",
424
+ "model.language_model.layers.42.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
425
+ "model.language_model.layers.42.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
426
+ "model.language_model.layers.43.input_layernorm.weight": "model-00009-of-00014.safetensors",
427
+ "model.language_model.layers.43.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
428
+ "model.language_model.layers.43.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
429
+ "model.language_model.layers.43.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
430
+ "model.language_model.layers.43.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
431
+ "model.language_model.layers.43.self_attn.k_norm.weight": "model-00009-of-00014.safetensors",
432
+ "model.language_model.layers.43.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
433
+ "model.language_model.layers.43.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
434
+ "model.language_model.layers.43.self_attn.q_norm.weight": "model-00009-of-00014.safetensors",
435
+ "model.language_model.layers.43.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
436
+ "model.language_model.layers.43.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
437
+ "model.language_model.layers.44.input_layernorm.weight": "model-00010-of-00014.safetensors",
438
+ "model.language_model.layers.44.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
439
+ "model.language_model.layers.44.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
440
+ "model.language_model.layers.44.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
441
+ "model.language_model.layers.44.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
442
+ "model.language_model.layers.44.self_attn.k_norm.weight": "model-00010-of-00014.safetensors",
443
+ "model.language_model.layers.44.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
444
+ "model.language_model.layers.44.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
445
+ "model.language_model.layers.44.self_attn.q_norm.weight": "model-00010-of-00014.safetensors",
446
+ "model.language_model.layers.44.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
447
+ "model.language_model.layers.44.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
448
+ "model.language_model.layers.45.input_layernorm.weight": "model-00010-of-00014.safetensors",
449
+ "model.language_model.layers.45.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
450
+ "model.language_model.layers.45.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
451
+ "model.language_model.layers.45.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
452
+ "model.language_model.layers.45.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
453
+ "model.language_model.layers.45.self_attn.k_norm.weight": "model-00010-of-00014.safetensors",
454
+ "model.language_model.layers.45.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
455
+ "model.language_model.layers.45.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
456
+ "model.language_model.layers.45.self_attn.q_norm.weight": "model-00010-of-00014.safetensors",
457
+ "model.language_model.layers.45.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
458
+ "model.language_model.layers.45.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
459
+ "model.language_model.layers.46.input_layernorm.weight": "model-00010-of-00014.safetensors",
460
+ "model.language_model.layers.46.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
461
+ "model.language_model.layers.46.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
462
+ "model.language_model.layers.46.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
463
+ "model.language_model.layers.46.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
464
+ "model.language_model.layers.46.self_attn.k_norm.weight": "model-00010-of-00014.safetensors",
465
+ "model.language_model.layers.46.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
466
+ "model.language_model.layers.46.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
467
+ "model.language_model.layers.46.self_attn.q_norm.weight": "model-00010-of-00014.safetensors",
468
+ "model.language_model.layers.46.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
469
+ "model.language_model.layers.46.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
470
+ "model.language_model.layers.47.input_layernorm.weight": "model-00010-of-00014.safetensors",
471
+ "model.language_model.layers.47.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
472
+ "model.language_model.layers.47.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
473
+ "model.language_model.layers.47.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
474
+ "model.language_model.layers.47.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
475
+ "model.language_model.layers.47.self_attn.k_norm.weight": "model-00010-of-00014.safetensors",
476
+ "model.language_model.layers.47.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
477
+ "model.language_model.layers.47.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
478
+ "model.language_model.layers.47.self_attn.q_norm.weight": "model-00010-of-00014.safetensors",
479
+ "model.language_model.layers.47.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
480
+ "model.language_model.layers.47.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
481
+ "model.language_model.layers.48.input_layernorm.weight": "model-00010-of-00014.safetensors",
482
+ "model.language_model.layers.48.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
483
+ "model.language_model.layers.48.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
484
+ "model.language_model.layers.48.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
485
+ "model.language_model.layers.48.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
486
+ "model.language_model.layers.48.self_attn.k_norm.weight": "model-00010-of-00014.safetensors",
487
+ "model.language_model.layers.48.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
488
+ "model.language_model.layers.48.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
489
+ "model.language_model.layers.48.self_attn.q_norm.weight": "model-00010-of-00014.safetensors",
490
+ "model.language_model.layers.48.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
491
+ "model.language_model.layers.48.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
492
+ "model.language_model.layers.49.input_layernorm.weight": "model-00011-of-00014.safetensors",
493
+ "model.language_model.layers.49.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
494
+ "model.language_model.layers.49.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
495
+ "model.language_model.layers.49.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
496
+ "model.language_model.layers.49.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
497
+ "model.language_model.layers.49.self_attn.k_norm.weight": "model-00011-of-00014.safetensors",
498
+ "model.language_model.layers.49.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
499
+ "model.language_model.layers.49.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
500
+ "model.language_model.layers.49.self_attn.q_norm.weight": "model-00011-of-00014.safetensors",
501
+ "model.language_model.layers.49.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
502
+ "model.language_model.layers.49.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
503
+ "model.language_model.layers.5.input_layernorm.weight": "model-00002-of-00014.safetensors",
504
+ "model.language_model.layers.5.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
505
+ "model.language_model.layers.5.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
506
+ "model.language_model.layers.5.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
507
+ "model.language_model.layers.5.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
508
+ "model.language_model.layers.5.self_attn.k_norm.weight": "model-00002-of-00014.safetensors",
509
+ "model.language_model.layers.5.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
510
+ "model.language_model.layers.5.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
511
+ "model.language_model.layers.5.self_attn.q_norm.weight": "model-00002-of-00014.safetensors",
512
+ "model.language_model.layers.5.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
513
+ "model.language_model.layers.5.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
514
+ "model.language_model.layers.50.input_layernorm.weight": "model-00011-of-00014.safetensors",
515
+ "model.language_model.layers.50.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
516
+ "model.language_model.layers.50.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
517
+ "model.language_model.layers.50.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
518
+ "model.language_model.layers.50.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
519
+ "model.language_model.layers.50.self_attn.k_norm.weight": "model-00011-of-00014.safetensors",
520
+ "model.language_model.layers.50.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
521
+ "model.language_model.layers.50.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
522
+ "model.language_model.layers.50.self_attn.q_norm.weight": "model-00011-of-00014.safetensors",
523
+ "model.language_model.layers.50.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
524
+ "model.language_model.layers.50.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
525
+ "model.language_model.layers.51.input_layernorm.weight": "model-00011-of-00014.safetensors",
526
+ "model.language_model.layers.51.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
527
+ "model.language_model.layers.51.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
528
+ "model.language_model.layers.51.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
529
+ "model.language_model.layers.51.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
530
+ "model.language_model.layers.51.self_attn.k_norm.weight": "model-00011-of-00014.safetensors",
531
+ "model.language_model.layers.51.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
532
+ "model.language_model.layers.51.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
533
+ "model.language_model.layers.51.self_attn.q_norm.weight": "model-00011-of-00014.safetensors",
534
+ "model.language_model.layers.51.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
535
+ "model.language_model.layers.51.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
536
+ "model.language_model.layers.52.input_layernorm.weight": "model-00011-of-00014.safetensors",
537
+ "model.language_model.layers.52.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
538
+ "model.language_model.layers.52.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
539
+ "model.language_model.layers.52.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
540
+ "model.language_model.layers.52.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
541
+ "model.language_model.layers.52.self_attn.k_norm.weight": "model-00011-of-00014.safetensors",
542
+ "model.language_model.layers.52.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
543
+ "model.language_model.layers.52.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
544
+ "model.language_model.layers.52.self_attn.q_norm.weight": "model-00011-of-00014.safetensors",
545
+ "model.language_model.layers.52.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
546
+ "model.language_model.layers.52.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
547
+ "model.language_model.layers.53.input_layernorm.weight": "model-00011-of-00014.safetensors",
548
+ "model.language_model.layers.53.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
549
+ "model.language_model.layers.53.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
550
+ "model.language_model.layers.53.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
551
+ "model.language_model.layers.53.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
552
+ "model.language_model.layers.53.self_attn.k_norm.weight": "model-00011-of-00014.safetensors",
553
+ "model.language_model.layers.53.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
554
+ "model.language_model.layers.53.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
555
+ "model.language_model.layers.53.self_attn.q_norm.weight": "model-00011-of-00014.safetensors",
556
+ "model.language_model.layers.53.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
557
+ "model.language_model.layers.53.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
558
+ "model.language_model.layers.54.input_layernorm.weight": "model-00012-of-00014.safetensors",
559
+ "model.language_model.layers.54.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
560
+ "model.language_model.layers.54.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
561
+ "model.language_model.layers.54.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
562
+ "model.language_model.layers.54.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
563
+ "model.language_model.layers.54.self_attn.k_norm.weight": "model-00012-of-00014.safetensors",
564
+ "model.language_model.layers.54.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
565
+ "model.language_model.layers.54.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
566
+ "model.language_model.layers.54.self_attn.q_norm.weight": "model-00012-of-00014.safetensors",
567
+ "model.language_model.layers.54.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
568
+ "model.language_model.layers.54.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
569
+ "model.language_model.layers.55.input_layernorm.weight": "model-00012-of-00014.safetensors",
570
+ "model.language_model.layers.55.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
571
+ "model.language_model.layers.55.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
572
+ "model.language_model.layers.55.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
573
+ "model.language_model.layers.55.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
574
+ "model.language_model.layers.55.self_attn.k_norm.weight": "model-00012-of-00014.safetensors",
575
+ "model.language_model.layers.55.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
576
+ "model.language_model.layers.55.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
577
+ "model.language_model.layers.55.self_attn.q_norm.weight": "model-00012-of-00014.safetensors",
578
+ "model.language_model.layers.55.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
579
+ "model.language_model.layers.55.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
580
+ "model.language_model.layers.56.input_layernorm.weight": "model-00012-of-00014.safetensors",
581
+ "model.language_model.layers.56.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
582
+ "model.language_model.layers.56.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
583
+ "model.language_model.layers.56.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
584
+ "model.language_model.layers.56.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
585
+ "model.language_model.layers.56.self_attn.k_norm.weight": "model-00012-of-00014.safetensors",
586
+ "model.language_model.layers.56.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
587
+ "model.language_model.layers.56.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
588
+ "model.language_model.layers.56.self_attn.q_norm.weight": "model-00012-of-00014.safetensors",
589
+ "model.language_model.layers.56.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
590
+ "model.language_model.layers.56.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
591
+ "model.language_model.layers.57.input_layernorm.weight": "model-00012-of-00014.safetensors",
592
+ "model.language_model.layers.57.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
593
+ "model.language_model.layers.57.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
594
+ "model.language_model.layers.57.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
595
+ "model.language_model.layers.57.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
596
+ "model.language_model.layers.57.self_attn.k_norm.weight": "model-00012-of-00014.safetensors",
597
+ "model.language_model.layers.57.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
598
+ "model.language_model.layers.57.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
599
+ "model.language_model.layers.57.self_attn.q_norm.weight": "model-00012-of-00014.safetensors",
600
+ "model.language_model.layers.57.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
601
+ "model.language_model.layers.57.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
602
+ "model.language_model.layers.58.input_layernorm.weight": "model-00012-of-00014.safetensors",
603
+ "model.language_model.layers.58.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
604
+ "model.language_model.layers.58.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
605
+ "model.language_model.layers.58.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
606
+ "model.language_model.layers.58.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
607
+ "model.language_model.layers.58.self_attn.k_norm.weight": "model-00012-of-00014.safetensors",
608
+ "model.language_model.layers.58.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
609
+ "model.language_model.layers.58.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
610
+ "model.language_model.layers.58.self_attn.q_norm.weight": "model-00012-of-00014.safetensors",
611
+ "model.language_model.layers.58.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
612
+ "model.language_model.layers.58.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
613
+ "model.language_model.layers.59.input_layernorm.weight": "model-00013-of-00014.safetensors",
614
+ "model.language_model.layers.59.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
615
+ "model.language_model.layers.59.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
616
+ "model.language_model.layers.59.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
617
+ "model.language_model.layers.59.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
618
+ "model.language_model.layers.59.self_attn.k_norm.weight": "model-00013-of-00014.safetensors",
619
+ "model.language_model.layers.59.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
620
+ "model.language_model.layers.59.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
621
+ "model.language_model.layers.59.self_attn.q_norm.weight": "model-00013-of-00014.safetensors",
622
+ "model.language_model.layers.59.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
623
+ "model.language_model.layers.59.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
624
+ "model.language_model.layers.6.input_layernorm.weight": "model-00002-of-00014.safetensors",
625
+ "model.language_model.layers.6.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
626
+ "model.language_model.layers.6.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
627
+ "model.language_model.layers.6.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
628
+ "model.language_model.layers.6.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
629
+ "model.language_model.layers.6.self_attn.k_norm.weight": "model-00002-of-00014.safetensors",
630
+ "model.language_model.layers.6.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
631
+ "model.language_model.layers.6.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
632
+ "model.language_model.layers.6.self_attn.q_norm.weight": "model-00002-of-00014.safetensors",
633
+ "model.language_model.layers.6.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
634
+ "model.language_model.layers.6.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
635
+ "model.language_model.layers.60.input_layernorm.weight": "model-00013-of-00014.safetensors",
636
+ "model.language_model.layers.60.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
637
+ "model.language_model.layers.60.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
638
+ "model.language_model.layers.60.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
639
+ "model.language_model.layers.60.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
640
+ "model.language_model.layers.60.self_attn.k_norm.weight": "model-00013-of-00014.safetensors",
641
+ "model.language_model.layers.60.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
642
+ "model.language_model.layers.60.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
643
+ "model.language_model.layers.60.self_attn.q_norm.weight": "model-00013-of-00014.safetensors",
644
+ "model.language_model.layers.60.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
645
+ "model.language_model.layers.60.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
646
+ "model.language_model.layers.61.input_layernorm.weight": "model-00013-of-00014.safetensors",
647
+ "model.language_model.layers.61.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
648
+ "model.language_model.layers.61.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
649
+ "model.language_model.layers.61.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
650
+ "model.language_model.layers.61.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
651
+ "model.language_model.layers.61.self_attn.k_norm.weight": "model-00013-of-00014.safetensors",
652
+ "model.language_model.layers.61.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
653
+ "model.language_model.layers.61.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
654
+ "model.language_model.layers.61.self_attn.q_norm.weight": "model-00013-of-00014.safetensors",
655
+ "model.language_model.layers.61.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
656
+ "model.language_model.layers.61.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
657
+ "model.language_model.layers.62.input_layernorm.weight": "model-00013-of-00014.safetensors",
658
+ "model.language_model.layers.62.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
659
+ "model.language_model.layers.62.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
660
+ "model.language_model.layers.62.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
661
+ "model.language_model.layers.62.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
662
+ "model.language_model.layers.62.self_attn.k_norm.weight": "model-00013-of-00014.safetensors",
663
+ "model.language_model.layers.62.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
664
+ "model.language_model.layers.62.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
665
+ "model.language_model.layers.62.self_attn.q_norm.weight": "model-00013-of-00014.safetensors",
666
+ "model.language_model.layers.62.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
667
+ "model.language_model.layers.62.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
668
+ "model.language_model.layers.63.input_layernorm.weight": "model-00013-of-00014.safetensors",
669
+ "model.language_model.layers.63.mlp.down_proj.weight": "model-00014-of-00014.safetensors",
670
+ "model.language_model.layers.63.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
671
+ "model.language_model.layers.63.mlp.up_proj.weight": "model-00014-of-00014.safetensors",
672
+ "model.language_model.layers.63.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
673
+ "model.language_model.layers.63.self_attn.k_norm.weight": "model-00013-of-00014.safetensors",
674
+ "model.language_model.layers.63.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
675
+ "model.language_model.layers.63.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
676
+ "model.language_model.layers.63.self_attn.q_norm.weight": "model-00013-of-00014.safetensors",
677
+ "model.language_model.layers.63.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
678
+ "model.language_model.layers.63.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
679
+ "model.language_model.layers.7.input_layernorm.weight": "model-00002-of-00014.safetensors",
680
+ "model.language_model.layers.7.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
681
+ "model.language_model.layers.7.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
682
+ "model.language_model.layers.7.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
683
+ "model.language_model.layers.7.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
684
+ "model.language_model.layers.7.self_attn.k_norm.weight": "model-00002-of-00014.safetensors",
685
+ "model.language_model.layers.7.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
686
+ "model.language_model.layers.7.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
687
+ "model.language_model.layers.7.self_attn.q_norm.weight": "model-00002-of-00014.safetensors",
688
+ "model.language_model.layers.7.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
689
+ "model.language_model.layers.7.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
690
+ "model.language_model.layers.8.input_layernorm.weight": "model-00002-of-00014.safetensors",
691
+ "model.language_model.layers.8.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
692
+ "model.language_model.layers.8.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
693
+ "model.language_model.layers.8.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
694
+ "model.language_model.layers.8.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
695
+ "model.language_model.layers.8.self_attn.k_norm.weight": "model-00002-of-00014.safetensors",
696
+ "model.language_model.layers.8.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
697
+ "model.language_model.layers.8.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
698
+ "model.language_model.layers.8.self_attn.q_norm.weight": "model-00002-of-00014.safetensors",
699
+ "model.language_model.layers.8.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
700
+ "model.language_model.layers.8.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
701
+ "model.language_model.layers.9.input_layernorm.weight": "model-00003-of-00014.safetensors",
702
+ "model.language_model.layers.9.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
703
+ "model.language_model.layers.9.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
704
+ "model.language_model.layers.9.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
705
+ "model.language_model.layers.9.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
706
+ "model.language_model.layers.9.self_attn.k_norm.weight": "model-00003-of-00014.safetensors",
707
+ "model.language_model.layers.9.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
708
+ "model.language_model.layers.9.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
709
+ "model.language_model.layers.9.self_attn.q_norm.weight": "model-00003-of-00014.safetensors",
710
+ "model.language_model.layers.9.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
711
+ "model.language_model.layers.9.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
712
+ "model.language_model.norm.weight": "model-00014-of-00014.safetensors",
713
+ "model.visual.blocks.0.attn.proj.bias": "model-00014-of-00014.safetensors",
714
+ "model.visual.blocks.0.attn.proj.weight": "model-00014-of-00014.safetensors",
715
+ "model.visual.blocks.0.attn.qkv.bias": "model-00014-of-00014.safetensors",
716
+ "model.visual.blocks.0.attn.qkv.weight": "model-00014-of-00014.safetensors",
717
+ "model.visual.blocks.0.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
718
+ "model.visual.blocks.0.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
719
+ "model.visual.blocks.0.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
720
+ "model.visual.blocks.0.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
721
+ "model.visual.blocks.0.norm1.bias": "model-00014-of-00014.safetensors",
722
+ "model.visual.blocks.0.norm1.weight": "model-00014-of-00014.safetensors",
723
+ "model.visual.blocks.0.norm2.bias": "model-00014-of-00014.safetensors",
724
+ "model.visual.blocks.0.norm2.weight": "model-00014-of-00014.safetensors",
725
+ "model.visual.blocks.1.attn.proj.bias": "model-00014-of-00014.safetensors",
726
+ "model.visual.blocks.1.attn.proj.weight": "model-00014-of-00014.safetensors",
727
+ "model.visual.blocks.1.attn.qkv.bias": "model-00014-of-00014.safetensors",
728
+ "model.visual.blocks.1.attn.qkv.weight": "model-00014-of-00014.safetensors",
729
+ "model.visual.blocks.1.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
730
+ "model.visual.blocks.1.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
731
+ "model.visual.blocks.1.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
732
+ "model.visual.blocks.1.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
733
+ "model.visual.blocks.1.norm1.bias": "model-00014-of-00014.safetensors",
734
+ "model.visual.blocks.1.norm1.weight": "model-00014-of-00014.safetensors",
735
+ "model.visual.blocks.1.norm2.bias": "model-00014-of-00014.safetensors",
736
+ "model.visual.blocks.1.norm2.weight": "model-00014-of-00014.safetensors",
737
+ "model.visual.blocks.10.attn.proj.bias": "model-00014-of-00014.safetensors",
738
+ "model.visual.blocks.10.attn.proj.weight": "model-00014-of-00014.safetensors",
739
+ "model.visual.blocks.10.attn.qkv.bias": "model-00014-of-00014.safetensors",
740
+ "model.visual.blocks.10.attn.qkv.weight": "model-00014-of-00014.safetensors",
741
+ "model.visual.blocks.10.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
742
+ "model.visual.blocks.10.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
743
+ "model.visual.blocks.10.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
744
+ "model.visual.blocks.10.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
745
+ "model.visual.blocks.10.norm1.bias": "model-00014-of-00014.safetensors",
746
+ "model.visual.blocks.10.norm1.weight": "model-00014-of-00014.safetensors",
747
+ "model.visual.blocks.10.norm2.bias": "model-00014-of-00014.safetensors",
748
+ "model.visual.blocks.10.norm2.weight": "model-00014-of-00014.safetensors",
749
+ "model.visual.blocks.11.attn.proj.bias": "model-00014-of-00014.safetensors",
750
+ "model.visual.blocks.11.attn.proj.weight": "model-00014-of-00014.safetensors",
751
+ "model.visual.blocks.11.attn.qkv.bias": "model-00014-of-00014.safetensors",
752
+ "model.visual.blocks.11.attn.qkv.weight": "model-00014-of-00014.safetensors",
753
+ "model.visual.blocks.11.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
754
+ "model.visual.blocks.11.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
755
+ "model.visual.blocks.11.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
756
+ "model.visual.blocks.11.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
757
+ "model.visual.blocks.11.norm1.bias": "model-00014-of-00014.safetensors",
758
+ "model.visual.blocks.11.norm1.weight": "model-00014-of-00014.safetensors",
759
+ "model.visual.blocks.11.norm2.bias": "model-00014-of-00014.safetensors",
760
+ "model.visual.blocks.11.norm2.weight": "model-00014-of-00014.safetensors",
761
+ "model.visual.blocks.12.attn.proj.bias": "model-00014-of-00014.safetensors",
762
+ "model.visual.blocks.12.attn.proj.weight": "model-00014-of-00014.safetensors",
763
+ "model.visual.blocks.12.attn.qkv.bias": "model-00014-of-00014.safetensors",
764
+ "model.visual.blocks.12.attn.qkv.weight": "model-00014-of-00014.safetensors",
765
+ "model.visual.blocks.12.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
766
+ "model.visual.blocks.12.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
767
+ "model.visual.blocks.12.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
768
+ "model.visual.blocks.12.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
769
+ "model.visual.blocks.12.norm1.bias": "model-00014-of-00014.safetensors",
770
+ "model.visual.blocks.12.norm1.weight": "model-00014-of-00014.safetensors",
771
+ "model.visual.blocks.12.norm2.bias": "model-00014-of-00014.safetensors",
772
+ "model.visual.blocks.12.norm2.weight": "model-00014-of-00014.safetensors",
773
+ "model.visual.blocks.13.attn.proj.bias": "model-00014-of-00014.safetensors",
774
+ "model.visual.blocks.13.attn.proj.weight": "model-00014-of-00014.safetensors",
775
+ "model.visual.blocks.13.attn.qkv.bias": "model-00014-of-00014.safetensors",
776
+ "model.visual.blocks.13.attn.qkv.weight": "model-00014-of-00014.safetensors",
777
+ "model.visual.blocks.13.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
778
+ "model.visual.blocks.13.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
779
+ "model.visual.blocks.13.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
780
+ "model.visual.blocks.13.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
781
+ "model.visual.blocks.13.norm1.bias": "model-00014-of-00014.safetensors",
782
+ "model.visual.blocks.13.norm1.weight": "model-00014-of-00014.safetensors",
783
+ "model.visual.blocks.13.norm2.bias": "model-00014-of-00014.safetensors",
784
+ "model.visual.blocks.13.norm2.weight": "model-00014-of-00014.safetensors",
785
+ "model.visual.blocks.14.attn.proj.bias": "model-00014-of-00014.safetensors",
786
+ "model.visual.blocks.14.attn.proj.weight": "model-00014-of-00014.safetensors",
787
+ "model.visual.blocks.14.attn.qkv.bias": "model-00014-of-00014.safetensors",
788
+ "model.visual.blocks.14.attn.qkv.weight": "model-00014-of-00014.safetensors",
789
+ "model.visual.blocks.14.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
790
+ "model.visual.blocks.14.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
791
+ "model.visual.blocks.14.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
792
+ "model.visual.blocks.14.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
793
+ "model.visual.blocks.14.norm1.bias": "model-00014-of-00014.safetensors",
794
+ "model.visual.blocks.14.norm1.weight": "model-00014-of-00014.safetensors",
795
+ "model.visual.blocks.14.norm2.bias": "model-00014-of-00014.safetensors",
796
+ "model.visual.blocks.14.norm2.weight": "model-00014-of-00014.safetensors",
797
+ "model.visual.blocks.15.attn.proj.bias": "model-00014-of-00014.safetensors",
798
+ "model.visual.blocks.15.attn.proj.weight": "model-00014-of-00014.safetensors",
799
+ "model.visual.blocks.15.attn.qkv.bias": "model-00014-of-00014.safetensors",
800
+ "model.visual.blocks.15.attn.qkv.weight": "model-00014-of-00014.safetensors",
801
+ "model.visual.blocks.15.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
802
+ "model.visual.blocks.15.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
803
+ "model.visual.blocks.15.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
804
+ "model.visual.blocks.15.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
805
+ "model.visual.blocks.15.norm1.bias": "model-00014-of-00014.safetensors",
806
+ "model.visual.blocks.15.norm1.weight": "model-00014-of-00014.safetensors",
807
+ "model.visual.blocks.15.norm2.bias": "model-00014-of-00014.safetensors",
808
+ "model.visual.blocks.15.norm2.weight": "model-00014-of-00014.safetensors",
809
+ "model.visual.blocks.16.attn.proj.bias": "model-00014-of-00014.safetensors",
810
+ "model.visual.blocks.16.attn.proj.weight": "model-00014-of-00014.safetensors",
811
+ "model.visual.blocks.16.attn.qkv.bias": "model-00014-of-00014.safetensors",
812
+ "model.visual.blocks.16.attn.qkv.weight": "model-00014-of-00014.safetensors",
813
+ "model.visual.blocks.16.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
814
+ "model.visual.blocks.16.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
815
+ "model.visual.blocks.16.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
816
+ "model.visual.blocks.16.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
817
+ "model.visual.blocks.16.norm1.bias": "model-00014-of-00014.safetensors",
818
+ "model.visual.blocks.16.norm1.weight": "model-00014-of-00014.safetensors",
819
+ "model.visual.blocks.16.norm2.bias": "model-00014-of-00014.safetensors",
820
+ "model.visual.blocks.16.norm2.weight": "model-00014-of-00014.safetensors",
821
+ "model.visual.blocks.17.attn.proj.bias": "model-00014-of-00014.safetensors",
822
+ "model.visual.blocks.17.attn.proj.weight": "model-00014-of-00014.safetensors",
823
+ "model.visual.blocks.17.attn.qkv.bias": "model-00014-of-00014.safetensors",
824
+ "model.visual.blocks.17.attn.qkv.weight": "model-00014-of-00014.safetensors",
825
+ "model.visual.blocks.17.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
826
+ "model.visual.blocks.17.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
827
+ "model.visual.blocks.17.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
828
+ "model.visual.blocks.17.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
829
+ "model.visual.blocks.17.norm1.bias": "model-00014-of-00014.safetensors",
830
+ "model.visual.blocks.17.norm1.weight": "model-00014-of-00014.safetensors",
831
+ "model.visual.blocks.17.norm2.bias": "model-00014-of-00014.safetensors",
832
+ "model.visual.blocks.17.norm2.weight": "model-00014-of-00014.safetensors",
833
+ "model.visual.blocks.18.attn.proj.bias": "model-00014-of-00014.safetensors",
834
+ "model.visual.blocks.18.attn.proj.weight": "model-00014-of-00014.safetensors",
835
+ "model.visual.blocks.18.attn.qkv.bias": "model-00014-of-00014.safetensors",
836
+ "model.visual.blocks.18.attn.qkv.weight": "model-00014-of-00014.safetensors",
837
+ "model.visual.blocks.18.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
838
+ "model.visual.blocks.18.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
839
+ "model.visual.blocks.18.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
840
+ "model.visual.blocks.18.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
841
+ "model.visual.blocks.18.norm1.bias": "model-00014-of-00014.safetensors",
842
+ "model.visual.blocks.18.norm1.weight": "model-00014-of-00014.safetensors",
843
+ "model.visual.blocks.18.norm2.bias": "model-00014-of-00014.safetensors",
844
+ "model.visual.blocks.18.norm2.weight": "model-00014-of-00014.safetensors",
845
+ "model.visual.blocks.19.attn.proj.bias": "model-00014-of-00014.safetensors",
846
+ "model.visual.blocks.19.attn.proj.weight": "model-00014-of-00014.safetensors",
847
+ "model.visual.blocks.19.attn.qkv.bias": "model-00014-of-00014.safetensors",
848
+ "model.visual.blocks.19.attn.qkv.weight": "model-00014-of-00014.safetensors",
849
+ "model.visual.blocks.19.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
850
+ "model.visual.blocks.19.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
851
+ "model.visual.blocks.19.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
852
+ "model.visual.blocks.19.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
853
+ "model.visual.blocks.19.norm1.bias": "model-00014-of-00014.safetensors",
854
+ "model.visual.blocks.19.norm1.weight": "model-00014-of-00014.safetensors",
855
+ "model.visual.blocks.19.norm2.bias": "model-00014-of-00014.safetensors",
856
+ "model.visual.blocks.19.norm2.weight": "model-00014-of-00014.safetensors",
857
+ "model.visual.blocks.2.attn.proj.bias": "model-00014-of-00014.safetensors",
858
+ "model.visual.blocks.2.attn.proj.weight": "model-00014-of-00014.safetensors",
859
+ "model.visual.blocks.2.attn.qkv.bias": "model-00014-of-00014.safetensors",
860
+ "model.visual.blocks.2.attn.qkv.weight": "model-00014-of-00014.safetensors",
861
+ "model.visual.blocks.2.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
862
+ "model.visual.blocks.2.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
863
+ "model.visual.blocks.2.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
864
+ "model.visual.blocks.2.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
865
+ "model.visual.blocks.2.norm1.bias": "model-00014-of-00014.safetensors",
866
+ "model.visual.blocks.2.norm1.weight": "model-00014-of-00014.safetensors",
867
+ "model.visual.blocks.2.norm2.bias": "model-00014-of-00014.safetensors",
868
+ "model.visual.blocks.2.norm2.weight": "model-00014-of-00014.safetensors",
869
+ "model.visual.blocks.20.attn.proj.bias": "model-00014-of-00014.safetensors",
870
+ "model.visual.blocks.20.attn.proj.weight": "model-00014-of-00014.safetensors",
871
+ "model.visual.blocks.20.attn.qkv.bias": "model-00014-of-00014.safetensors",
872
+ "model.visual.blocks.20.attn.qkv.weight": "model-00014-of-00014.safetensors",
873
+ "model.visual.blocks.20.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
874
+ "model.visual.blocks.20.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
875
+ "model.visual.blocks.20.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
876
+ "model.visual.blocks.20.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
877
+ "model.visual.blocks.20.norm1.bias": "model-00014-of-00014.safetensors",
878
+ "model.visual.blocks.20.norm1.weight": "model-00014-of-00014.safetensors",
879
+ "model.visual.blocks.20.norm2.bias": "model-00014-of-00014.safetensors",
880
+ "model.visual.blocks.20.norm2.weight": "model-00014-of-00014.safetensors",
881
+ "model.visual.blocks.21.attn.proj.bias": "model-00014-of-00014.safetensors",
882
+ "model.visual.blocks.21.attn.proj.weight": "model-00014-of-00014.safetensors",
883
+ "model.visual.blocks.21.attn.qkv.bias": "model-00014-of-00014.safetensors",
884
+ "model.visual.blocks.21.attn.qkv.weight": "model-00014-of-00014.safetensors",
885
+ "model.visual.blocks.21.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
886
+ "model.visual.blocks.21.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
887
+ "model.visual.blocks.21.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
888
+ "model.visual.blocks.21.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
889
+ "model.visual.blocks.21.norm1.bias": "model-00014-of-00014.safetensors",
890
+ "model.visual.blocks.21.norm1.weight": "model-00014-of-00014.safetensors",
891
+ "model.visual.blocks.21.norm2.bias": "model-00014-of-00014.safetensors",
892
+ "model.visual.blocks.21.norm2.weight": "model-00014-of-00014.safetensors",
893
+ "model.visual.blocks.22.attn.proj.bias": "model-00014-of-00014.safetensors",
894
+ "model.visual.blocks.22.attn.proj.weight": "model-00014-of-00014.safetensors",
895
+ "model.visual.blocks.22.attn.qkv.bias": "model-00014-of-00014.safetensors",
896
+ "model.visual.blocks.22.attn.qkv.weight": "model-00014-of-00014.safetensors",
897
+ "model.visual.blocks.22.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
898
+ "model.visual.blocks.22.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
899
+ "model.visual.blocks.22.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
900
+ "model.visual.blocks.22.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
901
+ "model.visual.blocks.22.norm1.bias": "model-00014-of-00014.safetensors",
902
+ "model.visual.blocks.22.norm1.weight": "model-00014-of-00014.safetensors",
903
+ "model.visual.blocks.22.norm2.bias": "model-00014-of-00014.safetensors",
904
+ "model.visual.blocks.22.norm2.weight": "model-00014-of-00014.safetensors",
905
+ "model.visual.blocks.23.attn.proj.bias": "model-00014-of-00014.safetensors",
906
+ "model.visual.blocks.23.attn.proj.weight": "model-00014-of-00014.safetensors",
907
+ "model.visual.blocks.23.attn.qkv.bias": "model-00014-of-00014.safetensors",
908
+ "model.visual.blocks.23.attn.qkv.weight": "model-00014-of-00014.safetensors",
909
+ "model.visual.blocks.23.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
910
+ "model.visual.blocks.23.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
911
+ "model.visual.blocks.23.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
912
+ "model.visual.blocks.23.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
913
+ "model.visual.blocks.23.norm1.bias": "model-00014-of-00014.safetensors",
914
+ "model.visual.blocks.23.norm1.weight": "model-00014-of-00014.safetensors",
915
+ "model.visual.blocks.23.norm2.bias": "model-00014-of-00014.safetensors",
916
+ "model.visual.blocks.23.norm2.weight": "model-00014-of-00014.safetensors",
917
+ "model.visual.blocks.24.attn.proj.bias": "model-00014-of-00014.safetensors",
918
+ "model.visual.blocks.24.attn.proj.weight": "model-00014-of-00014.safetensors",
919
+ "model.visual.blocks.24.attn.qkv.bias": "model-00014-of-00014.safetensors",
920
+ "model.visual.blocks.24.attn.qkv.weight": "model-00014-of-00014.safetensors",
921
+ "model.visual.blocks.24.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
922
+ "model.visual.blocks.24.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
923
+ "model.visual.blocks.24.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
924
+ "model.visual.blocks.24.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
925
+ "model.visual.blocks.24.norm1.bias": "model-00014-of-00014.safetensors",
926
+ "model.visual.blocks.24.norm1.weight": "model-00014-of-00014.safetensors",
927
+ "model.visual.blocks.24.norm2.bias": "model-00014-of-00014.safetensors",
928
+ "model.visual.blocks.24.norm2.weight": "model-00014-of-00014.safetensors",
929
+ "model.visual.blocks.25.attn.proj.bias": "model-00014-of-00014.safetensors",
930
+ "model.visual.blocks.25.attn.proj.weight": "model-00014-of-00014.safetensors",
931
+ "model.visual.blocks.25.attn.qkv.bias": "model-00014-of-00014.safetensors",
932
+ "model.visual.blocks.25.attn.qkv.weight": "model-00014-of-00014.safetensors",
933
+ "model.visual.blocks.25.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
934
+ "model.visual.blocks.25.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
935
+ "model.visual.blocks.25.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
936
+ "model.visual.blocks.25.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
937
+ "model.visual.blocks.25.norm1.bias": "model-00014-of-00014.safetensors",
938
+ "model.visual.blocks.25.norm1.weight": "model-00014-of-00014.safetensors",
939
+ "model.visual.blocks.25.norm2.bias": "model-00014-of-00014.safetensors",
940
+ "model.visual.blocks.25.norm2.weight": "model-00014-of-00014.safetensors",
941
+ "model.visual.blocks.26.attn.proj.bias": "model-00014-of-00014.safetensors",
942
+ "model.visual.blocks.26.attn.proj.weight": "model-00014-of-00014.safetensors",
943
+ "model.visual.blocks.26.attn.qkv.bias": "model-00014-of-00014.safetensors",
944
+ "model.visual.blocks.26.attn.qkv.weight": "model-00014-of-00014.safetensors",
945
+ "model.visual.blocks.26.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
946
+ "model.visual.blocks.26.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
947
+ "model.visual.blocks.26.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
948
+ "model.visual.blocks.26.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
949
+ "model.visual.blocks.26.norm1.bias": "model-00014-of-00014.safetensors",
950
+ "model.visual.blocks.26.norm1.weight": "model-00014-of-00014.safetensors",
951
+ "model.visual.blocks.26.norm2.bias": "model-00014-of-00014.safetensors",
952
+ "model.visual.blocks.26.norm2.weight": "model-00014-of-00014.safetensors",
953
+ "model.visual.blocks.3.attn.proj.bias": "model-00014-of-00014.safetensors",
954
+ "model.visual.blocks.3.attn.proj.weight": "model-00014-of-00014.safetensors",
955
+ "model.visual.blocks.3.attn.qkv.bias": "model-00014-of-00014.safetensors",
956
+ "model.visual.blocks.3.attn.qkv.weight": "model-00014-of-00014.safetensors",
957
+ "model.visual.blocks.3.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
958
+ "model.visual.blocks.3.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
959
+ "model.visual.blocks.3.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
960
+ "model.visual.blocks.3.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
961
+ "model.visual.blocks.3.norm1.bias": "model-00014-of-00014.safetensors",
962
+ "model.visual.blocks.3.norm1.weight": "model-00014-of-00014.safetensors",
963
+ "model.visual.blocks.3.norm2.bias": "model-00014-of-00014.safetensors",
964
+ "model.visual.blocks.3.norm2.weight": "model-00014-of-00014.safetensors",
965
+ "model.visual.blocks.4.attn.proj.bias": "model-00014-of-00014.safetensors",
966
+ "model.visual.blocks.4.attn.proj.weight": "model-00014-of-00014.safetensors",
967
+ "model.visual.blocks.4.attn.qkv.bias": "model-00014-of-00014.safetensors",
968
+ "model.visual.blocks.4.attn.qkv.weight": "model-00014-of-00014.safetensors",
969
+ "model.visual.blocks.4.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
970
+ "model.visual.blocks.4.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
971
+ "model.visual.blocks.4.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
972
+ "model.visual.blocks.4.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
973
+ "model.visual.blocks.4.norm1.bias": "model-00014-of-00014.safetensors",
974
+ "model.visual.blocks.4.norm1.weight": "model-00014-of-00014.safetensors",
975
+ "model.visual.blocks.4.norm2.bias": "model-00014-of-00014.safetensors",
976
+ "model.visual.blocks.4.norm2.weight": "model-00014-of-00014.safetensors",
977
+ "model.visual.blocks.5.attn.proj.bias": "model-00014-of-00014.safetensors",
978
+ "model.visual.blocks.5.attn.proj.weight": "model-00014-of-00014.safetensors",
979
+ "model.visual.blocks.5.attn.qkv.bias": "model-00014-of-00014.safetensors",
980
+ "model.visual.blocks.5.attn.qkv.weight": "model-00014-of-00014.safetensors",
981
+ "model.visual.blocks.5.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
982
+ "model.visual.blocks.5.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
983
+ "model.visual.blocks.5.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
984
+ "model.visual.blocks.5.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
985
+ "model.visual.blocks.5.norm1.bias": "model-00014-of-00014.safetensors",
986
+ "model.visual.blocks.5.norm1.weight": "model-00014-of-00014.safetensors",
987
+ "model.visual.blocks.5.norm2.bias": "model-00014-of-00014.safetensors",
988
+ "model.visual.blocks.5.norm2.weight": "model-00014-of-00014.safetensors",
989
+ "model.visual.blocks.6.attn.proj.bias": "model-00014-of-00014.safetensors",
990
+ "model.visual.blocks.6.attn.proj.weight": "model-00014-of-00014.safetensors",
991
+ "model.visual.blocks.6.attn.qkv.bias": "model-00014-of-00014.safetensors",
992
+ "model.visual.blocks.6.attn.qkv.weight": "model-00014-of-00014.safetensors",
993
+ "model.visual.blocks.6.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
994
+ "model.visual.blocks.6.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
995
+ "model.visual.blocks.6.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
996
+ "model.visual.blocks.6.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
997
+ "model.visual.blocks.6.norm1.bias": "model-00014-of-00014.safetensors",
998
+ "model.visual.blocks.6.norm1.weight": "model-00014-of-00014.safetensors",
999
+ "model.visual.blocks.6.norm2.bias": "model-00014-of-00014.safetensors",
1000
+ "model.visual.blocks.6.norm2.weight": "model-00014-of-00014.safetensors",
1001
+ "model.visual.blocks.7.attn.proj.bias": "model-00014-of-00014.safetensors",
1002
+ "model.visual.blocks.7.attn.proj.weight": "model-00014-of-00014.safetensors",
1003
+ "model.visual.blocks.7.attn.qkv.bias": "model-00014-of-00014.safetensors",
1004
+ "model.visual.blocks.7.attn.qkv.weight": "model-00014-of-00014.safetensors",
1005
+ "model.visual.blocks.7.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
1006
+ "model.visual.blocks.7.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
1007
+ "model.visual.blocks.7.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
1008
+ "model.visual.blocks.7.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
1009
+ "model.visual.blocks.7.norm1.bias": "model-00014-of-00014.safetensors",
1010
+ "model.visual.blocks.7.norm1.weight": "model-00014-of-00014.safetensors",
1011
+ "model.visual.blocks.7.norm2.bias": "model-00014-of-00014.safetensors",
1012
+ "model.visual.blocks.7.norm2.weight": "model-00014-of-00014.safetensors",
1013
+ "model.visual.blocks.8.attn.proj.bias": "model-00014-of-00014.safetensors",
1014
+ "model.visual.blocks.8.attn.proj.weight": "model-00014-of-00014.safetensors",
1015
+ "model.visual.blocks.8.attn.qkv.bias": "model-00014-of-00014.safetensors",
1016
+ "model.visual.blocks.8.attn.qkv.weight": "model-00014-of-00014.safetensors",
1017
+ "model.visual.blocks.8.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
1018
+ "model.visual.blocks.8.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
1019
+ "model.visual.blocks.8.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
1020
+ "model.visual.blocks.8.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
1021
+ "model.visual.blocks.8.norm1.bias": "model-00014-of-00014.safetensors",
1022
+ "model.visual.blocks.8.norm1.weight": "model-00014-of-00014.safetensors",
1023
+ "model.visual.blocks.8.norm2.bias": "model-00014-of-00014.safetensors",
1024
+ "model.visual.blocks.8.norm2.weight": "model-00014-of-00014.safetensors",
1025
+ "model.visual.blocks.9.attn.proj.bias": "model-00014-of-00014.safetensors",
1026
+ "model.visual.blocks.9.attn.proj.weight": "model-00014-of-00014.safetensors",
1027
+ "model.visual.blocks.9.attn.qkv.bias": "model-00014-of-00014.safetensors",
1028
+ "model.visual.blocks.9.attn.qkv.weight": "model-00014-of-00014.safetensors",
1029
+ "model.visual.blocks.9.mlp.linear_fc1.bias": "model-00014-of-00014.safetensors",
1030
+ "model.visual.blocks.9.mlp.linear_fc1.weight": "model-00014-of-00014.safetensors",
1031
+ "model.visual.blocks.9.mlp.linear_fc2.bias": "model-00014-of-00014.safetensors",
1032
+ "model.visual.blocks.9.mlp.linear_fc2.weight": "model-00014-of-00014.safetensors",
1033
+ "model.visual.blocks.9.norm1.bias": "model-00014-of-00014.safetensors",
1034
+ "model.visual.blocks.9.norm1.weight": "model-00014-of-00014.safetensors",
1035
+ "model.visual.blocks.9.norm2.bias": "model-00014-of-00014.safetensors",
1036
+ "model.visual.blocks.9.norm2.weight": "model-00014-of-00014.safetensors",
1037
+ "model.visual.deepstack_merger_list.0.linear_fc1.bias": "model-00014-of-00014.safetensors",
1038
+ "model.visual.deepstack_merger_list.0.linear_fc1.weight": "model-00014-of-00014.safetensors",
1039
+ "model.visual.deepstack_merger_list.0.linear_fc2.bias": "model-00014-of-00014.safetensors",
1040
+ "model.visual.deepstack_merger_list.0.linear_fc2.weight": "model-00014-of-00014.safetensors",
1041
+ "model.visual.deepstack_merger_list.0.norm.bias": "model-00014-of-00014.safetensors",
1042
+ "model.visual.deepstack_merger_list.0.norm.weight": "model-00014-of-00014.safetensors",
1043
+ "model.visual.deepstack_merger_list.1.linear_fc1.bias": "model-00014-of-00014.safetensors",
1044
+ "model.visual.deepstack_merger_list.1.linear_fc1.weight": "model-00014-of-00014.safetensors",
1045
+ "model.visual.deepstack_merger_list.1.linear_fc2.bias": "model-00014-of-00014.safetensors",
1046
+ "model.visual.deepstack_merger_list.1.linear_fc2.weight": "model-00014-of-00014.safetensors",
1047
+ "model.visual.deepstack_merger_list.1.norm.bias": "model-00014-of-00014.safetensors",
1048
+ "model.visual.deepstack_merger_list.1.norm.weight": "model-00014-of-00014.safetensors",
1049
+ "model.visual.deepstack_merger_list.2.linear_fc1.bias": "model-00014-of-00014.safetensors",
1050
+ "model.visual.deepstack_merger_list.2.linear_fc1.weight": "model-00014-of-00014.safetensors",
1051
+ "model.visual.deepstack_merger_list.2.linear_fc2.bias": "model-00014-of-00014.safetensors",
1052
+ "model.visual.deepstack_merger_list.2.linear_fc2.weight": "model-00014-of-00014.safetensors",
1053
+ "model.visual.deepstack_merger_list.2.norm.bias": "model-00014-of-00014.safetensors",
1054
+ "model.visual.deepstack_merger_list.2.norm.weight": "model-00014-of-00014.safetensors",
1055
+ "model.visual.merger.linear_fc1.bias": "model-00014-of-00014.safetensors",
1056
+ "model.visual.merger.linear_fc1.weight": "model-00014-of-00014.safetensors",
1057
+ "model.visual.merger.linear_fc2.bias": "model-00014-of-00014.safetensors",
1058
+ "model.visual.merger.linear_fc2.weight": "model-00014-of-00014.safetensors",
1059
+ "model.visual.merger.norm.bias": "model-00014-of-00014.safetensors",
1060
+ "model.visual.merger.norm.weight": "model-00014-of-00014.safetensors",
1061
+ "model.visual.patch_embed.proj.bias": "model-00014-of-00014.safetensors",
1062
+ "model.visual.patch_embed.proj.weight": "model-00014-of-00014.safetensors",
1063
+ "model.visual.pos_embed.weight": "model-00014-of-00014.safetensors"
1064
+ }
1065
+ }
text_encoder/preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }
text_encoder/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
text_encoder/tokenizer_config.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>",
228
+ "<d>",
229
+ "</d>",
230
+ "<|cutoff|>",
231
+ "<|lyrics_start|>",
232
+ "<|lyrics_end|>",
233
+ "<|caption_start|>",
234
+ "<|caption_end|>"
235
+ ],
236
+ "bos_token": null,
237
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- for message in messages %}\n {%- if message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content_item in message.content %}\n {%- if 'text' in content_item %}\n {{- content_item.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and message.content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
238
+ "clean_up_tokenization_spaces": false,
239
+ "eos_token": "<|im_end|>",
240
+ "errors": "replace",
241
+ "model_max_length": 262144,
242
+ "pad_token": "<|endoftext|>",
243
+ "split_special_tokens": false,
244
+ "tokenizer_class": "Qwen2Tokenizer",
245
+ "unk_token": null
246
+ }
text_encoder/video_preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 25165824,
4
+ "shortest_edge": 4096
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "video_processor_type": "Qwen3VLVideoProcessor"
21
+ }
text_encoder/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>",
228
+ "<d>",
229
+ "</d>",
230
+ "<|cutoff|>",
231
+ "<|lyrics_start|>",
232
+ "<|lyrics_end|>",
233
+ "<|caption_start|>",
234
+ "<|caption_end|>"
235
+ ],
236
+ "bos_token": null,
237
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].content is string %}\n {{- messages[0].content }}\n {%- else %}\n {%- for content in messages[0].content %}\n {%- if 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- for message in messages %}\n {%- if message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role + '\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content_item in message.content %}\n {%- if 'text' in content_item %}\n {{- content_item.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and message.content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {%- if message.content is string %}\n {{- message.content }}\n {%- else %}\n {%- for content in message.content %}\n {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}\n <|vision_start|><|image_pad|><|vision_end|>\n {%- elif content.type == 'video' or 'video' in content %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}\n <|vision_start|><|video_pad|><|vision_end|>\n {%- elif 'text' in content %}\n {{- content.text }}\n {%- endif %}\n {%- endfor %}\n {%- endif %}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
238
+ "clean_up_tokenization_spaces": false,
239
+ "eos_token": "<|im_end|>",
240
+ "errors": "replace",
241
+ "model_max_length": 262144,
242
+ "pad_token": "<|endoftext|>",
243
+ "split_special_tokens": false,
244
+ "tokenizer_class": "Qwen2Tokenizer",
245
+ "unk_token": null
246
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
transformer/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Transformer3DModel",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "num_attention_heads": 56,
5
+ "attention_head_dim": 128,
6
+ "hidden_size": 5376,
7
+ "num_layers": 50,
8
+ "num_refiner_layers": 2,
9
+ "ffn_dim": 14336,
10
+ "in_channels": 24,
11
+ "audio_in_channels": 32,
12
+ "patch_size": [
13
+ 1,
14
+ 2,
15
+ 2
16
+ ],
17
+ "text_dim": 5120,
18
+ "freq_dim": 256,
19
+ "time_embed_hidden_dim": 5376,
20
+ "time_embed_dim": 2688,
21
+ "rope_freq_dim": 16,
22
+ "rope_theta": 10000.0,
23
+ "norm_eps": 1e-05,
24
+ "qk_norm_eps": 1e-05,
25
+ "final_norm_eps": 1e-05
26
+ }
transformer/diffusion_pytorch_model.safetensors.index.json ADDED
@@ -0,0 +1,645 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 66280430080
4
+ },
5
+ "weight_map": {
6
+ "proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
7
+ "proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
8
+ "audio_proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
9
+ "audio_proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
10
+ "context_embedder.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
11
+ "context_embedder.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
12
+ "time_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
13
+ "time_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
14
+ "time_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
15
+ "time_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
16
+ "token_refiner.final_norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
17
+ "transformer_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
18
+ "transformer_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
19
+ "transformer_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
20
+ "transformer_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
21
+ "transformer_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
22
+ "transformer_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
23
+ "transformer_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
24
+ "transformer_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
25
+ "transformer_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
26
+ "transformer_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
27
+ "transformer_blocks.0.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
28
+ "transformer_blocks.0.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
29
+ "transformer_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
30
+ "transformer_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
31
+ "transformer_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
32
+ "transformer_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
33
+ "transformer_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
34
+ "transformer_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
35
+ "transformer_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
36
+ "transformer_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
37
+ "transformer_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
38
+ "transformer_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
39
+ "transformer_blocks.1.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
40
+ "transformer_blocks.1.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
41
+ "transformer_blocks.2.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
42
+ "transformer_blocks.2.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
43
+ "transformer_blocks.2.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
44
+ "transformer_blocks.2.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
45
+ "transformer_blocks.2.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
46
+ "transformer_blocks.2.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
47
+ "transformer_blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
48
+ "transformer_blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
49
+ "transformer_blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
50
+ "transformer_blocks.2.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
51
+ "transformer_blocks.2.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
52
+ "transformer_blocks.2.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
53
+ "transformer_blocks.3.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
54
+ "transformer_blocks.3.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
55
+ "transformer_blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
56
+ "transformer_blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
57
+ "transformer_blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
58
+ "transformer_blocks.3.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
59
+ "transformer_blocks.3.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
60
+ "transformer_blocks.3.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
61
+ "transformer_blocks.3.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
62
+ "transformer_blocks.3.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
63
+ "norm_out.norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
64
+ "norm_out.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
65
+ "norm_out.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
66
+ "proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
67
+ "proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
68
+ "audio_proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
69
+ "audio_proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
70
+ "transformer_blocks.3.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
71
+ "transformer_blocks.3.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
72
+ "transformer_blocks.4.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
73
+ "transformer_blocks.4.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
74
+ "transformer_blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
75
+ "transformer_blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
76
+ "transformer_blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
77
+ "transformer_blocks.4.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
78
+ "transformer_blocks.4.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
79
+ "transformer_blocks.4.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
80
+ "transformer_blocks.4.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
81
+ "transformer_blocks.4.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
82
+ "transformer_blocks.4.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
83
+ "transformer_blocks.4.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
84
+ "transformer_blocks.5.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
85
+ "transformer_blocks.5.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
86
+ "transformer_blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
87
+ "transformer_blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
88
+ "transformer_blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
89
+ "transformer_blocks.5.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
90
+ "transformer_blocks.5.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
91
+ "transformer_blocks.5.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
92
+ "transformer_blocks.5.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
93
+ "transformer_blocks.5.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
94
+ "transformer_blocks.5.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
95
+ "transformer_blocks.5.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
96
+ "transformer_blocks.6.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
97
+ "transformer_blocks.6.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
98
+ "transformer_blocks.6.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
99
+ "transformer_blocks.6.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
100
+ "transformer_blocks.6.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
101
+ "transformer_blocks.6.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
102
+ "transformer_blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
103
+ "transformer_blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
104
+ "transformer_blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
105
+ "transformer_blocks.6.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
106
+ "transformer_blocks.6.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
107
+ "transformer_blocks.6.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
108
+ "transformer_blocks.7.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
109
+ "transformer_blocks.7.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
110
+ "transformer_blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
111
+ "transformer_blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
112
+ "transformer_blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
113
+ "transformer_blocks.7.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
114
+ "transformer_blocks.7.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
115
+ "transformer_blocks.7.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
116
+ "transformer_blocks.7.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
117
+ "transformer_blocks.7.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
118
+ "transformer_blocks.7.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
119
+ "transformer_blocks.7.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
120
+ "transformer_blocks.8.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
121
+ "transformer_blocks.8.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
122
+ "transformer_blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
123
+ "transformer_blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
124
+ "transformer_blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
125
+ "transformer_blocks.8.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
126
+ "transformer_blocks.8.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
127
+ "transformer_blocks.8.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
128
+ "transformer_blocks.8.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
129
+ "transformer_blocks.8.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
130
+ "transformer_blocks.8.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
131
+ "transformer_blocks.8.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
132
+ "transformer_blocks.9.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
133
+ "transformer_blocks.9.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
134
+ "transformer_blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
135
+ "transformer_blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
136
+ "transformer_blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
137
+ "transformer_blocks.9.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
138
+ "transformer_blocks.9.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
139
+ "transformer_blocks.9.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
140
+ "transformer_blocks.9.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
141
+ "transformer_blocks.9.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
142
+ "transformer_blocks.9.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
143
+ "transformer_blocks.9.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
144
+ "transformer_blocks.10.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
145
+ "transformer_blocks.10.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
146
+ "transformer_blocks.10.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
147
+ "transformer_blocks.10.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
148
+ "transformer_blocks.10.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
149
+ "transformer_blocks.10.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
150
+ "transformer_blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
151
+ "transformer_blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
152
+ "transformer_blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
153
+ "transformer_blocks.10.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
154
+ "transformer_blocks.10.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
155
+ "transformer_blocks.10.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
156
+ "transformer_blocks.11.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
157
+ "transformer_blocks.11.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
158
+ "transformer_blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
159
+ "transformer_blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
160
+ "transformer_blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
161
+ "transformer_blocks.11.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
162
+ "transformer_blocks.11.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
163
+ "transformer_blocks.11.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
164
+ "transformer_blocks.11.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
165
+ "transformer_blocks.11.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
166
+ "transformer_blocks.11.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
167
+ "transformer_blocks.11.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
168
+ "transformer_blocks.12.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
169
+ "transformer_blocks.12.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
170
+ "transformer_blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
171
+ "transformer_blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
172
+ "transformer_blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
173
+ "transformer_blocks.12.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
174
+ "transformer_blocks.12.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
175
+ "transformer_blocks.12.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
176
+ "transformer_blocks.12.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
177
+ "transformer_blocks.12.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
178
+ "transformer_blocks.12.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
179
+ "transformer_blocks.12.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
180
+ "transformer_blocks.13.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
181
+ "transformer_blocks.13.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
182
+ "transformer_blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
183
+ "transformer_blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
184
+ "transformer_blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
185
+ "transformer_blocks.13.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
186
+ "transformer_blocks.13.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
187
+ "transformer_blocks.13.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
188
+ "transformer_blocks.13.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
189
+ "transformer_blocks.13.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
190
+ "transformer_blocks.13.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
191
+ "transformer_blocks.13.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
192
+ "transformer_blocks.14.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
193
+ "transformer_blocks.14.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
194
+ "transformer_blocks.14.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
195
+ "transformer_blocks.14.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
196
+ "transformer_blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
197
+ "transformer_blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
198
+ "transformer_blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
199
+ "transformer_blocks.14.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
200
+ "transformer_blocks.14.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
201
+ "transformer_blocks.14.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
202
+ "transformer_blocks.14.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
203
+ "transformer_blocks.14.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
204
+ "transformer_blocks.15.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
205
+ "transformer_blocks.15.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
206
+ "transformer_blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
207
+ "transformer_blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
208
+ "transformer_blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
209
+ "transformer_blocks.15.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
210
+ "transformer_blocks.15.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
211
+ "transformer_blocks.15.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
212
+ "transformer_blocks.15.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
213
+ "transformer_blocks.15.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
214
+ "transformer_blocks.15.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
215
+ "transformer_blocks.15.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
216
+ "transformer_blocks.16.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
217
+ "transformer_blocks.16.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
218
+ "transformer_blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
219
+ "transformer_blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
220
+ "transformer_blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
221
+ "transformer_blocks.16.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
222
+ "transformer_blocks.16.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
223
+ "transformer_blocks.16.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
224
+ "transformer_blocks.16.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
225
+ "transformer_blocks.16.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
226
+ "transformer_blocks.16.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
227
+ "transformer_blocks.16.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
228
+ "transformer_blocks.17.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
229
+ "transformer_blocks.17.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
230
+ "transformer_blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
231
+ "transformer_blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
232
+ "transformer_blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
233
+ "transformer_blocks.17.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
234
+ "transformer_blocks.17.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
235
+ "transformer_blocks.17.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
236
+ "transformer_blocks.17.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
237
+ "transformer_blocks.17.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
238
+ "transformer_blocks.17.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
239
+ "transformer_blocks.17.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
240
+ "transformer_blocks.18.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
241
+ "transformer_blocks.18.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
242
+ "transformer_blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
243
+ "transformer_blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
244
+ "transformer_blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
245
+ "transformer_blocks.18.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
246
+ "transformer_blocks.18.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
247
+ "transformer_blocks.18.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
248
+ "transformer_blocks.18.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
249
+ "transformer_blocks.18.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
250
+ "transformer_blocks.18.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
251
+ "transformer_blocks.18.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
252
+ "transformer_blocks.19.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
253
+ "transformer_blocks.19.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
254
+ "transformer_blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
255
+ "transformer_blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
256
+ "transformer_blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
257
+ "transformer_blocks.19.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
258
+ "transformer_blocks.19.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
259
+ "transformer_blocks.19.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
260
+ "transformer_blocks.19.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
261
+ "transformer_blocks.19.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
262
+ "transformer_blocks.19.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
263
+ "transformer_blocks.19.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
264
+ "transformer_blocks.20.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
265
+ "transformer_blocks.20.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
266
+ "transformer_blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
267
+ "transformer_blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
268
+ "transformer_blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
269
+ "transformer_blocks.20.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
270
+ "transformer_blocks.20.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
271
+ "transformer_blocks.20.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
272
+ "transformer_blocks.20.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
273
+ "transformer_blocks.20.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
274
+ "transformer_blocks.20.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
275
+ "transformer_blocks.20.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
276
+ "transformer_blocks.21.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
277
+ "transformer_blocks.21.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
278
+ "transformer_blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
279
+ "transformer_blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
280
+ "transformer_blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
281
+ "transformer_blocks.21.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
282
+ "transformer_blocks.21.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
283
+ "transformer_blocks.21.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
284
+ "transformer_blocks.21.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
285
+ "transformer_blocks.21.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
286
+ "transformer_blocks.21.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
287
+ "transformer_blocks.21.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
288
+ "transformer_blocks.22.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
289
+ "transformer_blocks.22.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
290
+ "transformer_blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
291
+ "transformer_blocks.22.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
292
+ "transformer_blocks.22.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
293
+ "transformer_blocks.22.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
294
+ "transformer_blocks.22.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
295
+ "transformer_blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
296
+ "transformer_blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
297
+ "transformer_blocks.22.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
298
+ "transformer_blocks.22.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
299
+ "transformer_blocks.22.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
300
+ "transformer_blocks.23.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
301
+ "transformer_blocks.23.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
302
+ "transformer_blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
303
+ "transformer_blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
304
+ "transformer_blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
305
+ "transformer_blocks.23.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
306
+ "transformer_blocks.23.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
307
+ "transformer_blocks.23.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
308
+ "transformer_blocks.23.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
309
+ "transformer_blocks.23.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
310
+ "transformer_blocks.23.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
311
+ "transformer_blocks.23.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
312
+ "transformer_blocks.24.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
313
+ "transformer_blocks.24.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
314
+ "transformer_blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
315
+ "transformer_blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
316
+ "transformer_blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
317
+ "transformer_blocks.24.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
318
+ "transformer_blocks.24.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
319
+ "transformer_blocks.24.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
320
+ "transformer_blocks.24.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
321
+ "transformer_blocks.24.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
322
+ "transformer_blocks.24.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
323
+ "transformer_blocks.24.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
324
+ "transformer_blocks.25.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
325
+ "transformer_blocks.25.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
326
+ "transformer_blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
327
+ "transformer_blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
328
+ "transformer_blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
329
+ "transformer_blocks.25.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
330
+ "transformer_blocks.25.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
331
+ "transformer_blocks.25.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
332
+ "transformer_blocks.25.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
333
+ "transformer_blocks.25.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
334
+ "transformer_blocks.25.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
335
+ "transformer_blocks.25.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
336
+ "transformer_blocks.26.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
337
+ "transformer_blocks.26.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
338
+ "transformer_blocks.26.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
339
+ "transformer_blocks.26.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
340
+ "transformer_blocks.26.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
341
+ "transformer_blocks.26.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
342
+ "transformer_blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
343
+ "transformer_blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
344
+ "transformer_blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
345
+ "transformer_blocks.26.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
346
+ "transformer_blocks.26.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
347
+ "transformer_blocks.26.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
348
+ "transformer_blocks.27.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
349
+ "transformer_blocks.27.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
350
+ "transformer_blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
351
+ "transformer_blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
352
+ "transformer_blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
353
+ "transformer_blocks.27.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
354
+ "transformer_blocks.27.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
355
+ "transformer_blocks.27.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
356
+ "transformer_blocks.27.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
357
+ "transformer_blocks.27.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
358
+ "transformer_blocks.27.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
359
+ "transformer_blocks.27.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
360
+ "transformer_blocks.28.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
361
+ "transformer_blocks.28.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
362
+ "transformer_blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
363
+ "transformer_blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
364
+ "transformer_blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
365
+ "transformer_blocks.28.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
366
+ "transformer_blocks.28.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
367
+ "transformer_blocks.28.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
368
+ "transformer_blocks.28.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
369
+ "transformer_blocks.28.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
370
+ "transformer_blocks.28.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
371
+ "transformer_blocks.28.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
372
+ "transformer_blocks.29.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
373
+ "transformer_blocks.29.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
374
+ "transformer_blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
375
+ "transformer_blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
376
+ "transformer_blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
377
+ "transformer_blocks.29.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
378
+ "transformer_blocks.29.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
379
+ "transformer_blocks.29.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
380
+ "transformer_blocks.29.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
381
+ "transformer_blocks.29.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
382
+ "transformer_blocks.29.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
383
+ "transformer_blocks.29.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
384
+ "transformer_blocks.30.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
385
+ "transformer_blocks.30.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
386
+ "transformer_blocks.30.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
387
+ "transformer_blocks.30.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
388
+ "transformer_blocks.30.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
389
+ "transformer_blocks.30.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
390
+ "transformer_blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
391
+ "transformer_blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
392
+ "transformer_blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
393
+ "transformer_blocks.30.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
394
+ "transformer_blocks.30.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
395
+ "transformer_blocks.30.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
396
+ "transformer_blocks.31.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
397
+ "transformer_blocks.31.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
398
+ "transformer_blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
399
+ "transformer_blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
400
+ "transformer_blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
401
+ "transformer_blocks.31.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
402
+ "transformer_blocks.31.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
403
+ "transformer_blocks.31.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
404
+ "transformer_blocks.31.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
405
+ "transformer_blocks.31.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
406
+ "transformer_blocks.31.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
407
+ "transformer_blocks.31.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
408
+ "transformer_blocks.32.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
409
+ "transformer_blocks.32.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
410
+ "transformer_blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
411
+ "transformer_blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
412
+ "transformer_blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
413
+ "transformer_blocks.32.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
414
+ "transformer_blocks.32.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
415
+ "transformer_blocks.32.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
416
+ "transformer_blocks.32.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
417
+ "transformer_blocks.32.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
418
+ "transformer_blocks.32.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
419
+ "transformer_blocks.32.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
420
+ "transformer_blocks.33.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
421
+ "transformer_blocks.33.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
422
+ "transformer_blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
423
+ "transformer_blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
424
+ "transformer_blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
425
+ "transformer_blocks.33.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
426
+ "transformer_blocks.33.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
427
+ "transformer_blocks.33.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
428
+ "transformer_blocks.33.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
429
+ "transformer_blocks.33.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
430
+ "transformer_blocks.33.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
431
+ "transformer_blocks.33.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
432
+ "transformer_blocks.34.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
433
+ "transformer_blocks.34.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
434
+ "transformer_blocks.34.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
435
+ "transformer_blocks.34.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
436
+ "transformer_blocks.34.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
437
+ "transformer_blocks.34.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
438
+ "transformer_blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
439
+ "transformer_blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
440
+ "transformer_blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
441
+ "transformer_blocks.34.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
442
+ "transformer_blocks.34.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
443
+ "transformer_blocks.34.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
444
+ "transformer_blocks.35.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
445
+ "transformer_blocks.35.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
446
+ "transformer_blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
447
+ "transformer_blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
448
+ "transformer_blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
449
+ "transformer_blocks.35.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
450
+ "transformer_blocks.35.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
451
+ "transformer_blocks.35.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
452
+ "transformer_blocks.35.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
453
+ "transformer_blocks.35.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
454
+ "transformer_blocks.35.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
455
+ "transformer_blocks.35.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
456
+ "transformer_blocks.36.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
457
+ "transformer_blocks.36.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
458
+ "transformer_blocks.36.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
459
+ "transformer_blocks.36.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
460
+ "transformer_blocks.36.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
461
+ "transformer_blocks.36.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
462
+ "transformer_blocks.36.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
463
+ "transformer_blocks.36.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
464
+ "transformer_blocks.36.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
465
+ "transformer_blocks.36.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
466
+ "transformer_blocks.36.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
467
+ "transformer_blocks.36.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
468
+ "transformer_blocks.37.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
469
+ "transformer_blocks.37.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
470
+ "transformer_blocks.37.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
471
+ "transformer_blocks.37.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
472
+ "transformer_blocks.37.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
473
+ "transformer_blocks.37.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
474
+ "transformer_blocks.37.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
475
+ "transformer_blocks.37.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
476
+ "transformer_blocks.37.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
477
+ "transformer_blocks.37.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
478
+ "transformer_blocks.37.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
479
+ "transformer_blocks.37.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
480
+ "transformer_blocks.38.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
481
+ "transformer_blocks.38.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
482
+ "transformer_blocks.38.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
483
+ "transformer_blocks.38.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
484
+ "transformer_blocks.38.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
485
+ "transformer_blocks.38.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
486
+ "transformer_blocks.38.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
487
+ "transformer_blocks.38.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
488
+ "transformer_blocks.38.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
489
+ "transformer_blocks.38.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
490
+ "transformer_blocks.38.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
491
+ "transformer_blocks.38.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
492
+ "transformer_blocks.39.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
493
+ "transformer_blocks.39.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
494
+ "transformer_blocks.39.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
495
+ "transformer_blocks.39.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
496
+ "transformer_blocks.39.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
497
+ "transformer_blocks.39.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
498
+ "transformer_blocks.39.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
499
+ "transformer_blocks.39.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
500
+ "transformer_blocks.39.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
501
+ "transformer_blocks.39.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
502
+ "transformer_blocks.39.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
503
+ "transformer_blocks.39.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
504
+ "transformer_blocks.40.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
505
+ "transformer_blocks.40.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
506
+ "transformer_blocks.40.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
507
+ "transformer_blocks.40.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
508
+ "transformer_blocks.40.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
509
+ "transformer_blocks.40.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
510
+ "transformer_blocks.40.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
511
+ "transformer_blocks.40.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
512
+ "transformer_blocks.40.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
513
+ "transformer_blocks.40.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
514
+ "transformer_blocks.40.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
515
+ "transformer_blocks.40.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
516
+ "transformer_blocks.41.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
517
+ "transformer_blocks.41.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
518
+ "transformer_blocks.41.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
519
+ "transformer_blocks.41.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
520
+ "transformer_blocks.41.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
521
+ "transformer_blocks.41.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
522
+ "transformer_blocks.41.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
523
+ "transformer_blocks.41.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
524
+ "transformer_blocks.41.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
525
+ "transformer_blocks.41.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
526
+ "transformer_blocks.41.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
527
+ "transformer_blocks.41.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
528
+ "transformer_blocks.42.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
529
+ "transformer_blocks.42.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
530
+ "transformer_blocks.42.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
531
+ "transformer_blocks.42.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
532
+ "transformer_blocks.42.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
533
+ "transformer_blocks.42.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
534
+ "transformer_blocks.42.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
535
+ "transformer_blocks.42.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
536
+ "transformer_blocks.42.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
537
+ "transformer_blocks.42.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
538
+ "transformer_blocks.42.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
539
+ "transformer_blocks.42.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
540
+ "transformer_blocks.43.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
541
+ "transformer_blocks.43.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
542
+ "transformer_blocks.43.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
543
+ "transformer_blocks.43.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
544
+ "transformer_blocks.43.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
545
+ "transformer_blocks.43.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
546
+ "transformer_blocks.43.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
547
+ "transformer_blocks.43.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
548
+ "transformer_blocks.43.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
549
+ "transformer_blocks.43.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
550
+ "transformer_blocks.43.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
551
+ "transformer_blocks.43.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
552
+ "transformer_blocks.44.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
553
+ "transformer_blocks.44.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
554
+ "transformer_blocks.44.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
555
+ "transformer_blocks.44.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
556
+ "transformer_blocks.44.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
557
+ "transformer_blocks.44.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
558
+ "transformer_blocks.44.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
559
+ "transformer_blocks.44.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
560
+ "transformer_blocks.44.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
561
+ "transformer_blocks.44.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
562
+ "transformer_blocks.44.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
563
+ "transformer_blocks.44.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
564
+ "transformer_blocks.45.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
565
+ "transformer_blocks.45.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
566
+ "transformer_blocks.45.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
567
+ "transformer_blocks.45.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
568
+ "transformer_blocks.45.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
569
+ "transformer_blocks.45.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
570
+ "transformer_blocks.45.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
571
+ "transformer_blocks.45.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
572
+ "transformer_blocks.45.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
573
+ "transformer_blocks.45.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
574
+ "transformer_blocks.45.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
575
+ "transformer_blocks.45.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
576
+ "transformer_blocks.46.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
577
+ "transformer_blocks.46.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
578
+ "transformer_blocks.46.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
579
+ "transformer_blocks.46.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
580
+ "transformer_blocks.46.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
581
+ "transformer_blocks.46.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
582
+ "transformer_blocks.46.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
583
+ "transformer_blocks.46.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
584
+ "transformer_blocks.46.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
585
+ "transformer_blocks.46.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
586
+ "transformer_blocks.46.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
587
+ "transformer_blocks.46.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
588
+ "transformer_blocks.47.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
589
+ "transformer_blocks.47.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
590
+ "transformer_blocks.47.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
591
+ "transformer_blocks.47.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
592
+ "transformer_blocks.47.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
593
+ "transformer_blocks.47.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
594
+ "transformer_blocks.47.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
595
+ "transformer_blocks.47.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
596
+ "transformer_blocks.47.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
597
+ "transformer_blocks.47.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
598
+ "token_refiner.refiner_blocks.0.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
599
+ "token_refiner.refiner_blocks.0.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
600
+ "token_refiner.refiner_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
601
+ "token_refiner.refiner_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
602
+ "token_refiner.refiner_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
603
+ "token_refiner.refiner_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
604
+ "token_refiner.refiner_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
605
+ "token_refiner.refiner_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
606
+ "token_refiner.refiner_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
607
+ "token_refiner.refiner_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
608
+ "token_refiner.refiner_blocks.1.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
609
+ "token_refiner.refiner_blocks.1.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
610
+ "token_refiner.refiner_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
611
+ "token_refiner.refiner_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
612
+ "token_refiner.refiner_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
613
+ "token_refiner.refiner_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
614
+ "token_refiner.refiner_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
615
+ "token_refiner.refiner_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
616
+ "token_refiner.refiner_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
617
+ "token_refiner.refiner_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
618
+ "transformer_blocks.47.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
619
+ "transformer_blocks.47.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
620
+ "transformer_blocks.48.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
621
+ "transformer_blocks.48.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
622
+ "transformer_blocks.48.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
623
+ "transformer_blocks.48.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
624
+ "transformer_blocks.48.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
625
+ "transformer_blocks.48.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
626
+ "transformer_blocks.48.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
627
+ "transformer_blocks.48.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
628
+ "transformer_blocks.48.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
629
+ "transformer_blocks.48.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
630
+ "transformer_blocks.48.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
631
+ "transformer_blocks.48.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
632
+ "transformer_blocks.49.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
633
+ "transformer_blocks.49.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
634
+ "transformer_blocks.49.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
635
+ "transformer_blocks.49.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
636
+ "transformer_blocks.49.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
637
+ "transformer_blocks.49.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
638
+ "transformer_blocks.49.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
639
+ "transformer_blocks.49.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
640
+ "transformer_blocks.49.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
641
+ "transformer_blocks.49.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
642
+ "transformer_blocks.49.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
643
+ "transformer_blocks.49.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors"
644
+ }
645
+ }
transformer_ref/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3Transformer3DModel",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "num_attention_heads": 56,
5
+ "attention_head_dim": 128,
6
+ "hidden_size": 5376,
7
+ "num_layers": 50,
8
+ "num_refiner_layers": 2,
9
+ "ffn_dim": 14336,
10
+ "in_channels": 24,
11
+ "audio_in_channels": 32,
12
+ "patch_size": [
13
+ 1,
14
+ 2,
15
+ 2
16
+ ],
17
+ "text_dim": 5120,
18
+ "freq_dim": 256,
19
+ "time_embed_hidden_dim": 5376,
20
+ "time_embed_dim": 2688,
21
+ "rope_freq_dim": 16,
22
+ "rope_theta": 10000.0,
23
+ "norm_eps": 1e-05,
24
+ "qk_norm_eps": 1e-05,
25
+ "final_norm_eps": 1e-05
26
+ }
transformer_ref/diffusion_pytorch_model.safetensors.index.json ADDED
@@ -0,0 +1,645 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 66280430080
4
+ },
5
+ "weight_map": {
6
+ "proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
7
+ "proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
8
+ "audio_proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
9
+ "audio_proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
10
+ "context_embedder.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
11
+ "context_embedder.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
12
+ "time_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
13
+ "time_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
14
+ "time_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
15
+ "time_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
16
+ "token_refiner.final_norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
17
+ "transformer_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
18
+ "transformer_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
19
+ "transformer_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
20
+ "transformer_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
21
+ "transformer_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
22
+ "transformer_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
23
+ "transformer_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
24
+ "transformer_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
25
+ "transformer_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
26
+ "transformer_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
27
+ "transformer_blocks.0.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
28
+ "transformer_blocks.0.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
29
+ "transformer_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
30
+ "transformer_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
31
+ "transformer_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
32
+ "transformer_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
33
+ "transformer_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
34
+ "transformer_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
35
+ "transformer_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
36
+ "transformer_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
37
+ "transformer_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
38
+ "transformer_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
39
+ "transformer_blocks.1.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
40
+ "transformer_blocks.1.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
41
+ "transformer_blocks.2.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
42
+ "transformer_blocks.2.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
43
+ "transformer_blocks.2.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
44
+ "transformer_blocks.2.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
45
+ "transformer_blocks.2.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
46
+ "transformer_blocks.2.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
47
+ "transformer_blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
48
+ "transformer_blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
49
+ "transformer_blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
50
+ "transformer_blocks.2.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
51
+ "transformer_blocks.2.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
52
+ "transformer_blocks.2.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
53
+ "transformer_blocks.3.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
54
+ "transformer_blocks.3.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
55
+ "transformer_blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
56
+ "transformer_blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
57
+ "transformer_blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
58
+ "transformer_blocks.3.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
59
+ "transformer_blocks.3.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
60
+ "transformer_blocks.3.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
61
+ "transformer_blocks.3.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
62
+ "transformer_blocks.3.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
63
+ "norm_out.norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
64
+ "norm_out.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
65
+ "norm_out.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
66
+ "proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
67
+ "proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
68
+ "audio_proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
69
+ "audio_proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
70
+ "transformer_blocks.3.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
71
+ "transformer_blocks.3.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
72
+ "transformer_blocks.4.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
73
+ "transformer_blocks.4.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
74
+ "transformer_blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
75
+ "transformer_blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
76
+ "transformer_blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
77
+ "transformer_blocks.4.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
78
+ "transformer_blocks.4.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
79
+ "transformer_blocks.4.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
80
+ "transformer_blocks.4.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
81
+ "transformer_blocks.4.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
82
+ "transformer_blocks.4.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
83
+ "transformer_blocks.4.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
84
+ "transformer_blocks.5.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
85
+ "transformer_blocks.5.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
86
+ "transformer_blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
87
+ "transformer_blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
88
+ "transformer_blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
89
+ "transformer_blocks.5.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
90
+ "transformer_blocks.5.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
91
+ "transformer_blocks.5.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
92
+ "transformer_blocks.5.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
93
+ "transformer_blocks.5.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
94
+ "transformer_blocks.5.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
95
+ "transformer_blocks.5.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
96
+ "transformer_blocks.6.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
97
+ "transformer_blocks.6.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
98
+ "transformer_blocks.6.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
99
+ "transformer_blocks.6.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
100
+ "transformer_blocks.6.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
101
+ "transformer_blocks.6.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
102
+ "transformer_blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
103
+ "transformer_blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
104
+ "transformer_blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
105
+ "transformer_blocks.6.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
106
+ "transformer_blocks.6.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
107
+ "transformer_blocks.6.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
108
+ "transformer_blocks.7.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
109
+ "transformer_blocks.7.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
110
+ "transformer_blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
111
+ "transformer_blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
112
+ "transformer_blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
113
+ "transformer_blocks.7.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
114
+ "transformer_blocks.7.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
115
+ "transformer_blocks.7.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
116
+ "transformer_blocks.7.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
117
+ "transformer_blocks.7.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
118
+ "transformer_blocks.7.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
119
+ "transformer_blocks.7.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
120
+ "transformer_blocks.8.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
121
+ "transformer_blocks.8.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
122
+ "transformer_blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
123
+ "transformer_blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
124
+ "transformer_blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
125
+ "transformer_blocks.8.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
126
+ "transformer_blocks.8.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
127
+ "transformer_blocks.8.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
128
+ "transformer_blocks.8.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
129
+ "transformer_blocks.8.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
130
+ "transformer_blocks.8.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
131
+ "transformer_blocks.8.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
132
+ "transformer_blocks.9.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
133
+ "transformer_blocks.9.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
134
+ "transformer_blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
135
+ "transformer_blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
136
+ "transformer_blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
137
+ "transformer_blocks.9.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
138
+ "transformer_blocks.9.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
139
+ "transformer_blocks.9.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
140
+ "transformer_blocks.9.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
141
+ "transformer_blocks.9.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
142
+ "transformer_blocks.9.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
143
+ "transformer_blocks.9.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
144
+ "transformer_blocks.10.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
145
+ "transformer_blocks.10.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
146
+ "transformer_blocks.10.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
147
+ "transformer_blocks.10.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
148
+ "transformer_blocks.10.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
149
+ "transformer_blocks.10.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
150
+ "transformer_blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
151
+ "transformer_blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
152
+ "transformer_blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
153
+ "transformer_blocks.10.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
154
+ "transformer_blocks.10.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
155
+ "transformer_blocks.10.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
156
+ "transformer_blocks.11.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
157
+ "transformer_blocks.11.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
158
+ "transformer_blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
159
+ "transformer_blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
160
+ "transformer_blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
161
+ "transformer_blocks.11.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
162
+ "transformer_blocks.11.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
163
+ "transformer_blocks.11.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
164
+ "transformer_blocks.11.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
165
+ "transformer_blocks.11.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
166
+ "transformer_blocks.11.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
167
+ "transformer_blocks.11.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
168
+ "transformer_blocks.12.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
169
+ "transformer_blocks.12.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
170
+ "transformer_blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
171
+ "transformer_blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
172
+ "transformer_blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
173
+ "transformer_blocks.12.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
174
+ "transformer_blocks.12.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
175
+ "transformer_blocks.12.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
176
+ "transformer_blocks.12.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
177
+ "transformer_blocks.12.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
178
+ "transformer_blocks.12.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
179
+ "transformer_blocks.12.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
180
+ "transformer_blocks.13.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
181
+ "transformer_blocks.13.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
182
+ "transformer_blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
183
+ "transformer_blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
184
+ "transformer_blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
185
+ "transformer_blocks.13.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
186
+ "transformer_blocks.13.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
187
+ "transformer_blocks.13.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
188
+ "transformer_blocks.13.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
189
+ "transformer_blocks.13.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
190
+ "transformer_blocks.13.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
191
+ "transformer_blocks.13.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
192
+ "transformer_blocks.14.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
193
+ "transformer_blocks.14.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
194
+ "transformer_blocks.14.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
195
+ "transformer_blocks.14.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
196
+ "transformer_blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
197
+ "transformer_blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
198
+ "transformer_blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
199
+ "transformer_blocks.14.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
200
+ "transformer_blocks.14.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
201
+ "transformer_blocks.14.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
202
+ "transformer_blocks.14.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
203
+ "transformer_blocks.14.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
204
+ "transformer_blocks.15.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
205
+ "transformer_blocks.15.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
206
+ "transformer_blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
207
+ "transformer_blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
208
+ "transformer_blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
209
+ "transformer_blocks.15.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
210
+ "transformer_blocks.15.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
211
+ "transformer_blocks.15.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
212
+ "transformer_blocks.15.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
213
+ "transformer_blocks.15.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
214
+ "transformer_blocks.15.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
215
+ "transformer_blocks.15.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
216
+ "transformer_blocks.16.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
217
+ "transformer_blocks.16.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
218
+ "transformer_blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
219
+ "transformer_blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
220
+ "transformer_blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
221
+ "transformer_blocks.16.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
222
+ "transformer_blocks.16.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
223
+ "transformer_blocks.16.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
224
+ "transformer_blocks.16.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
225
+ "transformer_blocks.16.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
226
+ "transformer_blocks.16.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
227
+ "transformer_blocks.16.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
228
+ "transformer_blocks.17.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
229
+ "transformer_blocks.17.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
230
+ "transformer_blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
231
+ "transformer_blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
232
+ "transformer_blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
233
+ "transformer_blocks.17.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
234
+ "transformer_blocks.17.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
235
+ "transformer_blocks.17.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
236
+ "transformer_blocks.17.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
237
+ "transformer_blocks.17.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
238
+ "transformer_blocks.17.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
239
+ "transformer_blocks.17.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
240
+ "transformer_blocks.18.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
241
+ "transformer_blocks.18.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
242
+ "transformer_blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
243
+ "transformer_blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
244
+ "transformer_blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
245
+ "transformer_blocks.18.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
246
+ "transformer_blocks.18.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
247
+ "transformer_blocks.18.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
248
+ "transformer_blocks.18.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
249
+ "transformer_blocks.18.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
250
+ "transformer_blocks.18.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
251
+ "transformer_blocks.18.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
252
+ "transformer_blocks.19.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
253
+ "transformer_blocks.19.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
254
+ "transformer_blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
255
+ "transformer_blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
256
+ "transformer_blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
257
+ "transformer_blocks.19.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
258
+ "transformer_blocks.19.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
259
+ "transformer_blocks.19.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
260
+ "transformer_blocks.19.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
261
+ "transformer_blocks.19.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
262
+ "transformer_blocks.19.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
263
+ "transformer_blocks.19.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
264
+ "transformer_blocks.20.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
265
+ "transformer_blocks.20.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
266
+ "transformer_blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
267
+ "transformer_blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
268
+ "transformer_blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
269
+ "transformer_blocks.20.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
270
+ "transformer_blocks.20.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
271
+ "transformer_blocks.20.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
272
+ "transformer_blocks.20.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
273
+ "transformer_blocks.20.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
274
+ "transformer_blocks.20.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
275
+ "transformer_blocks.20.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
276
+ "transformer_blocks.21.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
277
+ "transformer_blocks.21.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
278
+ "transformer_blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
279
+ "transformer_blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
280
+ "transformer_blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
281
+ "transformer_blocks.21.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
282
+ "transformer_blocks.21.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
283
+ "transformer_blocks.21.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
284
+ "transformer_blocks.21.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
285
+ "transformer_blocks.21.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
286
+ "transformer_blocks.21.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
287
+ "transformer_blocks.21.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
288
+ "transformer_blocks.22.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
289
+ "transformer_blocks.22.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
290
+ "transformer_blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
291
+ "transformer_blocks.22.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
292
+ "transformer_blocks.22.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
293
+ "transformer_blocks.22.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
294
+ "transformer_blocks.22.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
295
+ "transformer_blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
296
+ "transformer_blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
297
+ "transformer_blocks.22.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
298
+ "transformer_blocks.22.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
299
+ "transformer_blocks.22.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
300
+ "transformer_blocks.23.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
301
+ "transformer_blocks.23.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
302
+ "transformer_blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
303
+ "transformer_blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
304
+ "transformer_blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
305
+ "transformer_blocks.23.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
306
+ "transformer_blocks.23.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
307
+ "transformer_blocks.23.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
308
+ "transformer_blocks.23.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
309
+ "transformer_blocks.23.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
310
+ "transformer_blocks.23.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
311
+ "transformer_blocks.23.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
312
+ "transformer_blocks.24.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
313
+ "transformer_blocks.24.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
314
+ "transformer_blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
315
+ "transformer_blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
316
+ "transformer_blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
317
+ "transformer_blocks.24.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
318
+ "transformer_blocks.24.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
319
+ "transformer_blocks.24.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
320
+ "transformer_blocks.24.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
321
+ "transformer_blocks.24.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
322
+ "transformer_blocks.24.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
323
+ "transformer_blocks.24.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
324
+ "transformer_blocks.25.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
325
+ "transformer_blocks.25.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
326
+ "transformer_blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
327
+ "transformer_blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
328
+ "transformer_blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
329
+ "transformer_blocks.25.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
330
+ "transformer_blocks.25.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
331
+ "transformer_blocks.25.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
332
+ "transformer_blocks.25.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
333
+ "transformer_blocks.25.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
334
+ "transformer_blocks.25.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
335
+ "transformer_blocks.25.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
336
+ "transformer_blocks.26.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
337
+ "transformer_blocks.26.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
338
+ "transformer_blocks.26.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
339
+ "transformer_blocks.26.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
340
+ "transformer_blocks.26.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
341
+ "transformer_blocks.26.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
342
+ "transformer_blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
343
+ "transformer_blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
344
+ "transformer_blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
345
+ "transformer_blocks.26.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
346
+ "transformer_blocks.26.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
347
+ "transformer_blocks.26.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
348
+ "transformer_blocks.27.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
349
+ "transformer_blocks.27.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
350
+ "transformer_blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
351
+ "transformer_blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
352
+ "transformer_blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
353
+ "transformer_blocks.27.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
354
+ "transformer_blocks.27.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
355
+ "transformer_blocks.27.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
356
+ "transformer_blocks.27.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
357
+ "transformer_blocks.27.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
358
+ "transformer_blocks.27.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
359
+ "transformer_blocks.27.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
360
+ "transformer_blocks.28.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
361
+ "transformer_blocks.28.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
362
+ "transformer_blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
363
+ "transformer_blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
364
+ "transformer_blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
365
+ "transformer_blocks.28.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
366
+ "transformer_blocks.28.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
367
+ "transformer_blocks.28.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
368
+ "transformer_blocks.28.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
369
+ "transformer_blocks.28.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
370
+ "transformer_blocks.28.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
371
+ "transformer_blocks.28.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
372
+ "transformer_blocks.29.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
373
+ "transformer_blocks.29.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
374
+ "transformer_blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
375
+ "transformer_blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
376
+ "transformer_blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
377
+ "transformer_blocks.29.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
378
+ "transformer_blocks.29.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
379
+ "transformer_blocks.29.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
380
+ "transformer_blocks.29.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
381
+ "transformer_blocks.29.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
382
+ "transformer_blocks.29.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
383
+ "transformer_blocks.29.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
384
+ "transformer_blocks.30.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
385
+ "transformer_blocks.30.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
386
+ "transformer_blocks.30.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
387
+ "transformer_blocks.30.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
388
+ "transformer_blocks.30.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
389
+ "transformer_blocks.30.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
390
+ "transformer_blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
391
+ "transformer_blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
392
+ "transformer_blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
393
+ "transformer_blocks.30.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
394
+ "transformer_blocks.30.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
395
+ "transformer_blocks.30.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
396
+ "transformer_blocks.31.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
397
+ "transformer_blocks.31.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
398
+ "transformer_blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
399
+ "transformer_blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
400
+ "transformer_blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
401
+ "transformer_blocks.31.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
402
+ "transformer_blocks.31.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
403
+ "transformer_blocks.31.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
404
+ "transformer_blocks.31.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
405
+ "transformer_blocks.31.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
406
+ "transformer_blocks.31.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
407
+ "transformer_blocks.31.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
408
+ "transformer_blocks.32.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
409
+ "transformer_blocks.32.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
410
+ "transformer_blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
411
+ "transformer_blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
412
+ "transformer_blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
413
+ "transformer_blocks.32.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
414
+ "transformer_blocks.32.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
415
+ "transformer_blocks.32.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
416
+ "transformer_blocks.32.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
417
+ "transformer_blocks.32.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
418
+ "transformer_blocks.32.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
419
+ "transformer_blocks.32.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
420
+ "transformer_blocks.33.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
421
+ "transformer_blocks.33.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
422
+ "transformer_blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
423
+ "transformer_blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
424
+ "transformer_blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
425
+ "transformer_blocks.33.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
426
+ "transformer_blocks.33.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
427
+ "transformer_blocks.33.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
428
+ "transformer_blocks.33.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
429
+ "transformer_blocks.33.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
430
+ "transformer_blocks.33.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
431
+ "transformer_blocks.33.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
432
+ "transformer_blocks.34.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
433
+ "transformer_blocks.34.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
434
+ "transformer_blocks.34.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
435
+ "transformer_blocks.34.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
436
+ "transformer_blocks.34.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
437
+ "transformer_blocks.34.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
438
+ "transformer_blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
439
+ "transformer_blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
440
+ "transformer_blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
441
+ "transformer_blocks.34.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
442
+ "transformer_blocks.34.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
443
+ "transformer_blocks.34.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
444
+ "transformer_blocks.35.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
445
+ "transformer_blocks.35.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
446
+ "transformer_blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
447
+ "transformer_blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
448
+ "transformer_blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
449
+ "transformer_blocks.35.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
450
+ "transformer_blocks.35.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
451
+ "transformer_blocks.35.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
452
+ "transformer_blocks.35.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
453
+ "transformer_blocks.35.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
454
+ "transformer_blocks.35.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
455
+ "transformer_blocks.35.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
456
+ "transformer_blocks.36.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
457
+ "transformer_blocks.36.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
458
+ "transformer_blocks.36.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
459
+ "transformer_blocks.36.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
460
+ "transformer_blocks.36.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
461
+ "transformer_blocks.36.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
462
+ "transformer_blocks.36.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
463
+ "transformer_blocks.36.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
464
+ "transformer_blocks.36.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
465
+ "transformer_blocks.36.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
466
+ "transformer_blocks.36.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
467
+ "transformer_blocks.36.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
468
+ "transformer_blocks.37.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
469
+ "transformer_blocks.37.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
470
+ "transformer_blocks.37.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
471
+ "transformer_blocks.37.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
472
+ "transformer_blocks.37.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
473
+ "transformer_blocks.37.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
474
+ "transformer_blocks.37.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
475
+ "transformer_blocks.37.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
476
+ "transformer_blocks.37.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
477
+ "transformer_blocks.37.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
478
+ "transformer_blocks.37.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
479
+ "transformer_blocks.37.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
480
+ "transformer_blocks.38.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
481
+ "transformer_blocks.38.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
482
+ "transformer_blocks.38.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
483
+ "transformer_blocks.38.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
484
+ "transformer_blocks.38.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
485
+ "transformer_blocks.38.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
486
+ "transformer_blocks.38.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
487
+ "transformer_blocks.38.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
488
+ "transformer_blocks.38.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
489
+ "transformer_blocks.38.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
490
+ "transformer_blocks.38.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
491
+ "transformer_blocks.38.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
492
+ "transformer_blocks.39.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
493
+ "transformer_blocks.39.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
494
+ "transformer_blocks.39.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
495
+ "transformer_blocks.39.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
496
+ "transformer_blocks.39.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
497
+ "transformer_blocks.39.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
498
+ "transformer_blocks.39.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
499
+ "transformer_blocks.39.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
500
+ "transformer_blocks.39.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
501
+ "transformer_blocks.39.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
502
+ "transformer_blocks.39.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
503
+ "transformer_blocks.39.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
504
+ "transformer_blocks.40.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
505
+ "transformer_blocks.40.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
506
+ "transformer_blocks.40.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
507
+ "transformer_blocks.40.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
508
+ "transformer_blocks.40.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
509
+ "transformer_blocks.40.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
510
+ "transformer_blocks.40.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
511
+ "transformer_blocks.40.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
512
+ "transformer_blocks.40.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
513
+ "transformer_blocks.40.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
514
+ "transformer_blocks.40.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
515
+ "transformer_blocks.40.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
516
+ "transformer_blocks.41.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
517
+ "transformer_blocks.41.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
518
+ "transformer_blocks.41.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
519
+ "transformer_blocks.41.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
520
+ "transformer_blocks.41.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
521
+ "transformer_blocks.41.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
522
+ "transformer_blocks.41.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
523
+ "transformer_blocks.41.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
524
+ "transformer_blocks.41.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
525
+ "transformer_blocks.41.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
526
+ "transformer_blocks.41.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
527
+ "transformer_blocks.41.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
528
+ "transformer_blocks.42.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
529
+ "transformer_blocks.42.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
530
+ "transformer_blocks.42.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
531
+ "transformer_blocks.42.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
532
+ "transformer_blocks.42.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
533
+ "transformer_blocks.42.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
534
+ "transformer_blocks.42.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
535
+ "transformer_blocks.42.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
536
+ "transformer_blocks.42.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
537
+ "transformer_blocks.42.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
538
+ "transformer_blocks.42.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
539
+ "transformer_blocks.42.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
540
+ "transformer_blocks.43.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
541
+ "transformer_blocks.43.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
542
+ "transformer_blocks.43.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
543
+ "transformer_blocks.43.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
544
+ "transformer_blocks.43.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
545
+ "transformer_blocks.43.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
546
+ "transformer_blocks.43.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
547
+ "transformer_blocks.43.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
548
+ "transformer_blocks.43.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
549
+ "transformer_blocks.43.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
550
+ "transformer_blocks.43.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
551
+ "transformer_blocks.43.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
552
+ "transformer_blocks.44.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
553
+ "transformer_blocks.44.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
554
+ "transformer_blocks.44.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
555
+ "transformer_blocks.44.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
556
+ "transformer_blocks.44.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
557
+ "transformer_blocks.44.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
558
+ "transformer_blocks.44.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
559
+ "transformer_blocks.44.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
560
+ "transformer_blocks.44.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
561
+ "transformer_blocks.44.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
562
+ "transformer_blocks.44.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
563
+ "transformer_blocks.44.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
564
+ "transformer_blocks.45.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
565
+ "transformer_blocks.45.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
566
+ "transformer_blocks.45.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
567
+ "transformer_blocks.45.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
568
+ "transformer_blocks.45.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
569
+ "transformer_blocks.45.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
570
+ "transformer_blocks.45.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
571
+ "transformer_blocks.45.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
572
+ "transformer_blocks.45.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
573
+ "transformer_blocks.45.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
574
+ "transformer_blocks.45.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
575
+ "transformer_blocks.45.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
576
+ "transformer_blocks.46.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
577
+ "transformer_blocks.46.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
578
+ "transformer_blocks.46.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
579
+ "transformer_blocks.46.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
580
+ "transformer_blocks.46.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
581
+ "transformer_blocks.46.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
582
+ "transformer_blocks.46.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
583
+ "transformer_blocks.46.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
584
+ "transformer_blocks.46.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
585
+ "transformer_blocks.46.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
586
+ "transformer_blocks.46.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
587
+ "transformer_blocks.46.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
588
+ "transformer_blocks.47.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
589
+ "transformer_blocks.47.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
590
+ "transformer_blocks.47.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
591
+ "transformer_blocks.47.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
592
+ "transformer_blocks.47.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
593
+ "transformer_blocks.47.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
594
+ "transformer_blocks.47.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
595
+ "transformer_blocks.47.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
596
+ "transformer_blocks.47.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
597
+ "transformer_blocks.47.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
598
+ "token_refiner.refiner_blocks.0.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
599
+ "token_refiner.refiner_blocks.0.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
600
+ "token_refiner.refiner_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
601
+ "token_refiner.refiner_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
602
+ "token_refiner.refiner_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
603
+ "token_refiner.refiner_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
604
+ "token_refiner.refiner_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
605
+ "token_refiner.refiner_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
606
+ "token_refiner.refiner_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
607
+ "token_refiner.refiner_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
608
+ "token_refiner.refiner_blocks.1.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
609
+ "token_refiner.refiner_blocks.1.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
610
+ "token_refiner.refiner_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
611
+ "token_refiner.refiner_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
612
+ "token_refiner.refiner_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
613
+ "token_refiner.refiner_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
614
+ "token_refiner.refiner_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
615
+ "token_refiner.refiner_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
616
+ "token_refiner.refiner_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
617
+ "token_refiner.refiner_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
618
+ "transformer_blocks.47.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
619
+ "transformer_blocks.47.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
620
+ "transformer_blocks.48.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
621
+ "transformer_blocks.48.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
622
+ "transformer_blocks.48.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
623
+ "transformer_blocks.48.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
624
+ "transformer_blocks.48.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
625
+ "transformer_blocks.48.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
626
+ "transformer_blocks.48.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
627
+ "transformer_blocks.48.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
628
+ "transformer_blocks.48.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
629
+ "transformer_blocks.48.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
630
+ "transformer_blocks.48.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
631
+ "transformer_blocks.48.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
632
+ "transformer_blocks.49.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
633
+ "transformer_blocks.49.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
634
+ "transformer_blocks.49.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
635
+ "transformer_blocks.49.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
636
+ "transformer_blocks.49.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
637
+ "transformer_blocks.49.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
638
+ "transformer_blocks.49.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
639
+ "transformer_blocks.49.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
640
+ "transformer_blocks.49.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
641
+ "transformer_blocks.49.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
642
+ "transformer_blocks.49.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
643
+ "transformer_blocks.49.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors"
644
+ }
645
+ }
vae/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLMiniMaxH3",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "latent_channels": 24,
7
+ "block_out_channels": [
8
+ 128,
9
+ 256,
10
+ 256,
11
+ 512,
12
+ 512,
13
+ 1024
14
+ ],
15
+ "layers_per_block": 2,
16
+ "spatial_downsample_factors": [
17
+ 2,
18
+ 2,
19
+ 2,
20
+ 2,
21
+ 1,
22
+ 1
23
+ ],
24
+ "temporal_downsample_factors": [
25
+ 1,
26
+ 2,
27
+ 2,
28
+ 1,
29
+ 1,
30
+ 1
31
+ ],
32
+ "norm_num_groups": 32,
33
+ "norm_eps": 1e-06,
34
+ "spatial_padding_mode": "reflect",
35
+ "decoder_num_layers": 36,
36
+ "decoder_num_attention_heads": 32,
37
+ "decoder_attention_head_dim": 64,
38
+ "decoder_num_register_tokens": 4,
39
+ "decoder_ffn_mult": 4,
40
+ "decoder_rope_theta": 100.0,
41
+ "decoder_rope_dim_ratio": 0.75,
42
+ "decoder_norm_eps": 1e-05,
43
+ "clip_length": 17,
44
+ "token_drop": 3,
45
+ "latents_mean": [
46
+ 0.858090341091156,
47
+ -0.9606591463088989,
48
+ 1.0661640167236328,
49
+ -0.5090325474739075,
50
+ -0.2727581858634949,
51
+ -1.3675414323806763,
52
+ -0.2553254961967468,
53
+ -0.26907554268836975,
54
+ -0.5376840829849243,
55
+ -0.0464097298681736,
56
+ 0.6657370328903198,
57
+ 0.19690127670764923,
58
+ -0.5460608005523682,
59
+ -0.4035342037677765,
60
+ -0.23683024942874908,
61
+ 0.25928452610969543,
62
+ -0.30133944749832153,
63
+ 0.211341992020607,
64
+ -1.1206848621368408,
65
+ 0.3581933379173279,
66
+ -0.04225143790245056,
67
+ 0.2604829967021942,
68
+ 0.22864092886447906,
69
+ 0.7056031823158264
70
+ ],
71
+ "latents_std": [
72
+ 1.2223774194717407,
73
+ 1.2767263650894165,
74
+ 1.6831774711608887,
75
+ 1.7549455165863037,
76
+ 1.5636216402053833,
77
+ 2.194143533706665,
78
+ 0.9653137922286987,
79
+ 1.0569885969161987,
80
+ 0.841948926448822,
81
+ 0.7729952931404114,
82
+ 1.8955937623977661,
83
+ 0.946841835975647,
84
+ 0.7996809482574463,
85
+ 0.44988900423049927,
86
+ 0.7197399735450745,
87
+ 0.6936293244361877,
88
+ 2.961095094680786,
89
+ 2.7694199085235596,
90
+ 3.0496184825897217,
91
+ 2.1088054180145264,
92
+ 3.276226282119751,
93
+ 3.1627357006073,
94
+ 2.2816812992095947,
95
+ 2.6127843856811523
96
+ ]
97
+ }
vae/diffusion_pytorch_model.safetensors.index.json ADDED
@@ -0,0 +1,710 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 10415475936
4
+ },
5
+ "weight_map": {
6
+ "decoder.norm_out.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
7
+ "decoder.norm_out.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
8
+ "decoder.proj_in.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
9
+ "decoder.proj_in.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
10
+ "decoder.proj_out.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
11
+ "decoder.proj_out.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
12
+ "decoder.register_tokens": "diffusion_pytorch_model-00001-of-00003.safetensors",
13
+ "decoder.transformer_blocks.0.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
14
+ "decoder.transformer_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
15
+ "decoder.transformer_blocks.0.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
16
+ "decoder.transformer_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
17
+ "decoder.transformer_blocks.0.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
18
+ "decoder.transformer_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
19
+ "decoder.transformer_blocks.0.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
20
+ "decoder.transformer_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
21
+ "decoder.transformer_blocks.0.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
22
+ "decoder.transformer_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
23
+ "decoder.transformer_blocks.0.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
24
+ "decoder.transformer_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
25
+ "decoder.transformer_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
26
+ "decoder.transformer_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
27
+ "decoder.transformer_blocks.0.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
28
+ "decoder.transformer_blocks.0.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
29
+ "decoder.transformer_blocks.1.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
30
+ "decoder.transformer_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
31
+ "decoder.transformer_blocks.1.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
32
+ "decoder.transformer_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
33
+ "decoder.transformer_blocks.1.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
34
+ "decoder.transformer_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
35
+ "decoder.transformer_blocks.1.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
36
+ "decoder.transformer_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
37
+ "decoder.transformer_blocks.1.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
38
+ "decoder.transformer_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
39
+ "decoder.transformer_blocks.1.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
40
+ "decoder.transformer_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
41
+ "decoder.transformer_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
42
+ "decoder.transformer_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
43
+ "decoder.transformer_blocks.1.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
44
+ "decoder.transformer_blocks.1.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
45
+ "decoder.transformer_blocks.10.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
46
+ "decoder.transformer_blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
47
+ "decoder.transformer_blocks.10.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
48
+ "decoder.transformer_blocks.10.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
49
+ "decoder.transformer_blocks.10.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
50
+ "decoder.transformer_blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
51
+ "decoder.transformer_blocks.10.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
52
+ "decoder.transformer_blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
53
+ "decoder.transformer_blocks.10.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
54
+ "decoder.transformer_blocks.10.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
55
+ "decoder.transformer_blocks.10.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
56
+ "decoder.transformer_blocks.10.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
57
+ "decoder.transformer_blocks.10.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
58
+ "decoder.transformer_blocks.10.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
59
+ "decoder.transformer_blocks.10.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
60
+ "decoder.transformer_blocks.10.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
61
+ "decoder.transformer_blocks.11.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
62
+ "decoder.transformer_blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
63
+ "decoder.transformer_blocks.11.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
64
+ "decoder.transformer_blocks.11.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
65
+ "decoder.transformer_blocks.11.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
66
+ "decoder.transformer_blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
67
+ "decoder.transformer_blocks.11.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
68
+ "decoder.transformer_blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
69
+ "decoder.transformer_blocks.11.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
70
+ "decoder.transformer_blocks.11.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
71
+ "decoder.transformer_blocks.11.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
72
+ "decoder.transformer_blocks.11.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
73
+ "decoder.transformer_blocks.11.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
74
+ "decoder.transformer_blocks.11.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
75
+ "decoder.transformer_blocks.11.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
76
+ "decoder.transformer_blocks.11.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
77
+ "decoder.transformer_blocks.12.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
78
+ "decoder.transformer_blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
79
+ "decoder.transformer_blocks.12.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
80
+ "decoder.transformer_blocks.12.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
81
+ "decoder.transformer_blocks.12.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
82
+ "decoder.transformer_blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
83
+ "decoder.transformer_blocks.12.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
84
+ "decoder.transformer_blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
85
+ "decoder.transformer_blocks.12.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
86
+ "decoder.transformer_blocks.12.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
87
+ "decoder.transformer_blocks.12.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
88
+ "decoder.transformer_blocks.12.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
89
+ "decoder.transformer_blocks.12.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
90
+ "decoder.transformer_blocks.12.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
91
+ "decoder.transformer_blocks.12.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
92
+ "decoder.transformer_blocks.12.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
93
+ "decoder.transformer_blocks.13.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
94
+ "decoder.transformer_blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
95
+ "decoder.transformer_blocks.13.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
96
+ "decoder.transformer_blocks.13.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
97
+ "decoder.transformer_blocks.13.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
98
+ "decoder.transformer_blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
99
+ "decoder.transformer_blocks.13.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
100
+ "decoder.transformer_blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
101
+ "decoder.transformer_blocks.13.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
102
+ "decoder.transformer_blocks.13.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
103
+ "decoder.transformer_blocks.13.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
104
+ "decoder.transformer_blocks.13.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
105
+ "decoder.transformer_blocks.13.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
106
+ "decoder.transformer_blocks.13.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
107
+ "decoder.transformer_blocks.13.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
108
+ "decoder.transformer_blocks.13.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
109
+ "decoder.transformer_blocks.14.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
110
+ "decoder.transformer_blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
111
+ "decoder.transformer_blocks.14.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
112
+ "decoder.transformer_blocks.14.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
113
+ "decoder.transformer_blocks.14.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
114
+ "decoder.transformer_blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
115
+ "decoder.transformer_blocks.14.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
116
+ "decoder.transformer_blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
117
+ "decoder.transformer_blocks.14.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
118
+ "decoder.transformer_blocks.14.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
119
+ "decoder.transformer_blocks.14.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
120
+ "decoder.transformer_blocks.14.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
121
+ "decoder.transformer_blocks.14.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
122
+ "decoder.transformer_blocks.14.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
123
+ "decoder.transformer_blocks.14.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
124
+ "decoder.transformer_blocks.14.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
125
+ "decoder.transformer_blocks.15.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
126
+ "decoder.transformer_blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
127
+ "decoder.transformer_blocks.15.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
128
+ "decoder.transformer_blocks.15.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
129
+ "decoder.transformer_blocks.15.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
130
+ "decoder.transformer_blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
131
+ "decoder.transformer_blocks.15.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
132
+ "decoder.transformer_blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
133
+ "decoder.transformer_blocks.15.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
134
+ "decoder.transformer_blocks.15.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
135
+ "decoder.transformer_blocks.15.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
136
+ "decoder.transformer_blocks.15.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
137
+ "decoder.transformer_blocks.15.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
138
+ "decoder.transformer_blocks.15.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
139
+ "decoder.transformer_blocks.15.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
140
+ "decoder.transformer_blocks.15.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
141
+ "decoder.transformer_blocks.16.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
142
+ "decoder.transformer_blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
143
+ "decoder.transformer_blocks.16.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
144
+ "decoder.transformer_blocks.16.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
145
+ "decoder.transformer_blocks.16.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
146
+ "decoder.transformer_blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
147
+ "decoder.transformer_blocks.16.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
148
+ "decoder.transformer_blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
149
+ "decoder.transformer_blocks.16.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
150
+ "decoder.transformer_blocks.16.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
151
+ "decoder.transformer_blocks.16.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
152
+ "decoder.transformer_blocks.16.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
153
+ "decoder.transformer_blocks.16.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
154
+ "decoder.transformer_blocks.16.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
155
+ "decoder.transformer_blocks.16.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
156
+ "decoder.transformer_blocks.16.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
157
+ "decoder.transformer_blocks.17.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
158
+ "decoder.transformer_blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
159
+ "decoder.transformer_blocks.17.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
160
+ "decoder.transformer_blocks.17.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
161
+ "decoder.transformer_blocks.17.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
162
+ "decoder.transformer_blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
163
+ "decoder.transformer_blocks.17.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
164
+ "decoder.transformer_blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
165
+ "decoder.transformer_blocks.17.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
166
+ "decoder.transformer_blocks.17.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
167
+ "decoder.transformer_blocks.17.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
168
+ "decoder.transformer_blocks.17.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
169
+ "decoder.transformer_blocks.17.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
170
+ "decoder.transformer_blocks.17.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
171
+ "decoder.transformer_blocks.17.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
172
+ "decoder.transformer_blocks.17.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
173
+ "decoder.transformer_blocks.18.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
174
+ "decoder.transformer_blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
175
+ "decoder.transformer_blocks.18.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
176
+ "decoder.transformer_blocks.18.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
177
+ "decoder.transformer_blocks.18.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
178
+ "decoder.transformer_blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
179
+ "decoder.transformer_blocks.18.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
180
+ "decoder.transformer_blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
181
+ "decoder.transformer_blocks.18.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
182
+ "decoder.transformer_blocks.18.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
183
+ "decoder.transformer_blocks.18.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
184
+ "decoder.transformer_blocks.18.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
185
+ "decoder.transformer_blocks.18.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
186
+ "decoder.transformer_blocks.18.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
187
+ "decoder.transformer_blocks.18.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
188
+ "decoder.transformer_blocks.18.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
189
+ "decoder.transformer_blocks.19.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
190
+ "decoder.transformer_blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
191
+ "decoder.transformer_blocks.19.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
192
+ "decoder.transformer_blocks.19.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
193
+ "decoder.transformer_blocks.19.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
194
+ "decoder.transformer_blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
195
+ "decoder.transformer_blocks.19.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
196
+ "decoder.transformer_blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
197
+ "decoder.transformer_blocks.19.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
198
+ "decoder.transformer_blocks.19.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
199
+ "decoder.transformer_blocks.19.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
200
+ "decoder.transformer_blocks.19.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
201
+ "decoder.transformer_blocks.19.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
202
+ "decoder.transformer_blocks.19.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
203
+ "decoder.transformer_blocks.19.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
204
+ "decoder.transformer_blocks.19.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
205
+ "decoder.transformer_blocks.2.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
206
+ "decoder.transformer_blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
207
+ "decoder.transformer_blocks.2.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
208
+ "decoder.transformer_blocks.2.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
209
+ "decoder.transformer_blocks.2.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
210
+ "decoder.transformer_blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
211
+ "decoder.transformer_blocks.2.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
212
+ "decoder.transformer_blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
213
+ "decoder.transformer_blocks.2.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
214
+ "decoder.transformer_blocks.2.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
215
+ "decoder.transformer_blocks.2.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
216
+ "decoder.transformer_blocks.2.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
217
+ "decoder.transformer_blocks.2.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
218
+ "decoder.transformer_blocks.2.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
219
+ "decoder.transformer_blocks.2.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
220
+ "decoder.transformer_blocks.2.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
221
+ "decoder.transformer_blocks.20.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
222
+ "decoder.transformer_blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
223
+ "decoder.transformer_blocks.20.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
224
+ "decoder.transformer_blocks.20.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
225
+ "decoder.transformer_blocks.20.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
226
+ "decoder.transformer_blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
227
+ "decoder.transformer_blocks.20.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
228
+ "decoder.transformer_blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
229
+ "decoder.transformer_blocks.20.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
230
+ "decoder.transformer_blocks.20.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
231
+ "decoder.transformer_blocks.20.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
232
+ "decoder.transformer_blocks.20.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
233
+ "decoder.transformer_blocks.20.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
234
+ "decoder.transformer_blocks.20.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
235
+ "decoder.transformer_blocks.20.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
236
+ "decoder.transformer_blocks.20.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
237
+ "decoder.transformer_blocks.21.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
238
+ "decoder.transformer_blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
239
+ "decoder.transformer_blocks.21.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
240
+ "decoder.transformer_blocks.21.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
241
+ "decoder.transformer_blocks.21.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
242
+ "decoder.transformer_blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
243
+ "decoder.transformer_blocks.21.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
244
+ "decoder.transformer_blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
245
+ "decoder.transformer_blocks.21.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
246
+ "decoder.transformer_blocks.21.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
247
+ "decoder.transformer_blocks.21.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
248
+ "decoder.transformer_blocks.21.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
249
+ "decoder.transformer_blocks.21.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
250
+ "decoder.transformer_blocks.21.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
251
+ "decoder.transformer_blocks.21.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
252
+ "decoder.transformer_blocks.21.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
253
+ "decoder.transformer_blocks.22.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
254
+ "decoder.transformer_blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
255
+ "decoder.transformer_blocks.22.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
256
+ "decoder.transformer_blocks.22.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
257
+ "decoder.transformer_blocks.22.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
258
+ "decoder.transformer_blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
259
+ "decoder.transformer_blocks.22.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
260
+ "decoder.transformer_blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
261
+ "decoder.transformer_blocks.22.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
262
+ "decoder.transformer_blocks.22.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
263
+ "decoder.transformer_blocks.22.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
264
+ "decoder.transformer_blocks.22.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
265
+ "decoder.transformer_blocks.22.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
266
+ "decoder.transformer_blocks.22.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
267
+ "decoder.transformer_blocks.22.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
268
+ "decoder.transformer_blocks.22.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
269
+ "decoder.transformer_blocks.23.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
270
+ "decoder.transformer_blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
271
+ "decoder.transformer_blocks.23.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
272
+ "decoder.transformer_blocks.23.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
273
+ "decoder.transformer_blocks.23.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
274
+ "decoder.transformer_blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
275
+ "decoder.transformer_blocks.23.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
276
+ "decoder.transformer_blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
277
+ "decoder.transformer_blocks.23.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
278
+ "decoder.transformer_blocks.23.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
279
+ "decoder.transformer_blocks.23.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
280
+ "decoder.transformer_blocks.23.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
281
+ "decoder.transformer_blocks.23.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
282
+ "decoder.transformer_blocks.23.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
283
+ "decoder.transformer_blocks.23.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
284
+ "decoder.transformer_blocks.23.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
285
+ "decoder.transformer_blocks.24.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
286
+ "decoder.transformer_blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
287
+ "decoder.transformer_blocks.24.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
288
+ "decoder.transformer_blocks.24.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
289
+ "decoder.transformer_blocks.24.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
290
+ "decoder.transformer_blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
291
+ "decoder.transformer_blocks.24.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
292
+ "decoder.transformer_blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
293
+ "decoder.transformer_blocks.24.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
294
+ "decoder.transformer_blocks.24.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
295
+ "decoder.transformer_blocks.24.ff.net.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
296
+ "decoder.transformer_blocks.24.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
297
+ "decoder.transformer_blocks.24.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
298
+ "decoder.transformer_blocks.24.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
299
+ "decoder.transformer_blocks.24.scale1": "diffusion_pytorch_model-00001-of-00003.safetensors",
300
+ "decoder.transformer_blocks.24.scale2": "diffusion_pytorch_model-00001-of-00003.safetensors",
301
+ "decoder.transformer_blocks.25.attn.to_k.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
302
+ "decoder.transformer_blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
303
+ "decoder.transformer_blocks.25.attn.to_out.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
304
+ "decoder.transformer_blocks.25.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
305
+ "decoder.transformer_blocks.25.attn.to_q.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
306
+ "decoder.transformer_blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
307
+ "decoder.transformer_blocks.25.attn.to_v.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
308
+ "decoder.transformer_blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
309
+ "decoder.transformer_blocks.25.ff.net.0.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
310
+ "decoder.transformer_blocks.25.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
311
+ "decoder.transformer_blocks.25.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
312
+ "decoder.transformer_blocks.25.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
313
+ "decoder.transformer_blocks.25.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
314
+ "decoder.transformer_blocks.25.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
315
+ "decoder.transformer_blocks.25.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
316
+ "decoder.transformer_blocks.25.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
317
+ "decoder.transformer_blocks.26.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
318
+ "decoder.transformer_blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
319
+ "decoder.transformer_blocks.26.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
320
+ "decoder.transformer_blocks.26.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
321
+ "decoder.transformer_blocks.26.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
322
+ "decoder.transformer_blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
323
+ "decoder.transformer_blocks.26.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
324
+ "decoder.transformer_blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
325
+ "decoder.transformer_blocks.26.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
326
+ "decoder.transformer_blocks.26.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
327
+ "decoder.transformer_blocks.26.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
328
+ "decoder.transformer_blocks.26.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
329
+ "decoder.transformer_blocks.26.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
330
+ "decoder.transformer_blocks.26.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
331
+ "decoder.transformer_blocks.26.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
332
+ "decoder.transformer_blocks.26.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
333
+ "decoder.transformer_blocks.27.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
334
+ "decoder.transformer_blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
335
+ "decoder.transformer_blocks.27.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
336
+ "decoder.transformer_blocks.27.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
337
+ "decoder.transformer_blocks.27.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
338
+ "decoder.transformer_blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
339
+ "decoder.transformer_blocks.27.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
340
+ "decoder.transformer_blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
341
+ "decoder.transformer_blocks.27.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
342
+ "decoder.transformer_blocks.27.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
343
+ "decoder.transformer_blocks.27.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
344
+ "decoder.transformer_blocks.27.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
345
+ "decoder.transformer_blocks.27.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
346
+ "decoder.transformer_blocks.27.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
347
+ "decoder.transformer_blocks.27.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
348
+ "decoder.transformer_blocks.27.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
349
+ "decoder.transformer_blocks.28.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
350
+ "decoder.transformer_blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
351
+ "decoder.transformer_blocks.28.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
352
+ "decoder.transformer_blocks.28.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
353
+ "decoder.transformer_blocks.28.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
354
+ "decoder.transformer_blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
355
+ "decoder.transformer_blocks.28.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
356
+ "decoder.transformer_blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
357
+ "decoder.transformer_blocks.28.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
358
+ "decoder.transformer_blocks.28.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
359
+ "decoder.transformer_blocks.28.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
360
+ "decoder.transformer_blocks.28.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
361
+ "decoder.transformer_blocks.28.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
362
+ "decoder.transformer_blocks.28.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
363
+ "decoder.transformer_blocks.28.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
364
+ "decoder.transformer_blocks.28.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
365
+ "decoder.transformer_blocks.29.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
366
+ "decoder.transformer_blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
367
+ "decoder.transformer_blocks.29.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
368
+ "decoder.transformer_blocks.29.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
369
+ "decoder.transformer_blocks.29.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
370
+ "decoder.transformer_blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
371
+ "decoder.transformer_blocks.29.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
372
+ "decoder.transformer_blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
373
+ "decoder.transformer_blocks.29.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
374
+ "decoder.transformer_blocks.29.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
375
+ "decoder.transformer_blocks.29.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
376
+ "decoder.transformer_blocks.29.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
377
+ "decoder.transformer_blocks.29.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
378
+ "decoder.transformer_blocks.29.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
379
+ "decoder.transformer_blocks.29.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
380
+ "decoder.transformer_blocks.29.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
381
+ "decoder.transformer_blocks.3.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
382
+ "decoder.transformer_blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
383
+ "decoder.transformer_blocks.3.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
384
+ "decoder.transformer_blocks.3.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
385
+ "decoder.transformer_blocks.3.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
386
+ "decoder.transformer_blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
387
+ "decoder.transformer_blocks.3.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
388
+ "decoder.transformer_blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
389
+ "decoder.transformer_blocks.3.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
390
+ "decoder.transformer_blocks.3.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
391
+ "decoder.transformer_blocks.3.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
392
+ "decoder.transformer_blocks.3.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
393
+ "decoder.transformer_blocks.3.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
394
+ "decoder.transformer_blocks.3.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
395
+ "decoder.transformer_blocks.3.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
396
+ "decoder.transformer_blocks.3.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
397
+ "decoder.transformer_blocks.30.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
398
+ "decoder.transformer_blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
399
+ "decoder.transformer_blocks.30.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
400
+ "decoder.transformer_blocks.30.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
401
+ "decoder.transformer_blocks.30.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
402
+ "decoder.transformer_blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
403
+ "decoder.transformer_blocks.30.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
404
+ "decoder.transformer_blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
405
+ "decoder.transformer_blocks.30.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
406
+ "decoder.transformer_blocks.30.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
407
+ "decoder.transformer_blocks.30.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
408
+ "decoder.transformer_blocks.30.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
409
+ "decoder.transformer_blocks.30.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
410
+ "decoder.transformer_blocks.30.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
411
+ "decoder.transformer_blocks.30.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
412
+ "decoder.transformer_blocks.30.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
413
+ "decoder.transformer_blocks.31.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
414
+ "decoder.transformer_blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
415
+ "decoder.transformer_blocks.31.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
416
+ "decoder.transformer_blocks.31.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
417
+ "decoder.transformer_blocks.31.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
418
+ "decoder.transformer_blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
419
+ "decoder.transformer_blocks.31.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
420
+ "decoder.transformer_blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
421
+ "decoder.transformer_blocks.31.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
422
+ "decoder.transformer_blocks.31.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
423
+ "decoder.transformer_blocks.31.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
424
+ "decoder.transformer_blocks.31.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
425
+ "decoder.transformer_blocks.31.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
426
+ "decoder.transformer_blocks.31.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
427
+ "decoder.transformer_blocks.31.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
428
+ "decoder.transformer_blocks.31.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
429
+ "decoder.transformer_blocks.32.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
430
+ "decoder.transformer_blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
431
+ "decoder.transformer_blocks.32.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
432
+ "decoder.transformer_blocks.32.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
433
+ "decoder.transformer_blocks.32.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
434
+ "decoder.transformer_blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
435
+ "decoder.transformer_blocks.32.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
436
+ "decoder.transformer_blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
437
+ "decoder.transformer_blocks.32.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
438
+ "decoder.transformer_blocks.32.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
439
+ "decoder.transformer_blocks.32.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
440
+ "decoder.transformer_blocks.32.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
441
+ "decoder.transformer_blocks.32.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
442
+ "decoder.transformer_blocks.32.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
443
+ "decoder.transformer_blocks.32.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
444
+ "decoder.transformer_blocks.32.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
445
+ "decoder.transformer_blocks.33.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
446
+ "decoder.transformer_blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
447
+ "decoder.transformer_blocks.33.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
448
+ "decoder.transformer_blocks.33.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
449
+ "decoder.transformer_blocks.33.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
450
+ "decoder.transformer_blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
451
+ "decoder.transformer_blocks.33.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
452
+ "decoder.transformer_blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
453
+ "decoder.transformer_blocks.33.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
454
+ "decoder.transformer_blocks.33.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
455
+ "decoder.transformer_blocks.33.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
456
+ "decoder.transformer_blocks.33.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
457
+ "decoder.transformer_blocks.33.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
458
+ "decoder.transformer_blocks.33.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
459
+ "decoder.transformer_blocks.33.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
460
+ "decoder.transformer_blocks.33.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
461
+ "decoder.transformer_blocks.34.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
462
+ "decoder.transformer_blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
463
+ "decoder.transformer_blocks.34.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
464
+ "decoder.transformer_blocks.34.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
465
+ "decoder.transformer_blocks.34.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
466
+ "decoder.transformer_blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
467
+ "decoder.transformer_blocks.34.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
468
+ "decoder.transformer_blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
469
+ "decoder.transformer_blocks.34.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
470
+ "decoder.transformer_blocks.34.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
471
+ "decoder.transformer_blocks.34.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
472
+ "decoder.transformer_blocks.34.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
473
+ "decoder.transformer_blocks.34.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
474
+ "decoder.transformer_blocks.34.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
475
+ "decoder.transformer_blocks.34.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
476
+ "decoder.transformer_blocks.34.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
477
+ "decoder.transformer_blocks.35.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
478
+ "decoder.transformer_blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
479
+ "decoder.transformer_blocks.35.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
480
+ "decoder.transformer_blocks.35.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
481
+ "decoder.transformer_blocks.35.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
482
+ "decoder.transformer_blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
483
+ "decoder.transformer_blocks.35.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
484
+ "decoder.transformer_blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
485
+ "decoder.transformer_blocks.35.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
486
+ "decoder.transformer_blocks.35.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
487
+ "decoder.transformer_blocks.35.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
488
+ "decoder.transformer_blocks.35.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
489
+ "decoder.transformer_blocks.35.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
490
+ "decoder.transformer_blocks.35.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
491
+ "decoder.transformer_blocks.35.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
492
+ "decoder.transformer_blocks.35.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
493
+ "decoder.transformer_blocks.4.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
494
+ "decoder.transformer_blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
495
+ "decoder.transformer_blocks.4.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
496
+ "decoder.transformer_blocks.4.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
497
+ "decoder.transformer_blocks.4.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
498
+ "decoder.transformer_blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
499
+ "decoder.transformer_blocks.4.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
500
+ "decoder.transformer_blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
501
+ "decoder.transformer_blocks.4.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
502
+ "decoder.transformer_blocks.4.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
503
+ "decoder.transformer_blocks.4.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
504
+ "decoder.transformer_blocks.4.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
505
+ "decoder.transformer_blocks.4.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
506
+ "decoder.transformer_blocks.4.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
507
+ "decoder.transformer_blocks.4.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
508
+ "decoder.transformer_blocks.4.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
509
+ "decoder.transformer_blocks.5.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
510
+ "decoder.transformer_blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
511
+ "decoder.transformer_blocks.5.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
512
+ "decoder.transformer_blocks.5.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
513
+ "decoder.transformer_blocks.5.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
514
+ "decoder.transformer_blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
515
+ "decoder.transformer_blocks.5.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
516
+ "decoder.transformer_blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
517
+ "decoder.transformer_blocks.5.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
518
+ "decoder.transformer_blocks.5.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
519
+ "decoder.transformer_blocks.5.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
520
+ "decoder.transformer_blocks.5.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
521
+ "decoder.transformer_blocks.5.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
522
+ "decoder.transformer_blocks.5.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
523
+ "decoder.transformer_blocks.5.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
524
+ "decoder.transformer_blocks.5.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
525
+ "decoder.transformer_blocks.6.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
526
+ "decoder.transformer_blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
527
+ "decoder.transformer_blocks.6.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
528
+ "decoder.transformer_blocks.6.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
529
+ "decoder.transformer_blocks.6.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
530
+ "decoder.transformer_blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
531
+ "decoder.transformer_blocks.6.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
532
+ "decoder.transformer_blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
533
+ "decoder.transformer_blocks.6.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
534
+ "decoder.transformer_blocks.6.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
535
+ "decoder.transformer_blocks.6.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
536
+ "decoder.transformer_blocks.6.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
537
+ "decoder.transformer_blocks.6.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
538
+ "decoder.transformer_blocks.6.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
539
+ "decoder.transformer_blocks.6.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
540
+ "decoder.transformer_blocks.6.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
541
+ "decoder.transformer_blocks.7.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
542
+ "decoder.transformer_blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
543
+ "decoder.transformer_blocks.7.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
544
+ "decoder.transformer_blocks.7.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
545
+ "decoder.transformer_blocks.7.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
546
+ "decoder.transformer_blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
547
+ "decoder.transformer_blocks.7.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
548
+ "decoder.transformer_blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
549
+ "decoder.transformer_blocks.7.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
550
+ "decoder.transformer_blocks.7.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
551
+ "decoder.transformer_blocks.7.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
552
+ "decoder.transformer_blocks.7.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
553
+ "decoder.transformer_blocks.7.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
554
+ "decoder.transformer_blocks.7.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
555
+ "decoder.transformer_blocks.7.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
556
+ "decoder.transformer_blocks.7.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
557
+ "decoder.transformer_blocks.8.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
558
+ "decoder.transformer_blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
559
+ "decoder.transformer_blocks.8.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
560
+ "decoder.transformer_blocks.8.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
561
+ "decoder.transformer_blocks.8.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
562
+ "decoder.transformer_blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
563
+ "decoder.transformer_blocks.8.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
564
+ "decoder.transformer_blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
565
+ "decoder.transformer_blocks.8.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
566
+ "decoder.transformer_blocks.8.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
567
+ "decoder.transformer_blocks.8.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
568
+ "decoder.transformer_blocks.8.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
569
+ "decoder.transformer_blocks.8.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
570
+ "decoder.transformer_blocks.8.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
571
+ "decoder.transformer_blocks.8.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
572
+ "decoder.transformer_blocks.8.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
573
+ "decoder.transformer_blocks.9.attn.to_k.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
574
+ "decoder.transformer_blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
575
+ "decoder.transformer_blocks.9.attn.to_out.0.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
576
+ "decoder.transformer_blocks.9.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
577
+ "decoder.transformer_blocks.9.attn.to_q.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
578
+ "decoder.transformer_blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
579
+ "decoder.transformer_blocks.9.attn.to_v.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
580
+ "decoder.transformer_blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
581
+ "decoder.transformer_blocks.9.ff.net.0.proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
582
+ "decoder.transformer_blocks.9.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
583
+ "decoder.transformer_blocks.9.ff.net.2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
584
+ "decoder.transformer_blocks.9.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
585
+ "decoder.transformer_blocks.9.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
586
+ "decoder.transformer_blocks.9.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
587
+ "decoder.transformer_blocks.9.scale1": "diffusion_pytorch_model-00002-of-00003.safetensors",
588
+ "decoder.transformer_blocks.9.scale2": "diffusion_pytorch_model-00002-of-00003.safetensors",
589
+ "encoder.conv_in.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
590
+ "encoder.conv_in.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
591
+ "encoder.conv_out.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
592
+ "encoder.conv_out.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
593
+ "encoder.down_blocks.0.downsamplers.0.conv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
594
+ "encoder.down_blocks.0.downsamplers.0.conv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
595
+ "encoder.down_blocks.0.resnets.0.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
596
+ "encoder.down_blocks.0.resnets.0.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
597
+ "encoder.down_blocks.0.resnets.0.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
598
+ "encoder.down_blocks.0.resnets.0.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
599
+ "encoder.down_blocks.0.resnets.0.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
600
+ "encoder.down_blocks.0.resnets.0.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
601
+ "encoder.down_blocks.0.resnets.0.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
602
+ "encoder.down_blocks.0.resnets.0.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
603
+ "encoder.down_blocks.0.resnets.1.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
604
+ "encoder.down_blocks.0.resnets.1.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
605
+ "encoder.down_blocks.0.resnets.1.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
606
+ "encoder.down_blocks.0.resnets.1.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
607
+ "encoder.down_blocks.0.resnets.1.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
608
+ "encoder.down_blocks.0.resnets.1.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
609
+ "encoder.down_blocks.0.resnets.1.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
610
+ "encoder.down_blocks.0.resnets.1.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
611
+ "encoder.down_blocks.1.downsamplers.0.conv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
612
+ "encoder.down_blocks.1.downsamplers.0.conv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
613
+ "encoder.down_blocks.1.resnets.0.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
614
+ "encoder.down_blocks.1.resnets.0.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
615
+ "encoder.down_blocks.1.resnets.0.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
616
+ "encoder.down_blocks.1.resnets.0.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
617
+ "encoder.down_blocks.1.resnets.0.conv_shortcut.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
618
+ "encoder.down_blocks.1.resnets.0.conv_shortcut.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
619
+ "encoder.down_blocks.1.resnets.0.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
620
+ "encoder.down_blocks.1.resnets.0.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
621
+ "encoder.down_blocks.1.resnets.0.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
622
+ "encoder.down_blocks.1.resnets.0.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
623
+ "encoder.down_blocks.1.resnets.1.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
624
+ "encoder.down_blocks.1.resnets.1.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
625
+ "encoder.down_blocks.1.resnets.1.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
626
+ "encoder.down_blocks.1.resnets.1.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
627
+ "encoder.down_blocks.1.resnets.1.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
628
+ "encoder.down_blocks.1.resnets.1.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
629
+ "encoder.down_blocks.1.resnets.1.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
630
+ "encoder.down_blocks.1.resnets.1.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
631
+ "encoder.down_blocks.2.downsamplers.0.conv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
632
+ "encoder.down_blocks.2.downsamplers.0.conv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
633
+ "encoder.down_blocks.2.resnets.0.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
634
+ "encoder.down_blocks.2.resnets.0.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
635
+ "encoder.down_blocks.2.resnets.0.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
636
+ "encoder.down_blocks.2.resnets.0.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
637
+ "encoder.down_blocks.2.resnets.0.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
638
+ "encoder.down_blocks.2.resnets.0.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
639
+ "encoder.down_blocks.2.resnets.0.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
640
+ "encoder.down_blocks.2.resnets.0.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
641
+ "encoder.down_blocks.2.resnets.1.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
642
+ "encoder.down_blocks.2.resnets.1.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
643
+ "encoder.down_blocks.2.resnets.1.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
644
+ "encoder.down_blocks.2.resnets.1.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
645
+ "encoder.down_blocks.2.resnets.1.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
646
+ "encoder.down_blocks.2.resnets.1.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
647
+ "encoder.down_blocks.2.resnets.1.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
648
+ "encoder.down_blocks.2.resnets.1.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
649
+ "encoder.down_blocks.3.downsamplers.0.conv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
650
+ "encoder.down_blocks.3.downsamplers.0.conv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
651
+ "encoder.down_blocks.3.resnets.0.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
652
+ "encoder.down_blocks.3.resnets.0.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
653
+ "encoder.down_blocks.3.resnets.0.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
654
+ "encoder.down_blocks.3.resnets.0.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
655
+ "encoder.down_blocks.3.resnets.0.conv_shortcut.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
656
+ "encoder.down_blocks.3.resnets.0.conv_shortcut.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
657
+ "encoder.down_blocks.3.resnets.0.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
658
+ "encoder.down_blocks.3.resnets.0.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
659
+ "encoder.down_blocks.3.resnets.0.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
660
+ "encoder.down_blocks.3.resnets.0.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
661
+ "encoder.down_blocks.3.resnets.1.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
662
+ "encoder.down_blocks.3.resnets.1.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
663
+ "encoder.down_blocks.3.resnets.1.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
664
+ "encoder.down_blocks.3.resnets.1.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
665
+ "encoder.down_blocks.3.resnets.1.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
666
+ "encoder.down_blocks.3.resnets.1.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
667
+ "encoder.down_blocks.3.resnets.1.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
668
+ "encoder.down_blocks.3.resnets.1.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
669
+ "encoder.down_blocks.4.resnets.0.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
670
+ "encoder.down_blocks.4.resnets.0.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
671
+ "encoder.down_blocks.4.resnets.0.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
672
+ "encoder.down_blocks.4.resnets.0.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
673
+ "encoder.down_blocks.4.resnets.0.norm1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
674
+ "encoder.down_blocks.4.resnets.0.norm1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
675
+ "encoder.down_blocks.4.resnets.0.norm2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
676
+ "encoder.down_blocks.4.resnets.0.norm2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
677
+ "encoder.down_blocks.4.resnets.1.conv1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
678
+ "encoder.down_blocks.4.resnets.1.conv1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
679
+ "encoder.down_blocks.4.resnets.1.conv2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
680
+ "encoder.down_blocks.4.resnets.1.conv2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
681
+ "encoder.down_blocks.4.resnets.1.norm1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
682
+ "encoder.down_blocks.4.resnets.1.norm1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
683
+ "encoder.down_blocks.4.resnets.1.norm2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
684
+ "encoder.down_blocks.4.resnets.1.norm2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
685
+ "encoder.down_blocks.5.resnets.0.conv1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
686
+ "encoder.down_blocks.5.resnets.0.conv1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
687
+ "encoder.down_blocks.5.resnets.0.conv2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
688
+ "encoder.down_blocks.5.resnets.0.conv2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
689
+ "encoder.down_blocks.5.resnets.0.conv_shortcut.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
690
+ "encoder.down_blocks.5.resnets.0.conv_shortcut.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
691
+ "encoder.down_blocks.5.resnets.0.norm1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
692
+ "encoder.down_blocks.5.resnets.0.norm1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
693
+ "encoder.down_blocks.5.resnets.0.norm2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
694
+ "encoder.down_blocks.5.resnets.0.norm2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
695
+ "encoder.down_blocks.5.resnets.1.conv1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
696
+ "encoder.down_blocks.5.resnets.1.conv1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
697
+ "encoder.down_blocks.5.resnets.1.conv2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
698
+ "encoder.down_blocks.5.resnets.1.conv2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
699
+ "encoder.down_blocks.5.resnets.1.norm1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
700
+ "encoder.down_blocks.5.resnets.1.norm1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
701
+ "encoder.down_blocks.5.resnets.1.norm2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
702
+ "encoder.down_blocks.5.resnets.1.norm2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
703
+ "encoder.norm_out.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
704
+ "encoder.norm_out.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
705
+ "post_quant_conv.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
706
+ "post_quant_conv.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
707
+ "quant_conv.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
708
+ "quant_conv.weight": "diffusion_pytorch_model-00003-of-00003.safetensors"
709
+ }
710
+ }