Ryukijano commited on
Commit
7911341
1 Parent(s): 7d75922

Update configs/test_unclip-512-6view.yaml

Browse files
Files changed (1) hide show
  1. configs/test_unclip-512-6view.yaml +55 -55
configs/test_unclip-512-6view.yaml CHANGED
@@ -1,56 +1,56 @@
1
- pretrained_model_name_or_path: './MacLab-Era3D-512-6view'
2
- revision: null
3
-
4
- num_views: 6
5
- validation_dataset:
6
- prompt_embeds_path: mvdiffusion/data/fixed_prompt_embeds_6view
7
- root_dir: 'examples'
8
- num_views: ${num_views}
9
- bg_color: 'white'
10
- img_wh: [512, 512]
11
- num_validation_samples: 1000
12
- crop_size: 420
13
-
14
- pred_type: 'joint'
15
- save_dir: 'mv_res'
16
- save_mode: 'rgba' # 'concat', 'rgba', 'rgb'
17
- seed: 42
18
- validation_batch_size: 1
19
- dataloader_num_workers: 1
20
- local_rank: -1
21
-
22
- pipe_kwargs:
23
- num_views: ${num_views}
24
-
25
- validation_guidance_scales: [3.0]
26
- pipe_validation_kwargs:
27
- num_inference_steps: 40
28
- eta: 1.0
29
-
30
- validation_grid_nrow: ${num_views}
31
- regress_elevation: true
32
- regress_focal_length: true
33
- unet_from_pretrained_kwargs:
34
- unclip: true
35
- sdxl: false
36
- num_views: ${num_views}
37
- sample_size: 64
38
- zero_init_conv_in: false # modify
39
-
40
- regress_elevation: ${regress_elevation}
41
- regress_focal_length: ${regress_focal_length}
42
- camera_embedding_type: e_de_da_sincos
43
- projection_camera_embeddings_input_dim: 4 # 2 for elevation and 6 for focal_length
44
- zero_init_camera_projection: false
45
- num_regress_blocks: 3
46
-
47
- cd_attention_last: false
48
- cd_attention_mid: false
49
- multiview_attention: true
50
- sparse_mv_attention: true
51
- selfattn_block: self_rowwise
52
- mvcd_attention: true
53
-
54
- use_dino: false
55
-
56
  enable_xformers_memory_efficient_attention: true
 
1
+ pretrained_model_name_or_path: 'pengHTYX/MacLab-Era3D-512-6view'
2
+ revision: null
3
+
4
+ num_views: 6
5
+ validation_dataset:
6
+ prompt_embeds_path: mvdiffusion/data/fixed_prompt_embeds_6view
7
+ root_dir: 'examples'
8
+ num_views: ${num_views}
9
+ bg_color: 'white'
10
+ img_wh: [512, 512]
11
+ num_validation_samples: 1000
12
+ crop_size: 420
13
+
14
+ pred_type: 'joint'
15
+ save_dir: 'mv_res'
16
+ save_mode: 'rgba' # 'concat', 'rgba', 'rgb'
17
+ seed: 42
18
+ validation_batch_size: 1
19
+ dataloader_num_workers: 1
20
+ local_rank: -1
21
+
22
+ pipe_kwargs:
23
+ num_views: ${num_views}
24
+
25
+ validation_guidance_scales: [3.0]
26
+ pipe_validation_kwargs:
27
+ num_inference_steps: 40
28
+ eta: 1.0
29
+
30
+ validation_grid_nrow: ${num_views}
31
+ regress_elevation: true
32
+ regress_focal_length: true
33
+ unet_from_pretrained_kwargs:
34
+ unclip: true
35
+ sdxl: false
36
+ num_views: ${num_views}
37
+ sample_size: 64
38
+ zero_init_conv_in: false # modify
39
+
40
+ regress_elevation: ${regress_elevation}
41
+ regress_focal_length: ${regress_focal_length}
42
+ camera_embedding_type: e_de_da_sincos
43
+ projection_camera_embeddings_input_dim: 4 # 2 for elevation and 6 for focal_length
44
+ zero_init_camera_projection: false
45
+ num_regress_blocks: 3
46
+
47
+ cd_attention_last: false
48
+ cd_attention_mid: false
49
+ multiview_attention: true
50
+ sparse_mv_attention: true
51
+ selfattn_block: self_rowwise
52
+ mvcd_attention: true
53
+
54
+ use_dino: false
55
+
56
  enable_xformers_memory_efficient_attention: true