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