Commit Graph

167 Commits (main)

Author SHA1 Message Date
ArtVenture 5c6cbdc5ae
Merge pull request #20 from ArtVentureX/refactor/folder-structure
refactor code
2023-06-07 10:39:14 +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 08cdc1854f chore: update README 2023-06-05 17:22:42 +07:00
AutoAgentX 4c3a0f7669 chore: update README 2023-06-05 17:17:14 +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
ArtVenture b070319583
Merge pull request #14 from vladmandic/agent-scheduler
fix typo
2023-06-04 11:29:32 +07:00
Vladimir Mandic 469eb9d98a
fix typo 2023-06-03 22:11:00 -04:00
ArtVenture b92fde92f4
Merge pull request #10 from vladmandic/agent-scheduler
safe init
2023-06-04 07:59:19 +07:00
Vladimir Mandic 74a6f73b06
safe init 2023-06-03 11:47:18 -04:00
ArtVenture aea5146f1e
Merge pull request #7 from lbeltrame/py39-compat
Restore compatibility with Python 3.8 and 3.9
2023-06-03 14:47:18 +07: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 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