Commit Graph

43 Commits (73f549ca7c3d2ce59a6dc63ec335e9c7e8a837cc)

Author SHA1 Message Date
MMP0 73f549ca7c Update dependencies 2024-02-22 21:54:35 +09:00
MMP0 2692316fee Update dependencies 2023-12-16 16:21:29 +09:00
MMP0 be167e3376 Small fix 2023-12-05 14:42:17 +09:00
MMP0 33213ef513 Update dependencies 2023-12-05 13:54:15 +09:00
MMP0 05eca59c47 Add support for sd-webui v1.7.0 2023-12-05 13:37:50 +09:00
Tung Nguyen b6965ad05d feat: import/export 2023-11-14 03:43:03 +07:00
Tung Nguyen 8970f485b7 fix window.submit is not available in SD.Next 2023-11-09 22:28:02 +07:00
Tung Nguyen c32395e42a add page_size & auto requeue failed tasks settings 2023-11-07 16:13:09 +07:00
Tung Nguyen 99b2cafbc2 implement api to get samplers & models to be able to run without --api 2023-10-25 05:23:44 +07:00
Tung Nguyen 669ebcc7fc add save & save zip buttons 2023-10-23 20:50:28 +07:00
Tung Nguyen 097fe4e5c9 fix: #124 enqueue button sometime not working 2023-09-11 21:22:42 +07:00
MMP0 7e6b461db4 Revert changes and delay progress requests only 2023-08-24 13:41:52 +09:00
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 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 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 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 8198489fd4 chore: use iife format for js 2023-06-29 10:24:05 +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 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 c35899d64e remove old javascript file 2023-06-01 09:10:11 +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