- browse queue history
- bookmark task
- name a task
- requeue a task (create new task with the same params)
- view generated images
- send params directly to txt2img, img2img
- queue apis
- bugs fixing and stability improverments
The | operator for types, instead of Union, is only supported for Python
3.10 onwards. However, Google Colab and Paperspace, and possibly others,
default to Python 3.8 or 3.9.
Restore compatibility by using typing.Union instead.
Fixes#6.
- add a flag to enable/disable queue auto processing
- add queue button placement setting
- add a flag to hide the custom checkpoint select
- rewrite frontend code in typescript
- extract serialization logic to task_helpers
- bugs fixing