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 95de198 commit 4142446Copy full SHA for 4142446
tests/models/autoencoders/test_models_vae.py
@@ -829,7 +829,7 @@ def test_single_file_arguments(self):
829
"https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.safetensors",
830
)
831
832
- assert vae_default.config.scaling_factor == 0.18125
+ assert vae_default.config.scaling_factor == 0.18215
833
assert vae_default.config.sample_size == 512
834
assert vae_default.dtype == torch.float32
835
0 commit comments