josh commited on
Commit
f6b2ee1
1 Parent(s): 3f8e9d5

Updated to anything 4.5

Browse files
Files changed (2) hide show
  1. anything-v4.0-merged-vae.ckpt +0 -3
  2. config.json +0 -30
anything-v4.0-merged-vae.ckpt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94f8a1ba8e84ff2ca2ba0e8f7f7a9a55c0ff993ca58232979c8dedf36a800b30
3
- size 2299933912
 
 
 
 
config.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.13.0.dev0",
4
- "act_fn": "silu",
5
- "block_out_channels": [
6
- 128,
7
- 256,
8
- 512,
9
- 512
10
- ],
11
- "down_block_types": [
12
- "DownEncoderBlock2D",
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D"
16
- ],
17
- "in_channels": 3,
18
- "latent_channels": 4,
19
- "layers_per_block": 2,
20
- "norm_num_groups": 32,
21
- "out_channels": 3,
22
- "sample_size": 512,
23
- "scaling_factor": 0.18215,
24
- "up_block_types": [
25
- "UpDecoderBlock2D",
26
- "UpDecoderBlock2D",
27
- "UpDecoderBlock2D",
28
- "UpDecoderBlock2D"
29
- ]
30
- }