madebyollin patrickvonplaten commited on
Commit
9292e14
1 Parent(s): dd10706

VAE - don't force the vae to be upcasted to FP32 automatically (#3)

Browse files

- VAE - don't force the vae to be upcasted to FP32 automatically (516c5f67a364c251e17a6cf56cdc5e258ce82d15)
- fix (a1a2aceef17b5ef8865a34135263c473d9c7e0d5)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>

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
  }