1
0
Fork 0
Commit Graph

200 Commits

Author SHA1 Message Date
Sean Sube 27a3fa8f51
feat: show model in image card, use labels for model and scheduler (#104) 2023-02-12 09:51:35 -06:00
Sean Sube 6750200e6b
remove empty subdir readmes 2023-02-11 22:19:18 -06:00
Sean Sube 6a6f482178
fix(gui): capitalize tile order options 2023-02-11 18:21:42 -06:00
Sean Sube 0356c317c9
fix(gui): get tile orders from server params 2023-02-11 18:10:02 -06:00
Sean Sube 3a290822eb
feat(api): pass tile order to inpaint and outpaint pipelines 2023-02-11 18:00:18 -06:00
Sean Sube 51651abd08
feat(gui): add tile order as an inpaint parameter (#107) 2023-02-11 17:41:58 -06:00
Sean Sube 3c7a3e54b9
fix(gui): correct react update during render 2023-02-11 17:25:16 -06:00
Sean Sube ea3b065d80
feat(api): add option to use any available platform 2023-02-11 15:41:42 -06:00
Sean Sube 8f0a8e6fdb
feat(gui): add a reset all button to settings and error screen (fixes #116) 2023-02-11 15:22:24 -06:00
Sean Sube cd4a0f10b0
chore(release): 0.6.1 2023-02-07 08:31:26 -06:00
Sean Sube 86126ffe66
chore(release): 0.6.0 2023-02-07 08:13:56 -06:00
Sean Sube de4e7b0dc9
feat: add face outscale as its own parameter (#111) 2023-02-06 17:13:37 -06:00
Sean Sube 35445ff0f6
fix(gui): only send outscale when needed 2023-02-05 22:36:34 -06:00
Sean Sube 73d3688e5d
lint(gui): make upscale parameter order slightly better 2023-02-05 22:23:16 -06:00
Sean Sube 13de86377f
fix(gui): only send scale when upscale is enabled (#106) 2023-02-05 22:20:07 -06:00
Sean Sube df2c59b2d1
chore(gui): add strings for more models 2023-02-05 19:27:31 -06:00
Sean Sube 4abd0cb8a3
fix(gui): show indeterminate spinner when progress is not available 2023-02-05 17:43:04 -06:00
Sean Sube c47209cfbf
feat(gui): add LPW flag to model settings 2023-02-05 17:23:47 -06:00
Sean Sube 85b2895f41
chore(gui): add strings for SD upscaling and CodeFormer 2023-02-05 16:17:06 -06:00
Sean Sube b8ffe3ffa8
fix(gui): split upscaling and face correction controls 2023-02-05 16:15:15 -06:00
Sean Sube 1e477f7548
feat(gui): navigate to appropriate tab when copying image (fixes #80) 2023-02-05 11:31:09 -06:00
Sean Sube e6e9914ca0
feat(gui): save tabs and allow linking (#80) 2023-02-05 11:27:18 -06:00
Sean Sube 0eee464891
fix(gui): query for each loading image separately 2023-02-04 12:46:49 -06:00
Sean Sube 7181d62fba
fix(gui): clear loading state for image when it enters history 2023-02-04 12:30:03 -06:00
Sean Sube 4e7bfd79d7
feat(api): remove client-side request mutex 2023-02-04 12:24:31 -06:00
Sean Sube 88815b3537
fix(api): show indeterminate spinner until progress has been determined 2023-02-04 12:23:51 -06:00
Sean Sube f5039d800d
feat(gui): add cancel button to loading card 2023-02-04 11:56:14 -06:00
Sean Sube 900a95eb61
feat(gui): add cancel to API client 2023-02-04 10:50:20 -06:00
Sean Sube 88e4f74efe fix(gui): load remaining defaults from server params 2023-01-27 17:27:11 -06:00
Sean Sube 2bc679ea97 fix(gui): move image card labels to tooltip 2023-01-24 22:19:08 -06:00
Sean Sube 1a28f9bf34
chore(release): 0.5.0 2023-01-24 08:44:52 -06:00
Sean Sube 986112efca lint(gui): add labels to image card buttons 2023-01-22 17:19:03 -06:00
Sean Sube ce11165d0f fix(gui): set initial fill color 2023-01-22 13:47:13 -06:00
Sean Sube c622272554 lint(gui): clean up imports and elses 2023-01-22 10:05:56 -06:00
Sean Sube a1b16bb435 feat(gui): add validation to numeric inputs, token counter to prompt 2023-01-21 23:25:39 -06:00
Sean Sube 0d1f236096 fix(gui): populate empty select menus with first valid value 2023-01-21 22:50:12 -06:00
Sean Sube 246aa3dd15 fix(gui): bump state version for new output path 2023-01-21 19:46:54 -06:00
Sean Sube cb005d3b5d fix: move output path out of API route (for #7) 2023-01-21 19:44:54 -06:00
Sean Sube 64663f5eec fix(gui): emphasize the generate buttons, align fill color picker 2023-01-21 14:44:05 -06:00
Sean Sube 4898197f77 fix(gui): only enable generate buttons after image sources exist (#64) 2023-01-21 09:12:59 -06:00
Sean Sube 0afd25f25b fix(gui): correct labels for Nvidia platforms 2023-01-19 21:30:34 -06:00
Sean Sube 9e31445ccc feat(gui): add invert button to inpaint mask (fixes #65) 2023-01-19 21:20:44 -06:00
Sean Sube 99982c6a19 fix(gui): align background image when it is larger than canvas 2023-01-19 19:59:35 -06:00
Sean Sube 3bcd7a8156 feat: add ROCm provider to list (#10) 2023-01-19 17:38:26 -06:00
Sean Sube 137a5a84cc lint(gui): outline generate buttons 2023-01-19 17:34:35 -06:00
Sean Sube f1484dc075 fix(gui): mask canvas should not tile small images 2023-01-19 17:34:26 -06:00
Sean Sube 5e23f84e5a fix(gui): draw single clicks and avoid blending mask with itself 2023-01-19 17:18:59 -06:00
Sean Sube df7bba47dd fix(gui): prevent client image history from accumulating indefinitely 2023-01-19 17:18:04 -06:00
Sean Sube 50fe17bce1 fix(gui): set a reasonable timeout on the initial params fetch 2023-01-19 17:17:43 -06:00
Sean Sube 46026d9aa0 fix(gui): swap toggle buttons for decent checkboxes 2023-01-19 08:35:06 -06:00