yiyixuxu commited on
Commit
5ddf4e8
1 Parent(s): 3bc766c

update renderer, remove params_proj

Browse files
model_index.json CHANGED
@@ -17,12 +17,8 @@
17
  "diffusers",
18
  "PriorTransformer"
19
  ],
20
- "params_proj": [
21
- "shap_e",
22
- "ShapEParamsProjModel"
23
- ],
24
  "renderer": [
25
  "shap_e",
26
- "MLPNeRSTFModel"
27
  ]
28
  }
 
17
  "diffusers",
18
  "PriorTransformer"
19
  ],
 
 
 
 
20
  "renderer": [
21
  "shap_e",
22
+ "ShapERenderer"
23
  ]
24
  }
params_proj/config.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "_class_name": "ShapEParamsProjModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "d_latent": 1024,
5
- "param_names": [
6
- "nerstf.mlp.0.weight",
7
- "nerstf.mlp.1.weight",
8
- "nerstf.mlp.2.weight",
9
- "nerstf.mlp.3.weight"
10
- ],
11
- "param_shapes": [
12
- [
13
- 256,
14
- 93
15
- ],
16
- [
17
- 256,
18
- 256
19
- ],
20
- [
21
- 256,
22
- 256
23
- ],
24
- [
25
- 256,
26
- 256
27
- ]
28
- ]
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
params_proj/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f58082e9d56a2f137d18c59698c2035b447e3e2606d4441e58d8ee82cc91250
3
- size 903717877
 
 
 
 
renderer/config.json CHANGED
@@ -1,9 +1,34 @@
1
  {
2
- "_class_name": "MLPNeRSTFModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
  "act_fn": "swish",
5
  "d_hidden": 256,
 
6
  "insert_direction_at": 4,
7
  "n_hidden_layers": 6,
8
- "n_output": 12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "_class_name": "ShapERenderer",
3
+ "_diffusers_version": "0.18.0.dev0",
4
  "act_fn": "swish",
5
  "d_hidden": 256,
6
+ "d_latent": 1024,
7
  "insert_direction_at": 4,
8
  "n_hidden_layers": 6,
9
+ "n_output": 12,
10
+ "param_names": [
11
+ "nerstf.mlp.0.weight",
12
+ "nerstf.mlp.1.weight",
13
+ "nerstf.mlp.2.weight",
14
+ "nerstf.mlp.3.weight"
15
+ ],
16
+ "param_shapes": [
17
+ [
18
+ 256,
19
+ 93
20
+ ],
21
+ [
22
+ 256,
23
+ 256
24
+ ],
25
+ [
26
+ 256,
27
+ 256
28
+ ],
29
+ [
30
+ 256,
31
+ 256
32
+ ]
33
+ ]
34
  }
renderer/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bac1ac152675a9c58140f336aaa1e255b65188035eea4cbb32be2738c9b13de
3
- size 1480443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b50111f786c3dfca1d14cb1536a761cbc6826923a1f0021a19e156df5e171ee
3
+ size 905200536