xinyuanc91 commited on
Commit
dcd43ed
1 Parent(s): df6c628

Update configs/sample_i2v.yaml

Browse files
Files changed (1) hide show
  1. configs/sample_i2v.yaml +3 -6
configs/sample_i2v.yaml CHANGED
@@ -1,6 +1,5 @@
1
 
2
- ckpt: "/mnt/petrelfs/share_data/chenxinyuan/code/SEINE-release/pre-trained/seine.pt"
3
- # save_img_path: "./results/i2v/"
4
  save_img_path: "/mnt/petrelfs/share_data/zhouyan/gradio_i2v/"
5
  pretrained_model_path: "pre-trained/stable-diffusion-v1-4/"
6
 
@@ -16,7 +15,7 @@ image_size: [512, 512]
16
  use_compile: False
17
  use_fp16: True
18
  enable_xformers_memory_efficient_attention: True
19
- img_path: "/mnt/petrelfs/zhouyan/tmp/last"
20
  # sample config:
21
  seed:
22
  run_time: 13
@@ -28,9 +27,7 @@ additional_prompt: ", slow motion."
28
  negative_prompt: ""
29
  do_classifier_free_guidance: True
30
 
31
- # autoregressive config:
32
- # input_path: "/mnt/petrelfs/zhouyan/tmp/未来上海/WechatIMG9434.jpg"
33
- input_path: "/mnt/petrelfs/zhouyan/tmp/last"
34
  researve_frame: 1
35
  mask_type: "first1"
36
  use_mask: True
 
1
 
2
+ ckpt: "pre-trained/seine.pt"
 
3
  save_img_path: "/mnt/petrelfs/share_data/zhouyan/gradio_i2v/"
4
  pretrained_model_path: "pre-trained/stable-diffusion-v1-4/"
5
 
 
15
  use_compile: False
16
  use_fp16: True
17
  enable_xformers_memory_efficient_attention: True
18
+ img_path: "tmp/last"
19
  # sample config:
20
  seed:
21
  run_time: 13
 
27
  negative_prompt: ""
28
  do_classifier_free_guidance: True
29
 
30
+ input_path: "tmp/last"
 
 
31
  researve_frame: 1
32
  mask_type: "first1"
33
  use_mask: True