lqs2020
commited on
Commit
•
ecf4d35
1
Parent(s):
534e46b
add goal pointcloud diffusion model
Browse files- README.md +9 -0
- config.json +16 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cond_drop_prob": 0.1,
|
3 |
+
"device": "cuda",
|
4 |
+
"frozen_clip": true,
|
5 |
+
"heads": 8,
|
6 |
+
"init_scale": 0.25,
|
7 |
+
"init_with_modified_layer": true,
|
8 |
+
"input_channels": 6,
|
9 |
+
"layers": 12,
|
10 |
+
"n_ctx": 2048,
|
11 |
+
"output_channels": 12,
|
12 |
+
"pointe_cache_dir": "cache/point_e_model",
|
13 |
+
"time_token_cond": true,
|
14 |
+
"token_cond": true,
|
15 |
+
"width": 512
|
16 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f8fc8b13e0baf81633f02cbe72e9e5b100cad2ecadd4e25ea178d440fe3dc69
|
3 |
+
size 161351712
|