1
0
Fork 0
Commit Graph

2506 Commits

Author SHA1 Message Date
Sean Sube f3e1beaa71
feat(api): add converter to extract ZIP archives (#437) 2023-12-16 22:14:43 -06:00
Sean Sube 193f82e7b4
feat(gui): include some default profiles (#420) 2023-12-16 19:22:24 -06:00
Sean Sube c551a4332b
fix headers and more names 2023-12-16 17:22:44 -06:00
Sean Sube f043c0a644
document some new variables and endpoints 2023-12-16 17:20:26 -06:00
Sean Sube 2ceffe4490
use consistent capitalization for own name 2023-12-16 17:06:32 -06:00
Sean Sube 3cd4d607dd
fix links in doc site readme 2023-12-16 17:06:17 -06:00
Sean Sube 2a9265987e
start updating docs for v0.11 2023-12-16 17:03:25 -06:00
Sean Sube 8e7f8c76d2
feat(gui): add button to open docs site 2023-12-16 16:15:08 -06:00
Sean Sube 523a2a0cc7
feat(docs): set up docs site (#436) 2023-12-16 16:01:21 -06:00
Sean Sube b3cf0acfe9
fix(api): add debugpy to dev deps 2023-12-16 15:38:39 -06:00
Sean Sube 0364543bad
fix(api): update HF hub version (#433) 2023-12-16 15:36:32 -06:00
Sean Sube 2653dd812e
feat(api): allow embeddings as a synonym for TI token 2023-12-16 15:27:43 -06:00
Sean Sube 02dd17aa4f
fix(api): allow spaces in wildcard filenames 2023-12-16 15:21:49 -06:00
Sean Sube cdbdd9b4e2
feat(gui): add wildcard menu to web UI 2023-12-16 15:17:28 -06:00
BZLibby 90bc28d06e apply style 2023-12-16 14:56:19 -06:00
BZLibby 6a561173a7 adds support for dynamic wildcards in prompts 2023-12-16 14:37:56 -06:00
BZLibby 591a63edc8 Merge branch 'main' of https://github.com/ssube/onnx-web into feat/dynamic-wildcards 2023-12-16 13:25:38 -06:00
Sean Sube 133c4a20bd
fix(api): use correct post-fetch path when converting from checkpoints (#432) 2023-12-16 13:17:24 -06:00
Sean Sube 5b382afc6c
outline getting started guide 2023-12-15 08:41:02 -06:00
Sean Sube 695eeaf303
feat(api): remove deprecated Karras Ve scheduler (#189) 2023-12-14 22:36:52 -06:00
Sean Sube eefe9fe22e
pass logger to migrations, include version numbers in migration name 2023-12-14 22:31:47 -06:00
Sean Sube 5680dd704e
fix(gui): add state migrations for new unet/vae params (#427) 2023-12-14 22:24:09 -06:00
Sean Sube 0dfc1b61d2
break up state slice factories 2023-12-14 21:30:06 -06:00
Sean Sube d86286ab1e
lint(gui): split up state types 2023-12-14 20:46:43 -06:00
Sean Sube c6de25682d
feat(api): upgrade to latest diffusers, optimum, transformers (#433) 2023-12-14 20:13:58 -06:00
Sean Sube 6c4f4f334f
always use alpha in blend stage 2023-12-14 20:12:39 -06:00
Sean Sube 95d8f4a598
fix(api): make sure all file types are covered (#432) 2023-12-14 20:04:08 -06:00
Sean Sube 2a641b111e
fix(api): check for web UI files in Windows launch scripts 2023-12-10 17:03:54 -06:00
Sean Sube 0155236744
fix(api): update flask and pin werkzeug (#414) 2023-12-10 14:10:09 -06:00
Sean Sube 4da4cd95a5
fix(api): trim whitespace from model names because it breaks things (#376) 2023-12-10 13:59:47 -06:00
Sean Sube 9c1fcd16fa
fix(api): only fetch diffusion models if they have not already been converted (#398) 2023-12-10 13:52:52 -06:00
Sean Sube c9b1df9fdd
use dest in file client if provided 2023-12-10 13:30:27 -06:00
Sean Sube e91e08484b
handle query params better in civitai client 2023-12-10 13:17:37 -06:00
Sean Sube e200fe9186
avoid pickling environ 2023-12-10 13:07:02 -06:00
Sean Sube 9b883de1cb
pass context to client ctor 2023-12-10 12:16:01 -06:00
Sean Sube 3b32cd4ac3
sonar lint 2023-12-10 11:45:52 -06:00
Sean Sube 4edb32aaac
feat(api): add env vars for Civitai and Huggingface auth tokens 2023-12-10 11:08:02 -06:00
Sean Sube e6978243cc
fix download location for networks 2023-12-10 10:57:25 -06:00
Sean Sube 0f330652b5
phrasing and grammar 2023-12-10 00:19:20 -06:00
Sean Sube b22e54eb27
add DPM SDE to readme 2023-12-10 00:10:34 -06:00
Sean Sube d9c5c1bd45
lint 2023-12-09 23:51:43 -06:00
Sean Sube 2fc5ec930c
feat(api): add support for DPM SDE scheduler 2023-12-09 23:51:09 -06:00
Sean Sube 50db19922a
fix type of client instance 2023-12-09 23:40:47 -06:00
Sean Sube 419b2811ef
feat: update min CFG for SDXL turbo 2023-12-09 23:40:27 -06:00
Sean Sube 22e0597916
pass kwargs on to client 2023-12-09 23:09:00 -06:00
Sean Sube 35c973e55f
pass correct metadata to network converter 2023-12-09 23:07:56 -06:00
Sean Sube 52e78748c8
keep model field optional 2023-12-09 23:05:41 -06:00
Sean Sube e052578a20
lint, give civitai client a name 2023-12-09 23:03:41 -06:00
Sean Sube ebb5a586ce
get file root path from context, avoid downloading entire HF repos 2023-12-09 22:53:29 -06:00
Sean Sube 6cdba4cebb
handle extensions correctly 2023-12-09 21:05:16 -06:00