Mariam-Elz commited on
Commit
3b4bf55
·
verified ·
1 Parent(s): b50ed6a

Upload configs/nf7_v3_SNR_rd_size_stroke.yaml with huggingface_hub

Browse files
configs/nf7_v3_SNR_rd_size_stroke.yaml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ # others
3
+ seed: 1234
4
+ num_frames: 7
5
+ mode: pixel
6
+ offset_noise: true
7
+ # model related
8
+ models:
9
+ config: imagedream/configs/sd_v2_base_ipmv_zero_SNR.yaml
10
+ resume: models/pixel.pth
11
+ # sampler related
12
+ sampler:
13
+ target: libs.sample.ImageDreamDiffusion
14
+ params:
15
+ mode: pixel
16
+ num_frames: 7
17
+ camera_views: [1, 2, 3, 4, 5, 0, 0]
18
+ ref_position: 6
19
+ random_background: false
20
+ offset_noise: true
21
+ resize_rate: 1.0