John-Henry Lim
f35706776a
Improve transparency mask handling
...
- Collapse transparency mask by default
- Add transparency mask: option to add or flatten mask
- Removed Use selection as mask
- Mask adding logic sets top paintlayer as active
- Fixes #91
- FIxes #85
2023-01-20 15:25:42 +08:00
John-Henry Lim
3fff9ffb94
its fixed
2023-01-20 11:34:52 +08:00
John-Henry Lim
ee2cc2b16f
attempt fix img2img/inpaint #86
2023-01-15 12:19:26 +08:00
John-Henry Lim
d2b5ffe17e
Add #77
2023-01-04 17:04:55 +08:00
John-Henry Lim
a41f84fbdb
fix #68 tabbed docks can float via DockOptions
2022-12-28 21:21:10 +08:00
John-Henry Lim
76d4add869
fix status bar
2022-12-28 14:21:43 +08:00
John-Henry Lim
e32c9dca72
put batch in group with prompt info
...
- resolves #67 and #69
2022-12-28 14:21:28 +08:00
John-Henry Lim
709241134a
hide imgs in batch generation except top img
...
see #69
2022-12-28 12:56:41 +08:00
John-Henry Lim
afa9df15d4
fix #45
2022-12-21 13:23:11 +08:00
John-Henry Lim
c483584778
dont let STATE_DONE overwrite the error msg
2022-12-21 13:21:51 +08:00
John-Henry Lim
29056d77d1
avoid weird bug
...
interface update doesnt seem to register on fresh install
i.e., config files deleted. although other signal handlers
seem to work. changing to using lambda fixed it, but
idk why. as a precaution, more things use lambda now.
2022-12-21 13:06:30 +08:00
John-Henry Lim
61fd9007cb
fix dead requests in queue
2022-12-20 22:12:42 +08:00
John-Henry Lim
6d92a86f74
fix dropdown
2022-12-20 22:11:54 +08:00
John-Henry Lim
8f2b8643c5
Merge pull request #66 from Interpause/dev
...
Should be stable enough.
2022-12-20 21:50:40 +08:00
John-Henry Lim
fedd165ee6
minor improvements
2022-12-20 21:32:15 +08:00
John-Henry Lim
8da77edddb
improve combo boxes
...
- fixes #64
- search opts + autocomplete for long lists
2022-12-20 19:36:10 +08:00
John-Henry Lim
0399739c8e
display completion eta
2022-12-20 14:43:09 +08:00
John-Henry Lim
ed14209406
auto-set docker layout & visibility
2022-12-20 13:51:03 +08:00
John-Henry Lim
f83db72b4b
Merge branch 'main' into dev
2022-12-20 11:55:04 +08:00
John-Henry Lim
88cc98c57b
Workaround for #53
2022-12-06 08:17:41 +08:00
John-Henry Lim
7631bda562
make interrupt work
...
- use wrap_gradio_gpu_call to use webUI's queue system
- remove async from fastAPI routes (turns out was what blocked requests)
- remove waiting for no requests before getting backend state
2022-12-04 16:51:07 +08:00
John-Henry Lim
0b0608759b
update README
2022-11-15 17:39:09 +08:00
John-Henry Lim
60227c60c8
put status bar everywhere
2022-11-15 16:47:42 +08:00
John-Henry Lim
62e7b441da
rename all the pages
2022-11-15 16:47:32 +08:00
John-Henry Lim
d2c69d897d
split into multiple dockers
2022-11-15 16:17:18 +08:00
John-Henry Lim
06e941aff3
move config update timer
2022-11-15 15:46:14 +08:00
John-Henry Lim
5da0d5ff74
remove hacky workaround to update gui
2022-11-15 15:42:38 +08:00
John-Henry Lim
d19de5f687
rename Hotkeys to SDPluginExtension
2022-11-15 15:14:32 +08:00
John-Henry Lim
4fad6a1810
easier than I thought
2022-11-15 14:04:50 +08:00
John-Henry Lim
d875bdb227
fix #29 by sorting in dropdown widget
2022-11-11 12:15:24 +08:00
sddebz
1f00f272b2
Don't swap multiline prompts to comma-separated prompts
2022-11-10 20:57:06 +03:00
John-Henry Lim
50544ba6a4
catch errors like #26
2022-11-09 19:42:42 +08:00
John-Henry Lim
ea627aa39c
#1 Double the search area for optimal selection
2022-11-08 16:44:17 +08:00
John-Henry Lim
d743b62c08
expose upstream inpaint mask weight for specialized inpainting models
2022-11-08 16:31:50 +08:00
John-Henry Lim
acb00af5a3
add obsolete notice for full res and mask blur
2022-11-08 15:20:17 +08:00
John-Henry Lim
d358bbadf8
obsolete mask blur, inpaint full res
2022-11-08 14:53:35 +08:00
John-Henry Lim
8b7c504313
rename the hotkeys & some TODO notes
2022-11-06 11:02:55 +08:00
John-Henry Lim
fb2f330f9f
transparent, optional request & response body encryption
2022-11-06 01:13:35 +08:00
John-Henry Lim
910c3fea54
fix the RGB being swapped
2022-11-05 16:19:27 +08:00
John-Henry Lim
e303c5bedd
Catch cases that could result in #9 symptoms
2022-11-05 16:01:25 +08:00
John-Henry Lim
0abeecdafe
for #9
2022-11-05 15:10:01 +08:00
John-Henry Lim
b0e3e3c2c3
fix #2
2022-11-05 11:58:37 +08:00
John-Henry Lim
011e72a368
fix #15
2022-11-05 10:27:15 +08:00
John-Henry Lim
6ceff2ace2
save horizontal space in config tab
2022-11-03 11:10:32 +08:00
John-Henry Lim
4a844bcdb2
squeeze UI
2022-11-02 20:40:04 +08:00
John-Henry Lim
92d7ba66a3
update links
2022-11-02 19:19:03 +08:00
John-Henry Lim
7e25a46078
it works now
2022-11-02 14:58:23 +08:00
John-Henry Lim
e89940e539
Merge remote-tracking branch 'old/master'
2022-11-02 13:52:35 +08:00
John-Henry Lim
95a769a03c
skeleton for launching backend
2022-10-28 10:39:18 +08:00
John-Henry Lim
c5535255c4
restructure
2022-10-28 10:06:55 +08:00