Delete vae/vae_3d_config.json

#7
Files changed (1) hide show
  1. vae/vae_3d_config.json +0 -28
vae/vae_3d_config.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKL3D",
3
- "_diffusers_version": "0.9.0.dev0",
4
- "_name_or_path": "hf-models/stable-diffusion-x4-upscaler/vae",
5
- "act_fn": "silu",
6
- "block_out_channels": [
7
- 128,
8
- 256,
9
- 512
10
- ],
11
- "down_block_types": [
12
- "DownEncoderBlock3D",
13
- "DownEncoderBlock3D",
14
- "DownEncoderBlock3D"
15
- ],
16
- "in_channels": 3,
17
- "latent_channels": 4,
18
- "layers_per_block": 2,
19
- "norm_num_groups": 32,
20
- "out_channels": 3,
21
- "sample_size": 256,
22
- "up_block_types": [
23
- "UpDecoderBlock3D",
24
- "UpDecoderBlock3D",
25
- "UpDecoderBlock3D"
26
- ],
27
- "scaling_factor": 0.08333
28
- }