1
0
Fork 0
Commit Graph

1252 Commits

Author SHA1 Message Date
Sean Sube 19712262e6
fix(api): filter out temporary files from model lists (#271) 2023-03-19 23:26:05 -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 ae3bcf3b8b
fix(api): add HF hub download to fetch logic for Inversion concepts 2023-03-19 20:32:21 -05:00
Sean Sube 0732058aa8
feat(api): detect Textual Inversion type from keys (#262) 2023-03-19 20:16:52 -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 fe498b16f0
fix(api): embed Inversion concepts using their name 2023-03-19 19:01:22 -05:00
Sean Sube 19d4d554c3
fix(api): add base token for Textual Inversion as sum layer 2023-03-19 18:04:21 -05:00
Sean Sube aefa5b4613
fix(api): clear job cancelled flag when worker starts a new job (#269) 2023-03-19 17:57:14 -05:00
Sean Sube ba0767179c
fix(gui): remove images from history beyond limit (#267) 2023-03-19 17:46:14 -05:00
renovate[bot] 3198e68abb chore(deps): update dependency typescript to v4.9.5 2023-03-19 17:42:24 -05:00
renovate[bot] 92cb6acdf9 fix(deps): update dependency react-query to v3.39.3 2023-03-19 17:11:47 -05:00
Sean Sube 382316f0c9
fix(gui): remove prompt length error condition (#268) 2023-03-19 17:08:25 -05:00
Sean Sube 8acc15f52e
fix(api): better error handling around tensor loading 2023-03-19 15:38:43 -05:00
Sean Sube 07622690dc
fix(api): use Torch JIT and fallback loading 2023-03-19 15:31:35 -05:00
Sean Sube b797b3d616
fix(api): do not assume file extension for additional networks 2023-03-19 15:27:51 -05:00
Sean Sube 33008531e9
fix(api): load blending tensors onto CPU 2023-03-19 15:13:54 -05:00
Sean Sube 1c631c28d3
feat(api): add flag for ORT float16 optimizations 2023-03-19 11:59:35 -05:00
renovate[bot] e4b59f0d9a chore(deps): update react monorepo 2023-03-19 11:10:27 -05:00
Sean Sube b8f816323e
fix(api): correctly load server env for conversion 2023-03-19 10:39:09 -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 edd32f6044
apply lint, fix up log levels 2023-03-19 10:25:09 -05:00
Sean Sube 6f283c5c02
proxy nets that need fp16 conversion 2023-03-19 10:18:22 -05:00
Sean Sube bbd4c0fd72
dtype logging for potential fp16 params 2023-03-19 09:59:08 -05:00
Sean Sube 243a2d9df6
apply lint 2023-03-19 09:29:06 -05:00
Sean Sube 641456fd42
fix(build): allow long-running jobs to be interrupted 2023-03-19 09:15:41 -05:00
Sean Sube 27bd10d2f7
fix(api): restrict CLIP skip token to integers, allow negative LoRA and Inversion weights 2023-03-19 09:13:40 -05:00
Sean Sube e6d7d30225
move tensor logs to trace level 2023-03-19 09:11:55 -05:00
Sean Sube 0e43acc0f7
fix(api): fetch sources and additional networks by default 2023-03-19 09:09:03 -05:00
Sean Sube b82246fdab
parse CLIP skip count from prompt 2023-03-19 08:43:39 -05:00
Sean Sube 46d1b5636d
normalize hidden states without using CLIP model class 2023-03-19 08:40:06 -05:00
Sean Sube 2ef00599b6
experimental CLIP skip 2023-03-19 08:17:40 -05:00
Sean Sube 3f9789a0a8
fix(gui): only enable blend tab's generate button with two source images (#235) 2023-03-19 01:02:25 -05:00
Sean Sube 7553040595
fix(gui): split base models and additional options 2023-03-19 00:35:25 -05:00
Sean Sube 74ca6e813c
apply more lint 2023-03-18 21:51:49 -05:00
Sean Sube 9a949806d3
apply lint 2023-03-18 21:48:51 -05:00
Sean Sube 645da3d1a6
fix(api): allow dash in network names 2023-03-18 21:48:20 -05:00
Sean Sube b195b59301
feat(gui): add menus to add LoRA and Textual Inversion tokens 2023-03-18 21:48:06 -05:00
Sean Sube a9e55ff9f2
remove references to inversion parameter 2023-03-18 19:47:22 -05:00
Sean Sube 5363037ab1
use network name in label key 2023-03-18 19:43:00 -05:00
Sean Sube 1099b0a755
fix model labels 2023-03-18 19:40:59 -05:00
Sean Sube 4667356144
add i18n key for LoRA 2023-03-18 19:34:18 -05:00
Sean Sube 61d12b8ebd
include model type in label when present 2023-03-18 19:34:03 -05:00
Sean Sube f8f36e602c
feat(api): load i18n labels from additional networks 2023-03-18 19:25:22 -05:00
Sean Sube 2e89fd43d3
fix(api): only remove running jobs from running state 2023-03-18 19:21:40 -05:00
Sean Sube 716e009611
serialize networks 2023-03-18 19:21:15 -05:00
Sean Sube 2d112104fb
feat: show additional networks in client 2023-03-18 19:15:23 -05:00
Sean Sube e5862d178c
fix(api): assume inversion tokens are embeddings for now 2023-03-18 18:35:11 -05:00
Sean Sube 17a7cdae56
fix import 2023-03-18 18:31:36 -05:00