tsqn commited on
Commit
34755a3
·
1 Parent(s): e1d195f

chore: uploaded full merged and ema-only models with mixed precisions

Browse files
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-image
6
+ tags:
7
+ - text-to-image
8
+ - diffusers
9
+ - ZImagePipeline
10
+ library_name: diffusers
11
+ base_model:
12
+ - Tongyi-MAI/Z-Image-Turbo
13
+ ---
14
+
15
+
16
+ ## ✨ Z-Image-Turbo FP32 / FP16 / BF16 EMA-ONLY & FULL
17
+
18
+ Used script [merge-safetensors](https://github.com/dkotel/merge-safetensors) to merge transformer parts into one `*.safetensors` file(placed in `transformer` directory).
19
+ Used script [PyTorch-Precision-Converter](https://github.com/angelolamonaca/PyTorch-Precision-Converter) to transform full fp32 model into fp32/fp16/bf16 - full/ema-only model versions.
20
+
21
+
22
+
23
+ ```bibtex
24
+ @article{team2025zimage,
25
+ title={Z-Image: An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer},
26
+ author={Z-Image Team},
27
+ journal={arXiv preprint arXiv:2511.22699},
28
+ year={2025}
29
+ }
30
+
31
+ @article{liu2025decoupled,
32
+ title={Decoupled DMD: CFG Augmentation as the Spear, Distribution Matching as the Shield},
33
+ author={Dongyang Liu and Peng Gao and David Liu and Ruoyi Du and Zhen Li and Qilong Wu and Xin Jin and Sihan Cao and Shifeng Zhang and Hongsheng Li and Steven Hoi},
34
+ journal={arXiv preprint arXiv:2511.22677},
35
+ year={2025}
36
+ }
37
+
38
+ @article{jiang2025distribution,
39
+ title={Distribution Matching Distillation Meets Reinforcement Learning},
40
+ author={Jiang, Dengyang and Liu, Dongyang and Wang, Zanyi and Wu, Qilong and Jin, Xin and Liu, David and Li, Zhen and Wang, Mengmeng and Gao, Peng and Yang, Harry},
41
+ journal={arXiv preprint arXiv:2511.13649},
42
+ year={2025}
43
+ }
44
+ ```
diffusion_pytorch_model-ema-only-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c2eece5b137963b7a10a4640250c5d5131c6d581ec148c48be72a2f4bc9245
3
+ size 12309874112
diffusion_pytorch_model-ema-only-fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618ba9da8aabfd007ba409ac9b7bd175ef2e4b3a716ea018e1271810c247a172
3
+ size 12309873592
diffusion_pytorch_model-ema-only-fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca376c648b999d941ce379b6a4fec22eea5db6de58363206eb3c6de462e62da
3
+ size 24619691520
diffusion_pytorch_model-full-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c2eece5b137963b7a10a4640250c5d5131c6d581ec148c48be72a2f4bc9245
3
+ size 12309874112
diffusion_pytorch_model-full-fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618ba9da8aabfd007ba409ac9b7bd175ef2e4b3a716ea018e1271810c247a172
3
+ size 12309873592
diffusion_pytorch_model-full-fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca376c648b999d941ce379b6a4fec22eea5db6de58363206eb3c6de462e62da
3
+ size 24619691520
text_encoder/qwen_3_4b_bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c671498573ac2f7a5501502ccce8d2b08ea6ca2f661c458e708f36b36edfc5a
3
+ size 8044982048
transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca376c648b999d941ce379b6a4fec22eea5db6de58363206eb3c6de462e62da
3
+ size 24619691520
vae/ae_bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b59a26851551b67ae1fe58d32e76486e1e812def4696a4bea97f16604d40a3
3
+ size 167666902