Releases: guorui999/AlbumAI
Releases · guorui999/AlbumAI
Release list
v0.1.24
Changes
- 修复: PyInstaller 打包时缺失 einops/timm 依赖(Florence-2 模型加载失败)
- 修复: 移除 Florence-2 的 forced_bos_token_id 参数
- 修复: transformers 4.52+ 兼容性问题 — PreTrainedConfig.post_init 误删 forced_bos_token_id 导致 Florence2LanguageConfig AttributeError
- 优化: 移除 Vercel Analytics
- 优化: HuggingFace 镜像回退 + 更健壮的模型加载
v0.1.23
What's Changed
- fix: ConfirmDialog cancelText/confirmText now uses i18n t() for localization
- fix: local_files_only=True on all from_pretrained calls — prevents network timeout when loading models
- fix: _check_hf_model now verifies config.json + model weights exist, not just any file
- Prevents gate from falsely passing when download is incomplete
Full Changelog: v0.1.22...v0.1.23
v0.1.22
What's Changed
- fix: ConfirmDialog cancelText now uses i18n t() for proper Chinese/English localization
- fix: backend auto-detects proxy from git config for HuggingFace connectivity (reverted)
Full Changelog: v0.1.21...v0.1.22