sample.yaml 868 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ckpt
ckpt: # not used
save_img_path: "./sample_videos/"

pretrained_model_path: "maxin-cn/Cinemo"

# model config: 
model: UNet
video_length: 15
image_size: [320, 512]
# beta schedule
beta_start: 0.0001
beta_end: 0.02
beta_schedule: "linear"

# model speedup
use_compile: False
use_fp16: True

# sample config:
seed:
run_time: 0
use_dct: True
guidance_scale: 7.5 #
motion_bucket_id: 95 # [0-19] The larger the value, the smaller the motion intensity
sample_method: 'DDIM'
num_sampling_steps: 50
enable_vae_temporal_decoder: True
image_prompts: [
              ['aircraft.jpg', 'aircrafts flying'],
              ['car.jpg' ,"car moving"],
              ['fireworks.jpg', 'fireworks'],
              ['flowers.jpg', 'flowers swaying'],
              ['forest.jpg', 'people walking'],
              ['shark_unwater.jpg', 'shark falling into the sea'],
              ]