patrickvonplaten commited on
Commit
516c5f6
1 Parent(s): dd10706

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

Browse files
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
  }