Commit Graph

54 Commits (94048d16bfa53a06a93e27090249a9988b825fe0)

Author SHA1 Message Date
unknown 94048d16bf
Changes for PR #17. Fix for cn etc. when sending image with no infotext 2023-07-30 17:31:25 -05:00
aria1th 3348fb0046 rebase patch for dev branch 2023-07-29 14:48:08 +09:00
unknown 700be797e0
remove old warning 2023-07-26 21:12:14 -05:00
unknown 279f15fab8
some api compat 2023-07-17 04:14:57 -05:00
unknown 03858d16b1
use infotext from remote 2023-07-16 01:21:02 -05:00
unknown 80852253c9
alpha version of worker management/setup gui 2023-07-03 03:35:35 -05:00
unknown c22af2d772
use correct bench payload. remove unnecessary warning in debug when iteration > 1 (thought I already pushed this). 2023-07-01 22:51:02 -05:00
unknown f962b8dece
fix memory leak. override benchmark payload with what is written in workers.json. extra warning when running without any worker info passed 2023-06-28 07:13:58 -05:00
unknown 34fe2c5078
support inpaint 2023-06-14 11:01:10 -05:00
unknown f25249c646
fix edge case for thin client 2023-06-13 22:44:16 -05:00
unknown 0c0a56bcea
reduce logging clutter somewhat. fix possible data hazard 2023-06-13 19:31:50 -05:00
unknown 887e58608b
add 'thin-client' mode 2023-06-12 21:00:32 -05:00
unknown 6a28587796
cull workers and avoid them when they become unreacable 2023-06-09 06:49:53 -05:00
unknown 038b33214d
extract UI out into its own module 2023-06-09 04:05:36 -05:00
unknown 5e402eec36
prevent confusion between refresh ckpts and user script button 2023-06-08 09:44:06 -05:00
unknown 3e6951cf02
prevent some ui buttons from blowing up if utils tab is selected first. dedupe 2023-06-08 09:38:10 -05:00
unknown 5897e3286e
prevent redundant calls to join. add some log outputs for debugging request threads. 2023-06-07 04:12:06 -05:00
unknown da2e32242e
remove time from logging format to match with current sdwui logging indentation. bandaid for remainder handling 2023-06-05 06:12:10 -05:00
unknown 1fba29ea9f
fix grid gen? 2023-06-04 03:36:18 -05:00
unknown cd315eea44
adjust predictions based on batch count. fix some logging 2023-06-04 02:51:22 -05:00
unknown 64df0c6f1c
support batch sizes that do not divide cleanly 2023-06-03 10:58:51 -05:00
unknown 81e4f9f9e9
only generate grid if set to in webui settings. re-enable grids 2023-06-03 00:22:41 -05:00
unknown a94433936f
fix batch count with > 1 slave requesting duplicate seeds 2023-06-02 23:26:31 -05:00
unknown 7ac7541b98
prevent making grid redundantly if more than 1 slave 2023-06-01 09:03:01 -05:00
unknown e6da3c23f9
fix seeding with batch count splitting 2023-06-01 07:55:16 -05:00
unknown 0ef66cd6cf
respect batch count 2023-05-31 23:59:14 -05:00
unknown 0145cb13fe
seeding parity 2023-05-31 21:47:10 -05:00
unknown 59d6ae7194
.warn is deprecated, change to warning 2023-05-31 18:15:41 -05:00
unknown 8cb534a698
improve script compat 2023-05-31 18:12:14 -05:00
unknown 3e448e4fcc
fix controlnet causing crash. enhance script compatability 2023-05-31 10:54:56 -05:00
unknown 1ce405cc51
save grids to the right place. abstract image injection to its own procedure 2023-05-31 06:55:33 -05:00
Solareon 786f5a6f1a Save grids if needed 2023-05-31 11:14:51 +02:00
Solareon fd8615c239 Generate grids with all works
Using the built in grid generation function we are able to provide our collection of images and generate a grid.   We add the appropriate information to the index to enable saving of all the items using the save and zip buttons.
2023-05-30 22:22:03 +02:00
unknown 75fc6ab7a9
automatically interrupt all slaves when hitting the normal interrupt button 2023-05-30 02:40:29 -05:00
unknown 04f8807df5
early support for controlnet 2023-05-29 03:07:37 -05:00
unknown d3b790d709
warn of and handle unsupported scripts 2023-05-26 18:24:06 -05:00
unknown f529967398
make refresh checkpoints button refresh loras as well. name worker threads. 2023-05-25 17:46:26 -05:00
papuSpartan 4066ef8cf7 update readme. remove need for patch 2023-05-23 15:58:17 -05:00
papuSpartan 27ca32294b remove need for extra refresh of status tab 2023-05-19 21:49:53 -05:00
papuSpartan c4309df0ae refresh again on tab swap 2023-05-19 21:27:57 -05:00
papuSpartan 130c64d0e6 Make redo benchmark button actually work. Fix issue with benchmarking master 2023-05-19 21:11:47 -05:00
papuSpartan aa13749dba fix an issue with initialization 2023-05-19 13:26:53 -05:00
papuSpartan 52506c27d1 improve logging 2023-05-19 11:40:45 -05:00
papuSpartan 34bf2893e4 improve logging by using rich 2023-05-18 13:13:38 -05:00
papuSpartan bdf758f1c4 fix tab not refreshing properly when swapping tabs 2023-05-17 08:18:48 -05:00
papuSpartan d8827752dd clean 2023-05-17 07:01:52 -05:00
papuSpartan b4c24d75d8 Fix redundantly init'ing World. Fix typo. Fix a couple vars not being in scope. Add some internal __str__ overrides for debugging. Improve regression by limiting the number of samples by 5. Filter some influential outliers by checking if the variance is astronomically high. 2023-05-17 06:50:53 -05:00
unknown 6ffef54e36
add buttons for refreshing checkpoints, running synchronization script. add tab for showing state of workers 2023-03-27 01:45:12 -05:00
unknown 162b541d4e
inform in the case of worker timeout 2023-03-24 13:25:02 -05:00
unknown 46929e949a
separate Worker class into separate file 2023-03-21 15:47:07 -05:00