mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-06 03:57:56 +08:00
15 lines
510 B
YAML
15 lines
510 B
YAML
args:
|
|
latent_channels: 16
|
|
mode: inference
|
|
load: "{your CogVideoX SAT folder}/transformer" # This is for Full model without lora adapter
|
|
# load: "{your lora folder} such as zRzRzRzRzRzRzR/lora-disney-08-20-13-28" # This is for Full model without lora adapter
|
|
|
|
batch_size: 1
|
|
input_type: txt
|
|
input_file: configs/test.txt
|
|
sampling_num_frames: 13 # Must be 13, 11 or 9
|
|
sampling_fps: 8
|
|
fp16: True # For CogVideoX-2B
|
|
# bf16: True # For CogVideoX-5B
|
|
output_dir: outputs/
|
|
force_inference: True |