Mariam-Elz commited on
Commit
fe65cc2
·
verified ·
1 Parent(s): 2267898

Upload configs/stage2-v2-snr.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/stage2-v2-snr.yaml +25 -25
configs/stage2-v2-snr.yaml CHANGED
@@ -1,25 +1,25 @@
1
- config:
2
- # others
3
- seed: 1234
4
- num_frames: 6
5
- mode: pixel
6
- offset_noise: true
7
- gd_type: xyz
8
- # model related
9
- models:
10
- config: imagedream/configs/sd_v2_base_ipmv_chin8_zero_snr.yaml
11
- resume: models/xyz.pth
12
-
13
- # eval related
14
- sampler:
15
- target: libs.sample.ImageDreamDiffusionStage2
16
- params:
17
- mode: pixel
18
- num_frames: 6
19
- camera_views: [1, 2, 3, 4, 5, 0]
20
- ref_position: null
21
- random_background: false
22
- offset_noise: true
23
- resize_rate: 1.0
24
-
25
-
 
1
+ config:
2
+ # others
3
+ seed: 1234
4
+ num_frames: 6
5
+ mode: pixel
6
+ offset_noise: true
7
+ gd_type: xyz
8
+ # model related
9
+ models:
10
+ config: imagedream/configs/sd_v2_base_ipmv_chin8_zero_snr.yaml
11
+ resume: models/xyz.pth
12
+
13
+ # eval related
14
+ sampler:
15
+ target: libs.sample.ImageDreamDiffusionStage2
16
+ params:
17
+ mode: pixel
18
+ num_frames: 6
19
+ camera_views: [1, 2, 3, 4, 5, 0]
20
+ ref_position: null
21
+ random_background: false
22
+ offset_noise: true
23
+ resize_rate: 1.0
24
+
25
+