File size: 498 Bytes
8b306b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # 预训练模型根目录
base_dir: "downloads"
# Lance 模型配置
lance:
image: "${base_dir}/Lance_3B"
video: "${base_dir}/Lance_3B_Video"
# Vision Transformer 配置
vit:
qwen2_5_vl: "${base_dir}/Qwen2.5-VL-ViT"
# VAE 配置
vae:
wan: "${base_dir}/Wan2.2_VAE.pth"
# GenEVAL 配置
geneval:
data: "benchmarks/image_gen/GenEVAL/GenEVAL.jsonl"
# DPG 配置
dpg:
data: "benchmarks/image_gen/DPG/DPG.jsonl"
# GEdit 配置
gedit:
data: "benchmarks/image_gen/GEdit/GEdit_en.json"
|