artspark commited on
Commit
245182e
1 Parent(s): b5e99bf
model_index.json CHANGED
@@ -29,6 +29,6 @@
29
  ],
30
  "vae": [
31
  "diffusers",
32
- "AutoencoderTiny"
33
  ]
34
  }
 
29
  ],
30
  "vae": [
31
  "diffusers",
32
+ "AutoencoderKL"
33
  ]
34
  }
text_encoder/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:77795e2023adcf39bc29a884661950380bd093cf0750a966d473d1718dc9ef4e
3
- size 246144864
 
 
 
 
text_encoder_2/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:700c27a8fdb65b900b4de34af9ae1a1a8b36d17f9e3237d68d2be6a1e31108de
3
- size 1389382880
 
 
 
 
vae/config.json CHANGED
@@ -1,38 +1,32 @@
1
  {
2
- "_class_name": "AutoencoderTiny",
3
  "_diffusers_version": "0.20.0",
4
- "_name_or_path": "madebyollin/taesdxl",
5
- "act_fn": "relu",
6
- "decoder_block_out_channels": [
7
- 64,
8
- 64,
9
- 64,
10
- 64
11
  ],
12
- "encoder_block_out_channels": [
13
- 64,
14
- 64,
15
- 64,
16
- 64
17
  ],
18
- "force_upcast": false,
19
  "in_channels": 3,
20
  "latent_channels": 4,
21
- "latent_magnitude": 3,
22
- "latent_shift": 0.5,
23
- "num_decoder_blocks": [
24
- 3,
25
- 3,
26
- 3,
27
- 1
28
- ],
29
- "num_encoder_blocks": [
30
- 1,
31
- 3,
32
- 3,
33
- 3
34
- ],
35
  "out_channels": 3,
36
- "scaling_factor": 1.0,
37
- "upsampling_scaling_factor": 2
 
 
 
 
 
 
38
  }
 
1
  {
2
+ "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.20.0",
4
+ "_name_or_path": "./dsxl/vae",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
  ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
  ],
18
+ "force_upcast": true,
19
  "in_channels": 3,
20
  "latent_channels": 4,
21
+ "layers_per_block": 2,
22
+ "norm_num_groups": 32,
 
 
 
 
 
 
 
 
 
 
 
 
23
  "out_channels": 3,
24
+ "sample_size": 512,
25
+ "scaling_factor": 0.13025,
26
+ "up_block_types": [
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
+ "UpDecoderBlock2D",
30
+ "UpDecoderBlock2D"
31
+ ]
32
  }
vae/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4c87c5fcec4e7e6ce503d071f05ab87d1ead4907a57ad8a8026f693c50be257
3
- size 4903134