预先训练的权重

作者: MahrukhAliKhan创建于 2025年2月3日更新于 2025年2月7日

Python -m opensora.serve.gradio_web_server --model_path "path/to/model"
--ae WFVAEModel_D8_4x8x8 --ae_path "path/to/vae"
--caption_refiner "path/to/refiner"
--text_encoder_name_1 "path/to/text_enc" --rescale_betas_zero_snr
我可以在哪里找到 i2v 的 model_path、ae_path 和 caption_refiner 预训练权重?您能否提供模型权重?

内容来源: PKU-YuanGroup/Open-Sora-Plan