1
0
Fork 0
Commit Graph

1305 Commits

Author SHA1 Message Date
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
Sean Sube fc988e4b5b fix(gui): bind dev server to localhost by default, open binding in containers 2023-01-08 09:46:13 -06:00
Sean Sube 8c133e9230 fix(api): seed rng for each image 2023-01-08 09:31:22 -06:00
Sean Sube 282a7cfa2a fix(api): clamp im2img strength 2023-01-08 09:17:23 -06:00
Sean Sube 33fd5f1b53 fix(gui): add strings for more stable diffusion models, nvidia GPUs 2023-01-08 09:07:30 -06:00
Sean Sube 93e53f6dc3 feat: make additional schedulers available in UI 2023-01-08 08:19:24 -06:00
Sean Sube 16c8b54b1a fix(docs): move ONNX DML package to Windows setup 2023-01-08 08:18:17 -06:00
Sean Sube f119cb4100 fix(docs): note python3 command and venv "name cmd" error in readme 2023-01-08 00:31:27 -06:00
Sean Sube a6af9752f8 lint(api): remove extra print 2023-01-08 00:23:01 -06:00
Sean Sube 6442e68e67 fix(docs): include onnxruntime in list of common deps 2023-01-08 00:09:30 -06:00
Sean Sube 0232c7180c fix(api): defer first model load until first request 2023-01-08 00:08:50 -06:00
Sean Sube 4894e0ddd6 fix(gui): send seed with img2img requests 2023-01-07 21:53:04 -06:00
Sean Sube f99438e623 fix(docs): begin clarifying packages for each environment (#19) 2023-01-07 21:52:38 -06:00
Sean Sube e4542031c4 fix(gui): switch txt2img to post on client 2023-01-07 15:24:44 -06:00
Sean Sube 926f77b3b0 fix(api): keep strength as a float 2023-01-07 15:19:24 -06:00
Sean Sube 98a8db16a3 feat(gui): implement img2img tab 2023-01-07 15:10:52 -06:00
Sean Sube 09ce6546be feat(api): add img2img endpoint 2023-01-07 15:05:29 -06:00
Sean Sube 9973bf1bfc fix(docs): note cloning and fix test script name in readme 2023-01-07 15:05:06 -06:00
Sean Sube a721008d94 feat(api): add image with pytorch CUDA 2023-01-07 09:55:30 -06:00
Sean Sube 2ee0d27628 lint(docs): some notes/phrasing in readme 2023-01-07 09:15:18 -06:00
Sean Sube 8359bd5b99 feat(api): experimentally add CUDA provider and Nvidia platform 2023-01-07 08:56:21 -06:00
Sean Sube bb77d45ec6 lint(docs): improve summary 2023-01-07 08:33:48 -06:00
Sean Sube 090ad43845 lint(gui): fix a few name-only imports 2023-01-07 08:33:27 -06:00
Sean Sube 17e62fb8e3 fix(gui): key image history by order 2023-01-07 08:33:07 -06:00
Sean Sube e605c9f66b feat(gui): add download and delete buttons to image history 2023-01-06 22:20:14 -06:00
Sean Sube 4585792492 feat(gui): add seed to image controls with random button (fixes #16) 2023-01-06 20:03:00 -06:00