1
0
Fork 0
Commit Graph

2511 Commits

Author SHA1 Message Date
Sean Sube 1dae8eea6f
feat(gui): filter pipelines based on tab and set a reasonable default 2024-01-08 20:18:16 -06:00
Sean Sube 0f11873773
add queue status to UI 2024-01-07 08:41:30 -06:00
Sean Sube 237accc973
start adding queue progress 2024-01-07 08:16:13 -06:00
Sean Sube fd92d52339
send empty progress with initial job 2024-01-06 20:32:38 -06:00
Sean Sube be40797e59
use txt2img params for highres output 2024-01-06 17:40:36 -06:00
Sean Sube 21666abf03
fix up highres metadata 2024-01-06 17:20:37 -06:00
Sean Sube ec48b27f93
start inheriting metadata 2024-01-06 16:59:02 -06:00
Sean Sube 9e201fc94a
fix blend sources 2024-01-06 16:27:25 -06:00
Sean Sube c7154ffb27
start adding specific error messages 2024-01-06 15:10:24 -06:00
Sean Sube 9b9a614f44
return results for multiple jobs 2024-01-06 15:10:07 -06:00
Sean Sube e8e2b92436
keep metadata when tiling 2024-01-06 14:27:55 -06:00
Sean Sube 3a647ad9bd
provide empty metadata for pipelines with source images 2024-01-06 14:17:26 -06:00
Sean Sube 3e5a95548b
fix array sizing, update release tests 2024-01-06 02:33:01 -06:00
Sean Sube 1a8d538bfe
handle empty results 2024-01-05 21:23:05 -06:00
Sean Sube 058a0f1c0a
use max size of all images in stack 2024-01-05 21:19:48 -06:00
Sean Sube b5ed1101b4
use result size helper 2024-01-05 21:16:10 -06:00
Sean Sube e958eff3a8
misc testing fixes 2024-01-05 21:15:33 -06:00
Sean Sube 7d782842ed
fix(api): only hash networks once per worker lifetime 2024-01-05 21:11:44 -06:00
Sean Sube 6b0b2e41a6
update tests 2024-01-05 20:13:57 -06:00
Sean Sube 88f99ef6c2
remove unused format field from upscale params 2024-01-05 20:13:16 -06:00
Sean Sube 9b5d00a66a
move progress state to worker context 2024-01-05 20:12:41 -06:00
Sean Sube 4f230f4111
clean up result and metadata handling 2024-01-05 20:11:58 -06:00
Sean Sube 10acad232c
estimate steps better, pass progress onto reply 2024-01-04 19:48:43 -06:00
Sean Sube 4dc251cf4a
fix callback access 2024-01-04 19:39:44 -06:00
Sean Sube 9a1389d03b
fix imports 2024-01-04 19:16:40 -06:00
Sean Sube b6da935be6
use progress type in command 2024-01-04 19:09:52 -06:00
Sean Sube ce84dfa115
pass metadata through tiles 2024-01-04 09:12:32 -06:00
Sean Sube 112d5a8876
start passing metadata through stages 2024-01-04 09:01:19 -06:00
Sean Sube e3a6635ca2
remove unused job type field 2024-01-03 23:58:57 -06:00
Sean Sube 48671e27b0
fix hash field 2024-01-03 23:46:50 -06:00
Sean Sube fe6b267483
prep models field 2024-01-03 23:38:44 -06:00
Sean Sube 04be627e7b
pass server when serializing metadata 2024-01-03 23:32:33 -06:00
Sean Sube bdefaec0d2
serialize metadata 2024-01-03 23:27:40 -06:00
Sean Sube 8ae6069ac3
handle 0 progress 2024-01-03 23:19:56 -06:00
Sean Sube 7a5e6ab895
pass result on to command 2024-01-03 23:17:35 -06:00
Sean Sube fac98ab239
keep result of each stage with metadata 2024-01-03 23:13:21 -06:00
Sean Sube e0d0933092
fix missing param 2024-01-03 22:20:27 -06:00
Sean Sube 46bcd5af86
make response types match 2024-01-03 22:15:50 -06:00
Sean Sube c4b831fe5c
fix typos 2024-01-03 21:45:13 -06:00
Sean Sube 9b5e894898
avoid waiting for final progress 2024-01-03 21:39:19 -06:00
Sean Sube 5a48447585
add types for unknown jobs 2024-01-03 21:32:00 -06:00
Sean Sube 28fc2082c7
track results after each stage 2024-01-03 21:31:41 -06:00
Sean Sube 4f1bc84fd9
initialize fields 2024-01-03 21:20:46 -06:00
Sean Sube 0c504e3f69
report stage and tile count in progress 2024-01-03 21:16:44 -06:00
Sean Sube 9d05d9baac
return output names 2024-01-03 20:54:11 -06:00
Sean Sube 6f0adcbae3
add types for cancelled and running jobs 2024-01-03 20:29:09 -06:00
Sean Sube 492bc1e992
make sure image response is array 2024-01-03 20:28:53 -06:00
Sean Sube d87861cb29
fix params, save metadata 2024-01-03 20:22:38 -06:00
Sean Sube 444d809eff
fix progress, unwrap metadata 2024-01-03 19:18:56 -06:00
Sean Sube a6baf369d4
avoid reusing routes 2024-01-03 19:15:33 -06:00