1
0
Fork 0
Commit Graph

120 Commits

Author SHA1 Message Date
Sean Sube d26416465b
add note about onnx-fp16 opt 2023-03-19 22:30:24 -05:00
Sean Sube 31e841ab4a
fix(docs): explain how to optimize models 2023-03-19 22:27:24 -05:00
Sean Sube e19e36ae22
chore(docs): update conversion guide for prompt tokens and networks 2023-03-19 19:01:59 -05:00
Sean Sube 1c631c28d3
feat(api): add flag for ORT float16 optimizations 2023-03-19 11:59:35 -05:00
Sean Sube 98e488319c
use fp16 optimization flag during conversion, add to admin docs 2023-03-19 10:33:46 -05:00
Sean Sube 1f6105a8fe
make blend functions take tuples rather than split lists 2023-03-18 10:50:48 -05:00
Sean Sube 84bd852837
feat(api): blend LoRAs and Textual Inversions from extras file 2023-03-18 07:01:24 -05:00
Sean Sube dfba5f0231
phrasing 2023-03-15 20:10:53 -05:00
Sean Sube ede6f92914
links, subdirs 2023-03-15 20:09:36 -05:00
Sean Sube 74dc0e9484
fix(docs): describe LoRA and Textual Inversion tokens in user guide 2023-03-15 20:00:40 -05:00
Sean Sube db6169705b
fix(docs): remove reference to removed num_workers server variable 2023-03-11 13:31:21 -06:00
Sean Sube 719fbc35e4
fix(docs): describe ONNX_WEB_EXTRA_ARGS and _EXTRA_MODELS in admin guide 2023-03-09 08:08:27 -06:00
Sean Sube 78005812f3
fix(docs): explain converting Textual Inversions, using layer tokens, and prompt range syntax (#179) 2023-03-07 23:14:29 -06:00
Sean Sube a3b4b73dba
fix(docs): describe blending tab 2023-03-06 19:41:33 -06:00
Sean Sube f7903b53d0
chore(docs): describe memory profiling 2023-02-20 21:47:12 -06:00
Sean Sube f8cfc18479
chore(docs): update features and readme screenshot 2023-02-19 22:33:32 -06:00
Sean Sube 62a6f14cb5
chore(api): automate more of the release test plan 2023-02-19 15:00:23 -06:00
Sean Sube 34832f0171
feat(gui): add prompt to upscale tab (fixes #187) 2023-02-19 13:18:20 -06:00
Sean Sube 7ef63e14c4
fix(docs): note about checking LoRA metadata keys 2023-02-19 12:29:15 -06:00
Sean Sube 0a72ec1567
conversion headers 2023-02-19 12:18:59 -06:00
Sean Sube bff62ddabb
phrasing in conversion guide 2023-02-19 12:16:45 -06:00
Sean Sube b952c8835f
feat(docs): add conversion guide 2023-02-19 12:15:14 -06:00
Sean Sube 20c7fb8b33
chore(docs): update ONNX model table and release test plan 2023-02-18 17:55:23 -06:00
Sean Sube bfdb071c2d
chore(docs): explain model optimizations 2023-02-18 16:06:05 -06:00
Sean Sube b4e66ef502
feat(api): add flag to disable progress bars (#158) 2023-02-18 09:26:13 -06:00
Sean Sube 3c001a985f
fix(docs): describe dev watch mode 2023-02-17 23:15:41 -06:00
Sean Sube 763bdcf0ac
feat(build): make GUI dev server use port 8000 everywhere 2023-02-17 23:15:07 -06:00
Sean Sube 03a579a535
chore(docs): explain custom VAE 2023-02-16 23:12:44 -06:00
Sean Sube d3e8caade2
chore(docs): update release test plan 2023-02-15 18:23:36 -06:00
Sean Sube cc7cafabfd
fix(docs): note launch-extras script 2023-02-13 23:21:56 -06:00
Sean Sube 4857592dba
chore(docs): update test plan from v0.6.0 checklist 2023-02-13 23:09:34 -06:00
Sean Sube 92ede9928b
fix(docs): describe how to get model ID from Civitai (#117) 2023-02-13 17:32:34 -06:00
Sean Sube 694d15547f
lint(api): clean up conversion code from original diffusers, drop pydantic dep 2023-02-11 12:36:54 -06:00
Sean Sube 41fad09d93
fix(docs): link to SD models on HF hub 2023-02-10 23:32:39 -06:00
Sean Sube dbee258a36
clarify extras format migration 2023-02-10 23:15:45 -06:00
Sean Sube 24c542a952
fix(docs): cover extra models in user guide 2023-02-10 23:06:47 -06:00
Sean Sube de4e7b0dc9
feat: add face outscale as its own parameter (#111) 2023-02-06 17:13:37 -06:00
Sean Sube 69ebb1cb65
fix(docs): add checkboxes to release test plan 2023-02-05 21:50:48 -06:00
Sean Sube ba685456f5
chore(docs): update readme screenshot 2023-02-05 19:21:48 -06:00
Sean Sube 87d9b5b728
chore(docs): update readme screenshot 2023-02-05 18:29:41 -06:00
Sean Sube fc457f6050
chore(docs): expand release testing list 2023-02-05 18:12:48 -06:00
Sean Sube 54e07cb1b1
chore(docs): note LPW testing 2023-02-05 17:40:23 -06:00
Sean Sube 7158922039
chore(docs): note codeformer and SD upscaling in user guide 2023-02-05 11:42:37 -06:00
Sean Sube 39a422f2e5
feat(docs): start a developer guide 2023-02-04 17:16:36 -06:00
Sean Sube f6dbab3422
fix(docs): add duplicate device error to user guide 2023-02-04 12:47:22 -06:00
Sean Sube 2baf6ed212
fix(docs): start a guide for chain pipelines 2023-02-01 08:53:20 -06:00
Sean Sube ce63ef66dd feat(docs): note debug mode, server env vars 2023-01-24 23:49:14 -06:00
Sean Sube 8834a6642f chore(docs): update readme screenshot 2023-01-24 22:25:49 -06:00
Sean Sube b22f15600b feat(docs): add platform/model compatibility list 2023-01-24 08:39:25 -06:00
Sean Sube 39f5dd3b4a chore(docs): add scope section to user guide 2023-01-22 21:23:24 -06:00
Sean Sube fe9206c894 fix(docs): add podman rocm command to admin guide 2023-01-22 16:17:12 -06:00
Sean Sube 5d0aa60f1b fix(docs): add server admin guide, cross-link with user guide 2023-01-22 16:10:49 -06:00
Sean Sube dfffbd78a5 chore(docs): add readme for runpod template 2023-01-21 23:25:54 -06:00
Sean Sube 700d31e2b8 fix(docs): note that image parameters are not persisted when reloading 2023-01-21 19:42:02 -06:00
Sean Sube 3a5bae6d0d more examples for user guide 2023-01-21 18:40:50 -06:00
Sean Sube bae0fe5ce7 keep writing user guide 2023-01-21 18:29:11 -06:00
Sean Sube 88c5113e37 start adding links to user guide 2023-01-21 15:12:54 -06:00
Sean Sube 1ed7b221c4 distribute params into their appropriate tab 2023-01-21 10:00:43 -06:00
Sean Sube b1e7ab0a3e fix(docs): list correct packages in readme, move errors to user guide 2023-01-20 22:46:11 -06:00
Sean Sube b508da747e continue writing the user guide 2023-01-19 22:08:00 -06:00
Sean Sube d1e8fc5de8 set up LFS for images 2023-01-19 21:04:19 -06:00
Sean Sube 88385b323b expand on the user guide 2023-01-19 17:16:38 -06:00
Sean Sube 58ea836e20 start user guide 2023-01-18 00:01:15 -06:00
Sean Sube 64fac4d7aa chore(docs): update readme screenshot 2023-01-15 15:13:58 -06:00
Sean Sube c55f4a469f lint(docs): update readme screenshot 2023-01-08 14:32:58 -06:00
Sean Sube 08270f2d52 fix(docs): explain running containers 2023-01-06 14:40:17 -06:00
Sean Sube c5794e2db7 lint(docs): update readme preview image 2023-01-06 11:45:18 -06:00
Sean Sube bef07d7208 chore(docs): update readme screenshot with image history 2023-01-06 10:25:57 -06:00
Sean Sube 6cb04fcbba load config from JSON, expand on setup instructions 2023-01-05 10:39:46 -06:00
Sean Sube 6c932e2ee8 add test script, screenshot to readme 2023-01-05 09:44:01 -06:00