Commit Graph

63 Commits

Author SHA1 Message Date
yaofanguk
bc31d1ff2d 去除propainter 2026-04-10 16:08:17 +08:00
天涯古巷
c189f8368e Add subtitle extraction feature and documentation link
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 2s
Docker Build and Push / build-and-push (cpu, latest) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CPU / build (push) Has been cancelled
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
Added a feature to extract original subtitles and link to video-subtitle-extractor.
2026-04-09 23:26:58 +08:00
flavioy
e801d58e80 GPU加速和批处理优化、更新README
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 3s
Docker Build and Push / build-and-push (cpu, latest) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CPU / build (push) Has been cancelled
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
- STTN Auto/Det: 统一 torch.no_grad 包裹,减少重复上下文切换开销
- STTN Auto: 添加 FramePrefetcher 帧预读取,根据 GPU 显存动态调整 batch size
- Lama Inpaint: 新增 _inpaint_batch 批量推理,多帧合并一次 GPU 推理
- ProPainter: copy.deepcopy 替换为浅拷贝,每个区域处理后 gc.collect
- HardwareAccelerator: 新增 get_available_vram_mb 显存查询方法
- README: 添加应用 Logo,同步英文版 README_en.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 00:17:50 +08:00
flavioy
8aac76030d 更新readme 2026-04-07 23:58:57 +08:00
flavioy
d023ca775c Merge eritpchy/dev: update Docker instructions to v1.4.0
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 4s
Docker Build and Push / build-and-push (cpu, latest) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CPU / build (push) Has been cancelled
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
Resolve README.md conflict by adopting dev branch's updated
Docker commands (v1.4.0 with python backend/main.py args).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 22:18:27 +08:00
天涯古巷
a577efd3e1 Update README.md
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 10s
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
2025-12-03 08:40:41 +08:00
方耀
2bb2d54314 ganxie lyons
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 23s
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
2025-06-26 14:43:41 +08:00
Jason
7025d3234b 升级版本号至1.4.0 2025-05-22 19:52:37 +08:00
Jason
50c89c1217 同时支持PP-OCRv4 PP-OCRv5模型 2025-05-22 19:52:36 +08:00
Jason
40ff7664e0 升级版本号至1.3.0 2025-05-22 15:09:59 +08:00
Jason
7cf4e882cd 初步支持 macOS (Apple Silicon)
升级至PP-OCRv5
Tested with Python 3.13
感谢用户 "期望" 提供的macOS设备用于开发测试
2025-05-22 13:02:28 +08:00
Jason
c673b5ccd1 支持多字幕区域 2025-05-22 08:42:00 +08:00
Jason
f78e985e1c 使用PySide6-Fluent-Widgets重构整套UI
添加任务列表组件并优化视频加载逻辑
支持可视化显示字幕区域
整理所有模型, 分别为STTN智能擦除, STTN字幕检测, LAMA, ProPainter, OpenCV
提高处理性能
新增CPU运行模式并优化多语言支持
修复Propainter模式部分视频报错

本次提交新增了CPU运行模式,适用于无GPU加速的场景。同时,优化了多语言支持,新增了日语、韩语、越南语等语言配置文件,并更新了README文档以反映新的运行模式和多语言支持。此外,修复了部分代码逻辑,提升了系统的稳定性和兼容性。
2025-05-22 08:41:59 +08:00
天涯古巷
7049a24883 Update README.md
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 12s
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
2025-05-13 10:35:27 +08:00
Jason
7a5384ad95 更新README 2025-05-06 22:10:11 +08:00
Jason
b40ab7d921 发布docker镜像 2025-05-06 21:18:32 +08:00
天涯古巷
53baf28326 Revert "由于PySimpleGUI作者故意移除免费的旧版本,改用PySimpleGUI-4-foss" 2025-04-25 11:03:16 +08:00
Jason
ea7e01e3aa 发布docker镜像 2025-04-24 23:45:54 +08:00
天涯古巷
9f9cded1ff Update README.md 2025-02-19 09:34:37 +08:00
天涯古巷
1dc9036dee Update README.md 2025-02-19 09:24:46 +08:00
天涯古巷
09dbfa47f2 Update README.md 2025-01-03 10:29:42 +08:00
天涯古巷
aa83db0f98 Update README.md 2024-12-24 11:37:19 +08:00
天涯古巷
f86c8c9fe8 Update README.md 2024-12-15 17:26:49 +08:00
天涯古巷
b0ca454473 感谢张音乐赞助 2024-10-13 14:22:40 +08:00
天涯古巷
8c5ea2e19d Update README.md 2024-10-09 17:22:15 +08:00
天涯古巷
330cf54e1a Update README.md 2024-10-09 17:15:21 +08:00
天涯古巷
7019572f7b Update README.md 2024-09-30 23:59:58 +08:00
天涯古巷
ee53840adb Update README.md 2024-09-30 22:45:23 +08:00
天涯古巷
96d744b3a7 Update README.md 2024-09-30 22:42:35 +08:00
天涯古巷
99770a32b9 Update README.md 2024-09-30 22:29:47 +08:00
天涯古巷
0f71d732e1 Update README.md 2024-09-29 07:18:52 +08:00
天涯古巷
f3a982710d Update README.md 2024-09-25 20:53:36 +08:00
天涯古巷
e07849ef87 Update README.md 2024-09-19 20:10:28 +08:00
天涯古巷
a3452832ff Update README.md 2024-07-10 17:56:02 +08:00
天涯古巷
45e80bc9b0 感谢Talkuv app的支持 2024-07-10 17:53:01 +08:00
天涯古巷
4a09342987 Update README.md 2024-07-06 17:27:20 +08:00
天涯古巷
caf4cb27f4 Update README.md 2024-06-19 08:48:14 +08:00
天涯古巷
c927476c0f 感谢衣食父母陈的赞助 2024-06-06 16:58:44 +08:00
天涯古巷
61aa3d8f88 Update README.md 2024-01-17 19:20:30 +08:00
天涯古巷
67fdacdd8b Update README.md 2024-01-16 22:39:33 +08:00
天涯古巷
3d21963995 Update README.md 2024-01-09 17:18:07 +08:00
天涯古巷
4abc3409ac Update README.md 2024-01-07 07:07:58 +08:00
天涯古巷
3ce8d7409b Update README.md 2024-01-04 14:43:10 +08:00
天涯古巷
19141ff5c9 Update README.md 2024-01-02 14:37:31 +08:00
天涯古巷
584e574795 Update README.md 2023-12-30 09:24:57 +08:00
YaoFANGUK
dad37eba7d 更新readme 2023-12-29 15:52:55 +08:00
天涯古巷
063a896cb9 Update README.md 2023-12-29 15:41:00 +08:00
天涯古巷
63d8378f36 Update README.md 2023-12-29 12:57:45 +08:00
天涯古巷
4cbfa9ebf0 Update README.md 2023-12-29 11:58:15 +08:00
YaoFANGUK
757cc5bf77 感谢赞助 2023-12-29 10:33:46 +08:00