1
0
Fork 0
Commit Graph

87 Commits

Author SHA1 Message Date
Sean Sube eac6f542d9 fix(api): make all path vars relative to API dir 2023-01-12 23:02:35 -06:00
Sean Sube e4b61b32b2 lint(api): do not print warning when negative prompt is empty 2023-01-12 22:55:40 -06:00
Sean Sube db06754c90 feat(api): add endpoints to serve GUI bundle 2023-01-12 22:54:32 -06:00
Sean Sube a1a59c766a feat: move API routes under prefix 2023-01-12 22:10:46 -06:00
Sean Sube 41935667c4 feat(api): add ready endpoint to check output status 2023-01-12 19:56:41 -06:00
Sean Sube b89eb42712 feat(api): put all image pipelines on background tasks 2023-01-12 19:36:43 -06:00
Sean Sube ca9f64af16 feat(api): move txt2img into a background task 2023-01-12 19:19:01 -06:00
Sean Sube 4e3a86dfdb lint(api): join all paths 2023-01-11 21:59:58 -06:00
Sean Sube dc33b7c887 fix(api): use same parameter name as GUI for negative prompt 2023-01-11 21:50:19 -06:00
Sean Sube f2b2366c91 chore(release): 0.3.0 2023-01-11 20:50:57 -06:00
Sean Sube b7a63b1184 use apt-get in image scripts 2023-01-11 19:48:24 -06:00
Sean Sube 362b732707 fix(build): add venv to CPU image 2023-01-11 19:47:15 -06:00
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 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 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 8452b7384c feat(build): upload pip package (fixes #29) 2023-01-10 08:54:58 -06:00
Sean Sube 778cf6e7d1 lint(api): add seed to output filename, add types 2023-01-09 23:26:47 -06:00
Sean Sube 03fd728ab0 feat(api): add params endpoint, defaults file 2023-01-09 22:58:37 -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 760b162a55 fix: bump package versions to 0.2.1 2023-01-08 15:26:43 -06:00
Sean Sube d1768b1bd1 chore(release): 0.2.0 2023-01-08 14:55:17 -06:00
Sean Sube 057eea25ef fix(api): hash full range of seed values 2023-01-08 14:26:53 -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 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 93e53f6dc3 feat: make additional schedulers available in UI 2023-01-08 08:19:24 -06:00
Sean Sube a6af9752f8 lint(api): remove extra print 2023-01-08 00:23:01 -06:00
Sean Sube 0232c7180c fix(api): defer first model load until first request 2023-01-08 00:08:50 -06:00
Sean Sube f99438e623 fix(docs): begin clarifying packages for each environment (#19) 2023-01-07 21:52:38 -06:00
Sean Sube 926f77b3b0 fix(api): keep strength as a float 2023-01-07 15:19:24 -06:00
Sean Sube 09ce6546be feat(api): add img2img endpoint 2023-01-07 15:05:29 -06:00
Sean Sube a721008d94 feat(api): add image with pytorch CUDA 2023-01-07 09:55:30 -06:00
Sean Sube 8359bd5b99 feat(api): experimentally add CUDA provider and Nvidia platform 2023-01-07 08:56:21 -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 c6662d155d fix(api): adjust output path for module structure 2023-01-06 17:11:02 -06:00
Sean Sube b59519cb7e fix(api): update serve app name, add module entrypoint 2023-01-06 16:18:53 -06:00
Sean Sube 599e0ee2d0 feat(api): switch to package structure 2023-01-06 16:11:41 -06:00
Sean Sube 54829786bd fix(api): improve image layer order 2023-01-06 14:17:06 -06:00
Sean Sube af40bff10c fix(build): use CPU version of pytorch in hypothetical alpine API image 2023-01-06 14:07:54 -06:00
Sean Sube ca0da31791 fix(api): add numpy version restriction to requirements 2023-01-06 14:05:30 -06:00