1
0
Fork 0
Commit Graph

411 Commits

Author SHA1 Message Date
Sean Sube c60c2639f4
feat: move image params from query string to form data 2024-02-17 13:48:54 -06:00
Sean Sube 6c3e02aa44
add experimental params to client-side state 2024-02-17 12:28:29 -06:00
Sean Sube 6f35b57e6e
add strings for new features 2024-02-16 23:11:30 -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 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 dcaadf1a31
add experimental patch with latent mirroring 2024-01-21 21:34:58 -06:00
Sean Sube 500561b1f5
start updating french translation 2024-01-14 22:15:25 -06:00
Sean Sube 0f12c37931
save metadata to S3 2024-01-14 20:03:16 -06:00
Sean Sube 2faac57b93
limit status batch size 2024-01-14 19:25:19 -06:00
Sean Sube 95ac6d7c84
remove text hook in profiles to fix pasting 2024-01-14 15:35:01 -06:00
Sean Sube c47e91f71f
apply lint 2024-01-14 13:19:09 -06:00
Sean Sube 1e22446235
feat(gui): drag and drop images to get params 2024-01-14 12:59:36 -06:00
Sean Sube 9d3a2d71cb
complete most of spanish localization 2024-01-14 09:12:39 -06:00
Sean Sube 80f3438ebd
feat(gui): make status update interval configurable 2024-01-14 08:50:03 -06:00
Sean Sube d349e8cc10
feat(gui): batch status requests (#238) 2024-01-14 08:22:37 -06:00
Sean Sube a7568dbef1
fix(gui): translate tab labels 2024-01-13 20:54:36 -06:00
Sean Sube 19b84ed28d
complete most of german localization 2024-01-13 20:20:13 -06:00
Sean Sube 065df23902
more lint 2024-01-12 23:41:16 -06:00
Sean Sube c5d64e7b1e
lint fixes 2024-01-12 22:29:39 -06:00
Sean Sube f30c5f2d31
clean up horizontal layout styles, use constants for spacing 2024-01-12 19:01:15 -06:00
Sean Sube 853b92e88b
cleanup layout logic and margins 2024-01-12 08:31:18 -06:00
Sean Sube 5888cae298
add settings slice and allow resizing image history 2024-01-11 21:53:02 -06:00
Sean Sube 2b562d9464
feat(gui): make layout direction and history width persist 2024-01-10 21:47:21 -06:00
Sean Sube 2eb90ba559
feat: better error messaging 2024-01-08 22:14:32 -06:00
Sean Sube c8d6afd64d
fix(gui): make pipeline labels more consistent 2024-01-08 21:04:09 -06:00
Sean Sube 3101be8b78
feat: add motd to server config, show in web UI 2024-01-08 21:03:48 -06:00
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 c7154ffb27
start adding specific error messages 2024-01-06 15:10:24 -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 46bcd5af86
make response types match 2024-01-03 22:15:50 -06:00
Sean Sube 5a48447585
add types for unknown jobs 2024-01-03 21:32:00 -06:00
Sean Sube 6f0adcbae3
add types for cancelled and running jobs 2024-01-03 20:29:09 -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 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 b93a5da190
fix(gui): sync client and server default params 2023-12-26 08:04:31 -06:00
Sean Sube 1d373faf5d
fix(gui): add missing params to client-side config 2023-12-24 17:38:35 -06:00
Sean Sube 972f9de2ef
bump version numbers for v0.11 release 2023-12-22 21:06:57 -06:00
Sean Sube 11c0ab9882
fix(gui): make UI error screen more likely to show correct API hostname 2023-12-21 18:57:29 -06:00
Sean Sube 4b430f4956
lint react imports 2023-12-21 09:13:03 -06:00
Sean Sube 1541818c19
fix(gui): reduce renders when changing prompt and size params 2023-12-21 09:12:47 -06:00
Sean Sube e933dc6d50
fix(gui): make model controls on upscale tab work 2023-12-20 21:11:33 -06:00
Sean Sube 7132f10e9d
fix(gui): handle missing prompts when parsing tokens 2023-12-20 21:07:03 -06:00
Sean Sube a3fad5c541
fix(gui): avoid crashing when copying source image to a tab with a mask canvas 2023-12-20 19:03:28 -06:00
Sean Sube e0929ba870
fix(gui): make prompt input perform better with large LoRA/wildcard lists 2023-12-16 23:19:10 -06:00
Sean Sube 72d0d374e1
prep profiles for including model/pipeline params 2023-12-16 22:40:35 -06:00