Files
ltx2/.memory/ltx2-research.md
2026-04-01 09:04:08 +08:00

35 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: LTX-2 音画同出研究
description: Lightricks LTX-2 AI视频音频同步生成模型研究页已部署本地服务器 Nginx
type: project
---
## 项目信息
- **路径**: `~/Projects/research/20260327-LTX2音画同出/`
- **端口**: 4200
- **本地预览**: http://localhost:4200
- **服务器部署**: http://192.168.2.221:4200Nginx
- **技术栈**: 纯 HTML/CSS/JS 单页面
- **Git**: 已提交,未配远程仓库(--no-remote
## 关键内容
LTX-2 是 Lightricks 的 19B 参数开源模型Apache 2.0),开源界第一个单次推理同时生成视频+音频的生产级模型。
- 双流 DiT 架构:视频流 14B + 音频流 5B双向交叉注意力对齐
- 支持 4K / 50fps / 20s深度图/姿态/摄像机 3D 控制
- 最新版本 LTX-2.32026-03-05
- 需要 NVIDIA CUDA GPUMac 无法本地跑
**Why:** 用户对 AI 视频生成技术感兴趣,从社交媒体看到数字折叠平台发的 ComfyUI 整合包介绍,想了解具体是什么。
**How to apply:** 用户 MacM2 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/`