mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-12-02 10:32:09 +08:00
Update README.md
fix model_dir path bug
This commit is contained in:
parent
2825d9b707
commit
2a5fac16fd
@ -83,7 +83,7 @@ conditioner_config:
|
||||
ucg_rate: 0.1
|
||||
target: sgm.modules.encoders.modules.FrozenT5Embedder
|
||||
params:
|
||||
model_dir: "google/t5-v1_1-xxl" ## T5 model path
|
||||
model_dir: "{your_t5-v1_1-xxl_path}" ## T5 model path
|
||||
max_length: 226
|
||||
|
||||
first_stage_config:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user