Releases: aoguai/LiYing
Release v3.2.0
版本说明
本发布包含以下三种版本:
| 版本类型 | 版本 | 运行环境 / 关键依赖 | 特点 |
|---|---|---|---|
| CLI | Compatible | Python 3.8.10 + onnxruntime 1.14.0 | 单文件可执行(pyinstaller) 体积最小,启动最快 仅支持命令行参数运行 适合自动化脚本或批处理调用 兼容性最好,适合较老系统 |
| CLI | Latest | Python 3.11.8 + onnxruntime >= 1.14.0 | 与 Compatible 功能相同,但使用更新的 Python 和依赖 性能更好,适合较新的系统 |
| BAT | Compatible | Python 3.8.10 (Embedded) + onnxruntime 1.14.0 | 包含完整 Python 环境(嵌入式) 不包含 WebUI 相关组件 支持命令行和批处理脚本运行 兼容性好,适合较老系统 |
| BAT | Latest | Python 3.11.8 (Embedded) + onnxruntime >= 1.14.0 | 与 Compatible 功能相同,但使用更新的 Python 和依赖 性能更好,适合较新的系统 |
| WebUI | Compatible | Python 3.8.10 (Embedded) + gradio 4.44.1 | 完整版本,包含所有功能 包含 WebUI 图形界面 包含完整 Python 环境(嵌入式) 支持命令行、批处理脚本和网页界面运行 兼容性好,适合较老系统 |
| WebUI | Latest | Python 3.11.8 (Embedded) + gradio >= 4.44.1 | 与 Compatible 功能相同,但使用更新的 Python 和依赖 性能更好,适合较新的系统 |
选择建议
| 需求 | 推荐 |
|---|---|
| 只需要命令行功能 | CLI |
| 需要批处理脚本功能 | BAT |
| 需要完整功能 | WebUI |
| 系统较老或遇到兼容性问题 | Compatible |
| 系统较新且想要获得最佳性能 | Latest |
Version Description
This release includes three different versions:
| Type | Variant | Runtime / Key deps | Notes |
|---|---|---|---|
| CLI | Compatible | Python 3.8.10 + onnxruntime 1.14.0 | Single executable (pyinstaller) Smallest size, fastest startup Command-line args only Ideal for automation scripts or batch processing Best compatibility for older systems |
| CLI | Latest | Python 3.11.8 + onnxruntime >= 1.14.0 | Same features as Compatible with newer Python/dependencies Better performance for newer systems |
| BAT | Compatible | Python 3.8.10 (Embedded) + onnxruntime 1.14.0 | Includes complete embedded Python environment Does not include WebUI components Supports command-line and batch script execution Good compatibility for older systems |
| BAT | Latest | Python 3.11.8 (Embedded) + onnxruntime >= 1.14.0 | Same features as Compatible with newer Python/dependencies Better performance for newer systems |
| WebUI | Compatible | Python 3.8.10 (Embedded) + gradio 4.44.1 | Complete version with all features Includes WebUI graphical interface Includes complete embedded Python environment Supports command-line, batch scripts, and web interface Good compatibility for older systems |
| WebUI | Latest | Python 3.11.8 (Embedded) + gradio >= 4.44.1 | Same features as Compatible with newer Python/dependencies Better performance for newer systems |
Selection Recommendations
| Need | Choose |
|---|---|
| Command-line only | CLI |
| Batch scripts | BAT |
| Full features | WebUI |
| Older system / compatibility issues | Compatible |
| Newer system / best performance | Latest |
Release v3.1.1
版本说明
注意该版本对 CIL 参数进行了更改,为了避免问题请你仔细阅读最新 CIL 帮助文档
- 2025/06/30 更新
- 新增 size_range 选项,允许用户输入照片文件大小的最小值和最大值,尝试在保持质量的同时确保文件大小在范围内
- 新增 target_size 选项,用于控制照片文件大小
- 新增 RMBG-2.0 与 yolov8 较高迭代版本的支持(需要在 Latest 环境下)
- 新增 CLI/BAT/WEBUI 版本的自动构建
- 新增 模型路径配置选项
- 修复 已知BUG
本发布包含以下三种版本:
CLI 版本
- Compatible: Python 3.8.10 + onnxruntime 1.14.0
- 仅包含命令行界面的单个可执行文件(pyinstaller打包)
- 体积最小,启动最快
- 仅支持命令行参数运行
- 适合自动化脚本或批处理调用
- 兼容性最好,适合较老的系统
- Latest: Python 3.11.8 + onnxruntime >=1.14.0
- 与Compatible版本功能相同,但使用更新的Python和依赖
- 性能更好,适合较新的系统
BAT 版本
- Compatible: Python 3.8.10 (Embedded) + onnxruntime 1.14.0
- 包含完整的Python环境(嵌入式)
- 不包含WebUI相关组件
- 支持命令行和批处理脚本运行
- 兼容性好,适合较老的系统
- Latest: Python 3.11.8 (Embedded) + onnxruntime >=1.14.0
- 与Compatible版本功能相同,但使用更新的Python和依赖
- 性能更好,适合较新的系统
WebUI 版本
- Compatible: Python 3.8.10 (Embedded) + gradio 4.44.1
- 完整版本,包含所有功能
- 包含WebUI图形界面
- 包含完整的Python环境(嵌入式)
- 支持命令行、批处理脚本和网页界面运行
- 兼容性好,适合较老的系统
- Latest: Python 3.11.8 (Embedded) + gradio >=4.44.1
- 与Compatible版本功能相同,但使用更新的Python和依赖
- 性能更好,适合较新的系统
选择建议
- 如果您只需要命令行功能,推荐使用 CLI 版本
- 如果您需要批处理脚本功能,推荐使用 BAT 版本
- 如果您需要完整功能,推荐使用 WebUI 版本
- 如果您的系统较老或遇到兼容性问题,请选择 Compatible 版本
- 如果您的系统较新且想要获得最佳性能,请选择 Latest 版本
Version Description
Note: This version includes changes to CIL parameters. Please carefully read the latest CIL help documentation to avoid issues.
- 2025/06/30 Update
- Added
size_rangeoption, allowing users to input a min and max file size, attempting to maintain quality while keeping the file size within the range. - Added
target_sizeoption to control the photo file size. - Added support for RMBG-2.0 and higher iterations of yolov8 (requires Latest environment).
- Added automatic builds for CLI/BAT/WEBUI versions.
- Added model path configuration options.
- Fixed known bugs.
- Added
This release includes three different versions:
CLI Version
- Compatible: Python 3.8.10 + onnxruntime 1.14.0
- Single executable file with command-line interface only (pyinstaller packaged)
- Smallest size and fastest startup
- Supports command-line parameters only
- Ideal for automation scripts or batch processing
- Best compatibility, suitable for older systems
- Latest: Python 3.11.8 + onnxruntime >=1.14.0
- Same functionality as Compatible version but with newer Python and dependencies
- Better performance, suitable for newer systems
BAT Version
- Compatible: Python 3.8.10 (Embedded) + onnxruntime 1.14.0
- Includes complete Python environment (embedded)
- Does not include WebUI components
- Supports command-line and batch script execution
- Good compatibility, suitable for older systems
- Latest: Python 3.11.8 (Embedded) + onnxruntime >=1.14.0
- Same functionality as Compatible version but with newer Python and dependencies
- Better performance, suitable for newer systems
WebUI Version
- Compatible: Python 3.8.10 (Embedded) + gradio 4.44.1
- Complete version with all features
- Includes WebUI graphical interface
- Includes complete Python environment (embedded)
- Supports command-line, batch scripts, and web interface
- Good compatibility, suitable for older systems
- Latest: Python 3.11.8 (Embedded) + gradio >=4.44.1
- Same functionality as Compatible version but with newer Python and dependencies
- Better performance, suitable for newer systems
Selection Recommendations
- If you only need command-line functionality, choose the CLI version
- If you need batch script functionality, choose the BAT version
- If you need complete functionality, choose the WebUI version
- If you have an older system or encounter compatibility issues, choose the Compatible version
- If you have a newer system and want the best performance, choose the Latest version
Release v3.0.0
注意该版本对 CIL 参数进行了更改,为了避免问题请你仔细阅读最新 CIL 帮助文档
- 2025/02/07 更新
- 添加 WebUI
- 优化 配置方式,用 CSV 替换 INI 配置
- 添加 CI/CD 方便自动构建与测试
- 添加 仅排版照片, 是否在照片表格上添加裁剪线 选项
- 完善 对非脸部图像的兜底处理
- 修复 已知BUG
- 添加修正补充了更多尺寸
Note: This version includes changes to CIL parameters. Please carefully read the latest CIL help documentation to avoid issues.
- 2025/02/07 Update
- Added WebUI
- Optimized configuration method by replacing INI files with CSV
- Added CI/CD for automated builds and testing
- Added options for layout-only photos and whether to add crop lines on the photo grid
- Improved fallback handling for non-face images
- Fixed known bugs
- Added and refined more photo sizes
LiYing_integration_20240806_Windows_v2
更新日志
- 2024/08/06 更新
- 新增 photo-type 和 photo-sheet-size 支持直接输入宽高像素,支持使用 data.ini 配置
- 修复 部分 i18n 导致的已知问题,现在可以兼容中英文配置
- 修复 其他已知BUG
这是一个整合好的 Windows 整合包,它适用于 Windows 7 SP1 及以上版本。
您可以在releases 直接下载
同时提供以下其他下载方式:
| 文件类型 | 链接 | 提取码/备注 |
|---|---|---|
| 百度网盘 | https://pan.baidu.com/s/1nBGMvRWBtJYMK9FyI7cAXw | d15a |
| Google Drive | https://drive.google.com/file/d/1VDdkNIgtvWYYbpiw-P4KwfjaZPHy6tJq/view | - |
Changelog
- 2024/08/06 Update
- Added support for entering width and height in pixels directly for
photo-typeandphoto-sheet-size, and support for configuration viadata.ini. - Fixed issues related to some i18n configurations; now compatible with both English and Chinese settings.
- Fixed other known bugs.
- Added support for entering width and height in pixels directly for
This is a consolidated Windows integration package, suitable for Windows 7 SP1 and above.
You can download it directly from the releases.
Additional download options are available as follows:
| File Type | Link | Code/Note |
|---|---|---|
| Baidu Netdisk | https://pan.baidu.com/s/1nBGMvRWBtJYMK9FyI7cAXw | d15a |
| Google Drive | https://drive.google.com/file/d/1VDdkNIgtvWYYbpiw-P4KwfjaZPHy6tJq/view | - |
LiYing_integration_20240803_Windows_v1
这是一个整合好的 Windows 整合包,它适用于 Windows 7 SP1 及以上版本
您可以在releases 直接下载
同时提供以下其他下载方式:
| 文件类型 | 链接 | 提取码/备注 |
|---|---|---|
| 百度网盘 | https://pan.baidu.com/s/1QVfsdVVd5MqjU6Hua0_VPQ | kqvy |
| Google Drive | https://drive.google.com/file/d/1VDdkNIgtvWYYbpiw-P4KwfjaZPHy6tJq/view | - |
This is a consolidated Windows integration package, suitable for Windows 7 SP1 and above.
You can download it directly from the releases.
Additional download options are available as follows:
| File Type | Link | Code/Note |
|---|---|---|
| Baidu Netdisk | https://pan.baidu.com/s/1QVfsdVVd5MqjU6Hua0_VPQ | kqvy |
| Google Drive | https://drive.google.com/file/d/1VDdkNIgtvWYYbpiw-P4KwfjaZPHy6tJq/view | - |