MickJ commited on
Commit
c4c4e3a
·
verified ·
1 Parent(s): e04bf61

init README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ an fp8 version of Tongyi-MAI/Z-Image-Turbo, converted with the checkpoint of the original transformer component with:
6
+
7
+
8
+ ```bash
9
+ python -m sglang.multimodal_gen.tools.convert_hf_to_fp8 \
10
+ --model-dir /root/.cache/huggingface/hub/models--Tongyi-MAI--Z-Image-Turbo/snapshots/f332072aa78be7aecdf3ee76d5c247082da564a6/transformer/
11
+ --save-dir /root/.cache/huggingface/hub/models--Tongyi-MAI--Z-Image-Turbo-fp8/snapshots/f332072aa78be7aecdf3ee76d5c247082da564a6/transformer/
12
+ ```
13
+
14
+ For SGLang-Diffusion CI usage, guard the `--transformer-path` server arg feature
15
+