mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-12-02 18:52:08 +08:00
Update README_zh.md
fix model_dir path bug
This commit is contained in:
parent
e48c9552a7
commit
456ee7fe85
@ -77,7 +77,7 @@ conditioner_config:
|
|||||||
ucg_rate: 0.1
|
ucg_rate: 0.1
|
||||||
target: sgm.modules.encoders.modules.FrozenT5Embedder
|
target: sgm.modules.encoders.modules.FrozenT5Embedder
|
||||||
params:
|
params:
|
||||||
model_dir: "google/t5-v1_1-xxl" ## T5 模型路径
|
model_dir: "{your_t5-v1_1-xxl_path}" ## T5 模型路径
|
||||||
max_length: 226
|
max_length: 226
|
||||||
|
|
||||||
first_stage_config:
|
first_stage_config:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user