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
ArtVenture
d52ad0815c
Merge pull request #71 from markprzepiora-forks/fix-results-api
...
Fix an issue querying task results in the case of an unfinished task
2023-07-11 04:26:18 +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
aa8bc18eb3
Merge branch 'main' of https://github.com/aria1th/sd-webui-agent-scheduler
2023-07-09 01:49:46 +09:00
aria1th
8a0bd7b359
Fix controlnet usage
2023-07-09 01:49:32 +09:00
AngelBottomless
451765a01b
Fix controlnet usage
2023-07-09 01:46:24 +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
8198489fd4
chore: use iife format for js
2023-06-29 10:24:05 +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
c305809022
fix: enqueue button at the bottom of main ui
2023-06-26 23:19:14 +07:00
Tung Nguyen
9180642eb1
chore: basic support for stable-diffusion-webui-ux
2023-06-25 15:10:49 +07:00
Tung Nguyen
aa26ecf0df
fix: initialize is not defined
2023-06-25 03:46:08 +07:00
Tung Nguyen
75063e5454
fix: send to x buttons not working when render ui below main ui
2023-06-24 21:43:12 +07:00
Tung Nguyen
daa38ca236
chore: update default qneue hotkey to Ctrl+E or Command+E
2023-06-24 10:54:48 +07:00
Tung Nguyen
c291dc5643
chore: improve disable shortcut ui
2023-06-23 02:21:01 +07:00
Tung Nguyen
fbf7b929e2
chore: add setting to disable keyboard shortcut
2023-06-23 01:50:48 +07:00
Tung Nguyen
b0a8d30c5a
chore: add troubleshooting section to README
2023-06-22 14:40:41 +07:00
Tung Nguyen
43c2f659fc
chore: use dummy logger to avoid unwanted logs
2023-06-22 11:51:07 +07:00
Tung Nguyen
79a5357188
bugs fixing
...
- fix keyboard shortcut puts extra character when focusing on prompt
- fix main progress bar
2023-06-22 11:03:51 +07:00
Tung Nguyen
d785c01787
chore: update notyf style & message
2023-06-22 11:03:40 +07:00
Tung Nguyen
9bf2aeca3c
fix: keyboard shortcut setting not visible in vlad fork
2023-06-21 17:02:00 +07:00
Tung Nguyen
d499ed1eae
chore: remove print
2023-06-21 14:30:59 +07:00
Tung Nguyen
3a0929013b
chore: update changelog
2023-06-21 14:30:50 +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
df66bd3924
add CHANGELOG.md
2023-06-20 22:17:19 +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
ArtVenture
45dfe5977e
Merge pull request #21 from vladmandic/patch-1
...
fix unsafe param handling
2023-06-08 20:51:44 +07:00
Vladimir Mandic
1482136056
fix unsafe param handling
2023-06-08 07:19:57 -04:00