Tony Zhang
30d7eb4b35
chore: sync code and project files
2026-01-09 14:09:16 +08:00
Tony Zhang
3d1fb37769
fix(ui): widget key 按项目隔离,避免滚动卡死/加载串项目;fix(img): 最小180s+失败码重试3次
2025-12-18 00:31:37 +08:00
Tony Zhang
c6436da17e
fix(8502): 重生图片自动作废旧视频;记录来源图片签名并提示stale;组图/重生视频路径唯一化
2025-12-17 22:54:22 +08:00
Tony Zhang
1e210ffccf
perf(8502): 并行生图(6并发)+超时重试;视频URL直连预览/下载;路径隔离
2025-12-17 12:21:22 +08:00
Tony Zhang
ebcf165c3f
fix(stability): R2上传改为懒加载,缺boto3时降级不阻塞启动
2025-12-17 10:51:19 +08:00
Tony Zhang
e365a94dd1
fix(ports): docker 默认对外8502并修复空DB连接串回退
2025-12-17 10:35:14 +08:00
Tony Zhang
81a4faabf5
chore(ports): Streamlit 端口参数化(默认8502)并修正启动提示
2025-12-17 09:53:29 +08:00
Tony Zhang
da721ad8e2
路径跨平台兼容优化 - 修改相对路径,兼容Windows/Linux/Mac
2025-12-15 16:58:44 +08:00
Tony Zhang
54fff30ee0
fix: 字幕居中bug修复,BGM声音太小bug修复,默认system prompt微调 - 强化旁白字数控制
...
- composer.py: BGM音量调整为0.45,禁用ducking压缩
- ffmpeg_utils.py: 字幕居中修复,多行字幕每行单独居中
- script_gen.py: 清理调试代码
2025-12-15 16:18:00 +08:00
Tony Zhang
33a165a615
feat: video-flow initial commit
...
- app.py: Streamlit UI for video generation workflow
- main_flow.py: CLI tool with argparse support
- modules/: Business logic modules (script_gen, image_gen, video_gen, composer, etc.)
- config.py: Configuration with API keys and paths
- requirements.txt: Python dependencies
- docs/: System prompt documentation
2025-12-12 19:18:27 +08:00