Commit Graph

9 Commits (ce2b9b4eb9d8aeb1b2187176a5cf13b4d89f195f)

Author SHA1 Message Date
Tung Nguyen ce2b9b4eb9 feature update
* Add api to download task's generated images
* Add setting to render extension UI below the main UI
* Display task datetime in local timezone
* Persist the grid state (columns order, sorting) for next session
* Bugs fixing and code improvements
2023-06-20 22:03:59 +07:00
AutoAgentX 48ad5b6d22 refactor code
- re-organize folder structure
- prevent duplicate ui initialization
- prevent unnecessary data refresh
2023-06-07 10:31:58 +07:00
AutoAgentX 57f23512cf feature update
- 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
2023-06-05 17:17:10 +07:00
Vladimir Mandic 469eb9d98a
fix typo 2023-06-03 22:11:00 -04:00
Vladimir Mandic 74a6f73b06
safe init 2023-06-03 11:47:18 -04:00
AutoAgentX b4fb2c325f chore: keep the previous generation result when enqueue 2023-06-02 10:12:50 +07:00
Tung Nguyen 471747767f chore: UI updates and bug fixing
- Update the queue  placement option
- Make the grid height scale with window resize
- Fix: unable to run a specific task when queue is paused
2023-06-02 03:56:13 +07:00
Tung Nguyen 4f7339468c chore: feature updates
- 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
2023-06-01 04:58:14 +07:00
AutoAgentX 21d150a0bd first commit 2023-05-29 21:31:46 +07:00