1
0
Fork 0
Commit Graph

76 Commits

Author SHA1 Message Date
Sean Sube 3aa7b8a238
chore(docs): describe log levels in dev docs 2023-03-26 11:10:05 -05:00
Sean Sube a1c3b28bee
fix(docs): explain extras file format in user guide 2023-03-26 08:28:50 -05:00
Sean Sube fca9ba893c
fix(docs): add check scripts to user guide 2023-03-20 22:28:38 -05:00
Sean Sube 28ea051062
chore(docs): add HF hub to user guide 2023-03-20 08:38:36 -05:00
Sean Sube 38d9be2743
update extras example in user guide 2023-03-19 23:34:38 -05:00
Sean Sube b99c8c8bae
fix(docs): explain CLIP skip, describe tokens better 2023-03-19 23:04:18 -05:00
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