PixWizardry commited on
Commit
ec55bcf
·
verified ·
1 Parent(s): e10866a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Z-Image Supervised FineTune (FP32)
6
+
7
+ This repository provides an **FP32 (32-bit floating point)** version of the ** Z-Image Supervised FineTune** model.
8
+
9
+ The FP32 variant is intended for **research, analysis, and compatibility testing**, and preserves the model in full numerical precision compared to reduced-precision releases (e.g. BF16).
10
+
11
+ ---
12
+
13
+ ## Model Overview
14
+
15
+ - **Model name:** Z-Image Supervised FineTune (FP32)
16
+ - **Precision:** FP32
17
+ - **Task:** Image generation
18
+ - **Framework:** PyTorch
19
+ - **Weights format:** `.safetensors`
20
+
21
+ This release is functionally equivalent to the original Z-Image Supervised FineTune architecture, differing only in numerical precision.
22
+
23
+ ---
24
+
25
+ FP32 inference on consumer GPUs may be slower than BF16.
26
+
27
+ @article{team2025zimage,
28
+ title={Z-Image: An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer},
29
+ author={Z-Image Team},
30
+ journal={arXiv preprint arXiv:2511.22699},
31
+ year={2025}
32
+ }