mirror of
https://github.com/THUDM/CogVideo.git
synced 2026-06-01 09:04:08 +08:00
Update cogvideox_2b_infer.yaml
fix input_file path bug
This commit is contained in:
parent
456ee7fe85
commit
67d34bd826
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user