1
0
Fork 0
Commit Graph

180 Commits

Author SHA1 Message Date
Sean Sube 07c18c2245 feat(build): replace Buster image with CUDA-based Ubuntu 2023-01-11 19:45:06 -06:00
Sean Sube 2f3b5c06c7 fix(api): allow decimal CFG 2023-01-11 19:34:03 -06:00
Sean Sube e9553bc610 switch CUDA image to nvidia base 2023-01-11 18:15:22 -06:00
Sean Sube e704db50b1 fix(build): put Github status jobs in correct stages 2023-01-11 17:26:05 -06:00
Sean Sube 9f7e16b62f fix(build): define template for curl jobs 2023-01-11 17:23:44 -06:00
Sean Sube a3fe2ca559 feat(api): set up venv in CUDA container, add onnxruntime-gpu 2023-01-11 17:21:46 -06:00
Sean Sube 4abf760716 fix(api): use correct dict for type hints 2023-01-11 17:20:40 -06:00
Sean Sube ecc82a89b7 lint(api): group routes 2023-01-10 23:00:18 -06:00
Sean Sube d20fb91073 fix(api): pass seed when calculating inpaint filenames 2023-01-10 22:59:58 -06:00
Sean Sube 662bf42454 feat(gui): share image history between tabs, add setting to adjust length of history (fixes #22) 2023-01-10 22:35:55 -06:00
Sean Sube 9bb01cc01d fix(api): omit negative prompt from pipeline 2023-01-10 20:46:36 -06:00
Sean Sube 48f42e56fe fix(api): rename to avoid shadowing type 2023-01-10 20:46:17 -06:00
Sean Sube 07fa81a66b feat(gui): persist image control state (fixes #11) 2023-01-10 20:43:14 -06:00
Sean Sube c8b2abc110 feat(build): add github status jobs (fixes #28) 2023-01-10 19:27:22 -06:00
Sean Sube 8452b7384c feat(build): upload pip package (fixes #29) 2023-01-10 08:54:58 -06:00
Sean Sube de86df9ea9 lint(docs): list inpaint mode, clarify headers 2023-01-09 23:27:27 -06:00
Sean Sube 778cf6e7d1 lint(api): add seed to output filename, add types 2023-01-09 23:26:47 -06:00
Sean Sube 63758b0e21 fix(gui): default mask brush to white/full replacement 2023-01-09 23:26:01 -06:00
Sean Sube 4a6458d8f6 fix(gui): consistently load image controls from server params 2023-01-09 23:16:28 -06:00
Sean Sube 37efd51341 feat(gui): load and merge server params with config 2023-01-09 22:59:08 -06:00
Sean Sube 03fd728ab0 feat(api): add params endpoint, defaults file 2023-01-09 22:58:37 -06:00
Sean Sube 6b3c0fea45 fix(gui): handle cancel from file input 2023-01-08 22:50:53 -06:00
Sean Sube 5a58a96a2a lint(gui): improve client request throttling 2023-01-08 22:49:49 -06:00
Sean Sube f49fc960c9 feat(gui): display source images after selection 2023-01-08 22:15:58 -06:00
Sean Sube 2332c44cee fix(docs): describe how to install inpainting model 2023-01-08 21:14:47 -06:00
Sean Sube 1e2321f843 lint(gui): clean up inpainting constants, styles 2023-01-08 21:14:24 -06:00
Sean Sube 5e712923db feat(gui): implement mask painting, flood fill 2023-01-08 20:54:52 -06:00
Sean Sube 2ff4aee887 fix(gui): allow decimal steps for CFG 2023-01-08 20:54:10 -06:00
Sean Sube 131cff6ba4 fix(api): add latents to inpaint, remove strength 2023-01-08 18:16:51 -06:00
Sean Sube 182ce6de90 feat(api): add inpaint endpoint 2023-01-08 18:11:34 -06:00
Sean Sube 15ab44f2ad feat(gui): add inpaint call to API client 2023-01-08 18:11:07 -06:00
Sean Sube 11b9295efc feat(gui): add inpaint tab and basic image mask component 2023-01-08 17:56:00 -06:00
Sean Sube 1aa2181d90 fix(gui): move seed control onto same line with cfg and steps 2023-01-08 17:09:14 -06:00
Sean Sube 760b162a55 fix: bump package versions to 0.2.1 2023-01-08 15:26:43 -06:00
Sean Sube 384b37d57c chore(release): 0.2.1 2023-01-08 15:03:22 -06:00
Sean Sube 477d89b6fc fix(gui): allow max safe seed constant 2023-01-08 15:02:59 -06:00
Sean Sube d1768b1bd1 chore(release): 0.2.0 2023-01-08 14:55:17 -06:00
Sean Sube 9d039e87ae add PEG grammar for prompt emphasis 2023-01-08 14:52:38 -06:00
Sean Sube c04fac033f chore(docs): add some rough benchmark numbers 2023-01-08 14:52:15 -06:00
Sean Sube c55f4a469f lint(docs): update readme screenshot 2023-01-08 14:32:58 -06:00
Sean Sube 057eea25ef fix(api): hash full range of seed values 2023-01-08 14:26:53 -06:00
Sean Sube 3dfbb0061b fix(gui): limit seed to safe values, prep for more settings 2023-01-08 14:25:25 -06:00
Sean Sube c5e0439aa5 feat(gui): add sliders to numeric inputs 2023-01-08 13:32:07 -06:00
Sean Sube d5c4040b07 fix(gui): handle decimal inputs correctly 2023-01-08 13:25:02 -06:00
Sean Sube 2328c5f46a feat(gui): add strength to img2img controls 2023-01-08 13:14:57 -06:00
Sean Sube f2e2b20f18 feat: implement negative prompts 2023-01-08 13:05:02 -06:00
Sean Sube 0d4c0a5942 fix(api): remove prompt from output name 2023-01-08 12:46:52 -06:00
Sean Sube f4ca6a0547 fix(api): typesafe param hashing 2023-01-08 10:24:21 -06:00
Sean Sube e82379c61f feat(api): use hash of params as output filename 2023-01-08 10:09:58 -06:00
Sean Sube 067a9b3981 fix(docs): add section with known errors 2023-01-08 09:46:31 -06:00