We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2eaed commit 6febc08Copy full SHA for 6febc08
src/diffusers/models/autoencoders/autoencoder_kl.py
@@ -90,7 +90,7 @@ def __init__(
90
shift_factor: Optional[float] = None,
91
latents_mean: Optional[Tuple[float]] = None,
92
latents_std: Optional[Tuple[float]] = None,
93
- force_upcast: float = True,
+ force_upcast: bool = True,
94
use_quant_conv: bool = True,
95
use_post_quant_conv: bool = True,
96
mid_block_add_attention: bool = True,
0 commit comments