v1.6

Huanshere/VideoLingov1.6Oct 7, 2024by Huanshere

AI Summary

This release refactors the configuration system to use YAML, removes the need for manual UI saving, and improves stability for batch processing and external API access.

Key Highlights

  • Refactored `config.py` into `config.yaml`
  • UI no longer requires clicking a save button
  • Fixed ineffective language settings in batch mode
  • Improved stability for accessing Replicate

Breaking Changes

  • Refactored configuration from `config.py` to `config.yaml`

Full Release Notes

- Refactored `config.py` into `config.yaml`, with corresponding restructuring of the codebase. The UI no longer requires clicking a save button.
- Automatic source selection during local installation
- Fixed an issue where language settings in batch mode were ineffective
- Improved stability for accessing Replicate

- 将 `config.py` 重构为 `config.yaml` ,代码库也跟随着进行了重构,UI中现在不需要点击保存了。
- 本地安装时自动选择源
- 修复了 batch mode 中填写语言无效的问题
- 现在访问replicate的方法更稳定了