auto-save 2026-04-01 09:03 (+1)
This commit is contained in:
34
.memory/ltx2-research.md
Normal file
34
.memory/ltx2-research.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: LTX-2 音画同出研究
|
||||
description: Lightricks LTX-2 AI视频音频同步生成模型研究页,已部署本地服务器 Nginx
|
||||
type: project
|
||||
---
|
||||
|
||||
## 项目信息
|
||||
|
||||
- **路径**: `~/Projects/research/20260327-LTX2音画同出/`
|
||||
- **端口**: 4200
|
||||
- **本地预览**: http://localhost:4200
|
||||
- **服务器部署**: http://192.168.2.221:4200(Nginx)
|
||||
- **技术栈**: 纯 HTML/CSS/JS 单页面
|
||||
- **Git**: 已提交,未配远程仓库(--no-remote)
|
||||
|
||||
## 关键内容
|
||||
|
||||
LTX-2 是 Lightricks 的 19B 参数开源模型(Apache 2.0),开源界第一个单次推理同时生成视频+音频的生产级模型。
|
||||
- 双流 DiT 架构:视频流 14B + 音频流 5B,双向交叉注意力对齐
|
||||
- 支持 4K / 50fps / 20s,深度图/姿态/摄像机 3D 控制
|
||||
- 最新版本 LTX-2.3(2026-03-05)
|
||||
- 需要 NVIDIA CUDA GPU,Mac 无法本地跑
|
||||
|
||||
**Why:** 用户对 AI 视频生成技术感兴趣,从社交媒体看到数字折叠平台发的 ComfyUI 整合包介绍,想了解具体是什么。
|
||||
|
||||
**How to apply:** 用户 Mac(M2 Max 64GB)无 N 卡跑不动 LTX-2,后续如果本地服务器装了 GPU 可以再试。
|
||||
|
||||
## 服务器部署备注
|
||||
|
||||
- 首次在 192.168.2.221 安装了 Nginx,已设开机自启
|
||||
- SELinux 端口放行:`semanage port -m -t http_port_t -p tcp 4200`
|
||||
- SELinux 文件标签:`chcon -R -t httpd_sys_content_t /var/www/ltx2/`
|
||||
- Nginx 配置:`/etc/nginx/conf.d/ltx2.conf`
|
||||
- Web 根目录:`/var/www/ltx2/`
|
||||
Reference in New Issue
Block a user