mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-12-03 03:02:09 +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:
|
||||||
@ -195,4 +195,4 @@ SAT 权重格式与 Huggingface 的权重格式不同,需要转换。请运行
|
|||||||
python ../tools/convert_weight_sat2hf.py
|
python ../tools/convert_weight_sat2hf.py
|
||||||
```
|
```
|
||||||
|
|
||||||
**注意** 本内容暂未测试 LORA 微调模型。
|
**注意** 本内容暂未测试 LORA 微调模型。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user