slzd commited on
Commit
b5b0e8c
·
verified ·
1 Parent(s): 4e78d04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Z-Image Base v0.36.0.dev0 (FP32)
6
+
7
+ This repository provides a high-fidelity FP32 (Full Precision) mirror of the **Z-Image** base model.
8
+
9
+ * **Source Commit:** [1ac663b (Tongyi-MAI/Z-Image)](https://huggingface.co/Tongyi-MAI/Z-Image/commit/1ac663bf5fcfa5b4752f9e1315cbb5a4541ed7b8)
10
+ * **Precision:** Float32 (Full Precision)
11
+
12
+ ---
13
+
14
+ ## Usage in Ostris AI Toolkit
15
+
16
+ To use this model for your training runs, replace the default model path in your configuration by:
17
+
18
+ **Model Name/Path:**
19
+ `slzd/Z-Image-Base-0.36.0.dev0-fp32`
20
+
21
+ Instead of:
22
+ `Tongyi-MAI/Z-Image`