Commit Graph

105 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
ArtVenture e8d02c7e11
Merge pull request #116 from MMP0/refresh-fix
Fix pending tasks refresh button not working
2023-08-24 10:31:43 +07: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
Tung Nguyen 86857553e7 remove unused import from sqlalchemy 2023-08-15 02:53:46 +07:00
ArtVenture 4af58ffa2c
Merge pull request #112 from MMP0/date-fix
Improve date formatting and fix CSS rules not being applied
2023-08-14 09:54:28 +07:00
MMP0 5a54f7861a Improve date formatting and fix CSS rules 2023-08-13 19:52:03 +09:00
Tung Nguyen e270493ab7 fix: alwayson_scripts is ignored 2023-08-10 11:43:26 +07:00
Tung Nguyen bf3fc7550d chore: update CHANGELOG 2023-08-10 05:28:08 +07:00
Tung Nguyen 6a0cf8be75 feat: new API to get task position in queue 2023-08-10 05:27:49 +07:00
Tung Nguyen ab9491c2d5 chore: show time in local timezone 2023-08-10 05:27:42 +07:00
Tung Nguyen 85745fa586 fix: script_args not working with API 2023-08-10 05:27:35 +07:00
Tung Nguyen 48f004d6b1 chore: improve logging 2023-08-10 05:27:28 +07:00
ArtVenture 56603e0af4
Merge pull request #108 from MMP0/sort-fix
Fix issue with tasks not sorting (Bug in #106)
2023-08-10 04:18:50 +07:00
MMP0 f521d5847f Fixed issue with tasks not sorting 2023-08-09 23:59:33 +09:00
ArtVenture 99ae9a3b97
Merge pull request #106 from MMP0/theme
Add highlight while dragging + make it more Gradio theme friendly
2023-08-09 21:30:42 +07: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
ArtVenture 280f08872a
Merge pull request #101 from MMP0/flex-row
Fix some layout inconsistencies and support for next version
2023-08-07 10:55:15 +07: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 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
ArtVenture 7edfa98e28
Merge pull request #98 from MMP0/dynamic-dark
Make the theme dynamically sync to Gradio
2023-08-02 20:48:06 +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
ArtVenture 1a5be3bf3a
Merge pull request #93 from kutanov/main
Fixes ArtVentureX/sd-webui-agent-scheduler#91
2023-07-31 17:40:08 +07:00
Roman Kutanov ac8a8efbb9
Fixes ArtVentureX/sd-webui-agent-scheduler#91
If script name has letters in different cases, then it's impossible to get parameters back from alwayson_script after lower() script_name
2023-07-30 00:02:21 +02:00
Tung Nguyen 1bb04d1fbe chore: update change log 2023-07-25 05:23:36 +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 a32f09ba4b feat: add /task/{id} api 2023-07-25 05:13:43 +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 e9056ee69c fix: typos 2023-07-16 03:39:17 +07:00
Tung Nguyen 9826a9b860 fix: task reorder not working 2023-07-16 03:27:36 +07:00
Tung Nguyen e4bdb1764b chore: add more troubleshooting guide to README 2023-07-16 03:08:44 +07:00
Tung Nguyen 027f54fbd3 chore: add warning message when sd webui is too old 2023-07-16 03:08:38 +07:00
Tung Nguyen 1eefb2fab7 chore: better script_args serialization 2023-07-16 03:08:19 +07:00
Tung Nguyen bdd7de2574 feature update:
- fix: batch_size is ignored when queue img2img task via api
- refactor serialization code
2023-07-12 10:31:51 +07:00
ArtVenture e4767fac58
Merge pull request #68 from aria1th/main
Support Numpy Array and Tensor serialization / deserialization (Fully support ControlNet)
2023-07-11 10:44:56 +07:00
AngelBottomless e29d6348d8
Merge pull request #1 from aria1th/test-typing-other
fix Typing for compat and match controlnet args

the branch is tested with API environment.
2023-07-11 12:09:32 +09: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
aria1th d5da582251 Resolve suggested changes 2023-07-11 09:19:21 +09:00
AngelBottomless 9d7e34b0ec
Merge branch 'main' into main 2023-07-11 09:02:43 +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