Jingya HF Staff commited on
Commit
693e503
·
1 Parent(s): 74885b2

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +1 -1
vae_decoder/config.json CHANGED
@@ -20,6 +20,7 @@
20
  "in_channels": 3,
21
  "latent_channels": 4,
22
  "layers_per_block": 2,
 
23
  "neuron": {
24
  "auto_cast": "all",
25
  "auto_cast_type": "bf16",
@@ -31,7 +32,6 @@
31
  "input_names": [
32
  "latent_sample"
33
  ],
34
- "model_type": "vae-decoder",
35
  "output_names": [
36
  "sample"
37
  ],
 
20
  "in_channels": 3,
21
  "latent_channels": 4,
22
  "layers_per_block": 2,
23
+ "model_type": "vae-decoder",
24
  "neuron": {
25
  "auto_cast": "all",
26
  "auto_cast_type": "bf16",
 
32
  "input_names": [
33
  "latent_sample"
34
  ],
 
35
  "output_names": [
36
  "sample"
37
  ],