Skip to content

Releases: guorui999/AlbumAI

v0.1.24

Choose a tag to compare

@guorui999 guorui999 released this 17 Jun 14:53

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

Choose a tag to compare

@guorui999 guorui999 released this 17 Jun 08:52

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

Choose a tag to compare

@guorui999 guorui999 released this 17 Jun 08:31

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