Text-to-Image
Diffusers
Safetensors
Ideogram4Pipeline
image-generation
diffusion
flow-matching
dit
ideogram
Instructions to use CalamitousFelicitousness/Ideogram-4-bf16-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CalamitousFelicitousness/Ideogram-4-bf16-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CalamitousFelicitousness/Ideogram-4-bf16-Diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- LICENSE.md +55 -0
- README.md +350 -0
- model_index.json +28 -0
- scheduler/scheduler_config.json +18 -0
- text_encoder/config.json +65 -0
- text_encoder/model-00001-of-00004.safetensors +3 -0
- text_encoder/model-00002-of-00004.safetensors +3 -0
- text_encoder/model-00003-of-00004.safetensors +3 -0
- text_encoder/model-00004-of-00004.safetensors +3 -0
- text_encoder/model.safetensors.index.json +756 -0
- tokenizer/chat_template.jinja +120 -0
- tokenizer/tokenizer.json +3 -0
- tokenizer/tokenizer_config.json +30 -0
- transformer/config.json +18 -0
- transformer/diffusion_pytorch_model-00001-of-00004.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00004.safetensors +3 -0
- transformer/diffusion_pytorch_model-00003-of-00004.safetensors +3 -0
- transformer/diffusion_pytorch_model-00004-of-00004.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +465 -0
- unconditional_transformer/config.json +18 -0
- unconditional_transformer/diffusion_pytorch_model-00001-of-00004.safetensors +3 -0
- unconditional_transformer/diffusion_pytorch_model-00002-of-00004.safetensors +3 -0
- unconditional_transformer/diffusion_pytorch_model-00003-of-00004.safetensors +3 -0
- unconditional_transformer/diffusion_pytorch_model-00004-of-00004.safetensors +3 -0
- unconditional_transformer/diffusion_pytorch_model.safetensors.index.json +465 -0
- vae/config.json +40 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 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
|
| 36 |
+
tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
LICENSE.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Ideogram Non-Commercial Model Agreement
|
| 2 |
+
|
| 3 |
+
Last Updated: June 3, 2026
|
| 4 |
+
|
| 5 |
+
This Ideogram Non-Commercial Model Agreement (“Agreement”) is a legal agreement between you and Ideogram, Inc. (“Company”, “we” or “us”). This Agreement governs your access to and use of the Models (as defined below) that we make available to you under this Agreement. You expressly agree that if you accept the terms of this Agreement or if you otherwise download, access, use or Distribute any portion of the Model or Model Derivatives, then you agree to be bound by this Agreement. Company may designate certain materials that are designed to be used with the Models (such as related inference code) under a separate license or agreement, and nothing in this Agreement will be deemed to restrict or limit any other rights or licenses granted by Company in such other materials.
|
| 6 |
+
|
| 7 |
+
If you are entering into this Agreement on behalf of an entity, then “you” means that entity, and you represent and warrant that (a) you are an authorized representative of the entity with the authority to bind the entity to this Agreement and (b) you agree to this Agreement on the entity’s behalf.
|
| 8 |
+
|
| 9 |
+
1. Definitions.
|
| 10 |
+
|
| 11 |
+
(a) “Distribution” or “Distribute” means any distribution, making available, transmission, publication or other sharing of the Model or any Model Derivative with or to a third party, including by providing or making the Model or its functionality available as a hosted service via API, web access or any other electronic or remote means (“Hosted Service”), and including by incorporating the Model into products or services that you make available to third parties.
|
| 12 |
+
|
| 13 |
+
(b) “Model” means the machine learning model, software, algorithms, trained model weights, parameters and documentation that Company designates as subject to this Agreement. For clarity, the following are considered Models subject to this Agreement: Ideogram 4.
|
| 14 |
+
|
| 15 |
+
(c) “Model Derivative” means all (i) modifications to, and fine-tuned versions of, the Model, (ii) any other machine learning model which is created by transferring the weights and parameters of the Model (or patterns thereof) to such model in a manner that causes it to perform similar to the Model, or (iii) any other derivatives of the Model. For clarity, an Output is not a Model Derivative.
|
| 16 |
+
|
| 17 |
+
(d) “Non-Commercial Purposes” means activity or use that fits in any of the following categories: (i) use that does not directly or indirectly generate revenue and is not otherwise intended for or directed towards commercial advantage or monetary compensation, (ii) use by a for-profit entity solely for testing, evaluation, or research and development in a “non-production environment” (an environment that is not deployed in live systems, customer-facing applications or any other environment beyond internal development, testing or prototyping), (iii) personal use for research, experimentation, testing purposes as part of a personal study, private entertainment or hobby project, or (iv) use by a charitable organization for charitable purposes. Without limiting the foregoing, any use that involves training, fine tuning, or distilling AI models for commercial use or that involves generating Output to include in, or to advertise or promote, revenue-generating products or services, in each case, is not a Non-Commercial Purpose.
|
| 18 |
+
|
| 19 |
+
(e) “Output” means any content or other output generated by the inference operation of the Model or any Model Derivative, in response to an input or prompt provided by the user. For the avoidance of doubt, Outputs do not include any components of a Model, such as any fine-tuned versions of the Model, the weights, or parameters.
|
| 20 |
+
|
| 21 |
+
2. Grant of Rights.
|
| 22 |
+
|
| 23 |
+
We hereby permit you to use, reproduce, Distribute, copy, create derivative works of (including Model Derivatives), and make modifications to the Model for Non-Commercial Purposes subject to the terms of this Agreement, including any use restrictions set forth below. For clarity, you are only authorized to exercise the rights under this Agreement for Non-Commercial Purposes only, and may not exercise any of the rights under this Agreement for other purposes unless or until Company otherwise expressly grants you such rights in a separate agreement, which Company may grant or not grant in its sole discretion.
|
| 24 |
+
|
| 25 |
+
3. Redistribution and Use.
|
| 26 |
+
|
| 27 |
+
You may reproduce or Distribute copies of the Model or Model Derivatives only if you meet all of the following conditions: (i) all permitted use of the reproduced and re-Distributed Model or Model Derivatives must be on terms that are no less restrictive than those set forth in this Agreement for the Model (e.g., including the same standards for Non-Commercial Purposes as set forth in Section 2 above and at least the same use restrictions set forth in Section 4 below), (ii) you provide all third party recipients of the Model or Model Derivative a copy of this Agreement; (iii) you retain in all copies of the Model or Model Derivatives that you Distribute the following attribution notice within a “Notice” text file that accompanies such copy: “Ideogram 4 is provided under and subject to the Ideogram Non-Commercial Model Agreement available at https://github.com/ideogram-oss/ideogram-4/model_licenses/LICENSE-IDEOGRAM-4-NON-COMMERCIAL. All rights reserved. Copyright © Ideogram, Inc.”; (iv) you cause any modified files to carry prominent notices stating that you modified the files; (v) any terms and conditions you impose on third-party recipients must include a disclaimer of warranties and limitation of liability provisions that are at least as protective of Company as those set forth herein; and (vi) you must not misrepresent or imply that any Model Derivative made by you is an official product of Company or has been endorsed, approved or validated by Company.
|
| 28 |
+
|
| 29 |
+
4. Use Restrictions.
|
| 30 |
+
|
| 31 |
+
Your use of the Model and any Model Derivative must comply with applicable laws and regulations (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy available at https://ideogram.ai/legal/usage-policy, which is hereby incorporated by reference into this Agreement. Without limiting the foregoing, you will not (and will not permit or enable any third party to) use the Model or any Model Derivative: (a) for military purposes or purposes of surveillance, including any research or development relating to surveillance; (b) for biometric processing; (c) in any manner that infringes, misappropriates, or otherwise violates any third party’s legal rights, including rights of publicity; (d) to generate unlawful content, including child sexual abuse material or non-consensual intimate images; (e) in any manner that violates any applicable privacy or data protection laws; or (f) to make automated decisions in domains that affect material or individual rights or well-being (e.g., finance, legal, employment, healthcare, housing, insurance and social welfare) or otherwise in a manner that poses a significant risk of harm to the health, safety or fundamental rights of persons, including to influence any “consequential decision” under applicable law or for any other use case that is categorized as “high risk” under applicable law (“High Risk Use Cases”). You are responsible for implementing appropriate safety measures, including content filters and human oversight, suitable for your use case and to prevent the creation, display, generation or reproduction of unlawful or infringing content, and for including any legally required disclosure (or other provenance measures) to disclose that the Output was generated or modified using artificial intelligence technologies. However, we may also implement certain safety measures, content protections and other technological measures for the Model, including content filters and watermarking, and you agree that you will not circumvent, remove, alter, deactivate, degrade or thwart any such measures. To the extent required under applicable law, you must ensure any Output includes disclosure or other indication that the Output was generated or modified using artificial intelligence technologies.
|
| 32 |
+
|
| 33 |
+
5. Disclaimer of Warranty.
|
| 34 |
+
|
| 35 |
+
UNLESS REQUIRED BY APPLICABLE LAW, THE MODEL, ANY MODEL DERIVATIVE AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, AND WE DISCLAIM ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF, AND ASSUME ALL RISKS ASSOCIATED WITH, USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING THE MODEL, ANY MODEL DERIVATIVE OR ANY OUTPUT. YOU AGREE THAT THE MODEL AND ANY MODEL DERIVATIVE ARE NOT DESIGNED OR INTENDED FOR HIGH RISK USE CASES OR AS PART OF HIGH RISK AI SYSTEMS (AS DEFINED UNDER APPLICABLE LAWS), AND ANY SUCH USE IS IN VIOLATION OF THIS AGREEMENT AND AT YOUR OWN RISK.
|
| 36 |
+
|
| 37 |
+
6. Limitation of Liability.
|
| 38 |
+
|
| 39 |
+
IN NO EVENT WILL COMPANY OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, FOR DAMAGES OF ANY KIND, INCLUDING DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES OR LOST PROFITS OF ANY KIND, EVEN IF COMPANY OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
| 40 |
+
|
| 41 |
+
7. Intellectual Property.
|
| 42 |
+
|
| 43 |
+
Company reserves any rights not expressly granted herein. Nothing in this Agreement grants you any rights to use Company’s trademarks, trade names, or logos (except as required for the attribution described above). Subject to Company’s ownership of the Model and Model Derivatives made by or for Company, with respect to any Model Derivatives that are made by you, as between you and Company, you own any incremental rights in such Model Derivatives beyond Company’s rights in the underlying Model or its own Model Derivatives. We claim no rights in outputs you generate using the Model. You are responsible for outputs and their subsequent uses. You may not use any Output to develop, train, fine-tune or distill a model or other product or services that is competitive with the Model or any of Company’s other products or services.
|
| 44 |
+
|
| 45 |
+
8. Indemnification.
|
| 46 |
+
|
| 47 |
+
You will indemnify and hold harmless the Company and its affiliates and each of their respective shareholders, directors, officers, employees, agents, successors, and assigns (collectively, the “Company Parties”) from and against any losses, liabilities, damages, fines, penalties, and expenses (including reasonable attorneys’ fees) incurred by any Company Party in connection with any claim, demand, allegation, lawsuit, proceeding, or investigation arising out of or related to your use, access, hosting or Distribution of the Model or Model Derivatives or any Outputs or your breach of this Agreement.
|
| 48 |
+
|
| 49 |
+
9. Term and Termination.
|
| 50 |
+
|
| 51 |
+
This Agreement continues in full force and effect until terminated in accordance with the terms and conditions herein. We may terminate this Agreement at any time upon notice to you. We may also terminate this Agreement if you are in breach of any term or condition of this Agreement. If you institute litigation or other proceedings against Company or any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Model, Model Derivative or output, or any portion of any of the foregoing, constitutes infringement of intellectual property or other rights owned or licensable by you, then any licenses granted to you under this Agreement shall terminate as of the date such litigation or claim is filed or instituted. Upon termination of this Agreement, you shall delete and cease use or Distribution of the Model and any Model Derivative. Sections 5–10 shall survive the termination of this Agreement.
|
| 52 |
+
|
| 53 |
+
10. General.
|
| 54 |
+
|
| 55 |
+
This Agreement will be governed and construed under the laws of the State of New York without regard to conflicts of law provisions. If any provision or part of a provision of this Agreement is unlawful, void or unenforceable, that provision or part of the provision is deemed severed from this Agreement, and will not affect the validity and enforceability of any remaining provisions. The failure of Company to exercise or enforce any right or provision of this Agreement will not operate as a waiver of such right or provision. This Agreement does not confer any third-party beneficiary rights upon any other person or entity. This Agreement contains the entire understanding between you and Company regarding the subject matter of this Agreement, and supersedes all other written or oral agreements and understandings between you and Company regarding such subject matter. You may not assign or transfer this Agreement, including any of your rights or obligations hereunder, without the prior written consent of Company. Any purported assignment not in accordance with this Section will be null and void. We may modify this Agreement from time to time in which case we will update the “Last Updated” date at the top of these Terms. It is your sole responsibility to review this Agreement from time to time to view any such changes. The updated Agreement will be effective as of the time of posting, or such later date as may be specified in the updated Agreement. Your continued access or use of the Model or any Model Derivatives after the modifications have become effective will be deemed your acceptance of the modified Agreement.
|
README.md
ADDED
|
@@ -0,0 +1,350 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: ideogram-4-non-commercial
|
| 4 |
+
license_link: https://huggingface.co/ideogram-ai/ideogram-4-fp8/blob/main/LICENSE.md
|
| 5 |
+
pipeline_tag: text-to-image
|
| 6 |
+
tags:
|
| 7 |
+
- text-to-image
|
| 8 |
+
- image-generation
|
| 9 |
+
- diffusion
|
| 10 |
+
- flow-matching
|
| 11 |
+
- dit
|
| 12 |
+
- ideogram
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# bf16 Diffusers conversion of [Ideogram 4](https://huggingface.co/ideogram-ai/ideogram-4-fp8)
|
| 16 |
+
|
| 17 |
+
<p align="center"><a href="https://ideogram.ai/" target="_blank" rel="noopener noreferrer"><img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/ideogram_logo.svg" alt="Ideogram" width="500"></a></p>
|
| 18 |
+
|
| 19 |
+
<p align="center"><em>Ideogram 4: Open image model at the forefront of design</em></p>
|
| 20 |
+
|
| 21 |
+
<p align="center">
|
| 22 |
+
<a href="https://ideogram.ai/blog/ideogram-4.0/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Blog-Post-orange" alt="Blog Post"></a>
|
| 23 |
+
<a href="https://github.com/ideogram-oss/ideogram4" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Code-GitHub-181717?logo=github" alt="Code"></a>
|
| 24 |
+
<a href="https://huggingface.co/collections/ideogram-ai/ideogram-4" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Model-HuggingFace-blue?logo=huggingface" alt="Model"></a>
|
| 25 |
+
<a href="https://developer.ideogram.ai/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/API-developer.ideogram.ai-purple" alt="API"></a>
|
| 26 |
+
<a href="https://ideogram.ai/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/Official%20Site-ideogram.ai-ff69b4" alt="Official Site"></a>
|
| 27 |
+
</p>
|
| 28 |
+
|
| 29 |
+
<p align="center">
|
| 30 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/samples/collage_landscape.jpg" alt="A collage of Ideogram 4 samples spanning photorealism, illustration, typography, and poster design">
|
| 31 |
+
</p>
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
Ideogram 4 is **[Ideogram](https://ideogram.ai)'s first open weight text-to-image model**. It is a **state-of-the-art foundation model trained from scratch** — not a fine-tune of any existing model. It introduces a new structured JSON prompting interface, with best-in-class multilingual text rendering, deep language understanding, explicit bounding-box layout and color-palette controls, and native 2k resolution images. The easiest way to try the model is online at **[ideogram.ai](https://ideogram.ai/)**.
|
| 35 |
+
|
| 36 |
+
We believe openness drives innovation, and we invite the research community to innovate with us on the forefront of visual intelligence.
|
| 37 |
+
|
| 38 |
+
## Table of Contents
|
| 39 |
+
|
| 40 |
+
1. [News](#news)
|
| 41 |
+
2. [Model Zoo](#model-zoo)
|
| 42 |
+
3. [Performance](#performance)
|
| 43 |
+
4. [Quick Start](#quick-start)
|
| 44 |
+
5. [Model Summary](#model-summary)
|
| 45 |
+
6. [Prompting Guide](#prompting-guide)
|
| 46 |
+
7. [Documentation](#documentation)
|
| 47 |
+
8. [Citation](#citation)
|
| 48 |
+
|
| 49 |
+
## News
|
| 50 |
+
|
| 51 |
+
* **[2026-06-03]** **Ideogram 4 released!** Inference code and weights
|
| 52 |
+
are now public, and our [technical blog post](https://ideogram.ai/blog/ideogram-4.0/) is live. See the
|
| 53 |
+
[Quick Start](#quick-start) section to generate your first image, or try the
|
| 54 |
+
model online at [ideogram.ai](https://ideogram.ai/).
|
| 55 |
+
|
| 56 |
+
## Model Zoo
|
| 57 |
+
|
| 58 |
+
| Model | Params | Weight Quantization | Supported Hardware | Diffusers Support | License |
|
| 59 |
+
| :--- | :---: | :---: | :---: | :---: | :---: |
|
| 60 |
+
| **[Ideogram 4 (nf4)](https://huggingface.co/ideogram-ai/ideogram-4-nf4)** | 9.3B | nf4 | CUDA | Yes | [Ideogram 4 Non-Commercial](https://huggingface.co/ideogram-ai/ideogram-4-nf4/blob/main/LICENSE.md) |
|
| 61 |
+
| **[Ideogram 4 (fp8)](https://huggingface.co/ideogram-ai/ideogram-4-fp8)** | 9.3B | fp8 | All | No | [Ideogram 4 Non-Commercial](https://huggingface.co/ideogram-ai/ideogram-4-fp8/blob/main/LICENSE.md) |
|
| 62 |
+
|
| 63 |
+
We plan to support more quantizations in the future.
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
## Performance
|
| 67 |
+
|
| 68 |
+
We evaluate Ideogram 4 across third-party arenas and benchmarks, standard
|
| 69 |
+
open-source benchmarks, and our own internal human-preference benchmark. Across
|
| 70 |
+
all of them, **Ideogram 4 is the best open-weight image model by far, and sits
|
| 71 |
+
at the frontier of design.**
|
| 72 |
+
|
| 73 |
+
### Design Arena
|
| 74 |
+
|
| 75 |
+
[Design Arena](https://www.designarena.ai/) is a third-party image Elo
|
| 76 |
+
leaderboard focused specifically on design-oriented generation. On the overall
|
| 77 |
+
board, Ideogram 4 is the top-ranked open-weight model, trailing only proprietary
|
| 78 |
+
GPT and Gemini models:
|
| 79 |
+
|
| 80 |
+
<p align="center">
|
| 81 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/design_arena.png" alt="Design Arena overall image Elo leaderboard with Ideogram 4.0 as the top open-weight model">
|
| 82 |
+
</p>
|
| 83 |
+
|
| 84 |
+
Filtered to open-weight models only, Ideogram 4 leads by a commanding margin,
|
| 85 |
+
well ahead of the next-best open model:
|
| 86 |
+
|
| 87 |
+
<p align="center">
|
| 88 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/design_arena2.png" alt="Design Arena open-weight image Elo leaderboard, with Ideogram 4.0 well ahead of all other open models">
|
| 89 |
+
</p>
|
| 90 |
+
|
| 91 |
+
### ContraLabs
|
| 92 |
+
|
| 93 |
+
[ContraLabs](https://contralabs.com/research) ran a blind typography evaluation judged by
|
| 94 |
+
ten professional designers from Contra's top-earning talent. Ideogram 4 leads on
|
| 95 |
+
first-place win rate, picked as the best of four models 47.9% of the time
|
| 96 |
+
overall — well ahead of Gemini 3.1 Flash Image Preview (Nano Banana 2) at 30.0%,
|
| 97 |
+
FLUX.2 [max] (15.5%), and Grok Imagine 1.0 (15.0%):
|
| 98 |
+
|
| 99 |
+
<p align="center">
|
| 100 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/contralabs_typography.png" alt="ContraLabs typography first-place win rate, with Ideogram v4 leading">
|
| 101 |
+
</p>
|
| 102 |
+
|
| 103 |
+
It also wins on practical usability: asked "Would you use this in real client
|
| 104 |
+
work?", the same designers rated Ideogram 4 highest at 3.55 / 5 — significantly
|
| 105 |
+
above Nano Banana 2 (2.84), Grok Imagine 1.0 (2.61), and FLUX.2 [max] (2.49):
|
| 106 |
+
|
| 107 |
+
<p align="center">
|
| 108 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/contralabs_typography2.png" alt="ContraLabs 'would you use this in real client work?' rating, with Ideogram v4 leading">
|
| 109 |
+
</p>
|
| 110 |
+
|
| 111 |
+
### LMArena
|
| 112 |
+
|
| 113 |
+
On [LMArena](https://lmarena.ai/), a third-party text-to-image leaderboard that
|
| 114 |
+
measures general-purpose text-to-image use cases, Ideogram is the top-ranked
|
| 115 |
+
open-weight lab and a top-5 image generation lab overall — beaten only by giant
|
| 116 |
+
companies with vastly larger budgets and resources:
|
| 117 |
+
|
| 118 |
+
<p align="center">
|
| 119 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/lmarena_benchmark.png" alt="LMArena text-to-image lab leaderboard with Ideogram">
|
| 120 |
+
</p>
|
| 121 |
+
|
| 122 |
+
### Ideogram internal eval
|
| 123 |
+
|
| 124 |
+
For our internal human-preference benchmark, focused on graphic design and
|
| 125 |
+
photography, we had graphic designers deeply familiar with professional design
|
| 126 |
+
work do the rating blind. Bradley-Terry scores rank Ideogram 4 #2 overall —
|
| 127 |
+
behind only GPT Image 2 medium — and the top open-weight model:
|
| 128 |
+
|
| 129 |
+
<p align="center">
|
| 130 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/ideogram_benchmark.png" alt="Ideogram internal design leaderboard with Ideogram 4.0">
|
| 131 |
+
</p>
|
| 132 |
+
|
| 133 |
+
### Open-source benchmarks
|
| 134 |
+
|
| 135 |
+
On standard open-source benchmarks measuring core capabilities — layout control
|
| 136 |
+
(7Bench), spatial reasoning and object fidelity (SpatialGenEval), text rendering
|
| 137 |
+
(X-Omni OCR), and prompt alignment (Prism) — Ideogram 4 closes the gap to the
|
| 138 |
+
leading closed-source models across every axis. On layout control (7Bench), it
|
| 139 |
+
is significantly better than all closed-source models:
|
| 140 |
+
|
| 141 |
+
<p align="center">
|
| 142 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/opensource.png" alt="Five-axis capability radar comparing Ideogram 4.0 to leading closed-source models on layout control, spatial reasoning, object fidelity, prompt alignment, and text rendering">
|
| 143 |
+
</p>
|
| 144 |
+
|
| 145 |
+
At 9.3B parameters, Ideogram 4 delivers the best text rendering of any open-weight
|
| 146 |
+
release we benchmarked — ahead of much larger models like Qwen-Image (20B),
|
| 147 |
+
FLUX.2 [dev] (32B), and HunyuanImage 3.0 (80B MoE):
|
| 148 |
+
|
| 149 |
+
<p align="center">
|
| 150 |
+
<img src="https://raw.githubusercontent.com/ideogram-oss/ideogram4/main/assets/benchmarks/opensource2.png" alt="Parameter-efficiency scatter plot showing Ideogram 4.0 at 9.3B parameters leading all other open-weight models on text rendering">
|
| 151 |
+
</p>
|
| 152 |
+
|
| 153 |
+
|
| 154 |
+
## Quick Start
|
| 155 |
+
|
| 156 |
+
### Install
|
| 157 |
+
|
| 158 |
+
The inference code lives in the [`ideogram4`](https://github.com/ideogram-oss/ideogram4) GitHub repo. Clone it, then from the repo root:
|
| 159 |
+
|
| 160 |
+
```bash
|
| 161 |
+
pip install .
|
| 162 |
+
```
|
| 163 |
+
|
| 164 |
+
If you plan to modify the code, install in editable mode instead so changes
|
| 165 |
+
under `src/ideogram4/` take effect without reinstalling:
|
| 166 |
+
|
| 167 |
+
```bash
|
| 168 |
+
pip install -e .
|
| 169 |
+
```
|
| 170 |
+
|
| 171 |
+
### Model access
|
| 172 |
+
|
| 173 |
+
The model weights are **gated** on Hugging Face, so you must accept the gate and
|
| 174 |
+
authenticate before the code can download them — otherwise the download fails
|
| 175 |
+
with a `404` / `GatedRepoError`.
|
| 176 |
+
|
| 177 |
+
1. Open the model page — [ideogram-ai/ideogram-4-nf4](https://huggingface.co/ideogram-ai/ideogram-4-nf4)
|
| 178 |
+
(or [ideogram-ai/ideogram-4-fp8](https://huggingface.co/ideogram-ai/ideogram-4-fp8)) — and click
|
| 179 |
+
**Agree and access repository** to accept the license gate.
|
| 180 |
+
2. Create a Hugging Face access token at
|
| 181 |
+
[huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) and log in so the
|
| 182 |
+
download is authenticated:
|
| 183 |
+
|
| 184 |
+
```bash
|
| 185 |
+
hf auth login
|
| 186 |
+
```
|
| 187 |
+
|
| 188 |
+
Alternatively, export the token directly: `export HF_TOKEN="hf_..."`.
|
| 189 |
+
|
| 190 |
+
### CLI
|
| 191 |
+
|
| 192 |
+
The plain `--prompt` is rewritten into the structured JSON caption the model
|
| 193 |
+
expects by a "magic prompt" LLM. By default this uses Ideogram's hosted
|
| 194 |
+
magic-prompt API, which is **free** and does the expansion server-side (no local
|
| 195 |
+
model or system prompt needed). It reads `IDEOGRAM_API_KEY` — get a key at
|
| 196 |
+
[developer.ideogram.ai](https://developer.ideogram.ai/):
|
| 197 |
+
|
| 198 |
+
```bash
|
| 199 |
+
python run_inference.py \
|
| 200 |
+
--prompt "a ginger cat wearing a tiny wizard hat reading a spellbook" \
|
| 201 |
+
--output out.png \
|
| 202 |
+
--quantization "nf4" \
|
| 203 |
+
--magic-prompt-key "$IDEOGRAM_API_KEY"
|
| 204 |
+
```
|
| 205 |
+
|
| 206 |
+
You can also run the expansion through your own LLM provider — one of our magic-prompt
|
| 207 |
+
system prompt is **open source**. See the
|
| 208 |
+
[Prompting Guide](https://github.com/ideogram-oss/ideogram4/blob/main/docs/prompting.md#magic-prompt) for details.
|
| 209 |
+
|
| 210 |
+
For the highest-quality images, set `--height 2048 --width 2048` and
|
| 211 |
+
`--sampler-preset V4_QUALITY_48`.
|
| 212 |
+
|
| 213 |
+
#### Safety screening with Hive
|
| 214 |
+
|
| 215 |
+
Prompt and output safety screening is performed via [Hive](https://thehive.ai/).
|
| 216 |
+
Sign up and create a Text Moderation key and a Visual Content Moderation key,
|
| 217 |
+
then export them as `HIVE_TEXT_MODERATION_KEY` and `HIVE_VISUAL_MODERATION_KEY`
|
| 218 |
+
(or pass them via `--hive-text-key` / `--hive-visual-key`).
|
| 219 |
+
|
| 220 |
+
```bash
|
| 221 |
+
python run_inference.py \
|
| 222 |
+
--prompt "an isometric illustration of a tiny city floating in the clouds" \
|
| 223 |
+
--output out.png \
|
| 224 |
+
--quantization "nf4" \
|
| 225 |
+
--magic-prompt-key "$MAGIC_PROMPT_API_KEY" \
|
| 226 |
+
--hive-text-key "$HIVE_TEXT_MODERATION_KEY" \
|
| 227 |
+
--hive-visual-key "$HIVE_VISUAL_MODERATION_KEY"
|
| 228 |
+
```
|
| 229 |
+
|
| 230 |
+
For sampler presets, parameter reference, and optimization tips, see
|
| 231 |
+
[docs/inference.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/inference.md).
|
| 232 |
+
|
| 233 |
+
## Model Summary
|
| 234 |
+
|
| 235 |
+
Ideogram 4 is a **foundation model trained entirely from scratch**, not a
|
| 236 |
+
fine-tune or distillation of any existing checkpoint. It is a flow-matching
|
| 237 |
+
text-to-image model built on a **fully single-stream** Diffusion Transformer
|
| 238 |
+
(DiT) architecture.
|
| 239 |
+
|
| 240 |
+
**Architecture:**
|
| 241 |
+
- **Fully single-stream DiT.** Text and image tokens are concatenated into one
|
| 242 |
+
unified sequence and processed through the same 34-layer transformer, with no
|
| 243 |
+
separate text or image branches. This enables deep cross-modal interaction at
|
| 244 |
+
every layer.
|
| 245 |
+
- **Vision-language model as text encoder.** Instead of a text-only encoder
|
| 246 |
+
like CLIP or T5, Ideogram 4 uses
|
| 247 |
+
[Qwen3-VL-8B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct),
|
| 248 |
+
a full vision-language model that provides far richer understanding of visual
|
| 249 |
+
concepts. Hidden states are extracted from **13 intermediate layers** and
|
| 250 |
+
concatenated, giving the model multi-scale semantic features ranging from
|
| 251 |
+
surface-level token information to deep compositional understanding.
|
| 252 |
+
- **Dual-branch classifier-free guidance.** The conditional (positive) and
|
| 253 |
+
unconditional (negative) branches can be independently refined, enabling
|
| 254 |
+
separate control over prompt adherence and image quality.
|
| 255 |
+
- **Flexible resolution.** Native support for any resolution from 256 to 2048
|
| 256 |
+
(multiples of 16), with aspect ratios up to 6:1. A single model handles
|
| 257 |
+
everything from square thumbnails to ultrawide banners, with the noise
|
| 258 |
+
schedule auto-adjusting per resolution.
|
| 259 |
+
|
| 260 |
+
**Key Capabilities:**
|
| 261 |
+
- **Extreme controllability.** Ideogram 4 is trained on structured JSON
|
| 262 |
+
captions, giving users unprecedented control over composition, style,
|
| 263 |
+
lighting, color palette, typography, and spatial layout, all from a single
|
| 264 |
+
prompt.
|
| 265 |
+
- **State-of-the-art text rendering.** Ideogram 4 delivers best-in-class
|
| 266 |
+
in-image text generation (signage, logos, captions, watermarks, multi-line
|
| 267 |
+
text) with high fidelity directly from the prompt.
|
| 268 |
+
- **Spatial layout control.** Bounding-box coordinates in the prompt allow
|
| 269 |
+
explicit placement of subjects, text elements, and background regions.
|
| 270 |
+
- **Color palette conditioning.** Specify hex colors in the prompt to steer the
|
| 271 |
+
image's dominant color scheme.
|
| 272 |
+
|
| 273 |
+
For full architecture details, see
|
| 274 |
+
[docs/model_architecture.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/model_architecture.md). For a walkthrough of
|
| 275 |
+
how the pipeline components fit together, see
|
| 276 |
+
[docs/pipeline.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/pipeline.md).
|
| 277 |
+
|
| 278 |
+
## Prompting Guide
|
| 279 |
+
|
| 280 |
+
Ideogram 4 is trained exclusively on **structured JSON captions**. While
|
| 281 |
+
plain-text prompts work, you will get the best results by providing a JSON
|
| 282 |
+
object that follows our caption schema.
|
| 283 |
+
|
| 284 |
+
|
| 285 |
+
Key points:
|
| 286 |
+
|
| 287 |
+
- **Use JSON prompts** for maximum controllability — the model was trained on
|
| 288 |
+
them and understands the structure natively.
|
| 289 |
+
- **Color palette conditioning** — specify a `colour_palette` array of hex
|
| 290 |
+
colors in the style description to steer the image's color scheme.
|
| 291 |
+
- **Aspect ratio flexibility** — Ideogram 4 supports a wide range of aspect
|
| 292 |
+
ratios (any multiple-of-16 resolution from 256 to 2048 on each side). This
|
| 293 |
+
is a key advantage for practical use: portraits, landscapes, banners,
|
| 294 |
+
phone wallpapers, social media formats, etc.
|
| 295 |
+
- **Bounding-box layout** — specify `bbox` coordinates in the prompt to
|
| 296 |
+
explicitly place subjects, text elements, and background regions.
|
| 297 |
+
- **Compositional control** — use `compositional_deconstruction` with bounding
|
| 298 |
+
boxes and per-element descriptions for precise spatial layout.
|
| 299 |
+
|
| 300 |
+
|
| 301 |
+
**Why JSON-only training?** We train exclusively on JSON so that training
|
| 302 |
+
and inference share a single, common prompt format. The training captions themselves are deliberately
|
| 303 |
+
**extremely descriptive**: each JSON exhaustively describes everything in
|
| 304 |
+
the image to maximize training efficiency. The more
|
| 305 |
+
text-to-image relationships each caption pins down, the more grounded
|
| 306 |
+
supervision the model extracts from a single training pair, rather than
|
| 307 |
+
having to infer those relationships across many sparsely-captioned samples.
|
| 308 |
+
|
| 309 |
+
**Why JSON at inference time?** Because the model was trained on captions
|
| 310 |
+
that name every object explicitly, the most reliable way to get every
|
| 311 |
+
requested object rendered is to mirror that pattern. Plain-text prompts still work, but
|
| 312 |
+
won't perform as well since the model was only trained on structured JSON captions.
|
| 313 |
+
|
| 314 |
+
**Don't want to write JSON by hand?** That's what *magic prompt* is for: it uses
|
| 315 |
+
an LLM to expand a plain-text prompt into a full structured caption before
|
| 316 |
+
generation, so you get JSON-quality results from a casual prompt. It runs by
|
| 317 |
+
default in `run_inference.py` (see the [CLI](#cli) section).
|
| 318 |
+
|
| 319 |
+
See [docs/prompting.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/prompting.md) for a full guide.
|
| 320 |
+
|
| 321 |
+
## Documentation
|
| 322 |
+
|
| 323 |
+
| Document | Description |
|
| 324 |
+
| :------- | :---------- |
|
| 325 |
+
| [docs/prompting.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/prompting.md) | How to write JSON prompts, color palette conditioning, aspect ratios |
|
| 326 |
+
| [docs/inference.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/inference.md) | Sampler presets, parameter reference, resolutions, optimization tips |
|
| 327 |
+
| [docs/model_architecture.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/model_architecture.md) | Architecture diagram, DiT spec, component details |
|
| 328 |
+
| [docs/pipeline.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/pipeline.md) | Conceptual pipeline walkthrough — how all components fit together |
|
| 329 |
+
| [docs/development.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/development.md) | Dev setup, pre-commit hooks, contributing |
|
| 330 |
+
| [docs/safety.md](https://github.com/ideogram-oss/ideogram4/blob/main/docs/safety.md) | Pre-training, post-training, and inference-time safety mitigations; how to report violations |
|
| 331 |
+
|
| 332 |
+
## Citation
|
| 333 |
+
|
| 334 |
+
If you find the provided code or models useful for your research, consider citing them as:
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
```bibtex
|
| 338 |
+
@misc{ideogram-4-2026,
|
| 339 |
+
author={Ideogram AI},
|
| 340 |
+
title={{Ideogram 4}},
|
| 341 |
+
year={2026},
|
| 342 |
+
howpublished={\url{https://ideogram.ai/blog/ideogram-4.0/}},
|
| 343 |
+
}
|
| 344 |
+
```
|
| 345 |
+
|
| 346 |
+
## We're Hiring!
|
| 347 |
+
|
| 348 |
+
We're looking for **Research Scientists** and **Research Engineers** to
|
| 349 |
+
work on next-generation generative models and the products built on top of
|
| 350 |
+
them. Interested candidates please apply https://jobs.ashbyhq.com/ideogram
|
model_index.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "Ideogram4Pipeline",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"FlowMatchEulerDiscreteScheduler"
|
| 7 |
+
],
|
| 8 |
+
"text_encoder": [
|
| 9 |
+
"transformers",
|
| 10 |
+
"Qwen3VLModel"
|
| 11 |
+
],
|
| 12 |
+
"tokenizer": [
|
| 13 |
+
"transformers",
|
| 14 |
+
"Qwen2Tokenizer"
|
| 15 |
+
],
|
| 16 |
+
"transformer": [
|
| 17 |
+
"diffusers",
|
| 18 |
+
"Ideogram4Transformer2DModel"
|
| 19 |
+
],
|
| 20 |
+
"unconditional_transformer": [
|
| 21 |
+
"diffusers",
|
| 22 |
+
"Ideogram4Transformer2DModel"
|
| 23 |
+
],
|
| 24 |
+
"vae": [
|
| 25 |
+
"diffusers",
|
| 26 |
+
"AutoencoderKLFlux2"
|
| 27 |
+
]
|
| 28 |
+
}
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"base_image_seq_len": 256,
|
| 5 |
+
"base_shift": 0.5,
|
| 6 |
+
"invert_sigmas": false,
|
| 7 |
+
"max_image_seq_len": 4096,
|
| 8 |
+
"max_shift": 1.15,
|
| 9 |
+
"num_train_timesteps": 1000,
|
| 10 |
+
"shift": 1.0,
|
| 11 |
+
"shift_terminal": null,
|
| 12 |
+
"stochastic_sampling": false,
|
| 13 |
+
"time_shift_type": "exponential",
|
| 14 |
+
"use_beta_sigmas": false,
|
| 15 |
+
"use_dynamic_shifting": false,
|
| 16 |
+
"use_exponential_sigmas": false,
|
| 17 |
+
"use_karras_sigmas": false
|
| 18 |
+
}
|
text_encoder/config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3VLModel"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "bfloat16",
|
| 6 |
+
"image_token_id": 151655,
|
| 7 |
+
"model_type": "qwen3_vl",
|
| 8 |
+
"text_config": {
|
| 9 |
+
"attention_bias": false,
|
| 10 |
+
"attention_dropout": 0.0,
|
| 11 |
+
"bos_token_id": 151643,
|
| 12 |
+
"dtype": "bfloat16",
|
| 13 |
+
"eos_token_id": 151645,
|
| 14 |
+
"head_dim": 128,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 4096,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 12288,
|
| 19 |
+
"max_position_embeddings": 262144,
|
| 20 |
+
"model_type": "qwen3_vl_text",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 36,
|
| 23 |
+
"num_key_value_heads": 8,
|
| 24 |
+
"pad_token_id": null,
|
| 25 |
+
"rms_norm_eps": 1e-06,
|
| 26 |
+
"rope_parameters": {
|
| 27 |
+
"mrope_interleaved": true,
|
| 28 |
+
"mrope_section": [
|
| 29 |
+
24,
|
| 30 |
+
20,
|
| 31 |
+
20
|
| 32 |
+
],
|
| 33 |
+
"rope_theta": 5000000,
|
| 34 |
+
"rope_type": "default"
|
| 35 |
+
},
|
| 36 |
+
"use_cache": true,
|
| 37 |
+
"vocab_size": 151936
|
| 38 |
+
},
|
| 39 |
+
"tie_word_embeddings": false,
|
| 40 |
+
"transformers_version": "5.8.0",
|
| 41 |
+
"video_token_id": 151656,
|
| 42 |
+
"vision_config": {
|
| 43 |
+
"deepstack_visual_indexes": [
|
| 44 |
+
8,
|
| 45 |
+
16,
|
| 46 |
+
24
|
| 47 |
+
],
|
| 48 |
+
"depth": 27,
|
| 49 |
+
"dtype": "bfloat16",
|
| 50 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 51 |
+
"hidden_size": 1152,
|
| 52 |
+
"in_channels": 3,
|
| 53 |
+
"initializer_range": 0.02,
|
| 54 |
+
"intermediate_size": 4304,
|
| 55 |
+
"model_type": "qwen3_vl_vision",
|
| 56 |
+
"num_heads": 16,
|
| 57 |
+
"num_position_embeddings": 2304,
|
| 58 |
+
"out_hidden_size": 4096,
|
| 59 |
+
"patch_size": 16,
|
| 60 |
+
"spatial_merge_size": 2,
|
| 61 |
+
"temporal_patch_size": 2
|
| 62 |
+
},
|
| 63 |
+
"vision_end_token_id": 151653,
|
| 64 |
+
"vision_start_token_id": 151652
|
| 65 |
+
}
|
text_encoder/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c66bea2ff963798b6c4e57167c91f80a9b4479114e9fa135e7c001028be493f
|
| 3 |
+
size 4979322768
|
text_encoder/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93f7dc55d51731d8b321dd3f68094d57ca15f97d9c2e320c5ea7b70076f7a20a
|
| 3 |
+
size 4940904688
|
text_encoder/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cd3dda9bbbf1b5401c252ef4530e47a4f6ea9f4df6e570937db5ae3c9e51191
|
| 3 |
+
size 4944530888
|
text_encoder/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3061edc2b953b3a1ae58c8e0d2379fa0452d90b8eaba73022bef7fda14a8a905
|
| 3 |
+
size 1424916784
|
text_encoder/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,756 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16289587680
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"language_model.layers.11.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 7 |
+
"language_model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"language_model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"language_model.layers.25.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"language_model.layers.30.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"language_model.layers.19.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"visual.blocks.0.norm2.bias": "model-00001-of-00004.safetensors",
|
| 13 |
+
"visual.blocks.14.norm1.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"visual.blocks.4.norm1.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"visual.blocks.10.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 16 |
+
"language_model.layers.16.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"language_model.layers.35.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"language_model.layers.14.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"visual.blocks.7.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"visual.blocks.1.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 21 |
+
"language_model.layers.13.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"language_model.layers.5.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"visual.blocks.6.norm2.bias": "model-00001-of-00004.safetensors",
|
| 24 |
+
"visual.blocks.16.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 25 |
+
"visual.blocks.8.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"language_model.layers.28.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"language_model.layers.35.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"language_model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"language_model.layers.35.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"language_model.layers.28.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"visual.blocks.1.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"visual.blocks.14.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 33 |
+
"visual.blocks.5.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 34 |
+
"language_model.layers.31.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 35 |
+
"visual.blocks.13.norm1.weight": "model-00001-of-00004.safetensors",
|
| 36 |
+
"language_model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 37 |
+
"language_model.layers.33.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 38 |
+
"language_model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 39 |
+
"language_model.layers.18.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 40 |
+
"visual.blocks.21.norm1.weight": "model-00001-of-00004.safetensors",
|
| 41 |
+
"language_model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 42 |
+
"visual.blocks.23.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 43 |
+
"language_model.layers.10.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 44 |
+
"visual.blocks.10.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 45 |
+
"visual.blocks.9.norm2.bias": "model-00001-of-00004.safetensors",
|
| 46 |
+
"language_model.layers.16.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 47 |
+
"language_model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 48 |
+
"visual.blocks.11.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 49 |
+
"visual.blocks.14.norm2.bias": "model-00001-of-00004.safetensors",
|
| 50 |
+
"visual.blocks.16.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 51 |
+
"visual.blocks.6.norm1.bias": "model-00001-of-00004.safetensors",
|
| 52 |
+
"language_model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 53 |
+
"language_model.layers.19.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 54 |
+
"language_model.layers.9.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 55 |
+
"language_model.layers.22.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 56 |
+
"language_model.layers.19.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 57 |
+
"language_model.layers.24.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 58 |
+
"language_model.layers.27.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 59 |
+
"language_model.layers.14.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 60 |
+
"language_model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 61 |
+
"language_model.layers.10.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 62 |
+
"language_model.layers.30.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 63 |
+
"visual.blocks.24.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 64 |
+
"visual.merger.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 65 |
+
"language_model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 66 |
+
"language_model.layers.28.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 67 |
+
"language_model.layers.10.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 68 |
+
"visual.blocks.12.norm2.bias": "model-00001-of-00004.safetensors",
|
| 69 |
+
"visual.blocks.8.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 70 |
+
"visual.blocks.8.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 71 |
+
"language_model.layers.15.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 72 |
+
"language_model.layers.18.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 73 |
+
"language_model.layers.32.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 74 |
+
"language_model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 75 |
+
"visual.blocks.20.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 76 |
+
"language_model.layers.12.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 77 |
+
"visual.blocks.8.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 78 |
+
"language_model.layers.33.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 79 |
+
"visual.blocks.20.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 80 |
+
"language_model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 81 |
+
"visual.blocks.10.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 82 |
+
"visual.merger.norm.weight": "model-00001-of-00004.safetensors",
|
| 83 |
+
"visual.blocks.15.norm1.bias": "model-00001-of-00004.safetensors",
|
| 84 |
+
"visual.blocks.18.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 85 |
+
"visual.deepstack_merger_list.2.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 86 |
+
"language_model.layers.33.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 87 |
+
"language_model.layers.29.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 88 |
+
"visual.blocks.10.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 89 |
+
"language_model.layers.25.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 90 |
+
"visual.blocks.19.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 91 |
+
"visual.blocks.10.norm2.bias": "model-00001-of-00004.safetensors",
|
| 92 |
+
"visual.blocks.13.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 93 |
+
"visual.blocks.16.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 94 |
+
"visual.blocks.24.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 95 |
+
"visual.deepstack_merger_list.1.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 96 |
+
"language_model.layers.20.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 97 |
+
"visual.blocks.24.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 98 |
+
"language_model.layers.27.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 99 |
+
"visual.blocks.8.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 100 |
+
"language_model.layers.17.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 101 |
+
"visual.blocks.22.norm1.weight": "model-00001-of-00004.safetensors",
|
| 102 |
+
"visual.blocks.2.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 103 |
+
"language_model.layers.13.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 104 |
+
"language_model.layers.28.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 105 |
+
"visual.blocks.17.norm2.weight": "model-00001-of-00004.safetensors",
|
| 106 |
+
"language_model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 107 |
+
"language_model.layers.28.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 108 |
+
"visual.deepstack_merger_list.0.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 109 |
+
"language_model.layers.29.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 110 |
+
"language_model.layers.15.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 111 |
+
"language_model.layers.25.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 112 |
+
"language_model.layers.7.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 113 |
+
"language_model.layers.19.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 114 |
+
"language_model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 115 |
+
"language_model.layers.1.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 116 |
+
"language_model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 117 |
+
"language_model.layers.19.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 118 |
+
"visual.blocks.15.norm2.bias": "model-00001-of-00004.safetensors",
|
| 119 |
+
"language_model.layers.11.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 120 |
+
"language_model.layers.32.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 121 |
+
"language_model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 122 |
+
"language_model.layers.26.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 123 |
+
"language_model.layers.20.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 124 |
+
"language_model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 125 |
+
"language_model.layers.29.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 126 |
+
"language_model.layers.35.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 127 |
+
"visual.blocks.1.norm1.bias": "model-00001-of-00004.safetensors",
|
| 128 |
+
"visual.blocks.8.norm2.weight": "model-00001-of-00004.safetensors",
|
| 129 |
+
"language_model.layers.6.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 130 |
+
"language_model.layers.12.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 131 |
+
"language_model.layers.21.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 132 |
+
"visual.blocks.7.norm2.bias": "model-00001-of-00004.safetensors",
|
| 133 |
+
"language_model.layers.31.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 134 |
+
"language_model.layers.34.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 135 |
+
"language_model.layers.23.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 136 |
+
"visual.blocks.22.norm1.bias": "model-00001-of-00004.safetensors",
|
| 137 |
+
"language_model.layers.24.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 138 |
+
"visual.blocks.23.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 139 |
+
"language_model.layers.12.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 140 |
+
"visual.blocks.10.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 141 |
+
"visual.blocks.11.norm2.bias": "model-00001-of-00004.safetensors",
|
| 142 |
+
"language_model.layers.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 143 |
+
"language_model.layers.31.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 144 |
+
"visual.blocks.12.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 145 |
+
"visual.deepstack_merger_list.1.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 146 |
+
"visual.blocks.7.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 147 |
+
"language_model.layers.26.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 148 |
+
"visual.blocks.17.norm1.weight": "model-00001-of-00004.safetensors",
|
| 149 |
+
"language_model.layers.14.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 150 |
+
"language_model.layers.31.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 151 |
+
"language_model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 152 |
+
"visual.blocks.3.norm1.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"visual.deepstack_merger_list.2.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"language_model.layers.16.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"language_model.layers.23.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"language_model.layers.32.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"visual.blocks.25.norm1.weight": "model-00001-of-00004.safetensors",
|
| 158 |
+
"visual.blocks.14.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 159 |
+
"language_model.layers.18.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"language_model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 161 |
+
"visual.blocks.12.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 162 |
+
"visual.deepstack_merger_list.0.norm.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"language_model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"language_model.layers.10.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 165 |
+
"language_model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 166 |
+
"visual.blocks.21.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 167 |
+
"visual.blocks.12.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 168 |
+
"visual.merger.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 169 |
+
"visual.deepstack_merger_list.1.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 170 |
+
"language_model.layers.16.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 171 |
+
"visual.blocks.3.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 172 |
+
"language_model.layers.35.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 173 |
+
"language_model.layers.9.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 174 |
+
"visual.blocks.5.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 175 |
+
"language_model.layers.26.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 176 |
+
"language_model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 177 |
+
"visual.blocks.10.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 178 |
+
"visual.blocks.0.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 179 |
+
"visual.blocks.18.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 180 |
+
"language_model.layers.11.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 181 |
+
"language_model.layers.25.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 182 |
+
"visual.blocks.6.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 183 |
+
"visual.blocks.23.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 184 |
+
"visual.blocks.1.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 185 |
+
"visual.blocks.6.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 186 |
+
"language_model.layers.24.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 187 |
+
"language_model.layers.20.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 188 |
+
"visual.blocks.13.norm2.bias": "model-00001-of-00004.safetensors",
|
| 189 |
+
"language_model.layers.10.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 190 |
+
"language_model.layers.26.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 191 |
+
"language_model.layers.14.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 192 |
+
"language_model.layers.21.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 193 |
+
"visual.blocks.21.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 194 |
+
"language_model.layers.10.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 195 |
+
"language_model.layers.18.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 196 |
+
"language_model.layers.8.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 197 |
+
"language_model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 198 |
+
"language_model.layers.11.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 199 |
+
"language_model.layers.20.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 200 |
+
"visual.blocks.1.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 201 |
+
"language_model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 202 |
+
"visual.patch_embed.proj.weight": "model-00001-of-00004.safetensors",
|
| 203 |
+
"visual.blocks.1.norm2.weight": "model-00001-of-00004.safetensors",
|
| 204 |
+
"language_model.layers.20.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 205 |
+
"visual.blocks.13.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 206 |
+
"visual.blocks.23.norm2.weight": "model-00001-of-00004.safetensors",
|
| 207 |
+
"language_model.layers.33.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 208 |
+
"language_model.layers.18.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 209 |
+
"language_model.layers.24.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 210 |
+
"language_model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 211 |
+
"language_model.layers.28.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 212 |
+
"language_model.layers.25.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 213 |
+
"language_model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 214 |
+
"language_model.layers.10.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 215 |
+
"visual.blocks.13.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 216 |
+
"visual.blocks.26.norm2.bias": "model-00001-of-00004.safetensors",
|
| 217 |
+
"language_model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 218 |
+
"language_model.layers.30.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 219 |
+
"visual.blocks.15.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 220 |
+
"language_model.layers.32.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 221 |
+
"language_model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 222 |
+
"visual.deepstack_merger_list.2.norm.weight": "model-00001-of-00004.safetensors",
|
| 223 |
+
"visual.blocks.26.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 224 |
+
"visual.blocks.7.norm2.weight": "model-00001-of-00004.safetensors",
|
| 225 |
+
"visual.blocks.18.norm1.bias": "model-00001-of-00004.safetensors",
|
| 226 |
+
"visual.blocks.24.norm1.bias": "model-00001-of-00004.safetensors",
|
| 227 |
+
"visual.blocks.3.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 228 |
+
"visual.blocks.6.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 229 |
+
"language_model.layers.13.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 230 |
+
"visual.blocks.20.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 231 |
+
"visual.blocks.17.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 232 |
+
"visual.blocks.24.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 233 |
+
"language_model.layers.33.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 234 |
+
"language_model.layers.26.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 235 |
+
"visual.blocks.15.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 236 |
+
"visual.blocks.2.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 237 |
+
"language_model.layers.2.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 238 |
+
"language_model.layers.29.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 239 |
+
"visual.blocks.19.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 240 |
+
"visual.blocks.7.norm1.weight": "model-00001-of-00004.safetensors",
|
| 241 |
+
"visual.blocks.0.norm2.weight": "model-00001-of-00004.safetensors",
|
| 242 |
+
"language_model.layers.14.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 243 |
+
"visual.blocks.17.norm2.bias": "model-00001-of-00004.safetensors",
|
| 244 |
+
"visual.blocks.17.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 245 |
+
"visual.blocks.25.norm2.bias": "model-00001-of-00004.safetensors",
|
| 246 |
+
"language_model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 247 |
+
"language_model.layers.23.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 248 |
+
"visual.blocks.22.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 249 |
+
"language_model.layers.23.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 250 |
+
"language_model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 251 |
+
"language_model.layers.34.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 252 |
+
"visual.blocks.25.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 253 |
+
"language_model.layers.13.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 254 |
+
"language_model.layers.13.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 255 |
+
"language_model.layers.15.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 256 |
+
"visual.blocks.16.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 257 |
+
"language_model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 258 |
+
"language_model.layers.22.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 259 |
+
"visual.blocks.14.norm2.weight": "model-00002-of-00004.safetensors",
|
| 260 |
+
"language_model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 261 |
+
"visual.blocks.3.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 262 |
+
"language_model.layers.26.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 263 |
+
"visual.blocks.26.mlp.linear_fc2.weight": "model-00002-of-00004.safetensors",
|
| 264 |
+
"visual.blocks.12.attn.proj.bias": "model-00002-of-00004.safetensors",
|
| 265 |
+
"visual.deepstack_merger_list.0.linear_fc2.weight": "model-00002-of-00004.safetensors",
|
| 266 |
+
"visual.blocks.5.attn.proj.bias": "model-00002-of-00004.safetensors",
|
| 267 |
+
"visual.deepstack_merger_list.1.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 268 |
+
"language_model.layers.2.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 269 |
+
"language_model.layers.14.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 270 |
+
"language_model.layers.4.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 271 |
+
"language_model.layers.27.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 272 |
+
"visual.blocks.0.mlp.linear_fc1.bias": "model-00002-of-00004.safetensors",
|
| 273 |
+
"visual.blocks.26.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 274 |
+
"visual.patch_embed.proj.bias": "model-00002-of-00004.safetensors",
|
| 275 |
+
"language_model.layers.28.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 276 |
+
"visual.blocks.16.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 277 |
+
"visual.blocks.11.norm2.weight": "model-00002-of-00004.safetensors",
|
| 278 |
+
"language_model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 279 |
+
"language_model.layers.31.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 280 |
+
"visual.blocks.17.norm1.bias": "model-00002-of-00004.safetensors",
|
| 281 |
+
"language_model.layers.1.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 282 |
+
"language_model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 283 |
+
"language_model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 284 |
+
"language_model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 285 |
+
"language_model.layers.5.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 286 |
+
"visual.blocks.9.attn.proj.weight": "model-00002-of-00004.safetensors",
|
| 287 |
+
"language_model.layers.25.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 288 |
+
"language_model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 289 |
+
"visual.blocks.6.norm1.weight": "model-00002-of-00004.safetensors",
|
| 290 |
+
"language_model.layers.4.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 291 |
+
"visual.blocks.9.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 292 |
+
"language_model.layers.24.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 293 |
+
"visual.blocks.5.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 294 |
+
"language_model.layers.1.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 295 |
+
"visual.blocks.4.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 296 |
+
"visual.blocks.19.norm2.weight": "model-00002-of-00004.safetensors",
|
| 297 |
+
"language_model.layers.3.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 298 |
+
"language_model.layers.35.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 299 |
+
"visual.blocks.6.attn.qkv.bias": "model-00002-of-00004.safetensors",
|
| 300 |
+
"language_model.layers.22.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 301 |
+
"language_model.layers.23.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 302 |
+
"visual.blocks.9.mlp.linear_fc2.weight": "model-00002-of-00004.safetensors",
|
| 303 |
+
"language_model.layers.28.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 304 |
+
"language_model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 305 |
+
"language_model.layers.21.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 306 |
+
"language_model.layers.28.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 307 |
+
"language_model.layers.18.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 308 |
+
"language_model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 309 |
+
"language_model.layers.3.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 310 |
+
"visual.blocks.21.norm2.weight": "model-00002-of-00004.safetensors",
|
| 311 |
+
"language_model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 312 |
+
"visual.blocks.24.norm2.bias": "model-00002-of-00004.safetensors",
|
| 313 |
+
"visual.blocks.16.mlp.linear_fc1.weight": "model-00002-of-00004.safetensors",
|
| 314 |
+
"language_model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 315 |
+
"visual.blocks.4.mlp.linear_fc1.bias": "model-00002-of-00004.safetensors",
|
| 316 |
+
"visual.blocks.8.norm2.bias": "model-00002-of-00004.safetensors",
|
| 317 |
+
"language_model.layers.29.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 318 |
+
"language_model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 319 |
+
"language_model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 320 |
+
"visual.blocks.21.attn.proj.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"visual.blocks.2.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"visual.blocks.17.attn.proj.bias": "model-00002-of-00004.safetensors",
|
| 323 |
+
"visual.blocks.25.norm2.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"visual.blocks.10.norm1.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"visual.blocks.2.norm2.weight": "model-00002-of-00004.safetensors",
|
| 326 |
+
"language_model.layers.23.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 327 |
+
"visual.blocks.18.mlp.linear_fc2.weight": "model-00002-of-00004.safetensors",
|
| 328 |
+
"visual.blocks.2.norm1.bias": "model-00002-of-00004.safetensors",
|
| 329 |
+
"visual.blocks.21.mlp.linear_fc1.bias": "model-00002-of-00004.safetensors",
|
| 330 |
+
"visual.blocks.9.attn.qkv.bias": "model-00002-of-00004.safetensors",
|
| 331 |
+
"visual.blocks.20.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 332 |
+
"language_model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"visual.blocks.1.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 334 |
+
"visual.blocks.18.norm1.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"visual.blocks.18.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"visual.blocks.26.mlp.linear_fc1.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"language_model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 338 |
+
"language_model.layers.34.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"language_model.layers.26.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"language_model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 341 |
+
"language_model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"language_model.layers.10.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 343 |
+
"language_model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"visual.blocks.10.norm2.weight": "model-00002-of-00004.safetensors",
|
| 345 |
+
"visual.blocks.12.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 346 |
+
"language_model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 347 |
+
"visual.blocks.23.attn.qkv.bias": "model-00002-of-00004.safetensors",
|
| 348 |
+
"visual.blocks.21.norm2.bias": "model-00002-of-00004.safetensors",
|
| 349 |
+
"language_model.layers.29.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 350 |
+
"language_model.layers.29.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 351 |
+
"language_model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 352 |
+
"language_model.layers.4.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 353 |
+
"language_model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 354 |
+
"language_model.layers.25.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 355 |
+
"visual.blocks.20.mlp.linear_fc1.bias": "model-00002-of-00004.safetensors",
|
| 356 |
+
"language_model.layers.29.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 357 |
+
"language_model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 358 |
+
"language_model.layers.29.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 359 |
+
"language_model.layers.30.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 360 |
+
"language_model.layers.32.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 361 |
+
"language_model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 362 |
+
"language_model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 363 |
+
"visual.blocks.20.norm1.bias": "model-00002-of-00004.safetensors",
|
| 364 |
+
"language_model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 365 |
+
"language_model.layers.2.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 366 |
+
"language_model.layers.32.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 367 |
+
"language_model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 368 |
+
"language_model.layers.27.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 369 |
+
"language_model.norm.weight": "model-00002-of-00004.safetensors",
|
| 370 |
+
"visual.blocks.12.mlp.linear_fc1.weight": "model-00002-of-00004.safetensors",
|
| 371 |
+
"visual.blocks.18.mlp.linear_fc1.bias": "model-00002-of-00004.safetensors",
|
| 372 |
+
"language_model.layers.24.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 373 |
+
"visual.blocks.3.attn.proj.bias": "model-00002-of-00004.safetensors",
|
| 374 |
+
"language_model.layers.11.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 375 |
+
"visual.blocks.2.attn.qkv.bias": "model-00002-of-00004.safetensors",
|
| 376 |
+
"visual.blocks.26.norm1.weight": "model-00002-of-00004.safetensors",
|
| 377 |
+
"visual.deepstack_merger_list.1.norm.weight": "model-00002-of-00004.safetensors",
|
| 378 |
+
"language_model.layers.6.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 379 |
+
"language_model.layers.29.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 380 |
+
"visual.blocks.1.norm1.weight": "model-00002-of-00004.safetensors",
|
| 381 |
+
"visual.blocks.24.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 382 |
+
"visual.blocks.0.attn.proj.weight": "model-00002-of-00004.safetensors",
|
| 383 |
+
"visual.blocks.14.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 384 |
+
"visual.blocks.5.norm2.weight": "model-00002-of-00004.safetensors",
|
| 385 |
+
"language_model.layers.12.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 386 |
+
"visual.blocks.0.norm1.bias": "model-00002-of-00004.safetensors",
|
| 387 |
+
"language_model.layers.22.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 388 |
+
"language_model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 389 |
+
"visual.blocks.26.norm1.bias": "model-00002-of-00004.safetensors",
|
| 390 |
+
"visual.blocks.4.attn.proj.weight": "model-00002-of-00004.safetensors",
|
| 391 |
+
"visual.blocks.0.norm1.weight": "model-00002-of-00004.safetensors",
|
| 392 |
+
"language_model.layers.22.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 393 |
+
"visual.blocks.8.attn.proj.weight": "model-00002-of-00004.safetensors",
|
| 394 |
+
"language_model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 395 |
+
"visual.blocks.23.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 396 |
+
"language_model.layers.28.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 397 |
+
"visual.blocks.21.attn.proj.bias": "model-00002-of-00004.safetensors",
|
| 398 |
+
"visual.blocks.1.norm2.bias": "model-00002-of-00004.safetensors",
|
| 399 |
+
"visual.blocks.19.norm1.bias": "model-00002-of-00004.safetensors",
|
| 400 |
+
"visual.blocks.11.norm1.bias": "model-00002-of-00004.safetensors",
|
| 401 |
+
"visual.blocks.19.norm1.weight": "model-00002-of-00004.safetensors",
|
| 402 |
+
"language_model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 403 |
+
"visual.pos_embed.weight": "model-00002-of-00004.safetensors",
|
| 404 |
+
"language_model.layers.35.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 405 |
+
"language_model.layers.5.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 406 |
+
"visual.blocks.11.norm1.weight": "model-00002-of-00004.safetensors",
|
| 407 |
+
"language_model.layers.7.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 408 |
+
"language_model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 409 |
+
"language_model.layers.30.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 410 |
+
"language_model.layers.25.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 411 |
+
"language_model.layers.6.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 412 |
+
"visual.blocks.2.mlp.linear_fc1.weight": "model-00002-of-00004.safetensors",
|
| 413 |
+
"visual.blocks.20.mlp.linear_fc2.bias": "model-00002-of-00004.safetensors",
|
| 414 |
+
"language_model.embed_tokens.weight": "model-00002-of-00004.safetensors",
|
| 415 |
+
"language_model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 416 |
+
"language_model.layers.35.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 417 |
+
"visual.blocks.12.norm1.weight": "model-00002-of-00004.safetensors",
|
| 418 |
+
"language_model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 419 |
+
"visual.blocks.7.attn.qkv.weight": "model-00002-of-00004.safetensors",
|
| 420 |
+
"language_model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 421 |
+
"visual.blocks.16.mlp.linear_fc2.weight": "model-00003-of-00004.safetensors",
|
| 422 |
+
"visual.blocks.4.norm2.bias": "model-00003-of-00004.safetensors",
|
| 423 |
+
"visual.blocks.6.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 424 |
+
"language_model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 425 |
+
"visual.blocks.7.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 426 |
+
"language_model.layers.27.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 427 |
+
"visual.blocks.4.norm2.weight": "model-00003-of-00004.safetensors",
|
| 428 |
+
"language_model.layers.15.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 429 |
+
"language_model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 430 |
+
"language_model.layers.8.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 431 |
+
"visual.blocks.10.norm1.bias": "model-00003-of-00004.safetensors",
|
| 432 |
+
"visual.blocks.1.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 433 |
+
"visual.blocks.9.norm1.weight": "model-00003-of-00004.safetensors",
|
| 434 |
+
"language_model.layers.0.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 435 |
+
"visual.deepstack_merger_list.0.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 436 |
+
"visual.blocks.26.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 437 |
+
"language_model.layers.17.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 438 |
+
"language_model.layers.8.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 439 |
+
"visual.blocks.16.attn.qkv.weight": "model-00003-of-00004.safetensors",
|
| 440 |
+
"language_model.layers.8.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 441 |
+
"visual.blocks.11.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 442 |
+
"visual.blocks.13.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 443 |
+
"visual.blocks.5.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 444 |
+
"visual.blocks.5.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 445 |
+
"visual.blocks.20.norm2.bias": "model-00003-of-00004.safetensors",
|
| 446 |
+
"language_model.layers.5.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 447 |
+
"visual.blocks.11.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 448 |
+
"visual.blocks.9.attn.qkv.weight": "model-00003-of-00004.safetensors",
|
| 449 |
+
"language_model.layers.6.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 450 |
+
"visual.blocks.3.norm1.bias": "model-00003-of-00004.safetensors",
|
| 451 |
+
"language_model.layers.1.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 452 |
+
"visual.blocks.18.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 453 |
+
"visual.blocks.22.mlp.linear_fc2.weight": "model-00003-of-00004.safetensors",
|
| 454 |
+
"language_model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 455 |
+
"visual.blocks.11.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 456 |
+
"language_model.layers.7.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 457 |
+
"language_model.layers.7.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 458 |
+
"language_model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 459 |
+
"visual.blocks.9.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 460 |
+
"language_model.layers.13.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 461 |
+
"language_model.layers.14.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 462 |
+
"language_model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 463 |
+
"visual.blocks.23.norm2.bias": "model-00003-of-00004.safetensors",
|
| 464 |
+
"visual.blocks.16.norm1.weight": "model-00003-of-00004.safetensors",
|
| 465 |
+
"language_model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 466 |
+
"visual.blocks.5.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 467 |
+
"visual.blocks.5.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 468 |
+
"visual.deepstack_merger_list.2.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 469 |
+
"visual.blocks.15.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 470 |
+
"language_model.layers.16.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 471 |
+
"visual.blocks.2.norm1.weight": "model-00003-of-00004.safetensors",
|
| 472 |
+
"language_model.layers.3.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 473 |
+
"visual.blocks.18.norm2.bias": "model-00003-of-00004.safetensors",
|
| 474 |
+
"visual.blocks.26.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 475 |
+
"language_model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 476 |
+
"language_model.layers.24.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 477 |
+
"language_model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 478 |
+
"visual.blocks.22.norm2.bias": "model-00003-of-00004.safetensors",
|
| 479 |
+
"visual.blocks.4.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 480 |
+
"visual.deepstack_merger_list.0.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 481 |
+
"language_model.layers.3.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 482 |
+
"visual.blocks.13.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 483 |
+
"visual.blocks.11.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 484 |
+
"language_model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 485 |
+
"language_model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 486 |
+
"visual.blocks.22.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 487 |
+
"language_model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 488 |
+
"visual.blocks.13.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 489 |
+
"language_model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 490 |
+
"visual.blocks.25.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 491 |
+
"language_model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 492 |
+
"visual.blocks.22.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 493 |
+
"language_model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 494 |
+
"visual.blocks.0.mlp.linear_fc2.weight": "model-00003-of-00004.safetensors",
|
| 495 |
+
"language_model.layers.9.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 496 |
+
"visual.blocks.16.norm2.weight": "model-00003-of-00004.safetensors",
|
| 497 |
+
"visual.blocks.25.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 498 |
+
"visual.blocks.7.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 499 |
+
"language_model.layers.22.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 500 |
+
"visual.blocks.4.mlp.linear_fc2.weight": "model-00003-of-00004.safetensors",
|
| 501 |
+
"visual.blocks.24.norm2.weight": "model-00003-of-00004.safetensors",
|
| 502 |
+
"language_model.layers.0.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 503 |
+
"language_model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 504 |
+
"language_model.layers.34.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 505 |
+
"language_model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 506 |
+
"language_model.layers.1.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 507 |
+
"visual.blocks.23.norm1.bias": "model-00003-of-00004.safetensors",
|
| 508 |
+
"visual.blocks.15.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 509 |
+
"language_model.layers.4.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 510 |
+
"visual.blocks.17.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 511 |
+
"language_model.layers.23.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 512 |
+
"language_model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 513 |
+
"visual.blocks.22.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 514 |
+
"visual.blocks.0.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 515 |
+
"language_model.layers.16.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 516 |
+
"language_model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 517 |
+
"language_model.layers.5.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 518 |
+
"language_model.layers.16.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 519 |
+
"language_model.layers.17.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 520 |
+
"language_model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 521 |
+
"language_model.layers.6.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 522 |
+
"visual.blocks.25.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 523 |
+
"language_model.layers.17.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 524 |
+
"visual.blocks.15.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 525 |
+
"language_model.layers.8.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 526 |
+
"visual.blocks.6.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 527 |
+
"language_model.layers.3.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 528 |
+
"language_model.layers.7.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 529 |
+
"language_model.layers.8.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 530 |
+
"language_model.layers.8.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 531 |
+
"language_model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 532 |
+
"visual.blocks.22.attn.qkv.weight": "model-00003-of-00004.safetensors",
|
| 533 |
+
"language_model.layers.10.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 534 |
+
"language_model.layers.16.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 535 |
+
"visual.blocks.12.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 536 |
+
"visual.blocks.6.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 537 |
+
"language_model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 538 |
+
"language_model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 539 |
+
"visual.blocks.5.norm2.bias": "model-00003-of-00004.safetensors",
|
| 540 |
+
"visual.blocks.24.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 541 |
+
"language_model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 542 |
+
"language_model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 543 |
+
"visual.blocks.17.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 544 |
+
"language_model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 545 |
+
"language_model.layers.0.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 546 |
+
"visual.blocks.6.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 547 |
+
"language_model.layers.35.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 548 |
+
"visual.blocks.2.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 549 |
+
"visual.blocks.14.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 550 |
+
"language_model.layers.13.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 551 |
+
"language_model.layers.8.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 552 |
+
"visual.merger.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 553 |
+
"visual.blocks.14.mlp.linear_fc2.weight": "model-00003-of-00004.safetensors",
|
| 554 |
+
"language_model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 555 |
+
"language_model.layers.11.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 556 |
+
"language_model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 557 |
+
"language_model.layers.9.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 558 |
+
"visual.deepstack_merger_list.2.norm.bias": "model-00003-of-00004.safetensors",
|
| 559 |
+
"visual.blocks.15.norm2.weight": "model-00003-of-00004.safetensors",
|
| 560 |
+
"language_model.layers.20.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 561 |
+
"language_model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 562 |
+
"language_model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 563 |
+
"language_model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 564 |
+
"language_model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 565 |
+
"language_model.layers.6.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 566 |
+
"language_model.layers.17.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 567 |
+
"language_model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 568 |
+
"visual.blocks.13.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 569 |
+
"visual.blocks.3.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 570 |
+
"visual.blocks.3.norm2.weight": "model-00003-of-00004.safetensors",
|
| 571 |
+
"language_model.layers.15.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 572 |
+
"language_model.layers.0.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 573 |
+
"language_model.layers.17.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 574 |
+
"visual.blocks.0.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 575 |
+
"language_model.layers.10.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 576 |
+
"language_model.layers.16.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 577 |
+
"visual.blocks.23.norm1.weight": "model-00003-of-00004.safetensors",
|
| 578 |
+
"language_model.layers.7.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 579 |
+
"visual.blocks.10.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 580 |
+
"visual.blocks.21.norm1.bias": "model-00003-of-00004.safetensors",
|
| 581 |
+
"language_model.layers.16.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 582 |
+
"visual.deepstack_merger_list.1.norm.bias": "model-00003-of-00004.safetensors",
|
| 583 |
+
"visual.blocks.25.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 584 |
+
"visual.blocks.9.norm2.weight": "model-00003-of-00004.safetensors",
|
| 585 |
+
"visual.blocks.21.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 586 |
+
"visual.blocks.14.norm1.bias": "model-00003-of-00004.safetensors",
|
| 587 |
+
"language_model.layers.1.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 588 |
+
"language_model.layers.3.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 589 |
+
"language_model.layers.7.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 590 |
+
"language_model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 591 |
+
"language_model.layers.33.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 592 |
+
"language_model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 593 |
+
"language_model.layers.13.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 594 |
+
"language_model.layers.2.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 595 |
+
"language_model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 596 |
+
"visual.merger.norm.bias": "model-00003-of-00004.safetensors",
|
| 597 |
+
"visual.blocks.0.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 598 |
+
"visual.blocks.9.norm1.bias": "model-00003-of-00004.safetensors",
|
| 599 |
+
"language_model.layers.18.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 600 |
+
"language_model.layers.18.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 601 |
+
"visual.blocks.19.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 602 |
+
"visual.blocks.18.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 603 |
+
"visual.blocks.25.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 604 |
+
"language_model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 605 |
+
"language_model.layers.6.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 606 |
+
"language_model.layers.17.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 607 |
+
"language_model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 608 |
+
"language_model.layers.3.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 609 |
+
"language_model.layers.0.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 610 |
+
"language_model.layers.15.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 611 |
+
"language_model.layers.35.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 612 |
+
"language_model.layers.4.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 613 |
+
"visual.blocks.20.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 614 |
+
"visual.blocks.1.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 615 |
+
"language_model.layers.19.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 616 |
+
"language_model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 617 |
+
"language_model.layers.6.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 618 |
+
"language_model.layers.15.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 619 |
+
"visual.blocks.19.attn.proj.weight": "model-00003-of-00004.safetensors",
|
| 620 |
+
"language_model.layers.20.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 621 |
+
"visual.blocks.18.norm2.weight": "model-00003-of-00004.safetensors",
|
| 622 |
+
"visual.blocks.16.norm1.bias": "model-00003-of-00004.safetensors",
|
| 623 |
+
"visual.blocks.5.norm1.weight": "model-00003-of-00004.safetensors",
|
| 624 |
+
"visual.blocks.24.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 625 |
+
"language_model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 626 |
+
"language_model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 627 |
+
"visual.blocks.7.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 628 |
+
"language_model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 629 |
+
"language_model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 630 |
+
"visual.blocks.14.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 631 |
+
"visual.blocks.15.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 632 |
+
"visual.blocks.3.attn.qkv.weight": "model-00003-of-00004.safetensors",
|
| 633 |
+
"language_model.layers.8.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 634 |
+
"visual.blocks.12.norm1.bias": "model-00003-of-00004.safetensors",
|
| 635 |
+
"visual.blocks.23.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 636 |
+
"visual.blocks.15.norm1.weight": "model-00003-of-00004.safetensors",
|
| 637 |
+
"visual.blocks.24.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 638 |
+
"visual.blocks.4.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 639 |
+
"language_model.layers.12.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 640 |
+
"language_model.layers.12.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 641 |
+
"language_model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 642 |
+
"visual.blocks.25.attn.qkv.bias": "model-00003-of-00004.safetensors",
|
| 643 |
+
"visual.deepstack_merger_list.0.norm.weight": "model-00003-of-00004.safetensors",
|
| 644 |
+
"language_model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 645 |
+
"visual.blocks.10.mlp.linear_fc1.weight": "model-00003-of-00004.safetensors",
|
| 646 |
+
"visual.blocks.18.attn.proj.bias": "model-00003-of-00004.safetensors",
|
| 647 |
+
"language_model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 648 |
+
"language_model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 649 |
+
"language_model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 650 |
+
"language_model.layers.6.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 651 |
+
"visual.blocks.11.mlp.linear_fc1.bias": "model-00003-of-00004.safetensors",
|
| 652 |
+
"visual.blocks.3.norm2.bias": "model-00003-of-00004.safetensors",
|
| 653 |
+
"visual.blocks.22.mlp.linear_fc2.bias": "model-00003-of-00004.safetensors",
|
| 654 |
+
"language_model.layers.0.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 655 |
+
"visual.blocks.17.attn.qkv.weight": "model-00003-of-00004.safetensors",
|
| 656 |
+
"language_model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 657 |
+
"visual.blocks.13.norm2.weight": "model-00003-of-00004.safetensors",
|
| 658 |
+
"language_model.layers.34.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 659 |
+
"visual.blocks.8.norm1.bias": "model-00004-of-00004.safetensors",
|
| 660 |
+
"language_model.layers.12.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 661 |
+
"visual.blocks.22.mlp.linear_fc1.weight": "model-00004-of-00004.safetensors",
|
| 662 |
+
"language_model.layers.22.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 663 |
+
"visual.blocks.7.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 664 |
+
"visual.blocks.7.norm1.bias": "model-00004-of-00004.safetensors",
|
| 665 |
+
"visual.blocks.19.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 666 |
+
"visual.blocks.8.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 667 |
+
"language_model.layers.13.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 668 |
+
"language_model.layers.9.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 669 |
+
"visual.blocks.8.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 670 |
+
"language_model.layers.31.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 671 |
+
"language_model.layers.30.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 672 |
+
"language_model.layers.34.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 673 |
+
"visual.blocks.17.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 674 |
+
"visual.blocks.3.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 675 |
+
"visual.blocks.4.norm1.bias": "model-00004-of-00004.safetensors",
|
| 676 |
+
"language_model.layers.1.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 677 |
+
"visual.blocks.11.mlp.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 678 |
+
"visual.blocks.21.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 679 |
+
"language_model.layers.11.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 680 |
+
"language_model.layers.20.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 681 |
+
"language_model.layers.2.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 682 |
+
"language_model.layers.13.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
| 683 |
+
"language_model.layers.25.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 684 |
+
"language_model.layers.9.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 685 |
+
"visual.blocks.17.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 686 |
+
"language_model.layers.24.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 687 |
+
"language_model.layers.29.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 688 |
+
"visual.blocks.2.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 689 |
+
"visual.blocks.22.norm2.weight": "model-00004-of-00004.safetensors",
|
| 690 |
+
"language_model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 691 |
+
"visual.blocks.1.mlp.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 692 |
+
"visual.blocks.23.mlp.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 693 |
+
"language_model.layers.14.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 694 |
+
"language_model.layers.18.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 695 |
+
"language_model.layers.3.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 696 |
+
"visual.blocks.12.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 697 |
+
"visual.blocks.20.norm1.weight": "model-00004-of-00004.safetensors",
|
| 698 |
+
"language_model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 699 |
+
"visual.blocks.11.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 700 |
+
"visual.blocks.14.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 701 |
+
"visual.blocks.21.mlp.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 702 |
+
"visual.blocks.0.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 703 |
+
"visual.blocks.24.norm1.weight": "model-00004-of-00004.safetensors",
|
| 704 |
+
"visual.blocks.26.norm2.weight": "model-00004-of-00004.safetensors",
|
| 705 |
+
"visual.blocks.20.norm2.weight": "model-00004-of-00004.safetensors",
|
| 706 |
+
"language_model.layers.17.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 707 |
+
"visual.blocks.25.norm1.bias": "model-00004-of-00004.safetensors",
|
| 708 |
+
"visual.blocks.19.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 709 |
+
"language_model.layers.30.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 710 |
+
"visual.blocks.20.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 711 |
+
"language_model.layers.2.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 712 |
+
"language_model.layers.7.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 713 |
+
"visual.deepstack_merger_list.2.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 714 |
+
"language_model.layers.6.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 715 |
+
"language_model.layers.4.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 716 |
+
"visual.blocks.15.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 717 |
+
"visual.blocks.26.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 718 |
+
"visual.blocks.4.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 719 |
+
"visual.blocks.8.norm1.weight": "model-00004-of-00004.safetensors",
|
| 720 |
+
"visual.blocks.13.norm1.bias": "model-00004-of-00004.safetensors",
|
| 721 |
+
"visual.blocks.19.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 722 |
+
"language_model.layers.32.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 723 |
+
"visual.blocks.15.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 724 |
+
"visual.blocks.6.norm2.weight": "model-00004-of-00004.safetensors",
|
| 725 |
+
"visual.blocks.19.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 726 |
+
"visual.blocks.19.norm2.bias": "model-00004-of-00004.safetensors",
|
| 727 |
+
"visual.blocks.7.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 728 |
+
"visual.blocks.14.mlp.linear_fc1.weight": "model-00004-of-00004.safetensors",
|
| 729 |
+
"language_model.layers.33.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 730 |
+
"visual.blocks.25.mlp.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 731 |
+
"language_model.layers.30.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 732 |
+
"visual.merger.linear_fc2.weight": "model-00004-of-00004.safetensors",
|
| 733 |
+
"language_model.layers.32.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 734 |
+
"visual.blocks.9.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors",
|
| 735 |
+
"language_model.layers.22.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 736 |
+
"language_model.layers.24.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 737 |
+
"language_model.layers.4.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 738 |
+
"visual.blocks.16.norm2.bias": "model-00004-of-00004.safetensors",
|
| 739 |
+
"language_model.layers.1.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 740 |
+
"language_model.layers.34.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 741 |
+
"visual.blocks.13.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 742 |
+
"visual.blocks.5.norm1.bias": "model-00004-of-00004.safetensors",
|
| 743 |
+
"visual.blocks.3.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 744 |
+
"language_model.layers.21.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 745 |
+
"visual.blocks.9.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 746 |
+
"language_model.layers.21.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 747 |
+
"visual.blocks.2.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 748 |
+
"visual.blocks.12.norm2.weight": "model-00004-of-00004.safetensors",
|
| 749 |
+
"visual.blocks.23.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 750 |
+
"language_model.layers.12.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 751 |
+
"visual.blocks.2.norm2.bias": "model-00004-of-00004.safetensors",
|
| 752 |
+
"language_model.layers.5.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 753 |
+
"visual.blocks.4.mlp.linear_fc2.bias": "model-00004-of-00004.safetensors",
|
| 754 |
+
"visual.blocks.26.mlp.linear_fc1.bias": "model-00004-of-00004.safetensors"
|
| 755 |
+
}
|
| 756 |
+
}
|
tokenizer/chat_template.jinja
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{%- if messages[0].content is string %}
|
| 5 |
+
{{- messages[0].content }}
|
| 6 |
+
{%- else %}
|
| 7 |
+
{%- for content in messages[0].content %}
|
| 8 |
+
{%- if 'text' in content %}
|
| 9 |
+
{{- content.text }}
|
| 10 |
+
{%- endif %}
|
| 11 |
+
{%- endfor %}
|
| 12 |
+
{%- endif %}
|
| 13 |
+
{{- '\n\n' }}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{{- "# 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>" }}
|
| 16 |
+
{%- for tool in tools %}
|
| 17 |
+
{{- "\n" }}
|
| 18 |
+
{{- tool | tojson }}
|
| 19 |
+
{%- endfor %}
|
| 20 |
+
{{- "\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" }}
|
| 21 |
+
{%- else %}
|
| 22 |
+
{%- if messages[0].role == 'system' %}
|
| 23 |
+
{{- '<|im_start|>system\n' }}
|
| 24 |
+
{%- if messages[0].content is string %}
|
| 25 |
+
{{- messages[0].content }}
|
| 26 |
+
{%- else %}
|
| 27 |
+
{%- for content in messages[0].content %}
|
| 28 |
+
{%- if 'text' in content %}
|
| 29 |
+
{{- content.text }}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- endfor %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '<|im_end|>\n' }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endif %}
|
| 36 |
+
{%- set image_count = namespace(value=0) %}
|
| 37 |
+
{%- set video_count = namespace(value=0) %}
|
| 38 |
+
{%- for message in messages %}
|
| 39 |
+
{%- if message.role == "user" %}
|
| 40 |
+
{{- '<|im_start|>' + message.role + '\n' }}
|
| 41 |
+
{%- if message.content is string %}
|
| 42 |
+
{{- message.content }}
|
| 43 |
+
{%- else %}
|
| 44 |
+
{%- for content in message.content %}
|
| 45 |
+
{%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
|
| 46 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 47 |
+
{%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
|
| 48 |
+
<|vision_start|><|image_pad|><|vision_end|>
|
| 49 |
+
{%- elif content.type == 'video' or 'video' in content %}
|
| 50 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 51 |
+
{%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
|
| 52 |
+
<|vision_start|><|video_pad|><|vision_end|>
|
| 53 |
+
{%- elif 'text' in content %}
|
| 54 |
+
{{- content.text }}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{%- endfor %}
|
| 57 |
+
{%- endif %}
|
| 58 |
+
{{- '<|im_end|>\n' }}
|
| 59 |
+
{%- elif message.role == "assistant" %}
|
| 60 |
+
{{- '<|im_start|>' + message.role + '\n' }}
|
| 61 |
+
{%- if message.content is string %}
|
| 62 |
+
{{- message.content }}
|
| 63 |
+
{%- else %}
|
| 64 |
+
{%- for content_item in message.content %}
|
| 65 |
+
{%- if 'text' in content_item %}
|
| 66 |
+
{{- content_item.text }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{%- endfor %}
|
| 69 |
+
{%- endif %}
|
| 70 |
+
{%- if message.tool_calls %}
|
| 71 |
+
{%- for tool_call in message.tool_calls %}
|
| 72 |
+
{%- if (loop.first and message.content) or (not loop.first) %}
|
| 73 |
+
{{- '\n' }}
|
| 74 |
+
{%- endif %}
|
| 75 |
+
{%- if tool_call.function %}
|
| 76 |
+
{%- set tool_call = tool_call.function %}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 79 |
+
{{- tool_call.name }}
|
| 80 |
+
{{- '", "arguments": ' }}
|
| 81 |
+
{%- if tool_call.arguments is string %}
|
| 82 |
+
{{- tool_call.arguments }}
|
| 83 |
+
{%- else %}
|
| 84 |
+
{{- tool_call.arguments | tojson }}
|
| 85 |
+
{%- endif %}
|
| 86 |
+
{{- '}\n</tool_call>' }}
|
| 87 |
+
{%- endfor %}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{{- '<|im_end|>\n' }}
|
| 90 |
+
{%- elif message.role == "tool" %}
|
| 91 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 92 |
+
{{- '<|im_start|>user' }}
|
| 93 |
+
{%- endif %}
|
| 94 |
+
{{- '\n<tool_response>\n' }}
|
| 95 |
+
{%- if message.content is string %}
|
| 96 |
+
{{- message.content }}
|
| 97 |
+
{%- else %}
|
| 98 |
+
{%- for content in message.content %}
|
| 99 |
+
{%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
|
| 100 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 101 |
+
{%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
|
| 102 |
+
<|vision_start|><|image_pad|><|vision_end|>
|
| 103 |
+
{%- elif content.type == 'video' or 'video' in content %}
|
| 104 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 105 |
+
{%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
|
| 106 |
+
<|vision_start|><|video_pad|><|vision_end|>
|
| 107 |
+
{%- elif 'text' in content %}
|
| 108 |
+
{{- content.text }}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- endfor %}
|
| 111 |
+
{%- endif %}
|
| 112 |
+
{{- '\n</tool_response>' }}
|
| 113 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 114 |
+
{{- '<|im_end|>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- endif %}
|
| 117 |
+
{%- endfor %}
|
| 118 |
+
{%- if add_generation_prompt %}
|
| 119 |
+
{{- '<|im_start|>assistant\n' }}
|
| 120 |
+
{%- endif %}
|
tokenizer/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
|
| 3 |
+
size 11422650
|
tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"extra_special_tokens": [
|
| 9 |
+
"<|im_start|>",
|
| 10 |
+
"<|im_end|>",
|
| 11 |
+
"<|object_ref_start|>",
|
| 12 |
+
"<|object_ref_end|>",
|
| 13 |
+
"<|box_start|>",
|
| 14 |
+
"<|box_end|>",
|
| 15 |
+
"<|quad_start|>",
|
| 16 |
+
"<|quad_end|>",
|
| 17 |
+
"<|vision_start|>",
|
| 18 |
+
"<|vision_end|>",
|
| 19 |
+
"<|vision_pad|>",
|
| 20 |
+
"<|image_pad|>",
|
| 21 |
+
"<|video_pad|>"
|
| 22 |
+
],
|
| 23 |
+
"is_local": true,
|
| 24 |
+
"local_files_only": false,
|
| 25 |
+
"model_max_length": 262144,
|
| 26 |
+
"pad_token": "<|endoftext|>",
|
| 27 |
+
"split_special_tokens": false,
|
| 28 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 29 |
+
"unk_token": null
|
| 30 |
+
}
|
transformer/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "Ideogram4Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"adaln_dim": 512,
|
| 5 |
+
"attention_head_dim": 256,
|
| 6 |
+
"in_channels": 128,
|
| 7 |
+
"intermediate_size": 12288,
|
| 8 |
+
"llm_features_dim": 53248,
|
| 9 |
+
"mrope_section": [
|
| 10 |
+
24,
|
| 11 |
+
20,
|
| 12 |
+
20
|
| 13 |
+
],
|
| 14 |
+
"norm_eps": 0.00001,
|
| 15 |
+
"num_attention_heads": 18,
|
| 16 |
+
"num_layers": 34,
|
| 17 |
+
"rope_theta": 5000000
|
| 18 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:388e7053e6fcb2864c0bf89d75c6e3ec3e8852d1d384f4689d601a6f928ade62
|
| 3 |
+
size 4914262704
|
transformer/diffusion_pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a462fa655459d183fd73759254cfb2678c044bea52fdc1530f3e5d25160d56ea
|
| 3 |
+
size 4899932552
|
transformer/diffusion_pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9efa4b627a087d997c4bf0affa03ca0b9f685ed20007af6b34b5180ee472f0b
|
| 3 |
+
size 4931596616
|
transformer/diffusion_pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51e8fb275ec3dba37b4693adc6ff6b36baf9d84b7fc2d887bf7e198b3ceb625b
|
| 3 |
+
size 3812833752
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 18558576896
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"layers.2.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 7 |
+
"layers.3.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 8 |
+
"layers.19.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 9 |
+
"layers.23.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 10 |
+
"layers.27.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 11 |
+
"layers.28.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 12 |
+
"layers.12.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 13 |
+
"layers.16.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 14 |
+
"layers.28.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 15 |
+
"input_proj.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 16 |
+
"layers.33.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 17 |
+
"layers.24.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 18 |
+
"layers.23.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 19 |
+
"layers.19.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 20 |
+
"layers.16.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 21 |
+
"layers.6.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 22 |
+
"layers.25.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 23 |
+
"layers.6.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 24 |
+
"layers.9.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 25 |
+
"layers.6.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 26 |
+
"layers.10.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 27 |
+
"layers.11.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 28 |
+
"layers.5.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 29 |
+
"layers.6.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 30 |
+
"final_layer.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 31 |
+
"layers.22.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 32 |
+
"layers.6.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 33 |
+
"layers.9.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 34 |
+
"layers.21.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 35 |
+
"layers.12.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 36 |
+
"layers.12.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 37 |
+
"layers.7.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 38 |
+
"layers.16.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 39 |
+
"layers.1.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 40 |
+
"layers.28.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 41 |
+
"layers.0.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 42 |
+
"layers.10.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 43 |
+
"layers.2.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 44 |
+
"layers.32.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 45 |
+
"layers.24.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 46 |
+
"layers.27.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 47 |
+
"layers.29.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 48 |
+
"layers.9.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 49 |
+
"layers.1.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 50 |
+
"layers.16.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 51 |
+
"layers.13.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 52 |
+
"layers.24.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 53 |
+
"layers.2.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 54 |
+
"layers.33.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 55 |
+
"t_embedding.mlp_out.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 56 |
+
"layers.0.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 57 |
+
"layers.27.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 58 |
+
"layers.20.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 59 |
+
"layers.0.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 60 |
+
"layers.3.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 61 |
+
"layers.3.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 62 |
+
"layers.29.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 63 |
+
"layers.0.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 64 |
+
"layers.6.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 65 |
+
"layers.17.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 66 |
+
"layers.5.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 67 |
+
"layers.26.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 68 |
+
"final_layer.linear.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 69 |
+
"layers.14.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 70 |
+
"layers.18.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 71 |
+
"layers.9.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 72 |
+
"layers.21.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 73 |
+
"layers.33.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 74 |
+
"layers.23.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 75 |
+
"layers.30.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 76 |
+
"layers.17.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 77 |
+
"layers.8.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 78 |
+
"layers.18.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 79 |
+
"layers.5.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 80 |
+
"layers.9.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 81 |
+
"layers.16.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 82 |
+
"layers.15.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 83 |
+
"layers.11.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 84 |
+
"layers.2.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 85 |
+
"layers.22.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 86 |
+
"layers.28.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 87 |
+
"layers.19.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 88 |
+
"layers.31.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 89 |
+
"layers.22.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 90 |
+
"layers.31.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 91 |
+
"layers.18.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 92 |
+
"layers.33.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 93 |
+
"layers.26.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 94 |
+
"layers.2.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 95 |
+
"layers.3.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 96 |
+
"layers.30.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 97 |
+
"layers.31.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 98 |
+
"layers.23.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 99 |
+
"layers.23.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 100 |
+
"layers.14.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 101 |
+
"layers.14.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 102 |
+
"layers.21.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 103 |
+
"layers.16.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 104 |
+
"layers.9.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 105 |
+
"layers.21.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 106 |
+
"layers.10.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 107 |
+
"layers.27.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 108 |
+
"layers.28.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 109 |
+
"layers.32.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 110 |
+
"layers.7.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 111 |
+
"layers.22.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 112 |
+
"layers.4.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 113 |
+
"layers.32.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 114 |
+
"layers.31.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 115 |
+
"layers.9.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 116 |
+
"layers.33.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 117 |
+
"layers.2.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 118 |
+
"layers.3.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 119 |
+
"layers.28.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 120 |
+
"layers.12.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 121 |
+
"layers.18.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 122 |
+
"layers.23.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 123 |
+
"layers.10.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 124 |
+
"llm_cond_proj.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 125 |
+
"final_layer.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 126 |
+
"layers.13.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 127 |
+
"layers.32.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 128 |
+
"layers.19.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 129 |
+
"layers.33.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 130 |
+
"layers.0.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 131 |
+
"layers.2.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 132 |
+
"layers.27.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 133 |
+
"layers.8.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 134 |
+
"layers.17.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 135 |
+
"layers.2.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 136 |
+
"layers.21.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 137 |
+
"layers.3.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 138 |
+
"layers.7.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 139 |
+
"layers.4.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 140 |
+
"layers.9.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 141 |
+
"layers.28.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 142 |
+
"layers.32.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 143 |
+
"layers.17.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 144 |
+
"layers.19.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 145 |
+
"layers.26.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 146 |
+
"layers.33.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 147 |
+
"layers.23.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 148 |
+
"layers.1.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 149 |
+
"layers.18.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 150 |
+
"layers.4.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 151 |
+
"layers.6.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 152 |
+
"layers.7.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 153 |
+
"layers.24.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 154 |
+
"layers.27.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 155 |
+
"layers.21.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 156 |
+
"layers.19.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 157 |
+
"layers.20.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 158 |
+
"layers.25.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 159 |
+
"layers.17.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 160 |
+
"layers.11.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 161 |
+
"layers.10.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 162 |
+
"layers.15.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 163 |
+
"layers.16.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 164 |
+
"layers.21.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 165 |
+
"layers.13.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 166 |
+
"layers.2.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 167 |
+
"layers.1.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 168 |
+
"layers.21.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 169 |
+
"layers.23.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 170 |
+
"layers.17.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 171 |
+
"layers.14.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 172 |
+
"layers.20.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 173 |
+
"layers.30.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 174 |
+
"layers.14.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 175 |
+
"layers.4.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 176 |
+
"layers.15.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 177 |
+
"layers.3.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 178 |
+
"layers.28.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 179 |
+
"layers.14.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 180 |
+
"layers.10.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 181 |
+
"layers.22.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 182 |
+
"layers.14.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 183 |
+
"layers.7.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 184 |
+
"layers.3.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 185 |
+
"layers.30.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 186 |
+
"final_layer.linear.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 187 |
+
"layers.20.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 188 |
+
"layers.1.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 189 |
+
"layers.24.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 190 |
+
"layers.31.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 191 |
+
"layers.20.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 192 |
+
"layers.0.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 193 |
+
"layers.2.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 194 |
+
"layers.14.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 195 |
+
"embed_image_indicator.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 196 |
+
"layers.12.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 197 |
+
"layers.20.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 198 |
+
"layers.13.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 199 |
+
"layers.13.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 200 |
+
"layers.20.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 201 |
+
"layers.22.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 202 |
+
"layers.12.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 203 |
+
"t_embedding.mlp_in.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 204 |
+
"layers.29.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 205 |
+
"layers.4.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 206 |
+
"layers.11.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 207 |
+
"layers.20.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 208 |
+
"layers.26.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 209 |
+
"layers.28.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 210 |
+
"layers.19.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 211 |
+
"layers.32.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 212 |
+
"layers.7.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 213 |
+
"layers.21.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 214 |
+
"layers.32.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 215 |
+
"layers.10.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 216 |
+
"layers.27.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 217 |
+
"layers.17.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 218 |
+
"layers.26.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 219 |
+
"layers.14.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 220 |
+
"adaln_proj.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 221 |
+
"layers.15.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 222 |
+
"layers.10.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 223 |
+
"layers.8.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 224 |
+
"layers.12.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 225 |
+
"layers.9.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 226 |
+
"layers.31.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 227 |
+
"layers.0.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 228 |
+
"layers.11.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 229 |
+
"layers.32.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 230 |
+
"layers.7.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 231 |
+
"layers.30.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 232 |
+
"layers.3.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 233 |
+
"layers.15.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 234 |
+
"layers.22.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 235 |
+
"layers.15.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 236 |
+
"layers.6.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 237 |
+
"layers.5.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 238 |
+
"layers.22.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 239 |
+
"layers.10.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 240 |
+
"layers.7.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 241 |
+
"layers.11.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 242 |
+
"layers.2.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 243 |
+
"layers.24.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 244 |
+
"layers.13.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 245 |
+
"layers.0.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 246 |
+
"layers.13.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 247 |
+
"layers.13.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 248 |
+
"layers.23.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 249 |
+
"layers.26.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 250 |
+
"layers.19.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 251 |
+
"layers.5.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 252 |
+
"layers.18.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 253 |
+
"layers.29.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 254 |
+
"layers.19.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 255 |
+
"layers.22.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 256 |
+
"layers.7.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 257 |
+
"layers.30.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 258 |
+
"layers.15.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 259 |
+
"layers.26.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 260 |
+
"layers.25.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 261 |
+
"layers.24.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 262 |
+
"layers.8.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 263 |
+
"layers.10.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 264 |
+
"layers.19.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 265 |
+
"layers.6.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 266 |
+
"layers.7.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 267 |
+
"layers.18.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 268 |
+
"layers.18.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 269 |
+
"layers.12.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 270 |
+
"layers.6.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 271 |
+
"layers.6.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 272 |
+
"layers.2.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 273 |
+
"layers.12.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 274 |
+
"layers.23.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 275 |
+
"layers.19.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 276 |
+
"layers.4.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 277 |
+
"layers.20.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 278 |
+
"layers.4.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 279 |
+
"layers.25.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 280 |
+
"layers.5.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 281 |
+
"layers.25.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 282 |
+
"layers.13.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 283 |
+
"layers.22.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 284 |
+
"layers.15.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 285 |
+
"layers.16.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 286 |
+
"layers.25.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 287 |
+
"layers.26.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 288 |
+
"layers.19.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 289 |
+
"layers.24.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 290 |
+
"layers.1.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 291 |
+
"layers.0.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 292 |
+
"layers.9.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 293 |
+
"layers.27.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 294 |
+
"layers.19.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 295 |
+
"layers.32.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 296 |
+
"layers.30.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 297 |
+
"layers.4.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 298 |
+
"layers.15.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 299 |
+
"layers.21.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 300 |
+
"llm_cond_norm.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 301 |
+
"layers.28.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 302 |
+
"layers.30.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 303 |
+
"layers.21.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 304 |
+
"layers.26.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 305 |
+
"layers.25.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 306 |
+
"layers.1.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 307 |
+
"layers.8.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 308 |
+
"layers.18.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 309 |
+
"layers.27.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 310 |
+
"layers.13.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 311 |
+
"layers.8.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 312 |
+
"layers.28.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 313 |
+
"layers.4.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 314 |
+
"layers.14.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 315 |
+
"t_embedding.mlp_in.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 316 |
+
"layers.23.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 317 |
+
"layers.25.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 318 |
+
"layers.29.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 319 |
+
"layers.21.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 320 |
+
"layers.12.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 321 |
+
"layers.3.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 322 |
+
"layers.8.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 323 |
+
"layers.27.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 324 |
+
"layers.6.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 325 |
+
"layers.11.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 326 |
+
"layers.29.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 327 |
+
"layers.31.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 328 |
+
"llm_cond_proj.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 329 |
+
"layers.8.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 330 |
+
"layers.29.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 331 |
+
"layers.15.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 332 |
+
"layers.14.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 333 |
+
"layers.10.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 334 |
+
"input_proj.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 335 |
+
"layers.20.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 336 |
+
"layers.22.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 337 |
+
"layers.13.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 338 |
+
"layers.31.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 339 |
+
"layers.4.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 340 |
+
"layers.11.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 341 |
+
"layers.11.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 342 |
+
"layers.10.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 343 |
+
"layers.33.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 344 |
+
"layers.20.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 345 |
+
"layers.24.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 346 |
+
"layers.18.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 347 |
+
"layers.27.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 348 |
+
"layers.27.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 349 |
+
"layers.26.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 350 |
+
"layers.5.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 351 |
+
"layers.1.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 352 |
+
"layers.9.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 353 |
+
"layers.33.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 354 |
+
"layers.26.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 355 |
+
"layers.24.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 356 |
+
"layers.15.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 357 |
+
"layers.12.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 358 |
+
"layers.16.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 359 |
+
"layers.14.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 360 |
+
"layers.17.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 361 |
+
"layers.12.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 362 |
+
"layers.33.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 363 |
+
"layers.7.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 364 |
+
"layers.17.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 365 |
+
"layers.14.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 366 |
+
"layers.27.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 367 |
+
"layers.1.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 368 |
+
"layers.31.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 369 |
+
"layers.17.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 370 |
+
"layers.23.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 371 |
+
"adaln_proj.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 372 |
+
"layers.33.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 373 |
+
"layers.7.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 374 |
+
"layers.9.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 375 |
+
"layers.3.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 376 |
+
"layers.24.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 377 |
+
"layers.33.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 378 |
+
"layers.24.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 379 |
+
"layers.33.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 380 |
+
"layers.0.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 381 |
+
"layers.13.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 382 |
+
"t_embedding.mlp_out.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 383 |
+
"layers.31.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 384 |
+
"layers.8.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 385 |
+
"layers.31.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 386 |
+
"layers.16.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 387 |
+
"layers.5.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 388 |
+
"layers.32.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 389 |
+
"layers.20.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 390 |
+
"layers.30.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 391 |
+
"layers.28.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 392 |
+
"layers.5.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 393 |
+
"layers.6.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 394 |
+
"layers.2.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 395 |
+
"layers.20.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 396 |
+
"layers.30.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 397 |
+
"layers.1.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 398 |
+
"layers.4.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 399 |
+
"layers.32.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 400 |
+
"layers.11.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 401 |
+
"layers.18.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 402 |
+
"layers.28.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 403 |
+
"layers.11.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 404 |
+
"layers.13.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 405 |
+
"layers.5.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 406 |
+
"layers.5.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 407 |
+
"layers.16.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 408 |
+
"layers.17.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 409 |
+
"layers.5.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 410 |
+
"layers.26.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 411 |
+
"layers.0.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 412 |
+
"layers.29.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 413 |
+
"layers.10.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 414 |
+
"layers.29.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 415 |
+
"layers.11.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 416 |
+
"layers.1.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 417 |
+
"layers.25.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 418 |
+
"layers.8.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 419 |
+
"layers.16.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 420 |
+
"layers.15.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 421 |
+
"layers.3.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 422 |
+
"layers.18.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 423 |
+
"layers.7.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 424 |
+
"layers.30.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 425 |
+
"layers.29.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 426 |
+
"layers.22.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 427 |
+
"layers.31.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 428 |
+
"layers.32.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 429 |
+
"layers.23.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 430 |
+
"layers.29.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 431 |
+
"layers.0.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 432 |
+
"layers.16.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 433 |
+
"layers.31.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 434 |
+
"layers.4.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 435 |
+
"layers.8.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 436 |
+
"layers.1.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 437 |
+
"layers.32.attention_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 438 |
+
"layers.25.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 439 |
+
"layers.9.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 440 |
+
"layers.1.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 441 |
+
"layers.29.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 442 |
+
"layers.24.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 443 |
+
"layers.21.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 444 |
+
"layers.17.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 445 |
+
"layers.12.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 446 |
+
"layers.25.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 447 |
+
"layers.22.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 448 |
+
"layers.30.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 449 |
+
"layers.15.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 450 |
+
"layers.11.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 451 |
+
"layers.30.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 452 |
+
"layers.25.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 453 |
+
"layers.8.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 454 |
+
"layers.3.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 455 |
+
"layers.26.adaln_modulation.bias": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 456 |
+
"layers.4.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 457 |
+
"layers.0.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 458 |
+
"layers.25.attention_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 459 |
+
"layers.5.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 460 |
+
"layers.8.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 461 |
+
"layers.29.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 462 |
+
"layers.18.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 463 |
+
"layers.17.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors"
|
| 464 |
+
}
|
| 465 |
+
}
|
unconditional_transformer/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "Ideogram4Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"adaln_dim": 512,
|
| 5 |
+
"attention_head_dim": 256,
|
| 6 |
+
"in_channels": 128,
|
| 7 |
+
"intermediate_size": 12288,
|
| 8 |
+
"llm_features_dim": 53248,
|
| 9 |
+
"mrope_section": [
|
| 10 |
+
24,
|
| 11 |
+
20,
|
| 12 |
+
20
|
| 13 |
+
],
|
| 14 |
+
"norm_eps": 0.00001,
|
| 15 |
+
"num_attention_heads": 18,
|
| 16 |
+
"num_layers": 34,
|
| 17 |
+
"rope_theta": 5000000
|
| 18 |
+
}
|
unconditional_transformer/diffusion_pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61b7122330f12be903fb26001d112f84ed8a3b7aa2d7dc5093eb914f146cb871
|
| 3 |
+
size 4914262704
|
unconditional_transformer/diffusion_pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1a4c984a7e8bcf0a8f0cf96bcdefdb6469d74fb187ca0f52585364446a5a065
|
| 3 |
+
size 4899932552
|
unconditional_transformer/diffusion_pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:890a937f132d6dfb44d48a852045d895b61be246275b18f9208ab1be4231c9d6
|
| 3 |
+
size 4931596616
|
unconditional_transformer/diffusion_pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5370e2a4e772971e0b8712cec872ba0f4bde1775aff7726bd83871d7378eb365
|
| 3 |
+
size 3812833752
|
unconditional_transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 18558576896
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"layers.2.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 7 |
+
"layers.3.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 8 |
+
"layers.19.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 9 |
+
"layers.23.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 10 |
+
"layers.27.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 11 |
+
"layers.28.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 12 |
+
"layers.12.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 13 |
+
"layers.16.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 14 |
+
"layers.28.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 15 |
+
"input_proj.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 16 |
+
"layers.33.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 17 |
+
"layers.24.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 18 |
+
"layers.23.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 19 |
+
"layers.19.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 20 |
+
"layers.16.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 21 |
+
"layers.6.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 22 |
+
"layers.25.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 23 |
+
"layers.6.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 24 |
+
"layers.9.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 25 |
+
"layers.6.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 26 |
+
"layers.10.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 27 |
+
"layers.11.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 28 |
+
"layers.5.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 29 |
+
"layers.6.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 30 |
+
"final_layer.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 31 |
+
"layers.22.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 32 |
+
"layers.6.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 33 |
+
"layers.9.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 34 |
+
"layers.21.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 35 |
+
"layers.12.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 36 |
+
"layers.12.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 37 |
+
"layers.7.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 38 |
+
"layers.16.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 39 |
+
"layers.1.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 40 |
+
"layers.28.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 41 |
+
"layers.0.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 42 |
+
"layers.10.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 43 |
+
"layers.2.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 44 |
+
"layers.32.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 45 |
+
"layers.24.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 46 |
+
"layers.27.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 47 |
+
"layers.29.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 48 |
+
"layers.9.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 49 |
+
"layers.1.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 50 |
+
"layers.16.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 51 |
+
"layers.13.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 52 |
+
"layers.24.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 53 |
+
"layers.2.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 54 |
+
"layers.33.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 55 |
+
"t_embedding.mlp_out.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 56 |
+
"layers.0.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 57 |
+
"layers.27.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 58 |
+
"layers.20.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 59 |
+
"layers.0.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 60 |
+
"layers.3.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 61 |
+
"layers.3.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 62 |
+
"layers.29.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 63 |
+
"layers.0.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 64 |
+
"layers.6.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 65 |
+
"layers.17.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 66 |
+
"layers.5.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 67 |
+
"layers.26.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 68 |
+
"final_layer.linear.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 69 |
+
"layers.14.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 70 |
+
"layers.18.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 71 |
+
"layers.9.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 72 |
+
"layers.21.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 73 |
+
"layers.33.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 74 |
+
"layers.23.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 75 |
+
"layers.30.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 76 |
+
"layers.17.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 77 |
+
"layers.8.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 78 |
+
"layers.18.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 79 |
+
"layers.5.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 80 |
+
"layers.9.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 81 |
+
"layers.16.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 82 |
+
"layers.15.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 83 |
+
"layers.11.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 84 |
+
"layers.2.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 85 |
+
"layers.22.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 86 |
+
"layers.28.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 87 |
+
"layers.19.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 88 |
+
"layers.31.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 89 |
+
"layers.22.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 90 |
+
"layers.31.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 91 |
+
"layers.18.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 92 |
+
"layers.33.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 93 |
+
"layers.26.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 94 |
+
"layers.2.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 95 |
+
"layers.3.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 96 |
+
"layers.30.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 97 |
+
"layers.31.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 98 |
+
"layers.23.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 99 |
+
"layers.23.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 100 |
+
"layers.14.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 101 |
+
"layers.14.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 102 |
+
"layers.21.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 103 |
+
"layers.16.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 104 |
+
"layers.9.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 105 |
+
"layers.21.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 106 |
+
"layers.10.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 107 |
+
"layers.27.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 108 |
+
"layers.28.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 109 |
+
"layers.32.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 110 |
+
"layers.7.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 111 |
+
"layers.22.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 112 |
+
"layers.4.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 113 |
+
"layers.32.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 114 |
+
"layers.31.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 115 |
+
"layers.9.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 116 |
+
"layers.33.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 117 |
+
"layers.2.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 118 |
+
"layers.3.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 119 |
+
"layers.28.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 120 |
+
"layers.12.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 121 |
+
"layers.18.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 122 |
+
"layers.23.attention.qkv.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 123 |
+
"layers.10.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 124 |
+
"llm_cond_proj.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 125 |
+
"final_layer.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 126 |
+
"layers.13.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 127 |
+
"layers.32.adaln_modulation.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 128 |
+
"layers.19.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 129 |
+
"layers.33.ffn_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 130 |
+
"layers.0.adaln_modulation.bias": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 131 |
+
"layers.2.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 132 |
+
"layers.27.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 133 |
+
"layers.8.feed_forward.w1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 134 |
+
"layers.17.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 135 |
+
"layers.2.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 136 |
+
"layers.21.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 137 |
+
"layers.3.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 138 |
+
"layers.7.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 139 |
+
"layers.4.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 140 |
+
"layers.9.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 141 |
+
"layers.28.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 142 |
+
"layers.32.feed_forward.w3.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 143 |
+
"layers.17.attention.norm_k.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 144 |
+
"layers.19.attention.o.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 145 |
+
"layers.26.ffn_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 146 |
+
"layers.33.attention.norm_q.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 147 |
+
"layers.23.feed_forward.w2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 148 |
+
"layers.1.attention_norm2.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 149 |
+
"layers.18.attention_norm1.weight": "diffusion_pytorch_model-00001-of-00004.safetensors",
|
| 150 |
+
"layers.4.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 151 |
+
"layers.6.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 152 |
+
"layers.7.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 153 |
+
"layers.24.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 154 |
+
"layers.27.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 155 |
+
"layers.21.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 156 |
+
"layers.19.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 157 |
+
"layers.20.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 158 |
+
"layers.25.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 159 |
+
"layers.17.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 160 |
+
"layers.11.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 161 |
+
"layers.10.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 162 |
+
"layers.15.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 163 |
+
"layers.16.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 164 |
+
"layers.21.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 165 |
+
"layers.13.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 166 |
+
"layers.2.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 167 |
+
"layers.1.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 168 |
+
"layers.21.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 169 |
+
"layers.23.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 170 |
+
"layers.17.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 171 |
+
"layers.14.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 172 |
+
"layers.20.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 173 |
+
"layers.30.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 174 |
+
"layers.14.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 175 |
+
"layers.4.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 176 |
+
"layers.15.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 177 |
+
"layers.3.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 178 |
+
"layers.28.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 179 |
+
"layers.14.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 180 |
+
"layers.10.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 181 |
+
"layers.22.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 182 |
+
"layers.14.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 183 |
+
"layers.7.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 184 |
+
"layers.3.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 185 |
+
"layers.30.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 186 |
+
"final_layer.linear.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 187 |
+
"layers.20.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 188 |
+
"layers.1.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 189 |
+
"layers.24.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 190 |
+
"layers.31.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 191 |
+
"layers.20.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 192 |
+
"layers.0.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 193 |
+
"layers.2.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 194 |
+
"layers.14.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 195 |
+
"embed_image_indicator.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 196 |
+
"layers.12.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 197 |
+
"layers.20.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 198 |
+
"layers.13.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 199 |
+
"layers.13.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 200 |
+
"layers.20.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 201 |
+
"layers.22.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 202 |
+
"layers.12.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 203 |
+
"t_embedding.mlp_in.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 204 |
+
"layers.29.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 205 |
+
"layers.4.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 206 |
+
"layers.11.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 207 |
+
"layers.20.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 208 |
+
"layers.26.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 209 |
+
"layers.28.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 210 |
+
"layers.19.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 211 |
+
"layers.32.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 212 |
+
"layers.7.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 213 |
+
"layers.21.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 214 |
+
"layers.32.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 215 |
+
"layers.10.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 216 |
+
"layers.27.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 217 |
+
"layers.17.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 218 |
+
"layers.26.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 219 |
+
"layers.14.feed_forward.w3.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 220 |
+
"adaln_proj.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 221 |
+
"layers.15.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 222 |
+
"layers.10.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 223 |
+
"layers.8.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 224 |
+
"layers.12.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 225 |
+
"layers.9.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 226 |
+
"layers.31.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 227 |
+
"layers.0.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 228 |
+
"layers.11.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 229 |
+
"layers.32.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 230 |
+
"layers.7.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 231 |
+
"layers.30.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 232 |
+
"layers.3.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 233 |
+
"layers.15.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 234 |
+
"layers.22.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 235 |
+
"layers.15.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 236 |
+
"layers.6.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 237 |
+
"layers.5.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 238 |
+
"layers.22.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 239 |
+
"layers.10.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 240 |
+
"layers.7.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 241 |
+
"layers.11.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 242 |
+
"layers.2.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 243 |
+
"layers.24.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 244 |
+
"layers.13.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 245 |
+
"layers.0.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 246 |
+
"layers.13.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 247 |
+
"layers.13.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 248 |
+
"layers.23.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 249 |
+
"layers.26.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 250 |
+
"layers.19.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 251 |
+
"layers.5.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 252 |
+
"layers.18.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 253 |
+
"layers.29.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 254 |
+
"layers.19.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 255 |
+
"layers.22.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 256 |
+
"layers.7.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 257 |
+
"layers.30.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 258 |
+
"layers.15.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 259 |
+
"layers.26.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 260 |
+
"layers.25.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 261 |
+
"layers.24.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 262 |
+
"layers.8.attention_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 263 |
+
"layers.10.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 264 |
+
"layers.19.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 265 |
+
"layers.6.attention.o.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 266 |
+
"layers.7.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 267 |
+
"layers.18.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 268 |
+
"layers.18.feed_forward.w2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 269 |
+
"layers.12.attention_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 270 |
+
"layers.6.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 271 |
+
"layers.6.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 272 |
+
"layers.2.attention.norm_q.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 273 |
+
"layers.12.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 274 |
+
"layers.23.adaln_modulation.bias": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 275 |
+
"layers.19.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 276 |
+
"layers.4.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 277 |
+
"layers.20.ffn_norm2.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 278 |
+
"layers.4.attention.qkv.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 279 |
+
"layers.25.attention.norm_k.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 280 |
+
"layers.5.adaln_modulation.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 281 |
+
"layers.25.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 282 |
+
"layers.13.ffn_norm1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 283 |
+
"layers.22.feed_forward.w1.weight": "diffusion_pytorch_model-00002-of-00004.safetensors",
|
| 284 |
+
"layers.15.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 285 |
+
"layers.16.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 286 |
+
"layers.25.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 287 |
+
"layers.26.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 288 |
+
"layers.19.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 289 |
+
"layers.24.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 290 |
+
"layers.1.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 291 |
+
"layers.0.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 292 |
+
"layers.9.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 293 |
+
"layers.27.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 294 |
+
"layers.19.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 295 |
+
"layers.32.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 296 |
+
"layers.30.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 297 |
+
"layers.4.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 298 |
+
"layers.15.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 299 |
+
"layers.21.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 300 |
+
"llm_cond_norm.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 301 |
+
"layers.28.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 302 |
+
"layers.30.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 303 |
+
"layers.21.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 304 |
+
"layers.26.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 305 |
+
"layers.25.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 306 |
+
"layers.1.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 307 |
+
"layers.8.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 308 |
+
"layers.18.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 309 |
+
"layers.27.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 310 |
+
"layers.13.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 311 |
+
"layers.8.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 312 |
+
"layers.28.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 313 |
+
"layers.4.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 314 |
+
"layers.14.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 315 |
+
"t_embedding.mlp_in.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 316 |
+
"layers.23.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 317 |
+
"layers.25.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 318 |
+
"layers.29.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 319 |
+
"layers.21.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 320 |
+
"layers.12.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 321 |
+
"layers.3.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 322 |
+
"layers.8.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 323 |
+
"layers.27.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 324 |
+
"layers.6.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 325 |
+
"layers.11.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 326 |
+
"layers.29.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 327 |
+
"layers.31.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 328 |
+
"llm_cond_proj.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 329 |
+
"layers.8.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 330 |
+
"layers.29.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 331 |
+
"layers.15.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 332 |
+
"layers.14.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 333 |
+
"layers.10.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 334 |
+
"input_proj.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 335 |
+
"layers.20.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 336 |
+
"layers.22.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 337 |
+
"layers.13.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 338 |
+
"layers.31.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 339 |
+
"layers.4.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 340 |
+
"layers.11.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 341 |
+
"layers.11.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 342 |
+
"layers.10.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 343 |
+
"layers.33.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 344 |
+
"layers.20.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 345 |
+
"layers.24.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 346 |
+
"layers.18.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 347 |
+
"layers.27.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 348 |
+
"layers.27.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 349 |
+
"layers.26.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 350 |
+
"layers.5.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 351 |
+
"layers.1.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 352 |
+
"layers.9.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 353 |
+
"layers.33.attention.norm_k.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 354 |
+
"layers.26.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 355 |
+
"layers.24.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 356 |
+
"layers.15.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 357 |
+
"layers.12.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 358 |
+
"layers.16.attention.norm_q.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 359 |
+
"layers.14.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 360 |
+
"layers.17.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 361 |
+
"layers.12.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 362 |
+
"layers.33.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 363 |
+
"layers.7.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 364 |
+
"layers.17.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 365 |
+
"layers.14.feed_forward.w1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 366 |
+
"layers.27.attention.qkv.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 367 |
+
"layers.1.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 368 |
+
"layers.31.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 369 |
+
"layers.17.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 370 |
+
"layers.23.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 371 |
+
"adaln_proj.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 372 |
+
"layers.33.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 373 |
+
"layers.7.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 374 |
+
"layers.9.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 375 |
+
"layers.3.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 376 |
+
"layers.24.attention_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 377 |
+
"layers.33.feed_forward.w2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 378 |
+
"layers.24.adaln_modulation.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 379 |
+
"layers.33.attention.o.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 380 |
+
"layers.0.ffn_norm2.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 381 |
+
"layers.13.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 382 |
+
"t_embedding.mlp_out.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 383 |
+
"layers.31.adaln_modulation.bias": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 384 |
+
"layers.8.attention_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 385 |
+
"layers.31.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 386 |
+
"layers.16.ffn_norm1.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 387 |
+
"layers.5.feed_forward.w3.weight": "diffusion_pytorch_model-00003-of-00004.safetensors",
|
| 388 |
+
"layers.32.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 389 |
+
"layers.20.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 390 |
+
"layers.30.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 391 |
+
"layers.28.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 392 |
+
"layers.5.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 393 |
+
"layers.6.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 394 |
+
"layers.2.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 395 |
+
"layers.20.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 396 |
+
"layers.30.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 397 |
+
"layers.1.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 398 |
+
"layers.4.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 399 |
+
"layers.32.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 400 |
+
"layers.11.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 401 |
+
"layers.18.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 402 |
+
"layers.28.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 403 |
+
"layers.11.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 404 |
+
"layers.13.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 405 |
+
"layers.5.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 406 |
+
"layers.5.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 407 |
+
"layers.16.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 408 |
+
"layers.17.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 409 |
+
"layers.5.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 410 |
+
"layers.26.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 411 |
+
"layers.0.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 412 |
+
"layers.29.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 413 |
+
"layers.10.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 414 |
+
"layers.29.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 415 |
+
"layers.11.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 416 |
+
"layers.1.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 417 |
+
"layers.25.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 418 |
+
"layers.8.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 419 |
+
"layers.16.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 420 |
+
"layers.15.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 421 |
+
"layers.3.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 422 |
+
"layers.18.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 423 |
+
"layers.7.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 424 |
+
"layers.30.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 425 |
+
"layers.29.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 426 |
+
"layers.22.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 427 |
+
"layers.31.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 428 |
+
"layers.32.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 429 |
+
"layers.23.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 430 |
+
"layers.29.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 431 |
+
"layers.0.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 432 |
+
"layers.16.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 433 |
+
"layers.31.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 434 |
+
"layers.4.feed_forward.w2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 435 |
+
"layers.8.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 436 |
+
"layers.1.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 437 |
+
"layers.32.attention_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 438 |
+
"layers.25.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 439 |
+
"layers.9.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 440 |
+
"layers.1.adaln_modulation.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 441 |
+
"layers.29.attention_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 442 |
+
"layers.24.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 443 |
+
"layers.21.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 444 |
+
"layers.17.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 445 |
+
"layers.12.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 446 |
+
"layers.25.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 447 |
+
"layers.22.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 448 |
+
"layers.30.attention.o.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 449 |
+
"layers.15.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 450 |
+
"layers.11.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 451 |
+
"layers.30.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 452 |
+
"layers.25.ffn_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 453 |
+
"layers.8.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 454 |
+
"layers.3.feed_forward.w1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 455 |
+
"layers.26.adaln_modulation.bias": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 456 |
+
"layers.4.attention.norm_q.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 457 |
+
"layers.0.attention.norm_k.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 458 |
+
"layers.25.attention_norm1.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 459 |
+
"layers.5.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 460 |
+
"layers.8.ffn_norm2.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 461 |
+
"layers.29.attention.qkv.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 462 |
+
"layers.18.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors",
|
| 463 |
+
"layers.17.feed_forward.w3.weight": "diffusion_pytorch_model-00004-of-00004.safetensors"
|
| 464 |
+
}
|
| 465 |
+
}
|
vae/config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKLFlux2",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"batch_norm_eps": 0.0001,
|
| 6 |
+
"batch_norm_momentum": 0.1,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
256,
|
| 10 |
+
512,
|
| 11 |
+
512
|
| 12 |
+
],
|
| 13 |
+
"decoder_block_out_channels": null,
|
| 14 |
+
"down_block_types": [
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D",
|
| 17 |
+
"DownEncoderBlock2D",
|
| 18 |
+
"DownEncoderBlock2D"
|
| 19 |
+
],
|
| 20 |
+
"force_upcast": true,
|
| 21 |
+
"in_channels": 3,
|
| 22 |
+
"latent_channels": 32,
|
| 23 |
+
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
+
"norm_num_groups": 32,
|
| 26 |
+
"out_channels": 3,
|
| 27 |
+
"patch_size": [
|
| 28 |
+
2,
|
| 29 |
+
2
|
| 30 |
+
],
|
| 31 |
+
"sample_size": 1024,
|
| 32 |
+
"up_block_types": [
|
| 33 |
+
"UpDecoderBlock2D",
|
| 34 |
+
"UpDecoderBlock2D",
|
| 35 |
+
"UpDecoderBlock2D",
|
| 36 |
+
"UpDecoderBlock2D"
|
| 37 |
+
],
|
| 38 |
+
"use_post_quant_conv": true,
|
| 39 |
+
"use_quant_conv": true
|
| 40 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:925ce3a08e8759174667f5e89384ba2b54dd81a87b7379dadb68a1a87b70b052
|
| 3 |
+
size 168120878
|