v1.6.45

HumanAIGC/Cloth2Texv1.6.45Jun 23, 2026by Ed1s0nZ

AI Summary

Adds configurable concurrency to batch task queues and fixes several edge cases in task management for improved stability.

Key Highlights

  • Configurable concurrency (up to 8 workers)
  • Atomic task claiming with executor deduplication
  • Delete guards and stuck-cancel cleanup

New Features

  • Configurable batch queue concurrency
  • Improved task management stability
  • Single-task rerun state handling

Full Release Notes

批量任务队列支持可配置并发执行(默认串行,最高 8 路 worker),创建/编辑队列时可设置 concurrency;采用原子领取与执行器去重,提升多子任务场景下的吞吐与稳定性。同步修复任务管理中的若干边界问题(执行中删除保护、取消卡住清理、单条重跑状态收口等)。

--- 

Batch task queues now support configurable concurrent execution (default serial, up to 8 workers). Set concurrency when creating or editing a queue; tasks are claimed atomically with executor deduplication for safer parallel runs. Also fixes several task-management edge cases, including delete guards while executing, stuck-cancel cleanup, and single-task rerun state handling.