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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +39 -15
config.json CHANGED
@@ -1,16 +1,40 @@
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
  }
 
1
+ {
2
+ "model_type": "z-image-turbo",
3
+ "architecture": "S3-DiT",
4
+ "parameters": "6B",
5
+ "license": "apache-2.0",
6
+ "base_model": "Tongyi-MAI/Z-Image-Turbo",
7
+ "models": {
8
+ "photorealistic": {
9
+ "fp8": "z-image-turbo-fp8-aio.safetensors",
10
+ "bf16": "z-image-turbo-bf16-aio.safetensors"
11
+ },
12
+ "anime": {
13
+ "fp8": "z-image-anime-aio-fp8.safetensors",
14
+ "bf16": "z-image-anime-aio-bf16.safetensors"
15
+ }
16
+ },
17
+ "workflows": {
18
+ "standard_v1": "workflows/ZIT-AIO-v1.0.json",
19
+ "standard_v2": "workflows/ZIT-AIO-v2.0.json",
20
+ "controlnet": "workflows/ZIT-AIO-Control.json",
21
+ "variance": "workflows/ZIT-AIO-Variance.json",
22
+ "seedvr2": "workflows/ZIT-AIO-SeedVR2.json",
23
+ "depthv3": "workflows/ZIT-AIO-DepthV3.json",
24
+ "anime": "workflows/ZIT-AIO-Anime.json"
25
+ },
26
+ "recommended_settings": {
27
+ "photorealistic": {
28
+ "steps": 9,
29
+ "cfg": 1.0,
30
+ "sampler": "res_multistep",
31
+ "scheduler": "simple"
32
+ },
33
+ "anime": {
34
+ "steps": 8,
35
+ "cfg": 1.0,
36
+ "sampler": "euler_ancestral",
37
+ "scheduler": "beta"
38
+ }
39
+ }
40
  }