a-r-r-o-w HF staff commited on
Commit
2251fc1
1 Parent(s): 84244a9

Update vae config (use_legacy -> use_quant_conv)

Browse files

See https://github.com/huggingface/diffusers/pull/7005#discussion_r1508530077

Files changed (1) hide show
  1. vae/config.json +1 -1
vae/config.json CHANGED
@@ -20,5 +20,5 @@
20
  "out_channels": 3,
21
  "sample_size": 768,
22
  "scaling_factor": 0.18215,
23
- "use_legacy": false
24
  }
 
20
  "out_channels": 3,
21
  "sample_size": 768,
22
  "scaling_factor": 0.18215,
23
+ "use_quant_conv": false
24
  }