1
0
Fork 0
Commit Graph

435 Commits

Author SHA1 Message Date
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
Sean Sube 3ec8f7c2fc feat(gui): put in a proper loading card 2023-01-06 17:35:20 -06:00
Sean Sube de48450730 fix(gui): disable img2img tab for now, consistent quotes in jsx 2023-01-06 17:20:34 -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 55d435489a fix(build): automatically push after tagging releases 2023-01-06 15:46:44 -06:00
Sean Sube 8f7c1e705b fix(gui): add npm ignore 2023-01-06 15:46:27 -06:00
Sean Sube dfb5917c87 chore(release): 0.1.0 2023-01-06 15:32:43 -06:00
Sean Sube ce759caeff feat(build): add release target 2023-01-06 15:32:25 -06:00
Sean Sube 37253cc526 fix(docs): update readme to use nginx image for GUI 2023-01-06 15:19:19 -06:00
Sean Sube 225f5f15e2 fix(gui): copy bundle to correct path within nginx image 2023-01-06 15:13:37 -06:00
Sean Sube 91c6f47d15 fix(build): correct base OS for GUI nginx image 2023-01-06 15:11:12 -06:00
Sean Sube 7f2371163e fix(gui): correct paths in nginx image 2023-01-06 15:08:15 -06:00
Sean Sube ee6cf50df7 fix(gui): run dev server from node image 2023-01-06 15:07:31 -06:00
Sean Sube 5e9890fb82 feat(build): add nginx-based GUI images 2023-01-06 15:04:07 -06:00
Sean Sube a0172f8e00 fix(docs): add section about custom config 2023-01-06 14:47:39 -06:00
Sean Sube 08270f2d52 fix(docs): explain running containers 2023-01-06 14:40:17 -06:00
Sean Sube 7b8f96f333 feat(build): put image base OS at the end of the image tag 2023-01-06 14:25:11 -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