Spaces:
Running
on
L4
Running
on
L4
update-config
Browse files
configs/mvdiffusion-joint-plus.yaml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pretrained_model_name_or_path: 'lambdalabs/sd-image-variations-diffusers' # or './ckpts'
|
2 |
+
pretrained_unet_path: 'flamehaze1115/Wonder3D_plus'
|
3 |
+
revision: null
|
4 |
+
validation_dataset:
|
5 |
+
root_dir: "example_images" # the folder path stores testing images
|
6 |
+
num_views: 6
|
7 |
+
bg_color: 'white'
|
8 |
+
img_wh: [256, 256]
|
9 |
+
num_validation_samples: 1000
|
10 |
+
crop_size: 192
|
11 |
+
filepaths: ['owl.png']
|
12 |
+
cam_types: ['ortho']
|
13 |
+
load_cam_type: true
|
14 |
+
|
15 |
+
save_dir: 'outputs-inference/'
|
16 |
+
|
17 |
+
pred_type: 'joint_color_normal'
|
18 |
+
seed: 33
|
19 |
+
validation_batch_size: 1
|
20 |
+
dataloader_num_workers: 64
|
21 |
+
|
22 |
+
local_rank: -1
|
23 |
+
|
24 |
+
pipe_kwargs:
|
25 |
+
camera_embedding_type: 'e_de_da_sincos'
|
26 |
+
num_views: 6
|
27 |
+
pred_type: 'joint_color_normal'
|
28 |
+
|
29 |
+
validation_guidance_scales: [2.0]
|
30 |
+
pipe_validation_kwargs:
|
31 |
+
eta: 1.0
|
32 |
+
validation_grid_nrow: 6
|
33 |
+
|
34 |
+
unet_from_pretrained_kwargs:
|
35 |
+
camera_embedding_type: 'e_de_da_sincos'
|
36 |
+
projection_class_embeddings_input_dim: 14
|
37 |
+
num_views: 6
|
38 |
+
sample_size: 32
|
39 |
+
cd_attention_mid: true
|
40 |
+
zero_init_conv_in: false
|
41 |
+
zero_init_camera_projection: false
|
42 |
+
multiview_attention: true
|
43 |
+
sparse_mv_attention: false
|
44 |
+
mvcd_attention: false
|
45 |
+
|
46 |
+
num_views: 6
|
47 |
+
camera_embedding_type: 'e_de_da_sincos'
|
48 |
+
load_task: true
|
49 |
+
|
50 |
+
enable_xformers_memory_efficient_attention: False
|