Instructions to use Viggle/Viggle-Animate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Viggle/Viggle-Animate with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Viggle/Viggle-Animate", 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
Add files using upload-large-folder tool
Browse files- .gitattributes +3 -0
- LICENSE +84 -0
- MODIFICATIONS.md +67 -0
- NOTICE +13 -0
- README.md +232 -0
- assets/fixed_embed_fwd_anyframe.pt +3 -0
- assets/fixed_prompt.txt +16 -0
- examples/demo.sh +43 -0
- examples/media/before-after.png +3 -0
- examples/media/output.mp4 +3 -0
- examples/media/reference.png +3 -0
- inference/sample.py +123 -0
- lora/pytorch_lora_weights.safetensors +3 -0
- requirements.txt +7 -0
- transformer/config.json +26 -0
- transformer/diffusion_pytorch_model-00001-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00003-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00004-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00005-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00006-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00007-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00008-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00009-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00010-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00011-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00012-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00013-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model-00014-of-00014.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +645 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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 |
+
examples/media/before-after.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
examples/media/output.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
examples/media/reference.png filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MiniMax H3 COMMUNITY LICENSE AGREEMENT
|
| 2 |
+
MiniMax H3 release date/License date: August 2, 2026.
|
| 3 |
+
The scope of this License Agreement (this “Agreement”) is expressly limited to the “Applicable Territory” as defined below.
|
| 4 |
+
By clicking to accept, or by using, reproducing, modifying, distributing, running, or displaying any portion or element of the MiniMax H3 Works (including through any Hosted Services) in any manner, you acknowledge and accept the terms of this Agreement, and this Agreement shall take immediate effect upon the occurrence of such act.
|
| 5 |
+
I. Definitions
|
| 6 |
+
1. “Acceptable Use Policy” means the policy published by MiniMax in Exhibit A.
|
| 7 |
+
2. “Agreement” means the terms and conditions set forth herein that govern the use, reproduction, distribution, modification, running, and display of the MiniMax H3 Works or any portion or element thereof.
|
| 8 |
+
3. “Applicable Territory” means worldwide, excluding the Excluded Territories.
|
| 9 |
+
4. “Documentation” means the specifications, manuals, and documentation concerning MiniMax H3 that are publicly released by MiniMax.
|
| 10 |
+
5. “Excluded Territories” means the European Union, the United Kingdom, the Republic of Korea and the United States of America.
|
| 11 |
+
6. “MiniMax H3” means the video generation model, together with its software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-supporting code, and other elements thereof made publicly available by Us, as released at https://huggingface.co/MiniMaxAI/MiniMax-H3.
|
| 12 |
+
7. “MiniMax H3 Works” means (i) the Materials, (ii) the Model Derivatives, and (iii) all derivatives thereof.
|
| 13 |
+
8. “Hosted Services” means hosted services provided via application programming interfaces (APIs), web access, or any other electronic or remote means.
|
| 14 |
+
9. “Licensee,” “you,” or “your” means the natural or legal person exercising rights and/or using the MiniMax H3 Works for any purpose in any field of use under this Agreement.
|
| 15 |
+
10. “Materials” means, collectively, MiniMax H3 and the Documentation (and any portion thereof), in each case as made available by MiniMax under this Agreement and proprietary to MiniMax.
|
| 16 |
+
11. “Model Derivatives” means all of the following: (i) any modification of MiniMax H3 or any Model Derivative thereof; (ii) any work based on MiniMax H3 or any Model Derivative thereof; or (iii) any other machine learning model created by transferring the patterns of the weights, parameters, operational patterns, or Outputs of MiniMax H3 or any Model Derivative thereof to another model, such that the latter model exhibits behavior similar to MiniMax H3 or its Model Derivatives, including by distillation methods, methods using intermediate data representations, or methods based on training using synthetic-data Outputs generated by MiniMax H3 or its Model Derivatives. For the avoidance of doubt, Outputs are not deemed Model Derivatives.
|
| 17 |
+
12. “Output” means any result of operating or otherwise using MiniMax H3 or any Model Derivatives (including through Hosted Services).
|
| 18 |
+
13. “Third Party” means any natural or legal person that is not under common control with us or with you.
|
| 19 |
+
14. “Including” means “including but not limited to.”
|
| 20 |
+
15. “We,” “Us” or “MiniMax” means Nanonoble Pte. Ltd..
|
| 21 |
+
II. Grant of Rights
|
| 22 |
+
Solely within the Applicable Territory, we grant you a non-exclusive, non-transferable, royalty-free, limited license to use, reproduce, distribute, create derivative works (including Model Derivatives), and modify the Materials in accordance with the terms of this Agreement and the Acceptable Use Policy, based on the intellectual property and other rights owned by MiniMax that are embodied in or used by the Materials. You shall not violate (or encourage or permit any person to violate) any term of this Agreement or the Acceptable Use Policy.
|
| 23 |
+
We will continuously evaluate the applicable laws, regulations and compliance requirements for the Excluded Territories. In the meantime, should any person in such Excluded Territories be interested in deploying our models, you are welcome to contact us about obtaining a license, which will be granted based on robust controls and guardrails for purposes of complying with the laws, regulations and compliance requirements of the Excluded Territories.
|
| 24 |
+
III. Distribution and Redistribution
|
| 25 |
+
Subject to and conditioned on your continuing compliance with this Agreement, including its territorial restrictions and the Acceptable Use Policy, and solely within the Applicable Territory, you may distribute or make available the MiniMax H3 Works to Third Parties within the Applicable Territory; provided, that all of the following conditions are met:
|
| 26 |
+
1. You must provide a copy of this Agreement to all such Third Parties who receive the MiniMax H3 Works or use your products or services related thereto;
|
| 27 |
+
2. You must cause any modified files to carry prominent notices stating that you have modified such files;
|
| 28 |
+
3. You are encouraged to:
|
| 29 |
+
a. display a notice on any product or service developed using MiniMax H3 indicating that the product or service is “Powered by MiniMax H3”;
|
| 30 |
+
b. add an AI-generation identifier to files produced using generative AI models including MiniMax H3; and
|
| 31 |
+
c. publish at least one technical blog post or a public statement describing your experience using MiniMax H3 Works;
|
| 32 |
+
4. All distributions to Third Parties (other than through Hosted Services) must be accompanied by a “NOTICE” text file containing the following notice:
|
| 33 |
+
“MiniMax H3 is licensed under the MiniMax H3 Community License Agreement, Copyright © 2026 MiniMax. All Rights Reserved.”
|
| 34 |
+
You may add your own copyright notices on your modifications; except as provided in this Section and in Section V, however, you may not impose additional or different terms and conditions on the use, reproduction, or distribution of your modifications or of any aggregate Model Derivatives, and your use, reproduction, modification, distribution, running, and display of the work must otherwise comply with the terms and conditions of this Agreement (including the provisions concerning the Applicable Territory). If you receive the MiniMax H3 Works from a Licensee as part of an integrated end-user product, the provisions of Section III of this Agreement do not apply to you, but Section V and Exhibit A remain applicable.
|
| 35 |
+
IV. Additional Commercial Terms
|
| 36 |
+
1. You shall obtain a separate, prior written authorization from MiniMax by contacting api@minimax.io with the subject line “MiniMax H3 licensing - authorization request”, if your commercial products and services generate more than 20 million US dollars (or equivalent in other currencies) in yearly revenue.
|
| 37 |
+
2. You shall prominently display “MiniMax H3”on the user interface of commercial product or service that uses MiniMax H3 or MiniMax H3 Works.
|
| 38 |
+
V. Use Restrictions
|
| 39 |
+
1. Your use of the MiniMax H3 Works must comply with applicable laws and regulations (including trade-compliance laws and regulations) and must comply with the Acceptable Use Policy for the MiniMax H3 Works, which is incorporated into this Agreement by reference.
|
| 40 |
+
2. Before providing access to the MiniMax H3 Works or any product, service, or Hosted Service incorporating them, you must bind each recipient or user to enforceable terms at least as protective as the use restrictions in this Section V and Exhibit A, and you must notify each recipient or user that those restrictions apply.
|
| 41 |
+
3. You may not use the MiniMax H3 Works or any of their Outputs or results to improve any other artificial intelligence model (other than MiniMax H3 or its Model Derivatives).
|
| 42 |
+
4. You may not use, reproduce, modify, distribute, or display the MiniMax H3 Works or any of their Outputs or results outside the Applicable Territory. Any such use outside the Applicable Territory is not authorized by this Agreement.
|
| 43 |
+
5. If you provide or make available to any Third Party a product, service, or Hosted Service that permits the generation of Outputs using MiniMax H3 or any Model Derivative, you must, before making that product or service available and throughout its operation, implement, maintain, test, and periodically review reasonable and proportionate technical and organizational safeguards designed to prevent and mitigate access, uses, and Outputs that violate this Section V or Exhibit A, including uses or Outputs that infringe, misappropriate, or otherwise violate any Third Party’s intellectual-property or other rights. You must not knowingly disable, materially weaken, or permit the circumvention of those safeguards. You must maintain a reasonably accessible mechanism for reporting suspected violations. Upon receiving a good-faith report or otherwise obtaining actual knowledge of a violation, you must promptly investigate and take reasonable steps within your control to stop or mitigate the violation, including removing or disabling access to offending content or services and suspending or terminating repeat violators where appropriate. You are responsible for implementing and enforcing these requirements with respect to your products, services, systems, users, and downstream recipients.
|
| 44 |
+
VI. Intellectual Property
|
| 45 |
+
1. Subject to MiniMax’s rights in the MiniMax H3 Works (and the intellectual property therein), and to your compliance with the terms and conditions of this Agreement, as between you and MiniMax, you will own the derivative works and modifications of the Materials that you have created or had created, as well as any Model Derivatives.
|
| 46 |
+
2. Except for the limited license expressly granted in this paragraph, no trademark license is granted under this Agreement; with respect to MiniMax H3 Works, the Licensee may not use any name or mark owned by or associated with MiniMax or any of its affiliates, except as reasonably and customarily necessary to describe and distribute the MiniMax H3 Works. MiniMax hereby grants you a license to use the “MiniMax H3” mark (the “Mark”) within the Applicable Territory solely for the purpose of complying with Section III.3; provided, that you comply with all applicable trademark-protection laws. All goodwill arising from your use of the Mark shall inure to the benefit of MiniMax.
|
| 47 |
+
3. If you bring or assert any suit or other legal proceeding (including a cross-claim or counterclaim in any action) against us or any other natural or legal person alleging that the Materials, any Output, or any portion of the foregoing infringes any intellectual property right or other right owned by you or for which you can obtain a license, all licenses granted to you under this Agreement will terminate as of the date such suit or proceeding is filed. You shall defend, indemnify, and hold us harmless against any Third-Party claim arising out of or related to the use or distribution of the MiniMax H3 Works by you or by any Third Party.
|
| 48 |
+
4. MiniMax claims no rights over the Outputs you generate. You and your users are entirely responsible for the Outputs and any subsequent use thereof.
|
| 49 |
+
VII. Disclaimers and Limitations of Liability
|
| 50 |
+
1. We have no obligation to support, update, provide training for, or develop any further version of the MiniMax H3 Works, or to grant any license with respect thereto.
|
| 51 |
+
2. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE MINIMAX H3 WORKS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND INCLUDING ANY WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, COURSE OF DEALING, USAGE OF TRADE, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
|
| 52 |
+
3. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MINIMAX OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, FOR ANY DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL OR PUNITIVE DAMAGES, OR LOST PROFITS OF ANY KIND ARISING FROM THIS AGREEMENT OR RELATED TO ANY OF THE MINIMAX H3 WORKS OR OUTPUTS, EVEN IF MINIMAX OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
| 53 |
+
VIII. Term and Termination
|
| 54 |
+
1. This Agreement is effective from the moment you accept this Agreement or begin accessing the Materials, and, subject to your compliance with its terms and conditions, will remain in effect until terminated as provided herein.
|
| 55 |
+
2. If you breach any term or condition of this Agreement, we have the right to terminate this Agreement. Upon termination, you must immediately cease accessing, using, and distributing the MiniMax H3 Works; delete or destroy all copies within your possession or control; and notify each downstream recipient that your authorization has ended. The obligations in the preceding sentence and Sections VI.1, VI.3, VII, and IX survive termination.
|
| 56 |
+
IX. Governing Law and Jurisdiction
|
| 57 |
+
1. This Agreement, and any dispute arising out of or related to this Agreement, shall be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to its conflict-of-laws rules. The United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
|
| 58 |
+
2. Any dispute arising out of or related to this Agreement shall be subject to the exclusive jurisdiction of the courts of the Hong Kong Special Administrative Region of the People’s Republic of China with competent jurisdiction. Both MiniMax and the Licensee hereby consent to the exclusive jurisdiction of such courts for any such dispute.
|
| 59 |
+
Additional Note: Please note that the encoder of MiniMax H3 uses Qwen3-VL-32B, which is licensed under Apache 2.0 License: https://github.com/QwenLM/Qwen3-VL/blob/main/LICENSE.
|
| 60 |
+
|
| 61 |
+
Exhibit A — Acceptable Use Policy
|
| 62 |
+
MiniMax reserves the right to update this Acceptable Use Policy from time to time.
|
| 63 |
+
Last revised: August 2, 2026.
|
| 64 |
+
MiniMax is committed to promoting the safe and fair use of its tools and features, including MiniMax H3. You agree not to use MiniMax H3, any Model Derivatives, or any Output in any of the following ways:
|
| 65 |
+
1. Use outside the Applicable Territory;
|
| 66 |
+
2. Use in any manner that violates any applicable national, federal, state, local, or international law, regulation, or other legal requirement, or that infringes, misappropriates, or otherwise violates any Third Party’s intellectual-property or other proprietary rights, including through unauthorized reproduction, distribution, public display, public performance, or creation of derivative works;
|
| 67 |
+
3. Use in any manner that may harm yourself or others;
|
| 68 |
+
4. Use to repurpose or distribute the Outputs of MiniMax H3 or any Model Derivatives in order to harm yourself or others;
|
| 69 |
+
5. Use to circumvent or bypass any safety guardrails or safeguards we have implemented;
|
| 70 |
+
6. Use in any manner that exploits or harms, or intends to exploit or harm, minors;
|
| 71 |
+
7. Use to generate or disseminate verifiably false information and/or content for the purpose of harming others or influencing elections;
|
| 72 |
+
8. Use to manufacture or facilitate false online engagement, including fake reviews and other means of false online engagement;
|
| 73 |
+
9. Use to intentionally defame, disparage, or otherwise harass others;
|
| 74 |
+
10. Use to generate and/or disseminate malware (including ransomware) or any other content intended to damage electronic systems;
|
| 75 |
+
11. Use to generate or disseminate personally identifiable information for the purpose of harming others;
|
| 76 |
+
12. Use to generate or disseminate information (including images, code, posts, or articles) in or to any public environment (including via bot tweets or similar means) without clearly and prominently disclosing that such information and/or content is machine-generated;
|
| 77 |
+
13. Use to impersonate another person without that person’s consent, authorization, or lawful right to do so;
|
| 78 |
+
14. Use to make high-risk automated decisions in critical domains that affect individual safety, rights, or well-being (such as law enforcement, immigration, healthcare or medical services, critical-infrastructure management, product-safety components, essential services, credit, employment, housing, education, social scoring, or insurance);
|
| 79 |
+
15. Use in any manner that violates or disregards the social, ethical, or moral standards of other countries or regions;
|
| 80 |
+
16. Use to carry out, assist, threaten, incite, plan, advocate for, or encourage violent extremism or terrorism;
|
| 81 |
+
17. Use for any purpose intended to discriminate against, or harm, individuals or groups based on protected characteristics or categories, online or offline social behavior, or known or predicted personality traits;
|
| 82 |
+
18. Use to intentionally exploit the vulnerabilities of specific populations based on age, social, physical, or psychological characteristics, so as to materially distort the behavior of a member of that group in a manner that causes, or is likely to cause, physical or psychological harm to that person or to others;
|
| 83 |
+
19. Use for military purposes;
|
| 84 |
+
20. Use to engage in any unauthorized or unlicensed professional activity, including but not limited to financial, legal, medical or healthcare, or other professional practice.
|
MODIFICATIONS.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Modified files
|
| 2 |
+
|
| 3 |
+
Section III.2 of the MiniMax H3 Community License Agreement requires that modified
|
| 4 |
+
files carry a prominent notice saying so. This file is that notice.
|
| 5 |
+
|
| 6 |
+
Everything below is derived from
|
| 7 |
+
[`MiniMaxAI/MiniMax-H3`](https://huggingface.co/MiniMaxAI/MiniMax-H3).
|
| 8 |
+
|
| 9 |
+
## `transformer/` — modified
|
| 10 |
+
|
| 11 |
+
**Every weight file in `transformer/` has been modified.** It started as the base
|
| 12 |
+
model's `transformer_ref/` (the `ref2va` transformer, 33.1 B parameters) and every
|
| 13 |
+
parameter was updated by a full finetune on a character-replacement objective. The
|
| 14 |
+
architecture, `config.json` and tensor names are unchanged, so it is a drop-in
|
| 15 |
+
replacement for the base `transformer_ref/`; the numbers in it are not the base
|
| 16 |
+
model's numbers.
|
| 17 |
+
|
| 18 |
+
The file layout also differs: the finetune was written as one 61.7 GiB safetensors
|
| 19 |
+
file and re-sharded here into 14 parts, because HuggingFace rejects single files
|
| 20 |
+
above 50 GB. The 638 tensors and their contents are unchanged by that re-sharding.
|
| 21 |
+
|
| 22 |
+
## `lora/pytorch_lora_weights.safetensors` — new
|
| 23 |
+
|
| 24 |
+
Not a MiniMax file. A rank-128 LoRA over 302 linear layers of `transformer/`,
|
| 25 |
+
trained by us with DMD2 distillation. It is a delta on the finetuned transformer
|
| 26 |
+
above, not on the base model — loading it onto stock `transformer_ref/` produces
|
| 27 |
+
garbage.
|
| 28 |
+
|
| 29 |
+
## `assets/fixed_embed_fwd_anyframe.pt` — new
|
| 30 |
+
|
| 31 |
+
Not a MiniMax file. A frozen 362 × 5120 text-conditioning tensor we computed once
|
| 32 |
+
with the base model's own text encoder, so that inference never has to load
|
| 33 |
+
Qwen3-VL. It is an *output* of the base model's encoder in the sense of Section
|
| 34 |
+
I.12, computed from the prompt in `assets/fixed_prompt.txt`.
|
| 35 |
+
|
| 36 |
+
## `assets/fixed_prompt.txt` — new
|
| 37 |
+
|
| 38 |
+
Not a MiniMax file. The prompt text the tensor above was computed from, included so
|
| 39 |
+
that what conditions every render is readable rather than opaque.
|
| 40 |
+
|
| 41 |
+
## `inference/sample.py`, `examples/demo.sh` — new
|
| 42 |
+
|
| 43 |
+
Not MiniMax files. Written by us against the public `diffusers` API.
|
| 44 |
+
|
| 45 |
+
## `examples/media/` — new, and derived from a MiniMax demo clip
|
| 46 |
+
|
| 47 |
+
The clips this model was developed and evaluated against are user footage and are not
|
| 48 |
+
ours to publish, so the demo here was built instead from `assets/ref2va.mp4`, a video
|
| 49 |
+
MiniMax published with the base model. That clip is itself a MiniMax H3 generation, not
|
| 50 |
+
camera footage, so no filmed performer appears anywhere in this repository. All three
|
| 51 |
+
files derive from a 512 × 768 portrait crop of it (`crop=512:768:389:0`, no scaling):
|
| 52 |
+
|
| 53 |
+
- `reference.png` — the crop's first frame with the young man repainted as an invented
|
| 54 |
+
elderly woman. Produced with OpenAI's `gpt-image-2`; the character is fictional and is
|
| 55 |
+
not a real person or an existing property.
|
| 56 |
+
- `output.mp4` — that reference propagated across 124 frames by this model.
|
| 57 |
+
- `before-after.png` — frames from the driving crop above frames from the output.
|
| 58 |
+
|
| 59 |
+
The driving clip itself is **not** bundled. `examples/demo.sh` rebuilds it, with the
|
| 60 |
+
documented crop, from your own copy of the base model.
|
| 61 |
+
|
| 62 |
+
## Not redistributed here
|
| 63 |
+
|
| 64 |
+
The VAE, audio VAE, schedulers, text encoder, tokenizer and processor are **not**
|
| 65 |
+
included in this repository and are not modified. They are loaded at runtime from
|
| 66 |
+
your own copy of `MiniMaxAI/MiniMax-H3`, which you must download separately and
|
| 67 |
+
under its own license terms.
|
NOTICE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MiniMax H3 is licensed under the MiniMax H3 Community License Agreement,
|
| 2 |
+
Copyright © 2026 MiniMax. All Rights Reserved.
|
| 3 |
+
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
Viggle-Animate is a Model Derivative of MiniMax H3, as that term is defined in
|
| 7 |
+
Section I.11 of the MiniMax H3 Community License Agreement. It is distributed
|
| 8 |
+
under that same Agreement, a copy of which is included in this repository as
|
| 9 |
+
LICENSE. See MODIFICATIONS.md for the list of files that were modified.
|
| 10 |
+
|
| 11 |
+
Powered by MiniMax H3.
|
| 12 |
+
|
| 13 |
+
Modifications and additions Copyright © 2026 Viggle AI.
|
README.md
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: minimax-h3-community-license
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
base_model: MiniMaxAI/MiniMax-H3
|
| 6 |
+
pipeline_tag: video-to-video
|
| 7 |
+
library_name: diffusers
|
| 8 |
+
tags:
|
| 9 |
+
- video-editing
|
| 10 |
+
- character-replacement
|
| 11 |
+
- video-to-video
|
| 12 |
+
- distillation
|
| 13 |
+
- dmd
|
| 14 |
+
extra_gated_prompt: >-
|
| 15 |
+
Viggle-Animate is a Model Derivative of MiniMax H3 and is distributed under the
|
| 16 |
+
MiniMax H3 Community License Agreement, not an open-source license. Two terms in
|
| 17 |
+
particular are easy to miss.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
**Territory.** The Agreement grants rights worldwide EXCEPT in the European Union,
|
| 21 |
+
the United Kingdom, the Republic of Korea and the United States of America. In
|
| 22 |
+
those Excluded Territories it grants you nothing, and Section V.4 forbids using,
|
| 23 |
+
reproducing, modifying, distributing or displaying the Works or their Outputs
|
| 24 |
+
there. If you are in an Excluded Territory, contact MiniMax at api@minimax.io for
|
| 25 |
+
a separate license before downloading.
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
**Acceptable use.** This model replaces the person in a video with whoever you paint
|
| 29 |
+
into its first frame. Do not use it on anyone who has not consented, and read the
|
| 30 |
+
Acceptable Use Policy in Exhibit A of the Agreement.
|
| 31 |
+
extra_gated_fields:
|
| 32 |
+
Name: text
|
| 33 |
+
Organization: text
|
| 34 |
+
Country: country
|
| 35 |
+
I am not located in the EU, UK, South Korea or the USA, or I hold a separate license from MiniMax: checkbox
|
| 36 |
+
I have read and agree to the MiniMax H3 Community License Agreement and its Acceptable Use Policy: checkbox
|
| 37 |
+
I will not use this model on people who have not consented: checkbox
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
# Viggle-Animate
|
| 41 |
+
|
| 42 |
+
**Edit one frame of a video. This model propagates that edit across the whole clip**, in
|
| 43 |
+
4 sampling steps.
|
| 44 |
+
|
| 45 |
+

|
| 46 |
+
|
| 47 |
+
You give it two things: the driving video, and that video's **first frame with the
|
| 48 |
+
character repainted** — same camera, same pose, same background, same light, a different
|
| 49 |
+
person in it. The model re-renders the clip so the new character performs the original
|
| 50 |
+
motion. Everything else holds: framing, background, timing, the camera's push-in, the
|
| 51 |
+
lamb sitting in the same place in her arms in every frame that it sat in his.
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+
sample.py --cond driving.mp4 --ref repainted_first_frame.png --out output.mp4
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
The repainted frame is not something this model makes. It comes from an image editor —
|
| 58 |
+
the one above was produced with OpenAI's `gpt-image-2` from a single instruction: replace
|
| 59 |
+
the young man with an elderly woman, keep the pose, the suit, the lamb and the hillside
|
| 60 |
+
identical. **This model is the second half of that pipeline, not the whole of it.**
|
| 61 |
+
|
| 62 |
+
There is no text prompt at this stage. Conditioning is a frozen embedding computed once
|
| 63 |
+
(see [`assets/fixed_prompt.txt`](assets/fixed_prompt.txt)), so the text encoder is never
|
| 64 |
+
loaded and nothing in the output comes from a caption you write. All of the art direction
|
| 65 |
+
happens in the frame you paint.
|
| 66 |
+
|
| 67 |
+
## What this is
|
| 68 |
+
|
| 69 |
+
A two-part derivative of [`MiniMaxAI/MiniMax-H3`](https://huggingface.co/MiniMaxAI/MiniMax-H3)'s
|
| 70 |
+
`ref2va` transformer:
|
| 71 |
+
|
| 72 |
+
| | |
|
| 73 |
+
|---|---|
|
| 74 |
+
| `transformer/` | 33.1 B parameters, bf16, 14 shards. A **full finetune** of the base `transformer_ref` on a character-replacement objective. Same architecture and tensor names as the base; different numbers |
|
| 75 |
+
| `lora/` | rank 128 over 302 linear layers, 2.5 GB. A **DMD2-distilled** delta on the finetune above. This is what turns 30 sampling steps into 4 |
|
| 76 |
+
|
| 77 |
+
The LoRA is a delta on the *finetuned* transformer, not on the base. Loading it onto
|
| 78 |
+
stock `transformer_ref` produces garbage.
|
| 79 |
+
|
| 80 |
+
## Requirements
|
| 81 |
+
|
| 82 |
+
You need your own copy of the base model — this repository ships only the transformer
|
| 83 |
+
and the LoRA, and loads the VAE, audio VAE and schedulers from yours at runtime.
|
| 84 |
+
|
| 85 |
+
The base repository is about 269 GB, but inference here touches 11 GB of it. The
|
| 86 |
+
transformer in this repository replaces the base one, and the text encoder is never
|
| 87 |
+
loaded at all, so both can be skipped:
|
| 88 |
+
|
| 89 |
+
```bash
|
| 90 |
+
hf download MiniMaxAI/MiniMax-H3 --local-dir ./MiniMax-H3 \
|
| 91 |
+
--include "modular_model_index.json" "vae/*" "audio_vae/*" \
|
| 92 |
+
"scheduler/*" "audio_scheduler/*" \
|
| 93 |
+
"assets/ref2va.mp4"
|
| 94 |
+
|
| 95 |
+
hf download Viggle/Viggle-Animate --local-dir ./Viggle-Animate
|
| 96 |
+
|
| 97 |
+
pip install torch "git+https://github.com/huggingface/diffusers@d6726f3" av
|
| 98 |
+
```
|
| 99 |
+
|
| 100 |
+
That is 11 GB from the base model — the VAE is 9.8 GB of it — plus 65 GB here. The last
|
| 101 |
+
`--include` is the demo clip [`examples/demo.sh`](examples/demo.sh) needs; drop it if you
|
| 102 |
+
are bringing your own footage. Downloading the full base repository instead is fine and
|
| 103 |
+
changes nothing, it just costs 259 GB you will not read.
|
| 104 |
+
|
| 105 |
+
`d6726f3` is the `diffusers` commit this release was tested against. No fork and no
|
| 106 |
+
patch is required: the `minimax_h3` modular pipeline upstream is sufficient.
|
| 107 |
+
|
| 108 |
+
**One 80 GB card is not enough at bf16.** The transformer alone is 62 GiB resident, and
|
| 109 |
+
a 480×832 / 124-frame render peaks at **80.1 GiB allocated** — over an 80 GB card's
|
| 110 |
+
usable capacity before the allocator's own overhead. Either use a card with ≥ 96 GB, or
|
| 111 |
+
pass `--offload`, which streams the transformer from CPU in groups of 5 blocks and holds
|
| 112 |
+
about 12 GB of weights on the GPU instead of 62 — much slower, but it fits. Larger
|
| 113 |
+
canvases and longer clips both push this up.
|
| 114 |
+
|
| 115 |
+
## Run it
|
| 116 |
+
|
| 117 |
+
```bash
|
| 118 |
+
python Viggle-Animate/inference/sample.py \
|
| 119 |
+
--model-dir ./MiniMax-H3 \
|
| 120 |
+
--cond driving.mp4 \
|
| 121 |
+
--ref character.png \
|
| 122 |
+
--out swapped.mp4
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
Defaults are the configuration this model was evaluated at: `--steps 4`,
|
| 126 |
+
`--flow-shift 3`, `--num-frames 124` (≈ 5.2 s at 24 fps), and both references laid
|
| 127 |
+
out on the driving clip's own short edge. `--seed 42`. Output geometry defaults to
|
| 128 |
+
the driving clip's own resolution, which must be a multiple of 32 on both axes.
|
| 129 |
+
|
| 130 |
+
### Preparing the reference
|
| 131 |
+
|
| 132 |
+
The reference is the driving clip's first frame, repainted. Extract it, edit it, keep
|
| 133 |
+
the geometry:
|
| 134 |
+
|
| 135 |
+
```bash
|
| 136 |
+
ffmpeg -i driving.mp4 -frames:v 1 first_frame.png
|
| 137 |
+
# hand first_frame.png to an image editor, ask for the character swap, save the
|
| 138 |
+
# result at exactly the same resolution as driving.mp4
|
| 139 |
+
```
|
| 140 |
+
|
| 141 |
+
What the editor is asked for matters more than which editor it is. Name the change, then
|
| 142 |
+
pin down everything that must not change — pose, hand positions, held props, camera
|
| 143 |
+
framing, background, lighting. The video model follows the painted frame closely, so a
|
| 144 |
+
reference where the editor quietly reframed the shot or moved an arm will produce a clip
|
| 145 |
+
that fights the driving motion.
|
| 146 |
+
|
| 147 |
+
[`examples/demo.sh`](examples/demo.sh) reproduces the clip at the top of this page. It
|
| 148 |
+
builds the driving footage from a video that came with the base model and pairs it with
|
| 149 |
+
the repainted frame in [`examples/media/`](examples/media), so it needs no media from
|
| 150 |
+
you and has a right answer you can check against `examples/media/output.mp4`.
|
| 151 |
+
|
| 152 |
+
## Speed
|
| 153 |
+
|
| 154 |
+
Measured on one B200, 480×832, 124 frames at 24 fps, bf16, no compile:
|
| 155 |
+
|
| 156 |
+
| | |
|
| 157 |
+
|---|---|
|
| 158 |
+
| Sampling | **13.5 s** |
|
| 159 |
+
| Forward passes | **3** (`--steps 4` is a 4-point sigma grid, so 3 NFE) |
|
| 160 |
+
| Per forward | ~4.5 s |
|
| 161 |
+
| VAE decode and mux | ~11 s |
|
| 162 |
+
| Weight load, once per process | ~25 s |
|
| 163 |
+
| Peak memory | 80.1 GiB |
|
| 164 |
+
|
| 165 |
+
`--attn-backend`-style tuning is not wired into this script; the numbers above are the
|
| 166 |
+
plain PyTorch path.
|
| 167 |
+
|
| 168 |
+
## Known limitations
|
| 169 |
+
|
| 170 |
+
These are measured, not hypothetical.
|
| 171 |
+
|
| 172 |
+
- **A character photograph is not a reference, and the failure is silent.** If you pass
|
| 173 |
+
a standalone portrait of your character — a different scene, a different pose, a
|
| 174 |
+
different background — the model does not swap anyone. It reconstructs the driving
|
| 175 |
+
clip almost unchanged and reports no error. We rendered four such clips before
|
| 176 |
+
noticing. The reference must be the driving clip's own first frame, repainted; that
|
| 177 |
+
is what the model was trained on, and when the reference and the driving video
|
| 178 |
+
disagree about the scene, the driving video wins.
|
| 179 |
+
- **Everything you want in the output has to survive the paint step.** The video model
|
| 180 |
+
will not invent a costume detail, a prop or a face the repainted frame does not show.
|
| 181 |
+
Judge the reference frame before you spend a render on it.
|
| 182 |
+
- **It renders sharper than its own teacher** — Laplacian variance runs 16–50 % above
|
| 183 |
+
the 30-step model it was distilled from. Some of that reads as detail and some reads
|
| 184 |
+
as over-sharpening, and it gets worse with more sampling steps, not better.
|
| 185 |
+
- **More steps is not monotonically better.** `--steps 4` is the operating point, not
|
| 186 |
+
a degraded version of `--steps 12`. If 4 steps looks wrong, more steps is unlikely
|
| 187 |
+
to be the fix.
|
| 188 |
+
- **A single still carries limited information.** Props, accessories, garment volume
|
| 189 |
+
and prints that are visible in the reference are not always carried into the render,
|
| 190 |
+
and detail behind the character at frame 0 has to be guessed as the body moves off it.
|
| 191 |
+
- **Faces are driven by the reference and the driving motion only** — there is no
|
| 192 |
+
dedicated facial-landmark channel, so tight close-up dialogue is the weakest case.
|
| 193 |
+
- **It was trained on one subject filling a portrait frame.** Wide shots, several people
|
| 194 |
+
in frame, and landscape framing are all out of distribution; the demo above is a 2:3
|
| 195 |
+
crop of a landscape source for exactly that reason.
|
| 196 |
+
- **The driving clip's audio is dropped** at input. The model emits an audio track of
|
| 197 |
+
its own; the fixed prompt asks for silence.
|
| 198 |
+
- **Frame count is not free.** 124 frames is the evaluated window; longer renders
|
| 199 |
+
need proportionally more memory.
|
| 200 |
+
|
| 201 |
+
## License
|
| 202 |
+
|
| 203 |
+
**This is not an open-source release.** Viggle-Animate is a Model Derivative of
|
| 204 |
+
MiniMax H3 under Section I.11 of the
|
| 205 |
+
[MiniMax H3 Community License Agreement](LICENSE) — the Agreement names distillation
|
| 206 |
+
explicitly — and is distributed under that same Agreement. Your obligations, in
|
| 207 |
+
summary and without substituting for reading it:
|
| 208 |
+
|
| 209 |
+
- **The Agreement does not cover the EU, the UK, South Korea or the USA** (I.5, II,
|
| 210 |
+
V.4). In those territories it grants no rights; contact api@minimax.io.
|
| 211 |
+
- If you redistribute, pass along the Agreement, keep the [`NOTICE`](NOTICE) file, and
|
| 212 |
+
mark your modified files ([III.1–4](LICENSE)). See [`MODIFICATIONS.md`](MODIFICATIONS.md)
|
| 213 |
+
for ours.
|
| 214 |
+
- Commercial products above 20 M USD annual revenue need prior written authorization
|
| 215 |
+
from MiniMax, and must display "MiniMax H3" in the product UI (IV.1, IV.2).
|
| 216 |
+
- The Acceptable Use Policy in Exhibit A applies to everything you generate.
|
| 217 |
+
|
| 218 |
+
The base model's text encoder is Qwen3-VL-32B (Apache 2.0), but it is neither used nor
|
| 219 |
+
redistributed here.
|
| 220 |
+
|
| 221 |
+
## Intended use and misuse
|
| 222 |
+
|
| 223 |
+
This model exists to put a consenting performer into footage they did not shoot. It
|
| 224 |
+
will just as readily put someone into footage they never agreed to appear in. Note
|
| 225 |
+
where that decision is actually made: **the identity comes from the frame you paint**,
|
| 226 |
+
so an image editor's safeguards are upstream of this model and none of them are in it.
|
| 227 |
+
This model does not verify identity or consent, and cannot. **Do not run it on people who have not agreed to
|
| 228 |
+
it.** Section V.5 of the Agreement requires anyone offering this as a service to build
|
| 229 |
+
and maintain safeguards against exactly that, and to act on reports of abuse. Label
|
| 230 |
+
what you generate as AI-generated.
|
| 231 |
+
|
| 232 |
+
Powered by MiniMax H3.
|
assets/fixed_embed_fwd_anyframe.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0ae90929caf7b790f5d0de599e868cc6c179f3e969577627971c9d78936a058
|
| 3 |
+
size 3714413
|
assets/fixed_prompt.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<Video 1>: <0.2 seconds><1.2 seconds><2.2 seconds><3.2 seconds><4.2 seconds><5.0 seconds><Picture 1>: subject_definitions:
|
| 2 |
+
<Video 1> is the source video for the editing task.
|
| 3 |
+
<Picture 1> is one frame of the target video.
|
| 4 |
+
|
| 5 |
+
summary:
|
| 6 |
+
[video editing + character replacement] The target video is an edited version of <Video 1> in which every performer is replaced by a different person. <Picture 1> is one frame of the target video: it already shows the replacement, together with the background, camera framing and lighting it happens in. Every other frame of the target video shows those same people in that same place, following the motion, timing and camera of <Video 1>.
|
| 7 |
+
|
| 8 |
+
retention_analysis:
|
| 9 |
+
<Video 1> (source video editing): fully_preserved - the camera framing, the background, the lighting, and the motion and timing of every performance are copied frame for frame.
|
| 10 |
+
<Picture 1> (appears in [Shot 1]): reference - one frame of the target video, pixel for pixel. The people in it, their faces, hair, skin tone, build and clothing, and the background, the framing and the lighting are all taken from <Picture 1> and held unchanged from the first frame to the last.
|
| 11 |
+
|
| 12 |
+
detailed_description:
|
| 13 |
+
[Shot 1] The people of <Picture 1> perform exactly the motion of the corresponding performers in <Video 1>, in the same framing, on the same background, under the same lighting. Nothing outside the people changes. The camera framing never changes through the end of the video.
|
| 14 |
+
|
| 15 |
+
overall_soundscape:
|
| 16 |
+
No music and no speech.
|
examples/demo.sh
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
# Reproduce the demo on the model card, and in doing so check your install.
|
| 3 |
+
#
|
| 4 |
+
# This repository bundles no driving footage. It builds the driving clip from a demo
|
| 5 |
+
# video that ships with the base model, using the exact crop documented below, and
|
| 6 |
+
# pairs it with the repainted first frame in media/reference.png.
|
| 7 |
+
#
|
| 8 |
+
# The result should match media/output.mp4. On the same GPU model we get it back
|
| 9 |
+
# bit-identical; on different hardware bf16 kernel scheduling shifts things, and a mean
|
| 10 |
+
# absolute difference around 1.5/255 is normal. What matters is that it is the same
|
| 11 |
+
# elderly woman holding the same black lamb. If it comes back as the young man from the
|
| 12 |
+
# source video instead, the LoRA did not load. If it comes back as noise, the weights
|
| 13 |
+
# are wrong.
|
| 14 |
+
#
|
| 15 |
+
# ./examples/demo.sh /path/to/MiniMax-H3
|
| 16 |
+
#
|
| 17 |
+
# About a minute on a B200, most of it loading weights.
|
| 18 |
+
|
| 19 |
+
set -euo pipefail
|
| 20 |
+
|
| 21 |
+
MODEL_DIR="${1:?usage: demo.sh /path/to/MiniMax-H3}"
|
| 22 |
+
HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 23 |
+
OUT="${OUT:-$HERE/demo_out}"
|
| 24 |
+
mkdir -p "$OUT"
|
| 25 |
+
|
| 26 |
+
SRC="$MODEL_DIR/assets/ref2va.mp4"
|
| 27 |
+
[ -f "$SRC" ] || { echo "missing $SRC -- see the download command on the model card"; exit 1; }
|
| 28 |
+
|
| 29 |
+
# The source is 1344x768 and exactly 124 frames, which is the sampler's window. Crop a
|
| 30 |
+
# 512x768 portrait window around the figure; it stays in frame for the whole push-in, so
|
| 31 |
+
# no scaling and no padding are needed. media/reference.png is this crop's first frame,
|
| 32 |
+
# repainted.
|
| 33 |
+
ffmpeg -y -loglevel error -i "$SRC" \
|
| 34 |
+
-vf "crop=512:768:389:0" -frames:v 124 -an "$OUT/driving.mp4"
|
| 35 |
+
|
| 36 |
+
python "$HERE/../inference/sample.py" \
|
| 37 |
+
--model-dir "$MODEL_DIR" \
|
| 38 |
+
--cond "$OUT/driving.mp4" \
|
| 39 |
+
--ref "$HERE/media/reference.png" \
|
| 40 |
+
--out "$OUT/output.mp4"
|
| 41 |
+
|
| 42 |
+
echo
|
| 43 |
+
echo "wrote $OUT/output.mp4 -- compare against $HERE/media/output.mp4"
|
examples/media/before-after.png
ADDED
|
Git LFS Details
|
examples/media/output.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b89a33a902cd92a1068307b701205029682bb5e5db0326775e3490767f1df04
|
| 3 |
+
size 880425
|
examples/media/reference.png
ADDED
|
Git LFS Details
|
inference/sample.py
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Viggle-Animate: replace the performers in a video with the person in a still.
|
| 2 |
+
|
| 3 |
+
python inference/sample.py --cond driving.mp4 --ref character.png --out swapped.mp4
|
| 4 |
+
|
| 5 |
+
`--cond` supplies the motion, camera framing, background and lighting; `--ref` supplies
|
| 6 |
+
who is in it. Everything about the render except the people is copied from `--cond`.
|
| 7 |
+
|
| 8 |
+
The text encoder is never loaded. Conditioning comes from `assets/fixed_embed_fwd_anyframe.pt`,
|
| 9 |
+
a frozen 362 x 5120 tensor computed once from the fixed prompt in `assets/fixed_prompt.txt`,
|
| 10 |
+
so Qwen3-VL (63 GB of the base repo) stays on disk and the text block of the packed sequence
|
| 11 |
+
is 362 rows instead of several thousand. There is no per-clip prompt and no caption: nothing
|
| 12 |
+
in the output comes from text you write.
|
| 13 |
+
|
| 14 |
+
Needs `--model-dir` pointing at a local copy of MiniMaxAI/MiniMax-H3 for the VAE, the audio
|
| 15 |
+
VAE and the schedulers. This repository ships only the transformer and the LoRA.
|
| 16 |
+
"""
|
| 17 |
+
|
| 18 |
+
import argparse
|
| 19 |
+
import os
|
| 20 |
+
import time
|
| 21 |
+
|
| 22 |
+
import torch
|
| 23 |
+
from diffusers import MiniMaxH3Transformer3DModel, ModularPipeline
|
| 24 |
+
from diffusers.modular_pipelines.minimax_h3 import MiniMaxH3ImageReference, MiniMaxH3VideoReference
|
| 25 |
+
from diffusers.modular_pipelines.minimax_h3.encoders import MiniMaxH3Ref2VATextEncoderStep
|
| 26 |
+
from diffusers.utils.export_utils import encode_video
|
| 27 |
+
|
| 28 |
+
HERE = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| 29 |
+
|
| 30 |
+
parser = argparse.ArgumentParser()
|
| 31 |
+
parser.add_argument("--cond", required=True, help="the video whose motion, framing and background are kept")
|
| 32 |
+
parser.add_argument("--ref", required=True, help="a single still of the person to put in it")
|
| 33 |
+
parser.add_argument("--out", required=True)
|
| 34 |
+
parser.add_argument("--model-dir", required=True,
|
| 35 |
+
help="a local copy of MiniMaxAI/MiniMax-H3, for the VAE / audio VAE / schedulers")
|
| 36 |
+
parser.add_argument("--transformer", default=os.path.join(HERE, "transformer"))
|
| 37 |
+
parser.add_argument("--lora", default=os.path.join(HERE, "lora"))
|
| 38 |
+
parser.add_argument("--embed", default=os.path.join(HERE, "assets", "fixed_embed_fwd_anyframe.pt"))
|
| 39 |
+
parser.add_argument("--num-frames", type=int, default=124, help="at 24 fps; 124 frames is ~5.2 s")
|
| 40 |
+
parser.add_argument("--steps", type=int, default=4,
|
| 41 |
+
help="the distilled student's operating point. More is not monotonically better: "
|
| 42 |
+
"s4 is not a degraded s12")
|
| 43 |
+
parser.add_argument("--flow-shift", type=float, default=3.0,
|
| 44 |
+
help="the base model's released default is 12; the few-step student wants 3")
|
| 45 |
+
parser.add_argument("--height", type=int, default=None, help="defaults to the conditioning clip's own height")
|
| 46 |
+
parser.add_argument("--width", type=int, default=None, help="defaults to the conditioning clip's own width")
|
| 47 |
+
parser.add_argument("--short-edge", type=int, default=None,
|
| 48 |
+
help="the canvas both references are laid out on. Defaults to the conditioning clip's own "
|
| 49 |
+
"short edge, which is what this model was evaluated at")
|
| 50 |
+
parser.add_argument("--offload", action="store_true",
|
| 51 |
+
help="stream the transformer from CPU in groups of 5 blocks: ~12 GB resident instead of 62")
|
| 52 |
+
parser.add_argument("--seed", type=int, default=42)
|
| 53 |
+
args = parser.parse_args()
|
| 54 |
+
|
| 55 |
+
fixed = torch.load(args.embed, weights_only=False)
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
def use_fixed_embeds(self, components, state):
|
| 59 |
+
block_state = self.get_block_state(state)
|
| 60 |
+
block_state.prompt_embeds = fixed["prompt_embeds"].to(components._execution_device, torch.bfloat16)
|
| 61 |
+
block_state.text_token_tags = fixed["text_token_tags"]
|
| 62 |
+
self.set_block_state(state, block_state)
|
| 63 |
+
return components, state
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
MiniMaxH3Ref2VATextEncoderStep.__call__ = use_fixed_embeds
|
| 67 |
+
|
| 68 |
+
# The reference order is frozen: the presentation names `<Video 1>` then `<Picture 1>`, and that order
|
| 69 |
+
# advances the shared rotary clock, so it is part of the layout rather than a detail of the prompt. The
|
| 70 |
+
# driving clip's own soundtrack is dropped, as it is in training.
|
| 71 |
+
video = MiniMaxH3VideoReference.from_file(args.cond)
|
| 72 |
+
video.audio, video.sample_rate = None, None
|
| 73 |
+
|
| 74 |
+
# Passing an orientation that disagrees with the clip silently generates a transposed video, so the output
|
| 75 |
+
# geometry is derived from the clip rather than typed.
|
| 76 |
+
height = args.height or video.frames.shape[1]
|
| 77 |
+
width = args.width or video.frames.shape[2]
|
| 78 |
+
short_edge = args.short_edge or min(height, width)
|
| 79 |
+
|
| 80 |
+
pipe = ModularPipeline.from_pretrained(args.model_dir, workflow="ref2va")
|
| 81 |
+
# Both references are pinned to the target's own short edge. The base model's released defaults (768 for the
|
| 82 |
+
# video reference, 2048 for the image) put the references on a grid the target never shares; this model was
|
| 83 |
+
# finetuned and evaluated with them nested, and changing it changes the take.
|
| 84 |
+
pipe.register_to_config(canvas_short_edge=short_edge,
|
| 85 |
+
canvas_max_pixels=short_edge * max(height, width),
|
| 86 |
+
reference_image_short_edge=short_edge)
|
| 87 |
+
|
| 88 |
+
t0 = time.time()
|
| 89 |
+
# `transformer_ref` is deliberately absent: our finetune replaces it outright, so loading the base copy
|
| 90 |
+
# first would read 62 GB off disk only to drop it.
|
| 91 |
+
pipe.load_components(names=["vae", "audio_vae", "scheduler", "audio_scheduler"],
|
| 92 |
+
pretrained_model_name_or_path=args.model_dir, dtype=torch.bfloat16)
|
| 93 |
+
pipe.transformer_ref = MiniMaxH3Transformer3DModel.from_pretrained(args.transformer, torch_dtype=torch.bfloat16)
|
| 94 |
+
# `prefix=None` and the explicit `weight_name` are both required. The loader defaults to looking for a `.bin`
|
| 95 |
+
# (raises) and to filtering keys for a `transformer.` prefix, which these bare keys do not have -- that
|
| 96 |
+
# mismatch loads *nothing* and only warns, so the default would silently render the un-distilled model.
|
| 97 |
+
pipe.transformer_ref.load_lora_adapter(args.lora, weight_name="pytorch_lora_weights.safetensors", prefix=None)
|
| 98 |
+
pipe.scheduler.set_shift(args.flow_shift)
|
| 99 |
+
|
| 100 |
+
if args.offload:
|
| 101 |
+
pipe.transformer_ref.enable_group_offload(
|
| 102 |
+
onload_device=torch.device("cuda"), offload_type="block_level", num_blocks_per_group=5,
|
| 103 |
+
non_blocking=True, use_stream=True, record_stream=True)
|
| 104 |
+
pipe.vae.to("cuda")
|
| 105 |
+
pipe.audio_vae.to("cuda")
|
| 106 |
+
else:
|
| 107 |
+
pipe.to("cuda")
|
| 108 |
+
print(f"loaded in {time.time() - t0:.0f}s; canvas {height}x{width}, references on short edge {short_edge}")
|
| 109 |
+
|
| 110 |
+
t0 = time.time()
|
| 111 |
+
result = pipe(
|
| 112 |
+
prompt=fixed["presentation"],
|
| 113 |
+
references=[video, MiniMaxH3ImageReference.from_file(args.ref)],
|
| 114 |
+
num_frames=args.num_frames,
|
| 115 |
+
height=height,
|
| 116 |
+
width=width,
|
| 117 |
+
num_inference_steps=args.steps,
|
| 118 |
+
generator=torch.Generator().manual_seed(args.seed),
|
| 119 |
+
output=["videos", "audio", "sampling_rate"],
|
| 120 |
+
)
|
| 121 |
+
encode_video(result["videos"][0], fps=24, output_path=args.out,
|
| 122 |
+
audio=result["audio"][0], audio_sample_rate=result["sampling_rate"])
|
| 123 |
+
print(f"{time.time() - t0:.0f}s, peak {torch.cuda.max_memory_allocated() / 2**30:.1f} GiB -> {args.out}")
|
lora/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcdd60965d95e45a0b06f7d27435f21cbc2c8bd4f26f7b1cd8e66af7122c4af8
|
| 3 |
+
size 2666439896
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Tested with these. Nothing here is pinned tightly except diffusers, which is pinned to a
|
| 2 |
+
# commit rather than a release: the `minimax_h3` modular pipeline is newer than any tag.
|
| 3 |
+
torch==2.9.1
|
| 4 |
+
git+https://github.com/huggingface/diffusers@d6726f3
|
| 5 |
+
transformers==4.57.3
|
| 6 |
+
safetensors==0.7.0
|
| 7 |
+
av==16.1.0
|
transformer/config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxH3Transformer3DModel",
|
| 3 |
+
"_diffusers_version": "0.36.0.dev0",
|
| 4 |
+
"num_attention_heads": 56,
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"hidden_size": 5376,
|
| 7 |
+
"num_layers": 50,
|
| 8 |
+
"num_refiner_layers": 2,
|
| 9 |
+
"ffn_dim": 14336,
|
| 10 |
+
"in_channels": 24,
|
| 11 |
+
"audio_in_channels": 32,
|
| 12 |
+
"patch_size": [
|
| 13 |
+
1,
|
| 14 |
+
2,
|
| 15 |
+
2
|
| 16 |
+
],
|
| 17 |
+
"text_dim": 5120,
|
| 18 |
+
"freq_dim": 256,
|
| 19 |
+
"time_embed_hidden_dim": 5376,
|
| 20 |
+
"time_embed_dim": 2688,
|
| 21 |
+
"rope_freq_dim": 16,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"norm_eps": 1e-05,
|
| 24 |
+
"qk_norm_eps": 1e-05,
|
| 25 |
+
"final_norm_eps": 1e-05
|
| 26 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb30791125c5814baaefb5bac1e3de2cb9595e027866ffa3a1d1c946789ef427
|
| 3 |
+
size 4945656288
|
transformer/diffusion_pytorch_model-00002-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d254c72eb9637b86b11be13f2d648e4dd7c37faddf0fd09f7808faef83e6a4
|
| 3 |
+
size 4490213792
|
transformer/diffusion_pytorch_model-00003-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8410138703641d2f6475f5650aaaa6e2c335b12a992b88aab4cb6465666f3d
|
| 3 |
+
size 4701942704
|
transformer/diffusion_pytorch_model-00004-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c42d981e9fa75379f14622855f045f2dee79f75b91ced7eeb0247bd4aab1cd95
|
| 3 |
+
size 4933368952
|
transformer/diffusion_pytorch_model-00005-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b6fb580aef372b651083570c7c25edfb9dce065b49a3f605499b31109d0f9d2
|
| 3 |
+
size 4567284240
|
transformer/diffusion_pytorch_model-00006-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3183d396d2fc2d695145c98988742849658561e7e2f69ce8c3a78d414a363a0
|
| 3 |
+
size 4701942704
|
transformer/diffusion_pytorch_model-00007-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89fb79d363342bbf09735a0ddd8ae6bb782cfe829f1c530c99fb40b47fafa19c
|
| 3 |
+
size 4933368952
|
transformer/diffusion_pytorch_model-00008-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b2613f24f59acb2822ededd73f609343eaa65a29c7e6769d825838f159a2a17
|
| 3 |
+
size 4567284240
|
transformer/diffusion_pytorch_model-00009-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82f6272df4fdf01264ba0172896c3ef0962581346fc23f4d18e54b534b1ae051
|
| 3 |
+
size 4701942704
|
transformer/diffusion_pytorch_model-00010-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a21d6103074bfd21c6e6843e959722204ea669d612eaed70f97f5966b8620e5a
|
| 3 |
+
size 4933368952
|
transformer/diffusion_pytorch_model-00011-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a2b57d4cccf22ef041b4e9675ec3827a6048fc1a1e3cf19fe021bd07841918d
|
| 3 |
+
size 4567284240
|
transformer/diffusion_pytorch_model-00012-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cf2825b56586f34bb79df4ef287a0ef8f72a2b61917042858cfaf150a50ad0b
|
| 3 |
+
size 4701942704
|
transformer/diffusion_pytorch_model-00013-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:291fded8f271e6b639cbf40b561fd109fdcaa398024d77bd7d3f8abdbdd8f487
|
| 3 |
+
size 4933368952
|
transformer/diffusion_pytorch_model-00014-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:145d6c9dfc17738427eb2e7fd794a47e6397d181d8e5c798286ca9134f840955
|
| 3 |
+
size 4567090544
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
@@ -0,0 +1,645 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 66245985792
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"audio_proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 7 |
+
"audio_proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 8 |
+
"audio_proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 9 |
+
"audio_proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 10 |
+
"context_embedder.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 11 |
+
"context_embedder.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 12 |
+
"norm_out.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 13 |
+
"norm_out.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 14 |
+
"norm_out.norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 15 |
+
"proj_in.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 16 |
+
"proj_in.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 17 |
+
"proj_out.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 18 |
+
"proj_out.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 19 |
+
"time_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 20 |
+
"time_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 21 |
+
"time_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 22 |
+
"time_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 23 |
+
"token_refiner.final_norm.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 24 |
+
"token_refiner.refiner_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 25 |
+
"token_refiner.refiner_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 26 |
+
"token_refiner.refiner_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 27 |
+
"token_refiner.refiner_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 28 |
+
"token_refiner.refiner_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 29 |
+
"token_refiner.refiner_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 30 |
+
"token_refiner.refiner_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 31 |
+
"token_refiner.refiner_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 32 |
+
"token_refiner.refiner_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 33 |
+
"token_refiner.refiner_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 34 |
+
"token_refiner.refiner_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 35 |
+
"token_refiner.refiner_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 36 |
+
"token_refiner.refiner_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 37 |
+
"token_refiner.refiner_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 38 |
+
"token_refiner.refiner_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 39 |
+
"token_refiner.refiner_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 40 |
+
"token_refiner.refiner_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 41 |
+
"token_refiner.refiner_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 42 |
+
"token_refiner.refiner_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 43 |
+
"token_refiner.refiner_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 44 |
+
"transformer_blocks.0.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 45 |
+
"transformer_blocks.0.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 46 |
+
"transformer_blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 47 |
+
"transformer_blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 48 |
+
"transformer_blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 49 |
+
"transformer_blocks.0.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 50 |
+
"transformer_blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 51 |
+
"transformer_blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 52 |
+
"transformer_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 53 |
+
"transformer_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 54 |
+
"transformer_blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 55 |
+
"transformer_blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 56 |
+
"transformer_blocks.1.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 57 |
+
"transformer_blocks.1.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 58 |
+
"transformer_blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 59 |
+
"transformer_blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 60 |
+
"transformer_blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 61 |
+
"transformer_blocks.1.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 62 |
+
"transformer_blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 63 |
+
"transformer_blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 64 |
+
"transformer_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 65 |
+
"transformer_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 66 |
+
"transformer_blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 67 |
+
"transformer_blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 68 |
+
"transformer_blocks.10.adaln_proj.linear.bias": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 69 |
+
"transformer_blocks.10.adaln_proj.linear.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 70 |
+
"transformer_blocks.10.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 71 |
+
"transformer_blocks.10.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 72 |
+
"transformer_blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 73 |
+
"transformer_blocks.10.attn.to_out.0.weight": "diffusion_pytorch_model-00001-of-00014.safetensors",
|
| 74 |
+
"transformer_blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 75 |
+
"transformer_blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 76 |
+
"transformer_blocks.10.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 77 |
+
"transformer_blocks.10.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 78 |
+
"transformer_blocks.10.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 79 |
+
"transformer_blocks.10.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 80 |
+
"transformer_blocks.11.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 81 |
+
"transformer_blocks.11.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 82 |
+
"transformer_blocks.11.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 83 |
+
"transformer_blocks.11.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 84 |
+
"transformer_blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 85 |
+
"transformer_blocks.11.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 86 |
+
"transformer_blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 87 |
+
"transformer_blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 88 |
+
"transformer_blocks.11.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 89 |
+
"transformer_blocks.11.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 90 |
+
"transformer_blocks.11.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 91 |
+
"transformer_blocks.11.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 92 |
+
"transformer_blocks.12.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 93 |
+
"transformer_blocks.12.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 94 |
+
"transformer_blocks.12.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 95 |
+
"transformer_blocks.12.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 96 |
+
"transformer_blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 97 |
+
"transformer_blocks.12.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 98 |
+
"transformer_blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 99 |
+
"transformer_blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 100 |
+
"transformer_blocks.12.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 101 |
+
"transformer_blocks.12.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 102 |
+
"transformer_blocks.12.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 103 |
+
"transformer_blocks.12.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 104 |
+
"transformer_blocks.13.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 105 |
+
"transformer_blocks.13.adaln_proj.linear.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 106 |
+
"transformer_blocks.13.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 107 |
+
"transformer_blocks.13.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 108 |
+
"transformer_blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 109 |
+
"transformer_blocks.13.attn.to_out.0.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 110 |
+
"transformer_blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 111 |
+
"transformer_blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 112 |
+
"transformer_blocks.13.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 113 |
+
"transformer_blocks.13.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 114 |
+
"transformer_blocks.13.norm1.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 115 |
+
"transformer_blocks.13.norm2.weight": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 116 |
+
"transformer_blocks.14.adaln_proj.linear.bias": "diffusion_pytorch_model-00002-of-00014.safetensors",
|
| 117 |
+
"transformer_blocks.14.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 118 |
+
"transformer_blocks.14.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 119 |
+
"transformer_blocks.14.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 120 |
+
"transformer_blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 121 |
+
"transformer_blocks.14.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 122 |
+
"transformer_blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 123 |
+
"transformer_blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 124 |
+
"transformer_blocks.14.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 125 |
+
"transformer_blocks.14.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 126 |
+
"transformer_blocks.14.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 127 |
+
"transformer_blocks.14.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 128 |
+
"transformer_blocks.15.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 129 |
+
"transformer_blocks.15.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 130 |
+
"transformer_blocks.15.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 131 |
+
"transformer_blocks.15.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 132 |
+
"transformer_blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 133 |
+
"transformer_blocks.15.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 134 |
+
"transformer_blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 135 |
+
"transformer_blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 136 |
+
"transformer_blocks.15.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 137 |
+
"transformer_blocks.15.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 138 |
+
"transformer_blocks.15.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 139 |
+
"transformer_blocks.15.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 140 |
+
"transformer_blocks.16.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 141 |
+
"transformer_blocks.16.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 142 |
+
"transformer_blocks.16.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 143 |
+
"transformer_blocks.16.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 144 |
+
"transformer_blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 145 |
+
"transformer_blocks.16.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 146 |
+
"transformer_blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 147 |
+
"transformer_blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 148 |
+
"transformer_blocks.16.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 149 |
+
"transformer_blocks.16.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 150 |
+
"transformer_blocks.16.norm1.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 151 |
+
"transformer_blocks.16.norm2.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 152 |
+
"transformer_blocks.17.adaln_proj.linear.bias": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 153 |
+
"transformer_blocks.17.adaln_proj.linear.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 154 |
+
"transformer_blocks.17.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 155 |
+
"transformer_blocks.17.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 156 |
+
"transformer_blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 157 |
+
"transformer_blocks.17.attn.to_out.0.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 158 |
+
"transformer_blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 159 |
+
"transformer_blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00014.safetensors",
|
| 160 |
+
"transformer_blocks.17.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 161 |
+
"transformer_blocks.17.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 162 |
+
"transformer_blocks.17.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 163 |
+
"transformer_blocks.17.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 164 |
+
"transformer_blocks.18.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 165 |
+
"transformer_blocks.18.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 166 |
+
"transformer_blocks.18.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 167 |
+
"transformer_blocks.18.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 168 |
+
"transformer_blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 169 |
+
"transformer_blocks.18.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 170 |
+
"transformer_blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 171 |
+
"transformer_blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 172 |
+
"transformer_blocks.18.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 173 |
+
"transformer_blocks.18.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 174 |
+
"transformer_blocks.18.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 175 |
+
"transformer_blocks.18.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 176 |
+
"transformer_blocks.19.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 177 |
+
"transformer_blocks.19.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 178 |
+
"transformer_blocks.19.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 179 |
+
"transformer_blocks.19.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 180 |
+
"transformer_blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 181 |
+
"transformer_blocks.19.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 182 |
+
"transformer_blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 183 |
+
"transformer_blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 184 |
+
"transformer_blocks.19.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 185 |
+
"transformer_blocks.19.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 186 |
+
"transformer_blocks.19.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 187 |
+
"transformer_blocks.19.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 188 |
+
"transformer_blocks.2.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 189 |
+
"transformer_blocks.2.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 190 |
+
"transformer_blocks.2.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 191 |
+
"transformer_blocks.2.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 192 |
+
"transformer_blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 193 |
+
"transformer_blocks.2.attn.to_out.0.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 194 |
+
"transformer_blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 195 |
+
"transformer_blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 196 |
+
"transformer_blocks.2.ff.net.0.proj.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 197 |
+
"transformer_blocks.2.ff.net.2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 198 |
+
"transformer_blocks.2.norm1.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 199 |
+
"transformer_blocks.2.norm2.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 200 |
+
"transformer_blocks.20.adaln_proj.linear.bias": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 201 |
+
"transformer_blocks.20.adaln_proj.linear.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 202 |
+
"transformer_blocks.20.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 203 |
+
"transformer_blocks.20.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 204 |
+
"transformer_blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00014.safetensors",
|
| 205 |
+
"transformer_blocks.20.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 206 |
+
"transformer_blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 207 |
+
"transformer_blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 208 |
+
"transformer_blocks.20.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 209 |
+
"transformer_blocks.20.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 210 |
+
"transformer_blocks.20.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 211 |
+
"transformer_blocks.20.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 212 |
+
"transformer_blocks.21.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 213 |
+
"transformer_blocks.21.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 214 |
+
"transformer_blocks.21.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 215 |
+
"transformer_blocks.21.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 216 |
+
"transformer_blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 217 |
+
"transformer_blocks.21.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 218 |
+
"transformer_blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 219 |
+
"transformer_blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 220 |
+
"transformer_blocks.21.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 221 |
+
"transformer_blocks.21.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 222 |
+
"transformer_blocks.21.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 223 |
+
"transformer_blocks.21.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 224 |
+
"transformer_blocks.22.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 225 |
+
"transformer_blocks.22.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 226 |
+
"transformer_blocks.22.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 227 |
+
"transformer_blocks.22.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 228 |
+
"transformer_blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 229 |
+
"transformer_blocks.22.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 230 |
+
"transformer_blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 231 |
+
"transformer_blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 232 |
+
"transformer_blocks.22.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 233 |
+
"transformer_blocks.22.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 234 |
+
"transformer_blocks.22.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 235 |
+
"transformer_blocks.22.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 236 |
+
"transformer_blocks.23.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 237 |
+
"transformer_blocks.23.adaln_proj.linear.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 238 |
+
"transformer_blocks.23.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 239 |
+
"transformer_blocks.23.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 240 |
+
"transformer_blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 241 |
+
"transformer_blocks.23.attn.to_out.0.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 242 |
+
"transformer_blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 243 |
+
"transformer_blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 244 |
+
"transformer_blocks.23.ff.net.0.proj.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 245 |
+
"transformer_blocks.23.ff.net.2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 246 |
+
"transformer_blocks.23.norm1.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 247 |
+
"transformer_blocks.23.norm2.weight": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 248 |
+
"transformer_blocks.24.adaln_proj.linear.bias": "diffusion_pytorch_model-00005-of-00014.safetensors",
|
| 249 |
+
"transformer_blocks.24.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 250 |
+
"transformer_blocks.24.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 251 |
+
"transformer_blocks.24.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 252 |
+
"transformer_blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 253 |
+
"transformer_blocks.24.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 254 |
+
"transformer_blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 255 |
+
"transformer_blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 256 |
+
"transformer_blocks.24.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 257 |
+
"transformer_blocks.24.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 258 |
+
"transformer_blocks.24.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 259 |
+
"transformer_blocks.24.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 260 |
+
"transformer_blocks.25.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 261 |
+
"transformer_blocks.25.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 262 |
+
"transformer_blocks.25.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 263 |
+
"transformer_blocks.25.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 264 |
+
"transformer_blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 265 |
+
"transformer_blocks.25.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 266 |
+
"transformer_blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 267 |
+
"transformer_blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 268 |
+
"transformer_blocks.25.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 269 |
+
"transformer_blocks.25.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 270 |
+
"transformer_blocks.25.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 271 |
+
"transformer_blocks.25.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 272 |
+
"transformer_blocks.26.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 273 |
+
"transformer_blocks.26.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 274 |
+
"transformer_blocks.26.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 275 |
+
"transformer_blocks.26.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 276 |
+
"transformer_blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 277 |
+
"transformer_blocks.26.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 278 |
+
"transformer_blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 279 |
+
"transformer_blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 280 |
+
"transformer_blocks.26.ff.net.0.proj.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 281 |
+
"transformer_blocks.26.ff.net.2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 282 |
+
"transformer_blocks.26.norm1.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 283 |
+
"transformer_blocks.26.norm2.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 284 |
+
"transformer_blocks.27.adaln_proj.linear.bias": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 285 |
+
"transformer_blocks.27.adaln_proj.linear.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 286 |
+
"transformer_blocks.27.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 287 |
+
"transformer_blocks.27.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 288 |
+
"transformer_blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 289 |
+
"transformer_blocks.27.attn.to_out.0.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 290 |
+
"transformer_blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 291 |
+
"transformer_blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00014.safetensors",
|
| 292 |
+
"transformer_blocks.27.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 293 |
+
"transformer_blocks.27.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 294 |
+
"transformer_blocks.27.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 295 |
+
"transformer_blocks.27.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 296 |
+
"transformer_blocks.28.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 297 |
+
"transformer_blocks.28.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 298 |
+
"transformer_blocks.28.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 299 |
+
"transformer_blocks.28.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 300 |
+
"transformer_blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 301 |
+
"transformer_blocks.28.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 302 |
+
"transformer_blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 303 |
+
"transformer_blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 304 |
+
"transformer_blocks.28.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 305 |
+
"transformer_blocks.28.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 306 |
+
"transformer_blocks.28.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 307 |
+
"transformer_blocks.28.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 308 |
+
"transformer_blocks.29.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 309 |
+
"transformer_blocks.29.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 310 |
+
"transformer_blocks.29.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 311 |
+
"transformer_blocks.29.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 312 |
+
"transformer_blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 313 |
+
"transformer_blocks.29.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 314 |
+
"transformer_blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 315 |
+
"transformer_blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 316 |
+
"transformer_blocks.29.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 317 |
+
"transformer_blocks.29.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 318 |
+
"transformer_blocks.29.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 319 |
+
"transformer_blocks.29.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 320 |
+
"transformer_blocks.3.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 321 |
+
"transformer_blocks.3.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 322 |
+
"transformer_blocks.3.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 323 |
+
"transformer_blocks.3.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 324 |
+
"transformer_blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 325 |
+
"transformer_blocks.3.attn.to_out.0.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 326 |
+
"transformer_blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 327 |
+
"transformer_blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 328 |
+
"transformer_blocks.3.ff.net.0.proj.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 329 |
+
"transformer_blocks.3.ff.net.2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 330 |
+
"transformer_blocks.3.norm1.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 331 |
+
"transformer_blocks.3.norm2.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 332 |
+
"transformer_blocks.30.adaln_proj.linear.bias": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 333 |
+
"transformer_blocks.30.adaln_proj.linear.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 334 |
+
"transformer_blocks.30.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 335 |
+
"transformer_blocks.30.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 336 |
+
"transformer_blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00014.safetensors",
|
| 337 |
+
"transformer_blocks.30.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 338 |
+
"transformer_blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 339 |
+
"transformer_blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 340 |
+
"transformer_blocks.30.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 341 |
+
"transformer_blocks.30.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 342 |
+
"transformer_blocks.30.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 343 |
+
"transformer_blocks.30.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 344 |
+
"transformer_blocks.31.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 345 |
+
"transformer_blocks.31.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 346 |
+
"transformer_blocks.31.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 347 |
+
"transformer_blocks.31.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 348 |
+
"transformer_blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 349 |
+
"transformer_blocks.31.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 350 |
+
"transformer_blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 351 |
+
"transformer_blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 352 |
+
"transformer_blocks.31.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 353 |
+
"transformer_blocks.31.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 354 |
+
"transformer_blocks.31.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 355 |
+
"transformer_blocks.31.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 356 |
+
"transformer_blocks.32.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 357 |
+
"transformer_blocks.32.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 358 |
+
"transformer_blocks.32.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 359 |
+
"transformer_blocks.32.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 360 |
+
"transformer_blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 361 |
+
"transformer_blocks.32.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 362 |
+
"transformer_blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 363 |
+
"transformer_blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 364 |
+
"transformer_blocks.32.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 365 |
+
"transformer_blocks.32.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 366 |
+
"transformer_blocks.32.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 367 |
+
"transformer_blocks.32.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 368 |
+
"transformer_blocks.33.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 369 |
+
"transformer_blocks.33.adaln_proj.linear.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 370 |
+
"transformer_blocks.33.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 371 |
+
"transformer_blocks.33.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 372 |
+
"transformer_blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 373 |
+
"transformer_blocks.33.attn.to_out.0.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 374 |
+
"transformer_blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 375 |
+
"transformer_blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 376 |
+
"transformer_blocks.33.ff.net.0.proj.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 377 |
+
"transformer_blocks.33.ff.net.2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 378 |
+
"transformer_blocks.33.norm1.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 379 |
+
"transformer_blocks.33.norm2.weight": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 380 |
+
"transformer_blocks.34.adaln_proj.linear.bias": "diffusion_pytorch_model-00008-of-00014.safetensors",
|
| 381 |
+
"transformer_blocks.34.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 382 |
+
"transformer_blocks.34.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 383 |
+
"transformer_blocks.34.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 384 |
+
"transformer_blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 385 |
+
"transformer_blocks.34.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 386 |
+
"transformer_blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 387 |
+
"transformer_blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 388 |
+
"transformer_blocks.34.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 389 |
+
"transformer_blocks.34.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 390 |
+
"transformer_blocks.34.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 391 |
+
"transformer_blocks.34.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 392 |
+
"transformer_blocks.35.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 393 |
+
"transformer_blocks.35.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 394 |
+
"transformer_blocks.35.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 395 |
+
"transformer_blocks.35.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 396 |
+
"transformer_blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 397 |
+
"transformer_blocks.35.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 398 |
+
"transformer_blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 399 |
+
"transformer_blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 400 |
+
"transformer_blocks.35.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 401 |
+
"transformer_blocks.35.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 402 |
+
"transformer_blocks.35.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 403 |
+
"transformer_blocks.35.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 404 |
+
"transformer_blocks.36.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 405 |
+
"transformer_blocks.36.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 406 |
+
"transformer_blocks.36.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 407 |
+
"transformer_blocks.36.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 408 |
+
"transformer_blocks.36.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 409 |
+
"transformer_blocks.36.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 410 |
+
"transformer_blocks.36.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 411 |
+
"transformer_blocks.36.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 412 |
+
"transformer_blocks.36.ff.net.0.proj.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 413 |
+
"transformer_blocks.36.ff.net.2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 414 |
+
"transformer_blocks.36.norm1.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 415 |
+
"transformer_blocks.36.norm2.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 416 |
+
"transformer_blocks.37.adaln_proj.linear.bias": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 417 |
+
"transformer_blocks.37.adaln_proj.linear.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 418 |
+
"transformer_blocks.37.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 419 |
+
"transformer_blocks.37.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 420 |
+
"transformer_blocks.37.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 421 |
+
"transformer_blocks.37.attn.to_out.0.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 422 |
+
"transformer_blocks.37.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 423 |
+
"transformer_blocks.37.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00014.safetensors",
|
| 424 |
+
"transformer_blocks.37.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 425 |
+
"transformer_blocks.37.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 426 |
+
"transformer_blocks.37.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 427 |
+
"transformer_blocks.37.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 428 |
+
"transformer_blocks.38.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 429 |
+
"transformer_blocks.38.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 430 |
+
"transformer_blocks.38.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 431 |
+
"transformer_blocks.38.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 432 |
+
"transformer_blocks.38.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 433 |
+
"transformer_blocks.38.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 434 |
+
"transformer_blocks.38.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 435 |
+
"transformer_blocks.38.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 436 |
+
"transformer_blocks.38.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 437 |
+
"transformer_blocks.38.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 438 |
+
"transformer_blocks.38.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 439 |
+
"transformer_blocks.38.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 440 |
+
"transformer_blocks.39.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 441 |
+
"transformer_blocks.39.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 442 |
+
"transformer_blocks.39.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 443 |
+
"transformer_blocks.39.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 444 |
+
"transformer_blocks.39.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 445 |
+
"transformer_blocks.39.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 446 |
+
"transformer_blocks.39.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 447 |
+
"transformer_blocks.39.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 448 |
+
"transformer_blocks.39.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 449 |
+
"transformer_blocks.39.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 450 |
+
"transformer_blocks.39.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 451 |
+
"transformer_blocks.39.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 452 |
+
"transformer_blocks.4.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 453 |
+
"transformer_blocks.4.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 454 |
+
"transformer_blocks.4.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 455 |
+
"transformer_blocks.4.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 456 |
+
"transformer_blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 457 |
+
"transformer_blocks.4.attn.to_out.0.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 458 |
+
"transformer_blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 459 |
+
"transformer_blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 460 |
+
"transformer_blocks.4.ff.net.0.proj.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 461 |
+
"transformer_blocks.4.ff.net.2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 462 |
+
"transformer_blocks.4.norm1.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 463 |
+
"transformer_blocks.4.norm2.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 464 |
+
"transformer_blocks.40.adaln_proj.linear.bias": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 465 |
+
"transformer_blocks.40.adaln_proj.linear.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 466 |
+
"transformer_blocks.40.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 467 |
+
"transformer_blocks.40.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 468 |
+
"transformer_blocks.40.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00014.safetensors",
|
| 469 |
+
"transformer_blocks.40.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 470 |
+
"transformer_blocks.40.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 471 |
+
"transformer_blocks.40.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 472 |
+
"transformer_blocks.40.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 473 |
+
"transformer_blocks.40.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 474 |
+
"transformer_blocks.40.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 475 |
+
"transformer_blocks.40.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 476 |
+
"transformer_blocks.41.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 477 |
+
"transformer_blocks.41.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 478 |
+
"transformer_blocks.41.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 479 |
+
"transformer_blocks.41.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 480 |
+
"transformer_blocks.41.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 481 |
+
"transformer_blocks.41.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 482 |
+
"transformer_blocks.41.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 483 |
+
"transformer_blocks.41.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 484 |
+
"transformer_blocks.41.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 485 |
+
"transformer_blocks.41.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 486 |
+
"transformer_blocks.41.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 487 |
+
"transformer_blocks.41.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 488 |
+
"transformer_blocks.42.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 489 |
+
"transformer_blocks.42.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 490 |
+
"transformer_blocks.42.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 491 |
+
"transformer_blocks.42.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 492 |
+
"transformer_blocks.42.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 493 |
+
"transformer_blocks.42.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 494 |
+
"transformer_blocks.42.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 495 |
+
"transformer_blocks.42.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 496 |
+
"transformer_blocks.42.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 497 |
+
"transformer_blocks.42.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 498 |
+
"transformer_blocks.42.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 499 |
+
"transformer_blocks.42.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 500 |
+
"transformer_blocks.43.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 501 |
+
"transformer_blocks.43.adaln_proj.linear.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 502 |
+
"transformer_blocks.43.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 503 |
+
"transformer_blocks.43.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 504 |
+
"transformer_blocks.43.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 505 |
+
"transformer_blocks.43.attn.to_out.0.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 506 |
+
"transformer_blocks.43.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 507 |
+
"transformer_blocks.43.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 508 |
+
"transformer_blocks.43.ff.net.0.proj.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 509 |
+
"transformer_blocks.43.ff.net.2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 510 |
+
"transformer_blocks.43.norm1.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 511 |
+
"transformer_blocks.43.norm2.weight": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 512 |
+
"transformer_blocks.44.adaln_proj.linear.bias": "diffusion_pytorch_model-00011-of-00014.safetensors",
|
| 513 |
+
"transformer_blocks.44.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 514 |
+
"transformer_blocks.44.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 515 |
+
"transformer_blocks.44.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 516 |
+
"transformer_blocks.44.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 517 |
+
"transformer_blocks.44.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 518 |
+
"transformer_blocks.44.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 519 |
+
"transformer_blocks.44.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 520 |
+
"transformer_blocks.44.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 521 |
+
"transformer_blocks.44.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 522 |
+
"transformer_blocks.44.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 523 |
+
"transformer_blocks.44.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 524 |
+
"transformer_blocks.45.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 525 |
+
"transformer_blocks.45.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 526 |
+
"transformer_blocks.45.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 527 |
+
"transformer_blocks.45.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 528 |
+
"transformer_blocks.45.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 529 |
+
"transformer_blocks.45.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 530 |
+
"transformer_blocks.45.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 531 |
+
"transformer_blocks.45.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 532 |
+
"transformer_blocks.45.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 533 |
+
"transformer_blocks.45.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 534 |
+
"transformer_blocks.45.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 535 |
+
"transformer_blocks.45.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 536 |
+
"transformer_blocks.46.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 537 |
+
"transformer_blocks.46.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 538 |
+
"transformer_blocks.46.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 539 |
+
"transformer_blocks.46.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 540 |
+
"transformer_blocks.46.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 541 |
+
"transformer_blocks.46.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 542 |
+
"transformer_blocks.46.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 543 |
+
"transformer_blocks.46.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 544 |
+
"transformer_blocks.46.ff.net.0.proj.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 545 |
+
"transformer_blocks.46.ff.net.2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 546 |
+
"transformer_blocks.46.norm1.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 547 |
+
"transformer_blocks.46.norm2.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 548 |
+
"transformer_blocks.47.adaln_proj.linear.bias": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 549 |
+
"transformer_blocks.47.adaln_proj.linear.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 550 |
+
"transformer_blocks.47.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 551 |
+
"transformer_blocks.47.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 552 |
+
"transformer_blocks.47.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 553 |
+
"transformer_blocks.47.attn.to_out.0.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 554 |
+
"transformer_blocks.47.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 555 |
+
"transformer_blocks.47.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00014.safetensors",
|
| 556 |
+
"transformer_blocks.47.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 557 |
+
"transformer_blocks.47.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 558 |
+
"transformer_blocks.47.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 559 |
+
"transformer_blocks.47.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 560 |
+
"transformer_blocks.48.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 561 |
+
"transformer_blocks.48.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 562 |
+
"transformer_blocks.48.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 563 |
+
"transformer_blocks.48.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 564 |
+
"transformer_blocks.48.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 565 |
+
"transformer_blocks.48.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 566 |
+
"transformer_blocks.48.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 567 |
+
"transformer_blocks.48.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 568 |
+
"transformer_blocks.48.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 569 |
+
"transformer_blocks.48.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 570 |
+
"transformer_blocks.48.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 571 |
+
"transformer_blocks.48.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 572 |
+
"transformer_blocks.49.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 573 |
+
"transformer_blocks.49.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 574 |
+
"transformer_blocks.49.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 575 |
+
"transformer_blocks.49.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 576 |
+
"transformer_blocks.49.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 577 |
+
"transformer_blocks.49.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 578 |
+
"transformer_blocks.49.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 579 |
+
"transformer_blocks.49.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 580 |
+
"transformer_blocks.49.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 581 |
+
"transformer_blocks.49.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 582 |
+
"transformer_blocks.49.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 583 |
+
"transformer_blocks.49.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 584 |
+
"transformer_blocks.5.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 585 |
+
"transformer_blocks.5.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 586 |
+
"transformer_blocks.5.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 587 |
+
"transformer_blocks.5.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 588 |
+
"transformer_blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 589 |
+
"transformer_blocks.5.attn.to_out.0.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 590 |
+
"transformer_blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 591 |
+
"transformer_blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 592 |
+
"transformer_blocks.5.ff.net.0.proj.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 593 |
+
"transformer_blocks.5.ff.net.2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 594 |
+
"transformer_blocks.5.norm1.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 595 |
+
"transformer_blocks.5.norm2.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 596 |
+
"transformer_blocks.6.adaln_proj.linear.bias": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 597 |
+
"transformer_blocks.6.adaln_proj.linear.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 598 |
+
"transformer_blocks.6.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 599 |
+
"transformer_blocks.6.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 600 |
+
"transformer_blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00014.safetensors",
|
| 601 |
+
"transformer_blocks.6.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 602 |
+
"transformer_blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 603 |
+
"transformer_blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 604 |
+
"transformer_blocks.6.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 605 |
+
"transformer_blocks.6.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 606 |
+
"transformer_blocks.6.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 607 |
+
"transformer_blocks.6.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 608 |
+
"transformer_blocks.7.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 609 |
+
"transformer_blocks.7.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 610 |
+
"transformer_blocks.7.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 611 |
+
"transformer_blocks.7.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 612 |
+
"transformer_blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 613 |
+
"transformer_blocks.7.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 614 |
+
"transformer_blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 615 |
+
"transformer_blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 616 |
+
"transformer_blocks.7.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 617 |
+
"transformer_blocks.7.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 618 |
+
"transformer_blocks.7.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 619 |
+
"transformer_blocks.7.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 620 |
+
"transformer_blocks.8.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 621 |
+
"transformer_blocks.8.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 622 |
+
"transformer_blocks.8.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 623 |
+
"transformer_blocks.8.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 624 |
+
"transformer_blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 625 |
+
"transformer_blocks.8.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 626 |
+
"transformer_blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 627 |
+
"transformer_blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 628 |
+
"transformer_blocks.8.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 629 |
+
"transformer_blocks.8.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 630 |
+
"transformer_blocks.8.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 631 |
+
"transformer_blocks.8.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 632 |
+
"transformer_blocks.9.adaln_proj.linear.bias": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 633 |
+
"transformer_blocks.9.adaln_proj.linear.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 634 |
+
"transformer_blocks.9.attn.norm_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 635 |
+
"transformer_blocks.9.attn.norm_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 636 |
+
"transformer_blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 637 |
+
"transformer_blocks.9.attn.to_out.0.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 638 |
+
"transformer_blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 639 |
+
"transformer_blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 640 |
+
"transformer_blocks.9.ff.net.0.proj.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 641 |
+
"transformer_blocks.9.ff.net.2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 642 |
+
"transformer_blocks.9.norm1.weight": "diffusion_pytorch_model-00014-of-00014.safetensors",
|
| 643 |
+
"transformer_blocks.9.norm2.weight": "diffusion_pytorch_model-00014-of-00014.safetensors"
|
| 644 |
+
}
|
| 645 |
+
}
|