JoyAI-Echo 1.5 是面向持续故事与交互世界的统一视听生成系统。本仓库包含长视频模型权重。其参考生视频流程可接收文本提示、可选的首帧条件,以及最多七个有序记忆槽位,其中包含参考图像和音频。
配对的跨模态记忆库可在独立可编辑镜头之间保持角色外观、音色身份和场景上下文。该版本使用基于 LTX-2.3 的 8 步 DMD 生成器,并通过统一推理流程提供 BF16、FP8 和 FP4 变体。
| 目录 | 精度 | 大小 | 内容 |
|---|---|---|---|
echo15_full_dmd/ | BF16 | 46.14 GB | model.safetensors |
echo15_fp8/ | FP8 | 27.62 GB | model.safetensors |
echo15_fp4/ | FP4 | 22.81 GB | components.safetensors, transformer_modelopt.pt |
每个目录还包含一个 checkpoint.json 清单文件。SHA256SUMS
记录所有检查点文件的哈希值。
JoyAI-Echo 1.0 保留在 echo1.0 分支中。
# BF16
hf download jdopensource/JoyAI-Echo \
--include "echo15_full_dmd/*" \
--local-dir checkpoints
# FP8
hf download jdopensource/JoyAI-Echo \
--include "echo15_fp8/*" \
--local-dir checkpoints
# FP4
hf download jdopensource/JoyAI-Echo \
--include "echo15_fp4/*" \
--local-dir checkpoints请单独下载 Gemma 文本编码器:
hf download google/gemma-3-12b-it \
--local-dir checkpoints/gemma-3-12bgit clone https://github.com/jd-opensource/JoyAI-Echo.git
cd JoyAI-Echo/echo_longvideopython inference.py --config configs/inference.bf16.yaml # BF16
python inference.py --config configs/inference.fp8.yaml # FP8
python inference.py --config configs/inference.fp4.yaml # FP4默认配置会处理
examples/the_last_visa/requests/ 中的 R2V 请求。请参阅
推理仓库
了解请求模式、条件缓存、低显存配置和本地服务器。
echo_longvideoDirector_Agent我们衷心感谢使本次发布成为可能的开源项目,尤其是 LTX-2.3、 Gemma 以及 MSST-WebUI。
@article{duan2026joyaiecho15,
title = {Long-Horizon Audio-Visual Generation for Persistent Stories and Interactive Worlds},
author = {Duan, Nan and Huang, Haoyang and Jin, Weiyang and Li, Haoran and Li, Yaowei and Li, Yuming and Liu, Yijun and Lu, Xin and Ma, Xiaoxiao and Ma, Yanwen and Su, Yaofeng and Sun, Yilang and Wang, Haoyu and Xue, Zeyue and Zhang, Songchun and Zhuang, Junhao},
journal = {arXiv preprint arXiv:2608.23383},
year = {2026},
eprint = {2608.23383},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2608.23383}
}本项目基于 Lightricks Ltd. 开发的 LTX-2。
LTX-2 中所有原始版权声明、许可声明、专利声明、商标声明及归属声明 均予以保留。本项目仍受 LTX-2 社区许可协议约束。