Commit Graph

41 Commits (097fe4e5c97612520b3e4d80d44f36088c53e2c4)

Author SHA1 Message Date
Tung Nguyen 86857553e7 remove unused import from sqlalchemy 2023-08-15 02:53:46 +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 6a0cf8be75 feat: new API to get task position in queue 2023-08-10 05:27:49 +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
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 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 9826a9b860 fix: task reorder not working 2023-07-16 03:27:36 +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
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
Mark Przepiora 62f991c5cb Fix an issue querying task results in the case of an unfinished task
Without the patch this is what you get when you query a task that is processing:

    {"error"=>"AttributeError", "detail"=>"", "body"=>"", "errors"=>"'str' object has no attribute 'value'"}

This is because the task.status object in the patched line is a string,
so it has no `value` property.
2023-07-10 14:09:16 -06:00
aria1th dcef9f3bd9 Support controlnet via API 2023-07-11 01:58:37 +09:00
aria1th 9c6b697e44 Controlnet is working again 2023-07-09 13:57:00 +09:00
aria1th f5d396b79b fix controlnet inplace modification 2023-07-09 13:05:34 +09:00
aria1th 8a0bd7b359 Fix controlnet usage 2023-07-09 01:49:32 +09:00
AngelBottomless 66d74824ae
dtype might be not uint8 for some case 2023-07-09 00:20:16 +09:00
AngelBottomless a25537208b
recover device type with loading
This is required to prevent CUDA misaligned memory address error.
2023-07-08 23:39:08 +09:00
AngelBottomless 178956f35c
implement Tensor serialization 2023-07-08 23:24:25 +09:00
AngelBottomless 682d28a71f
Serialize and deserialize ndarray and Tensor 2023-07-08 23:23:57 +09:00
Tung Nguyen 75ba093d46 chore: serialize images in script_args 2023-07-04 01:48:33 +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 43c2f659fc chore: use dummy logger to avoid unwanted logs 2023-06-22 11:51:07 +07:00
Tung Nguyen d785c01787 chore: update notyf style & message 2023-06-22 11:03:40 +07:00
Tung Nguyen 26b0260db6 feat: enqueue keyboard shortcut 2023-06-21 14:30:41 +07:00
Tung Nguyen 3c78f82746 fix: result api not return file path not base64 2023-06-21 13:11:50 +07:00
Tung Nguyen f272485c51 fix: queue api error 2023-06-21 11:17:01 +07:00
Tung Nguyen 19ff52514a fix: history too big to send via API 2023-06-21 02:34:14 +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
Vladimir Mandic 1482136056
fix unsafe param handling 2023-06-08 07:19:57 -04: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