Update README_zh.md

fix model_dir path bug
This commit is contained in:
Fate_nihility 2024-08-19 10:31:54 +08:00 committed by GitHub
parent e48c9552a7
commit 456ee7fe85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: