Skip to content

AI Media Assistant Web 2.0

Latest

Choose a tag to compare

@alexchan197611 alexchan197611 released this 26 Jun 23:43
· 2 commits to main since this release

AI Media Assistant Web 2.0

本版本切换为本地 Web 架构,支持浏览器编辑、后台 TTS、逐句配图、字幕模板、BGM 和视频导出。

使用方式

  1. 解压 zip
  2. 运行 scripts\setup_windows.ps1
  3. 运行 scripts\start_windows.ps1
  4. 打开 http://127.0.0.1:8123
  5. mac用户请使用setup_macos.sh 和 start_macos.sh 命令
demo1.mp4
demo2.mp4

注意

模型权重不包含在 Release 包中,需要用户自行准备。

目录结构应该如下:

ai-media-assistant
├─ apps
├─ packages
├─ workers
├─ scripts
├─ docs
├─ storage
├─ models
│ ├─ OmniVoice
│ └─ Qwen3-TTS-1.7B
├─ package.json
├─ package-lock.json
├─ pyproject.toml
└─ README.md