Update cogvideox_2b_infer.yaml

fix input_file path bug
This commit is contained in:
Fate_nihility 2024-08-19 10:32:39 +08:00 committed by GitHub
parent 456ee7fe85
commit 67d34bd826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ args:
load: "CogVideoX-2b-sat/transformer" load: "CogVideoX-2b-sat/transformer"
batch_size: 1 batch_size: 1
input_type: txt input_type: txt
input_file: test.txt input_file: "configs/test.txt"
sampling_num_frames: 13 # Must be 13, 11 or 9 sampling_num_frames: 13 # Must be 13, 11 or 9
sampling_fps: 8 sampling_fps: 8
fp16: True fp16: True
@ -163,4 +163,4 @@ model:
params: params:
scale: 6 scale: 6
exp: 5 exp: 5
num_steps: 50 num_steps: 50