QuantFunc commited on
Commit
82e9360
·
verified ·
1 Parent(s): f1f1bbd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -5
config.json CHANGED
@@ -1,7 +1,12 @@
1
  {
2
- "_class_name": "ZImageTransformer2DModel",
3
- "_diffusers_version": "0.36.0.dev0",
4
- "model_type": "ZImageTransformer2DModel",
5
- "framework": "quantfunc",
6
- "quantization": true
 
 
 
 
 
7
  }
 
1
  {
2
+ "model_type": "custom_z_image",
3
+ "architectures": [
4
+ "ZImageTransformer2DModel"
5
+ ],
6
+ "name_or_path": "QuantFunc/Z-Image-Series",
7
+ "task": "text-to-image",
8
+ "framework": "quantfunc",
9
+ "license": "other",
10
+ "description": "Pre-quantized Z-Image-Turbo text-to-image model series by QuantFunc",
11
+ "_comment": "This is a minimal config to enable download stats on HF Hub. Not used for loading."
12
  }