Commit Graph

30 Commits (7864a464f540842822d3a9c4d6ab1cd4e34698d4)

Author SHA1 Message Date
MMP0 7864a464f5 Fix task queue not showing up in 1.8.0 2024-02-21 08:05:33 +09:00
aria1th 09e044cb29 skip controlnet deserialization and log error if failed 2023-12-29 05:08:58 +09:00
Tung Nguyen 7a03f4e678 fix: enum values of UiControlNetUnit are not deserialized properly 2023-11-14 22:13:34 +07:00
Tung Nguyen 52f8590a03 fix: ControlNet deserialize issue 2023-11-14 02:48:24 +07:00
Tung Nguyen dcb085cf81 skip validating empty script_name when queue task via API 2023-11-08 14:33:54 +07:00
aria1th f69abd5a5d pnginfo is always True, change cond to geninfo for saving params 2023-10-20 19:11:50 +09:00
aria1th 2ace7da941 fix PNGInfo Related usage
previous webui code can return geninfo = None, which causes errors for the following codes.
2023-10-20 02:09:48 +09:00
Tung Nguyen b3972a9612 embed infotext to images returned via /v1/task/task/id/results API 2023-10-15 21:50:17 +07:00
Tung Nguyen fb59f1fc30 save vae when queue task & restore when generate 2023-10-13 14:06:53 +07:00
Tung Nguyen e270493ab7 fix: alwayson_scripts is ignored 2023-08-10 11:43:26 +07:00
Tung Nguyen 85745fa586 fix: script_args not working with API 2023-08-10 05:27:35 +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 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 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
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
Tung Nguyen 75ba093d46 chore: serialize images in script_args 2023-07-04 01:48:33 +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