ljy27

Results 1 issues of ljy27

# 问题描述 我尝试将lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill-Lightx2v用项目中提供的converter.py转换为diffusers格式。转化成功了,但是加载模型时提示一些权重为空。 # 使用脚本 脚本如下: `python3 convert.py \ --source /model_zoo/lightx2v-Wan-T2V-14B/distill_model.pt \ --output /model_zoo/lightx2v-Wan-T2V-14B-Diffusers \ --direction forward \ --save_by_block ` # 转换结果 # 报错内容: `Some weights of the model checkpoint...

bug