Commit Graph

37 Commits (41799deba8d4fedaf33efebda6e4e0dc3e6cb7dd)

Author SHA1 Message Date
MMP0 41799deba8 Small fix 2023-08-24 13:12:13 +09:00
MMP0 2b75548c28 Fix progress bar not showing on page load 2023-08-24 13:11:42 +09:00
MMP0 efb0eac31c Fix highlight line position 2023-08-22 14:50:01 +09:00
MMP0 e9c6974677 Fix pending tasks refresh button not working 2023-08-22 14:48:59 +09:00
MMP0 5a54f7861a Improve date formatting and fix CSS rules 2023-08-13 19:52:03 +09:00
Tung Nguyen ab9491c2d5 chore: show time in local timezone 2023-08-10 05:27:42 +07:00
MMP0 f521d5847f Fixed issue with tasks not sorting 2023-08-09 23:59:33 +09:00
MMP0 84abd84ca4 Small fixes 2023-08-09 23:26:30 +09:00
MMP0 c638092fc9 Use accent color for running task text color 2023-08-09 23:14:14 +09:00
MMP0 a37c71f535 Small fixes 2023-08-09 22:33:13 +09:00
MMP0 eb758d65c0 Add highlight + make it more Gradio theme friendly 2023-08-09 22:06:21 +09:00
MMP0 745df4cbe2 Fix layout and support for next version 2023-08-06 14:24:47 +09:00
Tung Nguyen 3cf75f5e1b fix: buttons on history tab have no color 2023-08-02 23:43:45 +07:00
Tung Nguyen 9e5a0ba800 feat: always queue task with checkpoint value on UI 2023-08-02 23:43:38 +07:00
Tung Nguyen 07476d89c7 fix: duplicate task_id 2023-08-02 21:15:21 +07:00
MMP0 25b8844fac Fix blinking cell borders for running tasks 2023-08-01 15:50:10 +09:00
MMP0 487e4ff32c Make the theme dynamically sync to Gradio 2023-08-01 12:19:13 +09:00
Tung Nguyen facdfd0f83 feat: queue with name & queue with all checkpoints 2023-07-25 05:14:12 +07:00
Tung Nguyen cc75abcc9b feat: clear queue & history 2023-07-25 05:14:04 +07:00
Tung Nguyen dff02bd0d2 feat: update task 2023-07-25 05:13:51 +07:00
Tung Nguyen e9056ee69c fix: typos 2023-07-16 03:39:17 +07:00
Tung Nguyen 1eefb2fab7 chore: better script_args serialization 2023-07-16 03:08:19 +07:00
Tung Nguyen 828f1d93d1 feature update
- Add clip skip to queue params
- Add support for api task callback
2023-07-11 05:11:52 +07:00
Tung Nguyen 8198489fd4 chore: use iife format for js 2023-06-29 10:24:05 +07:00
Tung Nguyen a53ccc494d fix: broken layout in Vlad fork 2023-06-27 09:39:11 +07:00
Tung Nguyen 9180642eb1 chore: basic support for stable-diffusion-webui-ux 2023-06-25 15:10:49 +07:00
Tung Nguyen c291dc5643 chore: improve disable shortcut ui 2023-06-23 02:21:01 +07:00
Tung Nguyen fbf7b929e2 chore: add setting to disable keyboard shortcut 2023-06-23 01:50:48 +07:00
Tung Nguyen 79a5357188 bugs fixing
- fix keyboard shortcut puts extra character when focusing on prompt
- fix main progress bar
2023-06-22 11:03:51 +07:00
Tung Nguyen d785c01787 chore: update notyf style & message 2023-06-22 11:03:40 +07:00
Tung Nguyen 9bf2aeca3c fix: keyboard shortcut setting not visible in vlad fork 2023-06-21 17:02:00 +07:00
Tung Nguyen 26b0260db6 feat: enqueue keyboard shortcut 2023-06-21 14:30:41 +07:00
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
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