Commit Graph

35 Commits (097fe4e5c97612520b3e4d80d44f36088c53e2c4)

Author SHA1 Message Date
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 ea470d7524 chore: remove debug prints 2023-08-02 23:43:52 +07:00
Tung Nguyen 9e5a0ba800 feat: always queue task with checkpoint value on UI 2023-08-02 23:43:38 +07: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 6cd571d914 chore: handle new request arg in SD 1.5.0-RC 2023-07-24 05:12:54 +07:00
Tung Nguyen 027f54fbd3 chore: add warning message when sd webui is too old 2023-07-16 03:08:38 +07:00
AngelBottomless 662b57d420 fix Typing for compat and match controlnet args
fix typing for task_scheduler

continue patching typing
2023-07-11 12:07:23 +09: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 84310be8db fix: extension failed to load when missing config 2023-06-27 16:35:35 +07:00
Tung Nguyen a53ccc494d fix: broken layout in Vlad fork 2023-06-27 09:39:11 +07:00
Tung Nguyen c305809022 fix: enqueue button at the bottom of main ui 2023-06-26 23:19:14 +07:00
Tung Nguyen 9180642eb1 chore: basic support for stable-diffusion-webui-ux 2023-06-25 15:10:49 +07:00
Tung Nguyen aa26ecf0df fix: initialize is not defined 2023-06-25 03:46:08 +07:00
Tung Nguyen 75063e5454 fix: send to x buttons not working when render ui below main ui 2023-06-24 21:43:12 +07:00
Tung Nguyen daa38ca236 chore: update default qneue hotkey to Ctrl+E or Command+E 2023-06-24 10:54:48 +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 9bf2aeca3c fix: keyboard shortcut setting not visible in vlad fork 2023-06-21 17:02:00 +07:00
Tung Nguyen d499ed1eae chore: remove print 2023-06-21 14:30:59 +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 3401020066 feature update
- Force image saving
- Auto pause queue when OOM error detected
2023-06-06 12:07:41 +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
Luca Beltrame 7c7d97c6cf
Restore compatibility with Python 3.8 and 3.9
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.
2023-06-03 09:42:17 +02: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