VAE - don't force the vae to be upcasted to FP32 automatically

#3
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -27,5 +27,6 @@
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D"
30
- ]
 
31
  }
 
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D"
30
+ ],
31
+ "force_upcast": false
32
  }