1
0
Fork 0
Commit Graph

244 Commits

Author SHA1 Message Date
Sean Sube 2449e347f0
make optional params properly optional 2024-02-17 15:24:47 -06:00
Sean Sube b358d3b9fe
pass pipelined data to params 2024-02-17 15:22:33 -06:00
Sean Sube bd444232bb
fix parameters to get parameters 2024-02-17 15:20:44 -06:00
Sean Sube b00de64c38
make all params compatible with JSON structure 2024-02-17 15:18:00 -06:00
Sean Sube bf1a88fac2
add single class to store all request params 2024-02-17 15:12:18 -06:00
Sean Sube 1a4c31d077
parse json in forms 2024-02-17 13:51:42 -06:00
Sean Sube c60c2639f4
feat: move image params from query string to form data 2024-02-17 13:48:54 -06:00
Sean Sube dff6dfa8ac
add experimental controls, fix filter list 2024-02-16 22:37:20 -06:00
Sean Sube 444369e950
add mock controls for experimental features 2024-02-16 22:32:29 -06:00
Sean Sube 028547d90b
fix size import 2024-01-30 09:56:47 -06:00
Sean Sube 8c8be8fc08
feat: save a thumbnail for every image 2024-01-28 19:45:37 -06:00
Sean Sube 83e5c99cf7
feat(api): read thumbnail parameter from request 2024-01-28 15:20:31 -06:00
Sean Sube 2faac57b93
limit status batch size 2024-01-14 19:25:19 -06:00
Sean Sube 2c988b8a16
lint fixes 2024-01-14 19:24:50 -06:00
Sean Sube 5e40ba949e
cache horde safety models 2024-01-14 09:59:19 -06:00
Sean Sube 065df23902
more lint 2024-01-12 23:41:16 -06:00
Sean Sube 26c1631709
lint fixes 2024-01-12 22:58:52 -06:00
Sean Sube c5d64e7b1e
lint fixes 2024-01-12 22:29:39 -06:00
Sean Sube 2eb90ba559
feat: better error messaging 2024-01-08 22:14:32 -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 9b9a614f44
return results for multiple jobs 2024-01-06 15:10:07 -06:00
Sean Sube 3e5a95548b
fix array sizing, update release tests 2024-01-06 02:33:01 -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 88f99ef6c2
remove unused format field from upscale params 2024-01-05 20:13:16 -06:00
Sean Sube 10acad232c
estimate steps better, pass progress onto reply 2024-01-04 19:48:43 -06:00
Sean Sube 9a1389d03b
fix imports 2024-01-04 19:16:40 -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 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 fac98ab239
keep result of each stage with metadata 2024-01-03 23:13:21 -06:00
Sean Sube 9d05d9baac
return output names 2024-01-03 20:54:11 -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
Sean Sube 44a8d61082
feat: add batch endpoints for cancel and status, update responses 2024-01-03 19:09:18 -06:00
Sean Sube 19c91f70f5
add networks to metadata 2024-01-02 22:14:21 -06:00
Sean Sube 46098960d8
attempt to save grid mode metadata 2024-01-02 21:49:22 -06:00
Sean Sube 0fa7eff8a8
make thumbnail size configurable 2024-01-02 21:24:09 -06:00
Sean Sube 35371d33fe
chore(release): 0.12.0 2023-12-31 14:15:31 -06:00
Sean Sube 71fbc871a6
feat: add API parameter for upscale checkbox 2023-12-30 19:34:40 -06:00
Sean Sube 2b65077d82
type lint 2023-12-26 08:06:16 -06:00
Sean Sube 2546084208
lint(api): move some noisy log messages to trace level 2023-12-21 21:07:02 -06:00
Sean Sube 6bec3b0cb9
fix(api): change default web UI path to match docs 2023-12-21 20:41:52 -06:00
Sean Sube 6e5d10f521
apply lint 2023-12-18 22:04:24 -06:00
Sean Sube 3e1db707ac
fix(api): update codeformer patches for new lib 2023-12-18 21:12:08 -06:00
Sean Sube 7ed30ee470
feat(api): switch to codeformer lib that works with torch 2.x 2023-12-18 21:06:39 -06:00