wkqin commited on
Commit
fb71bd0
·
verified ·
1 Parent(s): 94c3eb8

Upload RoboTransferPipeline

Browse files
README.md CHANGED
@@ -1,3 +1,4 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ library_name: diffusers
4
  ---
depth_guider_net/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "GuiderNet",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "/shared_disk/users/wenkang.qin/checkpoints/robotransfer-high-resolution/depth_guider_net",
5
+ "in_channels": 1,
6
+ "mid_channels": 4,
7
+ "out_channels": 4
8
+ }
depth_guider_net/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4403e73bc36dc6301f496c57e45d5591c70b21e9b82ae5a377694fd336faa9b
3
+ size 2832
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
image_encoder/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPVisionModelWithProjection"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dropout": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_size": 1280,
9
+ "image_size": 224,
10
+ "initializer_factor": 1.0,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 5120,
13
+ "layer_norm_eps": 1e-05,
14
+ "model_type": "clip_vision_model",
15
+ "num_attention_heads": 16,
16
+ "num_channels": 3,
17
+ "num_hidden_layers": 32,
18
+ "patch_size": 14,
19
+ "projection_dim": 1024,
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.53.1"
22
+ }
image_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed1e5af7b4042ca30ec29999a4a5cfcac90b7fb610fd05ace834f2dcbb763eab
3
+ size 2528371296
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "RoboTransferPipeline",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "/shared_disk/users/wenkang.qin/checkpoints/robotransfer-high-resolution",
5
+ "depth_guider_net": [
6
+ "robotransfer.models.guider",
7
+ "GuiderNet"
8
+ ],
9
+ "feature_extractor": [
10
+ "transformers",
11
+ "CLIPImageProcessor"
12
+ ],
13
+ "image_encoder": [
14
+ "transformers",
15
+ "CLIPVisionModelWithProjection"
16
+ ],
17
+ "normal_guider_net": [
18
+ "robotransfer.models.guider",
19
+ "GuiderNet"
20
+ ],
21
+ "scheduler": [
22
+ "diffusers",
23
+ "EulerDiscreteScheduler"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNetSpatioTemporalConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKLTemporalDecoder"
32
+ ]
33
+ }
normal_guider_net/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "GuiderNet",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "/shared_disk/users/wenkang.qin/checkpoints/robotransfer-high-resolution/normal_guider_net",
5
+ "in_channels": 3,
6
+ "mid_channels": 4,
7
+ "out_channels": 4
8
+ }
normal_guider_net/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5edc33a20bb6038cea62abc34bdc2723587c999e86917ad19bcaa3fd36d57b0
3
+ size 3344
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.34.0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "final_sigmas_type": "zero",
9
+ "interpolation_type": "linear",
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "v_prediction",
12
+ "rescale_betas_zero_snr": false,
13
+ "set_alpha_to_one": false,
14
+ "sigma_max": 700.0,
15
+ "sigma_min": 0.002,
16
+ "skip_prk_steps": true,
17
+ "steps_offset": 1,
18
+ "timestep_spacing": "leading",
19
+ "timestep_type": "continuous",
20
+ "trained_betas": null,
21
+ "use_beta_sigmas": false,
22
+ "use_exponential_sigmas": false,
23
+ "use_karras_sigmas": true
24
+ }
unet/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetSpatioTemporalConditionModel",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "/shared_disk/users/wenkang.qin/checkpoints/robotransfer-high-resolution/unet",
5
+ "addition_time_embed_dim": 256,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "caption_channels": null,
13
+ "cross_attention_dim": 1024,
14
+ "down_block_types": [
15
+ "CrossAttnDownBlockSpatioTemporal",
16
+ "CrossAttnDownBlockSpatioTemporal",
17
+ "CrossAttnDownBlockSpatioTemporal",
18
+ "DownBlockSpatioTemporal"
19
+ ],
20
+ "exvideo_cfg": null,
21
+ "in_channels": 16,
22
+ "layers_per_block": 2,
23
+ "num_attention_heads": [
24
+ 5,
25
+ 10,
26
+ 20,
27
+ 20
28
+ ],
29
+ "num_frames": 25,
30
+ "out_channels": 4,
31
+ "patch_size": 1,
32
+ "projection_class_embeddings_input_dim": 768,
33
+ "sample_size": 96,
34
+ "transformer_layers_per_block": 1,
35
+ "up_block_types": [
36
+ "UpBlockSpatioTemporal",
37
+ "CrossAttnUpBlockSpatioTemporal",
38
+ "CrossAttnUpBlockSpatioTemporal",
39
+ "CrossAttnUpBlockSpatioTemporal"
40
+ ]
41
+ }
unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e5dda5cacee67e6ab3549813cc9ccb1efefa3a781ae81e8452f0e760c1b170
3
+ size 6098774624
vae/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLTemporalDecoder",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "/shared_disk/users/wenkang.qin/checkpoints/robotransfer-high-resolution/vae",
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
+ "force_upcast": true,
18
+ "in_channels": 3,
19
+ "latent_channels": 4,
20
+ "layers_per_block": 2,
21
+ "out_channels": 3,
22
+ "sample_size": 768,
23
+ "scaling_factor": 0.18215
24
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d92aa595a53d9da9faf594f09910ee869d5d567c8bb0362d5095673c69997d6
3
+ size 391017740