Remudl commited on
Commit
7fef6a0
·
verified ·
1 Parent(s): 3ab734d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QuantizedModel",
3
+ "source_model": "Qwen/Qwen-Image",
4
+ "license": "other",
5
+ "quantized_by": "Remudl",
6
+ "formats": {
7
+ "qwen-image-vae.safetensors": {
8
+ "format": "bf16",
9
+ "size_gb": 0.24,
10
+ "notes": "Qwen-Image VAE"
11
+ }
12
+ }
13
+ }