Files
colomi 0eb61f3e60 初始化换发型项目:3个微服务代码 + 部署脚本
包含:
- hair_service_sd: 换发型/换发色算法服务 (端口 8801)
- photo_service: LoRA 训练调度服务 (端口 32678)
- stable-diffusion-webui: SD WebUI 推理服务 (端口 57860)
- kohya_ss_home: 训练环境代码
- meidaojia: 监控测试脚本
- setup.sh: 一键部署脚本 (conda环境恢复 + 配置生成 + 完整性检查)
- start_all_services.sh: 启动3个服务
- configure.ini.template: 路径模板化 (BASE_DIR自动推导)
- conda_envs/py310.yml: py310 环境定义

大文件 (weights/, models/, data/, conda_envs/*.tar.gz 等) 通过 .gitignore 排除,
由网盘单独上传。
2026-07-11 18:11:49 +08:00

40 lines
957 B
Plaintext

2024/02/23
Fix popup 127.0.0.1 instead of real ip in some situations.
2023/06/04
Rename packages name with toolchains name.
Fix some toolchain's misconfiguration, which lead to unusable binary.
Add support for drag-drop upload and folder upload.
2022/05/12
Fix a issue when rename a file's name with question mark(?).
2022/03/27
Fix a potential security problem.
Add support for platform armv6.
2022/01/27
Fix unexpected quit when upload file to jffs2 filesystem.
2022/01/24
Fix unexpected quit on windows.
Add back web player, but not enabled by default.
2022/01/10
Fix UI mess up when multiple files selected to upload at once.
2022/01/05
Fix upload error when file > 4G, 64bits versions not affected. Thanks for Mover.
2021/12/02
Some minor UI correction.
Add installation script for Android.
2021/11/30
Fix for __libc_start_main@@GLIBC_2.34
Fix parameter "-c".
2021/11/29
Try fix rename() error on Android.
Fix guest's permission settings.