1
0
Fork 0
Commit Graph

275 Commits

Author SHA1 Message Date
Sean Sube ba0767179c
fix(gui): remove images from history beyond limit (#267) 2023-03-19 17:46:14 -05:00
renovate[bot] 3198e68abb chore(deps): update dependency typescript to v4.9.5 2023-03-19 17:42:24 -05:00
renovate[bot] 92cb6acdf9 fix(deps): update dependency react-query to v3.39.3 2023-03-19 17:11:47 -05:00
Sean Sube 382316f0c9
fix(gui): remove prompt length error condition (#268) 2023-03-19 17:08:25 -05:00
renovate[bot] e4b59f0d9a chore(deps): update react monorepo 2023-03-19 11:10:27 -05:00
Sean Sube 3f9789a0a8
fix(gui): only enable blend tab's generate button with two source images (#235) 2023-03-19 01:02:25 -05:00
Sean Sube 7553040595
fix(gui): split base models and additional options 2023-03-19 00:35:25 -05:00
Sean Sube 74ca6e813c
apply more lint 2023-03-18 21:51:49 -05:00
Sean Sube b195b59301
feat(gui): add menus to add LoRA and Textual Inversion tokens 2023-03-18 21:48:06 -05:00
Sean Sube a9e55ff9f2
remove references to inversion parameter 2023-03-18 19:47:22 -05:00
Sean Sube 1099b0a755
fix model labels 2023-03-18 19:40:59 -05:00
Sean Sube 4667356144
add i18n key for LoRA 2023-03-18 19:34:18 -05:00
Sean Sube 2d112104fb
feat: show additional networks in client 2023-03-18 19:15:23 -05:00
Sean Sube 17a7cdae56
fix import 2023-03-18 18:31:36 -05:00
Sean Sube aeee4b5eb2
use alert style for error card 2023-03-18 18:28:23 -05:00
Sean Sube 89790645cb
feat(gui): add retry function to error card 2023-03-18 18:22:41 -05:00
Sean Sube 6226778cfb
feat(gui): add error status to image card 2023-03-18 17:34:16 -05:00
Sean Sube 7cf5554bef
feat(api): add error flag to image ready response 2023-03-18 15:13:42 -05:00
Sean Sube 0ab52f0c24
fix(gui): add progress bar to menus while loading (#216) 2023-03-18 14:24:48 -05:00
Sean Sube 643717afd2
chore(gui): update zustand 2023-03-18 12:14:23 -05:00
Sean Sube 31c2995f42
chore(gui): update i18next 2023-03-18 12:13:02 -05:00
Sean Sube 5aefa00e79
chore(gui): update build tools 2023-03-18 12:12:07 -05:00
Sean Sube f7fa34e666
chore(gui): update MUI-related packages 2023-03-18 12:11:09 -05:00
Sean Sube a9906faec8
chore(release): 0.8.1 2023-03-11 14:32:05 -06:00
Sean Sube a195bc100d
chore(release): 0.8.0 2023-03-10 22:06:33 -06:00
Sean Sube 171b9b04f7
fix(gui): set tile order to value rather than index (#229) 2023-03-09 18:59:28 -06:00
Sean Sube 3f18b3b926
fix(gui): remove empty option and fix labels for none in mask filter (#228) 2023-03-09 18:49:07 -06:00
Sean Sube fe437e8cd4
feat: add support for UniPC multistep scheduler (#226) 2023-03-09 08:00:59 -06:00
Sean Sube f575cba7d3
apply lint 2023-03-05 16:54:24 -06:00
Sean Sube af05e05ea6
fix(gui): translate the initial progress screen 2023-03-05 16:51:29 -06:00
Sean Sube aed5e1bf12
feat(gui): add loading spinner while fetching server params 2023-03-05 16:41:31 -06:00
Sean Sube d5a3b0fed8
feat(gui): add local params and API stub so client can load without a server (#181) 2023-03-05 16:23:26 -06:00
Sean Sube 643f7bbd01
feat(gui): add warning when model does not support inpainting (#54) 2023-03-05 14:29:29 -06:00
Sean Sube 344d17a7b1
fix(gui): create logger sooner and use it more 2023-03-05 07:20:46 -06:00
Sean Sube a0dfc060da
fix(gui): load server strings into correct namespaces 2023-03-05 07:20:40 -06:00
Sean Sube 5d459ab17c
feat: allow users to add their own labels for models (#144) 2023-03-05 07:20:31 -06:00
Sean Sube 2b319c48e4
fix(gui): start French translation 2023-03-04 22:13:47 -06:00
Sean Sube d0b80451ad
fix(gui): send correct values for upscale order 2023-03-02 23:14:18 -06:00
Sean Sube f0c14a16e5
continue translation, remove unused imports 2023-03-02 18:32:19 -06:00
Sean Sube 3760093617
feat(gui): translate most of the client 2023-03-02 17:24:45 -06:00
Sean Sube 5bfaddd388
feat(gui): add i18next and start localization 2023-03-02 08:42:40 -06:00
Sean Sube e8b5ff250d
add none option to inversion menu 2023-02-25 11:53:37 -06:00
Sean Sube 2e7de16778
feat: add a way to select textual inversions 2023-02-25 11:53:32 -06:00
Sean Sube 2edb3c6199
lint(gui): split up response types 2023-02-21 18:41:42 -06:00
Sean Sube 5b1411e783
update image card for multiple outputs 2023-02-21 08:15:00 -06:00
Sean Sube 061718b477
feat(gui): display multiple images on card 2023-02-21 00:08:56 -06:00
Sean Sube 33ab23a474
convert to list of outputs 2023-02-20 23:47:43 -06:00
Sean Sube b65e4e7cbe
use batch size when generating latents 2023-02-20 21:57:46 -06:00
Sean Sube 5f3b84827b
feat(api): add batch size to txt2img and img2img pipelines (#195) 2023-02-20 08:35:18 -06:00
Sean Sube c1189aad96
feat: add eta parameter (fixes #194) 2023-02-19 23:29:26 -06:00