bhuvanmdev commited on
Commit
ddf3dab
1 Parent(s): a5a44dd

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +24 -25
unet/config.json CHANGED
@@ -1,25 +1,24 @@
1
- {
2
- "_class_name": "MultiViewUNetModel",
3
- "_diffusers_version": "0.25.0",
4
- "attention_resolutions": [
5
- 4,
6
- 2,
7
- 1
8
- ],
9
- "camera_dim": 16,
10
- "channel_mult": [
11
- 1,
12
- 2,
13
- 4,
14
- 4
15
- ],
16
- "context_dim": 1024,
17
- "image_size": 32,
18
- "in_channels": 4,
19
- "ip_dim": 16,
20
- "model_channels": 320,
21
- "num_head_channels": 64,
22
- "num_res_blocks": 2,
23
- "out_channels": 4,
24
- "transformer_depth": 1
25
- }
 
1
+ {
2
+ "_class_name": "MultiViewUNetModel",
3
+ "_diffusers_version": "0.25.0",
4
+ "attention_resolutions": [
5
+ 4,
6
+ 2,
7
+ 1
8
+ ],
9
+ "camera_dim": 16,
10
+ "channel_mult": [
11
+ 1,
12
+ 2,
13
+ 4,
14
+ 4
15
+ ],
16
+ "context_dim": 1024,
17
+ "image_size": 32,
18
+ "in_channels": 4,
19
+ "model_channels": 320,
20
+ "num_head_channels": 64,
21
+ "num_res_blocks": 2,
22
+ "out_channels": 4,
23
+ "transformer_depth": 1
24
+ }