SeeSee21 commited on
Commit
c73b596
·
verified ·
1 Parent(s): e80bf69

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "z-image-turbo",
3
+ "architecture": "S3-DiT",
4
+ "parameters": "6B",
5
+ "license": "apache-2.0",
6
+ "versions": {
7
+ "photorealistic": {
8
+ "fp8": "z-image-turbo-fp8-aio.safetensors",
9
+ "bf16": "z-image-turbo-bf16-aio.safetensors"
10
+ },
11
+ "anime": {
12
+ "fp8": "z-image-anime-aio-fp8.safetensors",
13
+ "bf16": "z-image-anime-aio-bf16.safetensors"
14
+ }
15
+ }
16
+ }