lightx2v commited on
Commit
99f4591
·
verified ·
1 Parent(s): e16fa94

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +12 -0
  2. LICENSE.txt +201 -0
  3. README.md +301 -3
  4. Wan2.1_VAE.pth +3 -0
  5. assets/comp_effic.png +3 -0
  6. assets/data_for_diff_stage.jpg +3 -0
  7. assets/i2v_res.png +3 -0
  8. assets/logo.png +0 -0
  9. assets/t2v_res.jpg +3 -0
  10. assets/vben_1.3b_vs_sota.png +3 -0
  11. assets/vben_vs_sota.png +3 -0
  12. assets/video_dit_arch.jpg +3 -0
  13. assets/video_vae_res.jpg +3 -0
  14. config.json +14 -0
  15. examples/i2v_input.JPG +3 -0
  16. fp8/block_0.safetensors +3 -0
  17. fp8/block_1.safetensors +3 -0
  18. fp8/block_10.safetensors +3 -0
  19. fp8/block_11.safetensors +3 -0
  20. fp8/block_12.safetensors +3 -0
  21. fp8/block_13.safetensors +3 -0
  22. fp8/block_14.safetensors +3 -0
  23. fp8/block_15.safetensors +3 -0
  24. fp8/block_16.safetensors +3 -0
  25. fp8/block_17.safetensors +3 -0
  26. fp8/block_18.safetensors +3 -0
  27. fp8/block_19.safetensors +3 -0
  28. fp8/block_2.safetensors +3 -0
  29. fp8/block_20.safetensors +3 -0
  30. fp8/block_21.safetensors +3 -0
  31. fp8/block_22.safetensors +3 -0
  32. fp8/block_23.safetensors +3 -0
  33. fp8/block_24.safetensors +3 -0
  34. fp8/block_25.safetensors +3 -0
  35. fp8/block_26.safetensors +3 -0
  36. fp8/block_27.safetensors +3 -0
  37. fp8/block_28.safetensors +3 -0
  38. fp8/block_29.safetensors +3 -0
  39. fp8/block_3.safetensors +3 -0
  40. fp8/block_30.safetensors +3 -0
  41. fp8/block_31.safetensors +3 -0
  42. fp8/block_32.safetensors +3 -0
  43. fp8/block_33.safetensors +3 -0
  44. fp8/block_34.safetensors +3 -0
  45. fp8/block_35.safetensors +3 -0
  46. fp8/block_36.safetensors +3 -0
  47. fp8/block_37.safetensors +3 -0
  48. fp8/block_38.safetensors +3 -0
  49. fp8/block_39.safetensors +3 -0
  50. fp8/block_4.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ google/umt5-xxl/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ assets/comp_effic.png filter=lfs diff=lfs merge=lfs -text
38
+ assets/data_for_diff_stage.jpg filter=lfs diff=lfs merge=lfs -text
39
+ assets/i2v_res.png filter=lfs diff=lfs merge=lfs -text
40
+ assets/logo.png filter=lfs diff=lfs merge=lfs -text
41
+ assets/t2v_res.jpg filter=lfs diff=lfs merge=lfs -text
42
+ assets/vben_vs_sota.png filter=lfs diff=lfs merge=lfs -text
43
+ assets/vben_vs_sota_t2i.jpg filter=lfs diff=lfs merge=lfs -text
44
+ assets/video_dit_arch.jpg filter=lfs diff=lfs merge=lfs -text
45
+ assets/video_vae_res.jpg filter=lfs diff=lfs merge=lfs -text
46
+ examples/i2v_input.JPG filter=lfs diff=lfs merge=lfs -text
47
+ assets/vben_1.3b_vs_sota.png filter=lfs diff=lfs merge=lfs -text
LICENSE.txt ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
README.md CHANGED
@@ -1,3 +1,301 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ pipeline_tag: text-to-video
7
+ tags:
8
+ - video generation
9
+ library_name: diffusers
10
+ inference:
11
+ parameters:
12
+ num_inference_steps: 10
13
+ ---
14
+ # Wan2.1
15
+
16
+ <p align="center">
17
+ <img src="assets/logo.png" width="400"/>
18
+ <p>
19
+
20
+ <p align="center">
21
+ 💜 <a href=""><b>Wan</b></a> &nbsp&nbsp | &nbsp&nbsp 🖥️ <a href="https://github.com/Wan-Video/Wan2.1">GitHub</a> &nbsp&nbsp | &nbsp&nbsp🤗 <a href="https://huggingface.co/Wan-AI/">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp🤖 <a href="https://modelscope.cn/organization/Wan-AI">ModelScope</a>&nbsp&nbsp | &nbsp&nbsp 📑 <a href="">Paper (Coming soon)</a> &nbsp&nbsp | &nbsp&nbsp 📑 <a href="https://wanxai.com">Blog</a> &nbsp&nbsp | &nbsp&nbsp💬 <a href="https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg">WeChat Group</a>&nbsp&nbsp | &nbsp&nbsp 📖 <a href="https://discord.gg/p5XbdQV7">Discord</a>&nbsp&nbsp
22
+ <br>
23
+
24
+ -----
25
+
26
+ [**Wan: Open and Advanced Large-Scale Video Generative Models**]("") <be>
27
+
28
+ In this repository, we present **Wan2.1**, a comprehensive and open suite of video foundation models that pushes the boundaries of video generation. **Wan2.1** offers these key features:
29
+ - 👍 **SOTA Performance**: **Wan2.1** consistently outperforms existing open-source models and state-of-the-art commercial solutions across multiple benchmarks.
30
+ - 👍 **Supports Consumer-grade GPUs**: The T2V-1.3B model requires only 8.19 GB VRAM, making it compatible with almost all consumer-grade GPUs. It can generate a 5-second 480P video on an RTX 4090 in about 4 minutes (without optimization techniques like quantization). Its performance is even comparable to some closed-source models.
31
+ - 👍 **Multiple Tasks**: **Wan2.1** excels in Text-to-Video, Image-to-Video, Video Editing, Text-to-Image, and Video-to-Audio, advancing the field of video generation.
32
+ - 👍 **Visual Text Generation**: **Wan2.1** is the first video model capable of generating both Chinese and English text, featuring robust text generation that enhances its practical applications.
33
+ - 👍 **Powerful Video VAE**: **Wan-VAE** delivers exceptional efficiency and performance, encoding and decoding 1080P videos of any length while preserving temporal information, making it an ideal foundation for video and image generation.
34
+
35
+ This repository features our T2V-14B model, which establishes a new SOTA performance benchmark among both open-source and closed-source models. It demonstrates exceptional capabilities in generating high-quality visuals with significant motion dynamics. It is also the only video model capable of producing both Chinese and English text and supports video generation at both 480P and 720P resolutions.
36
+
37
+
38
+ ## Video Demos
39
+
40
+ <div align="center">
41
+ <video width="80%" controls>
42
+ <source src="https://cloud.video.taobao.com/vod/Jth64Y7wNoPcJki_Bo1ZJTDBvNjsgjlVKsNs05Fqfps.mp4" type="video/mp4">
43
+ Your browser does not support the video tag.
44
+ </video>
45
+ </div>
46
+
47
+ ## 🔥 Latest News!!
48
+
49
+ * Feb 22, 2025: 👋 We've released the inference code and weights of Wan2.1.
50
+
51
+
52
+ ## 📑 Todo List
53
+ - Wan2.1 Text-to-Video
54
+ - [x] Multi-GPU Inference code of the 14B and 1.3B models
55
+ - [x] Checkpoints of the 14B and 1.3B models
56
+ - [x] Gradio demo
57
+ - [ ] Diffusers integration
58
+ - [ ] ComfyUI integration
59
+ - Wan2.1 Image-to-Video
60
+ - [x] Multi-GPU Inference code of the 14B model
61
+ - [x] Checkpoints of the 14B model
62
+ - [x] Gradio demo
63
+ - [ ] Diffusers integration
64
+ - [ ] ComfyUI integration
65
+
66
+
67
+ ## Quickstart
68
+
69
+ #### Installation
70
+ Clone the repo:
71
+ ```
72
+ git clone https://github.com/Wan-Video/Wan2.1.git
73
+ cd Wan2.1
74
+ ```
75
+
76
+ Install dependencies:
77
+ ```
78
+ # Ensure torch >= 2.4.0
79
+ pip install -r requirements.txt
80
+ ```
81
+
82
+
83
+ #### Model Download
84
+
85
+ | Models | Download Link | Notes |
86
+ | --------------|-------------------------------------------------------------------------------|-------------------------------|
87
+ | T2V-14B | 🤗 [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B) 🤖 [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-T2V-14B) | Supports both 480P and 720P
88
+ | I2V-14B-720P | 🤗 [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-720P) 🤖 [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-I2V-14B-720P) | Supports 720P
89
+ | I2V-14B-480P | 🤗 [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P) 🤖 [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-I2V-14B-480P) | Supports 480P
90
+ | T2V-1.3B | 🤗 [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-T2V-1.3B) 🤖 [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-T2V-1.3B) | Supports 480P
91
+
92
+ > 💡Note: The 1.3B model is capable of generating videos at 720P resolution. However, due to limited training at this resolution, the results are generally less stable compared to 480P. For optimal performance, we recommend using 480P resolution.
93
+
94
+
95
+ Download models using 🤗 huggingface-cli:
96
+ ```
97
+ pip install "huggingface_hub[cli]"
98
+ huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B
99
+ ```
100
+
101
+ Download models using 🤖 modelscope-cli:
102
+ ```
103
+ pip install modelscope
104
+ modelscope download Wan-AI/Wan2.1-T2V-14B --local_dir ./Wan2.1-T2V-14B
105
+ ```
106
+ #### Run Text-to-Video Generation
107
+
108
+ This repository supports two Text-to-Video models (1.3B and 14B) and two resolutions (480P and 720P). The parameters and configurations for these models are as follows:
109
+
110
+ <table>
111
+ <thead>
112
+ <tr>
113
+ <th rowspan="2">Task</th>
114
+ <th colspan="2">Resolution</th>
115
+ <th rowspan="2">Model</th>
116
+ </tr>
117
+ <tr>
118
+ <th>480P</th>
119
+ <th>720P</th>
120
+ </tr>
121
+ </thead>
122
+ <tbody>
123
+ <tr>
124
+ <td>t2v-14B</td>
125
+ <td style="color: green;">✔️</td>
126
+ <td style="color: green;">✔️</td>
127
+ <td>Wan2.1-T2V-14B</td>
128
+ </tr>
129
+ <tr>
130
+ <td>t2v-1.3B</td>
131
+ <td style="color: green;">✔️</td>
132
+ <td style="color: red;">❌</td>
133
+ <td>Wan2.1-T2V-1.3B</td>
134
+ </tr>
135
+ </tbody>
136
+ </table>
137
+
138
+
139
+ ##### (1) Without Prompt Extention
140
+
141
+ To facilitate implementation, we will start with a basic version of the inference process that skips the [prompt extension](#2-using-prompt-extention) step.
142
+
143
+ - Single-GPU inference
144
+
145
+ ```
146
+ python generate.py --task t2v-14B --size 1280*720 --ckpt_dir ./Wan2.1-T2V-14B --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
147
+ ```
148
+
149
+ If you encounter OOM (Out-of-Memory) issues, you can use the `--offload_model True` and `--t5_cpu` options to reduce GPU memory usage. For example, on an RTX 4090 GPU:
150
+
151
+ ```
152
+ python generate.py --task t2v-1.3B --size 832*480 --ckpt_dir ./Wan2.1-T2V-1.3B --offload_model True --t5_cpu --sample_shift 8 --sample_guide_scale 6 --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
153
+ ```
154
+
155
+ > 💡Note: If you are using the `T2V-1.3B` model, we recommend setting the parameter `--sample_guide_scale 6`. The `--sample_shift parameter` can be adjusted within the range of 8 to 12 based on the performance.
156
+
157
+
158
+ - Multi-GPU inference using FSDP + xDiT USP
159
+
160
+ ```
161
+ pip install "xfuser>=0.4.1"
162
+ torchrun --nproc_per_node=8 generate.py --task t2v-14B --size 1280*720 --ckpt_dir ./Wan2.1-T2V-14B --dit_fsdp --t5_fsdp --ulysses_size 8 --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
163
+ ```
164
+
165
+
166
+ ##### (2) Using Prompt Extention
167
+
168
+ Extending the prompts can effectively enrich the details in the generated videos, further enhancing the video quality. Therefore, we recommend enabling prompt extension. We provide the following two methods for prompt extension:
169
+
170
+ - Use the Dashscope API for extension.
171
+ - Apply for a `dashscope.api_key` in advance ([EN](https://www.alibabacloud.com/help/en/model-studio/getting-started/first-api-call-to-qwen) | [CN](https://help.aliyun.com/zh/model-studio/getting-started/first-api-call-to-qwen)).
172
+ - Configure the environment variable `DASH_API_KEY` to specify the Dashscope API key. For users of Alibaba Cloud's international site, you also need to set the environment variable `DASH_API_URL` to 'https://dashscope-intl.aliyuncs.com/api/v1'. For more detailed instructions, please refer to the [dashscope document](https://www.alibabacloud.com/help/en/model-studio/developer-reference/use-qwen-by-calling-api?spm=a2c63.p38356.0.i1).
173
+ - Use the `qwen-plus` model for text-to-video tasks and `qwen-vl-max` for image-to-video tasks.
174
+ - You can modify the model used for extension with the parameter `--prompt_extend_model`. For example:
175
+ ```
176
+ DASH_API_KEY=your_key python generate.py --task t2v-14B --size 1280*720 --ckpt_dir ./Wan2.1-T2V-14B --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage" --use_prompt_extend --prompt_extend_method 'dashscope' --prompt_extend_target_lang 'ch'
177
+ ```
178
+
179
+ - Using a local model for extension.
180
+
181
+ - By default, the Qwen model on HuggingFace is used for this extension. Users can choose based on the available GPU memory size.
182
+ - For text-to-video tasks, you can use models like `Qwen/Qwen2.5-14B-Instruct`, `Qwen/Qwen2.5-7B-Instruct` and `Qwen/Qwen2.5-3B-Instruct`
183
+ - For image-to-video tasks, you can use models like `Qwen/Qwen2.5-VL-7B-Instruct` and `Qwen/Qwen2.5-VL-3B-Instruct`.
184
+ - Larger models generally provide better extension results but require more GPU memory.
185
+ - You can modify the model used for extension with the parameter `--prompt_extend_model` , allowing you to specify either a local model path or a Hugging Face model. For example:
186
+
187
+ ```
188
+ python generate.py --task t2v-14B --size 1280*720 --ckpt_dir ./Wan2.1-T2V-14B --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage" --use_prompt_extend --prompt_extend_method 'local_qwen' --prompt_extend_target_lang 'ch'
189
+ ```
190
+
191
+ ##### (3) Runing local gradio
192
+
193
+ ```
194
+ cd gradio
195
+ # if one uses dashscope’s API for prompt extension
196
+ DASH_API_KEY=your_key python t2v_14B_singleGPU.py --prompt_extend_method 'dashscope' --ckpt_dir ./Wan2.1-T2V-14B
197
+
198
+ # if one uses a local model for prompt extension
199
+ python t2v_14B_singleGPU.py --prompt_extend_method 'local_qwen' --ckpt_dir ./Wan2.1-T2V-14B
200
+ ```
201
+
202
+
203
+ ## Manual Evaluation
204
+
205
+
206
+ Through manual evaluation, the results generated after prompt extension are superior to those from both closed-source and open-source models.
207
+
208
+ <div align="center">
209
+ <img src="assets/t2v_res.jpg" alt="" style="width: 80%;" />
210
+ </div>
211
+
212
+
213
+
214
+ ## Computational Efficiency on Different GPUs
215
+
216
+ We test the computational efficiency of different **Wan2.1** models on different GPUs in the following table. The results are presented in the format: **Total time (s) / peak GPU memory (GB)**.
217
+
218
+
219
+ <div align="center">
220
+ <img src="assets/comp_effic.png" alt="" style="width: 80%;" />
221
+ </div>
222
+
223
+ > The parameter settings for the tests presented in this table are as follows:
224
+ > (1) For the 1.3B model on 8 GPUs, set `--ring_size 8` and `--ulysses_size 1`;
225
+ > (2) For the 14B model on 1 GPU, use `--offload_model True`;
226
+ > (3) For the 1.3B model on a single 4090 GPU, set `--offload_model True --t5_cpu`;
227
+ > (4) For all testings, no prompt extension was applied, meaning `--use_prompt_extend` was not enabled.
228
+
229
+
230
+ ## Community Contributions
231
+ - [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) provides more support for Wan, including video-to-video, FP8 quantization, VRAM optimization, LoRA training, and more. Please refer to [their examples](https://github.com/modelscope/DiffSynth-Studio/tree/main/examples/wanvideo).
232
+
233
+ -------
234
+
235
+ ## Introduction of Wan2.1
236
+
237
+ **Wan2.1** is designed on the mainstream diffusion transformer paradigm, achieving significant advancements in generative capabilities through a series of innovations. These include our novel spatio-temporal variational autoencoder (VAE), scalable training strategies, large-scale data construction, and automated evaluation metrics. Collectively, these contributions enhance the model’s performance and versatility.
238
+
239
+
240
+ ##### (1) 3D Variational Autoencoders
241
+ We propose a novel 3D causal VAE architecture, termed **Wan-VAE** specifically designed for video generation. By combining multiple strategies, we improve spatio-temporal compression, reduce memory usage, and ensure temporal causality. **Wan-VAE** demonstrates significant advantages in performance efficiency compared to other open-source VAEs. Furthermore, our **Wan-VAE** can encode and decode unlimited-length 1080P videos without losing historical temporal information, making it particularly well-suited for video generation tasks.
242
+
243
+
244
+ <div align="center">
245
+ <img src="assets/video_vae_res.jpg" alt="" style="width: 80%;" />
246
+ </div>
247
+
248
+
249
+ ##### (2) Video Diffusion DiT
250
+
251
+ **Wan2.1** is designed using the Flow Matching framework within the paradigm of mainstream Diffusion Transformers. Our model's architecture uses the T5 Encoder to encode multilingual text input, with cross-attention in each transformer block embedding the text into the model structure. Additionally, we employ an MLP with a Linear layer and a SiLU layer to process the input time embeddings and predict six modulation parameters individually. This MLP is shared across all transformer blocks, with each block learning a distinct set of biases. Our experimental findings reveal a significant performance improvement with this approach at the same parameter scale.
252
+
253
+ <div align="center">
254
+ <img src="assets/video_dit_arch.jpg" alt="" style="width: 80%;" />
255
+ </div>
256
+
257
+
258
+ | Model | Dimension | Input Dimension | Output Dimension | Feedforward Dimension | Frequency Dimension | Number of Heads | Number of Layers |
259
+ |--------|-----------|-----------------|------------------|-----------------------|---------------------|-----------------|------------------|
260
+ | 1.3B | 1536 | 16 | 16 | 8960 | 256 | 12 | 30 |
261
+ | 14B | 5120 | 16 | 16 | 13824 | 256 | 40 | 40 |
262
+
263
+
264
+
265
+ ##### Data
266
+
267
+ We curated and deduplicated a candidate dataset comprising a vast amount of image and video data. During the data curation process, we designed a four-step data cleaning process, focusing on fundamental dimensions, visual quality and motion quality. Through the robust data processing pipeline, we can easily obtain high-quality, diverse, and large-scale training sets of images and videos.
268
+
269
+ ![figure1](assets/data_for_diff_stage.jpg "figure1")
270
+
271
+
272
+ ##### Comparisons to SOTA
273
+ We compared **Wan2.1** with leading open-source and closed-source models to evaluate the performace. Using our carefully designed set of 1,035 internal prompts, we tested across 14 major dimensions and 26 sub-dimensions. We then compute the total score by performing a weighted calculation on the scores of each dimension, utilizing weights derived from human preferences in the matching process. The detailed results are shown in the table below. These results demonstrate our model's superior performance compared to both open-source and closed-source models.
274
+
275
+ ![figure1](assets/vben_vs_sota.png "figure1")
276
+
277
+
278
+ ## Citation
279
+ If you find our work helpful, please cite us.
280
+
281
+ ```
282
+ @article{wan2.1,
283
+ title = {Wan: Open and Advanced Large-Scale Video Generative Models},
284
+ author = {Wan Team},
285
+ journal = {},
286
+ year = {2025}
287
+ }
288
+ ```
289
+
290
+ ## License Agreement
291
+ The models in this repository are licensed under the Apache 2.0 License. We claim no rights over the your generate contents, granting you the freedom to use them while ensuring that your usage complies with the provisions of this license. You are fully accountable for your use of the models, which must not involve sharing any content that violates applicable laws, causes harm to individuals or groups, disseminates personal information intended for harm, spreads misinformation, or targets vulnerable populations. For a complete list of restrictions and details regarding your rights, please refer to the full text of the [license](LICENSE.txt).
292
+
293
+
294
+ ## Acknowledgements
295
+
296
+ We would like to thank the contributors to the [SD3](https://huggingface.co/stabilityai/stable-diffusion-3-medium), [Qwen](https://huggingface.co/Qwen), [umt5-xxl](https://huggingface.co/google/umt5-xxl), [diffusers](https://github.com/huggingface/diffusers) and [HuggingFace](https://huggingface.co) repositories, for their open research.
297
+
298
+
299
+
300
+ ## Contact Us
301
+ If you would like to leave a message to our research or product teams, feel free to join our [Discord](https://discord.gg/p5XbdQV7) or [WeChat groups](https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg)!
Wan2.1_VAE.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38071ab59bd94681c686fa51d75a1968f64e470262043be31f7a094e442fd981
3
+ size 507609880
assets/comp_effic.png ADDED

Git LFS Details

  • SHA256: b0e225caffb4b31295ad150f95ee852e4c3dde4a00ac8f79a2ff500f2ce26b8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
assets/data_for_diff_stage.jpg ADDED

Git LFS Details

  • SHA256: 59aec08409f2d46b0e640e4e120dc7cca52c08c3de56d026602dbcff1ebf241a
  • Pointer size: 131 Bytes
  • Size of remote file: 528 kB
assets/i2v_res.png ADDED

Git LFS Details

  • SHA256: 6823b3206d8d0cb18d3b5b949dec1217f1178109ba11f14e977b67e1f7b8a248
  • Pointer size: 131 Bytes
  • Size of remote file: 892 kB
assets/logo.png ADDED
assets/t2v_res.jpg ADDED

Git LFS Details

  • SHA256: 91db579092446be2a834bc67721a8e4346936f38c4edb912f459ca3e10f8f439
  • Pointer size: 131 Bytes
  • Size of remote file: 301 kB
assets/vben_1.3b_vs_sota.png ADDED

Git LFS Details

  • SHA256: b7705db79f2e1428ec7a1e6fff8c4fbde062fb95bb233516ddbd04b20007c845
  • Pointer size: 131 Bytes
  • Size of remote file: 516 kB
assets/vben_vs_sota.png ADDED

Git LFS Details

  • SHA256: 9a0e86ca85046d2675f97984b88b6e74df07bba8a62a31ab8a1aef50d4eda44e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
assets/video_dit_arch.jpg ADDED

Git LFS Details

  • SHA256: 195dceec6570289d8b01cc51d2e28a7786216f19de55b23978a52610d1646a66
  • Pointer size: 131 Bytes
  • Size of remote file: 643 kB
assets/video_vae_res.jpg ADDED

Git LFS Details

  • SHA256: d8f9e7f7353848056a615c8ef35ab86ec22976bb46cb27405008b4089701945c
  • Pointer size: 131 Bytes
  • Size of remote file: 213 kB
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "WanModel",
3
+ "_diffusers_version": "0.30.0",
4
+ "dim": 5120,
5
+ "eps": 1e-06,
6
+ "ffn_dim": 13824,
7
+ "freq_dim": 256,
8
+ "in_dim": 16,
9
+ "model_type": "t2v",
10
+ "num_heads": 40,
11
+ "num_layers": 40,
12
+ "out_dim": 16,
13
+ "text_len": 512
14
+ }
examples/i2v_input.JPG ADDED

Git LFS Details

  • SHA256: 077e3d965090c9028c69c00931675f42e1acc815c6eb450ab291b3b72d211a8e
  • Pointer size: 131 Bytes
  • Size of remote file: 251 kB
fp8/block_0.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efa14fc7f08931eb4cf70740dd1a14b18ce03e86e157d335d8843733c7a3594
3
+ size 352001544
fp8/block_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8baa14b82c49c9aab17c8b36a850472e0f24a9637af15b43bea148ed27967833
3
+ size 352001544
fp8/block_10.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c36394907eb4e0bd51faea659ba7157d586688e848bda92b559b5a54a361003
3
+ size 352001576
fp8/block_11.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b93522d61f8f3fc1dec6fb0c68c58cf711f9b25528b5c18687ac13eb4151476
3
+ size 352001576
fp8/block_12.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a1581061fa26a6007af8dd71232755722a1898b2aade524bcffb512b61f967
3
+ size 352001576
fp8/block_13.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c297d6a5c488b76d699d52b22f1ada7649d99dcd8eebd01fc02f5bd76c5f99be
3
+ size 352001576
fp8/block_14.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6bebb8affdf9ef4d18034fd27500628801ac45205df692ff4e2be994ac05677
3
+ size 352001576
fp8/block_15.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fcae7651fa2763995b1df0e0a678f37d6fe59df6f2e7f97104ba401e8fd8c56
3
+ size 352001576
fp8/block_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83a5cf61e77e719800f7ab96d04430e83cebeeb03cdd0d646b9e62f69502e91
3
+ size 352001576
fp8/block_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d01d9b131b6c4e4c05cba55839e26ea95d6cd30e68370b573a67dc5cebab8d1f
3
+ size 352001576
fp8/block_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63e064464feb6b73fa68d4803302763246c3555d46be22e1aa0cf4f5dce17d7
3
+ size 352001576
fp8/block_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a583f00f5da7ec21f07b4954576b5ba64f5d200108765f737d94f3a59659bb74
3
+ size 352001576
fp8/block_2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ad3b55a898a8428cc42280b5999551391f17a5d410fcd229dbd012bba14c94
3
+ size 352001544
fp8/block_20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f404a411d3055506fe8db587ee607ca0d1c490471a132f8acb031ce3815cc297
3
+ size 352001576
fp8/block_21.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193afcb90359906a9daa8a49021d3b669f14ea9c285dc6148b90088e30f9cc2a
3
+ size 352001576
fp8/block_22.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135d697150cdf0ce507b46412591c63b833b70c73fde1889a6fb2c554d028027
3
+ size 352001576
fp8/block_23.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498bd19c020370c958f4ca107899a10d1f76c05e1752c486c70aea9858557eae
3
+ size 352001576
fp8/block_24.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb5a7f1aec8caca7bf1f01100e952d8352b1b3e4a906f29cf796b1807a927cd
3
+ size 352001576
fp8/block_25.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89afb6a7f72ba699d3c2dcfb6e1d6dbda92bd21c6dc869f208c2d9b9dab92866
3
+ size 352001576
fp8/block_26.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c472a07ea5be8827eaa66a8d83840e23fdd0308e57600661406bd237dbed8913
3
+ size 352001576
fp8/block_27.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a306de919c9489fd3b61f891b358d14275df59a986700f19acdd88aea09880fe
3
+ size 352001576
fp8/block_28.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c6a67063a22e6691f31faae19ccbf81e018db8146cbd2269eaef6553de929b
3
+ size 352001576
fp8/block_29.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8c10fb0bd9fe1dbdc6228b7340f416e0f7c0beae3c7bb001201aa7db1f21cd
3
+ size 352001576
fp8/block_3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76592937bb802bb737ed32dbf13112100217eddcac6dc5d9b0716f50b1a0413b
3
+ size 352001544
fp8/block_30.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351ba62bc3215a1f8dc74c49c12473ecdd90283330427cc3dba08c5c2a32b4c5
3
+ size 352001576
fp8/block_31.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e22e1833ade358e641a00c3140dbc77aa7f4ecd22242f42d96c9ce9ab17964b
3
+ size 352001576
fp8/block_32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b630c588c28cafaa80ac19a7c869ab989d01ddc64cb073c1bec74fa6cfa78c
3
+ size 352001576
fp8/block_33.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda96df1e06ebe3b8b37e3e889e2e2f29bdef974c42b5fef529b2ef19c983987
3
+ size 352001576
fp8/block_34.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03cba6946e50c87e8a1507bd7124eb76991452dfe3d81b213b8fb617e205b536
3
+ size 352001576
fp8/block_35.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a63052ab9f76f31a5f10820d949e9b38e52babce2ef38aacf84b0d67e2b35ae
3
+ size 352001576
fp8/block_36.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea0fd8ac8aee185beb68074d5e554573ced7e58b65d7730809b25fcfe254d49
3
+ size 352001576
fp8/block_37.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae48500bda8a9010dcf619d663c1c3aabcf634fedc1ad3c4e447cf93c85b4b2
3
+ size 352001576
fp8/block_38.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9f2cbf8877f424a648ad0fd205dd3410f4206d9d403f9ee54ee34c2a6e82f3
3
+ size 352001576
fp8/block_39.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce34a876b5daec3ad33c1ab51fc8421410324e15b40ef9f50fca80c3f2f35c5f
3
+ size 352001576
fp8/block_4.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47240d331829946503fee699bc390d42d17e3b1a5cd40859ea6ced0740d80268
3
+ size 352001544