1
0
Fork 0
Commit Graph

2429 Commits

Author SHA1 Message Date
Sean Sube 0e7e4795f5
fix(api): update arpeggio parser and boto for s3 2023-12-18 21:18:24 -06:00
Sean Sube 53fd62e8c3
pin codeformer lib 2023-12-18 21:17:57 -06:00
Sean Sube 3e1db707ac
fix(api): update codeformer patches for new lib 2023-12-18 21:12:08 -06:00
Sean Sube 7ed30ee470
feat(api): switch to codeformer lib that works with torch 2.x 2023-12-18 21:06:39 -06:00
Sean Sube a6fa960a07
Merge pull request #442 from bzlibby/bug/multiplewildcardtokens
fixes support for multiple wildcards in one token
2023-12-18 19:13:13 -06:00
BZ Libby fc67809612
clean-up
I missed removing a character in the regex for the wildcard token
2023-12-18 19:09:23 -06:00
BZLibby b807530117 fixes support for multiple wildcards in one token 2023-12-18 19:01:18 -06:00
Sean Sube 6a6a3f04bc
feat(api): update pinned onnxruntime to 0.16.3 2023-12-17 19:55:52 -06:00
Sean Sube c94c3fa015
fix(docs): replace relative links with GH ones 2023-12-17 16:53:18 -06:00
Sean Sube d643d12fd9
fix phrasing, add discord links to getting started guide 2023-12-17 16:43:38 -06:00
Sean Sube 9e734706f1
fix(api): run blend pipeline in RGB mode (#439) 2023-12-17 14:54:10 -06:00
Sean Sube db8a7a2d62
break hardware recommendations out of paragraph 2023-12-17 14:21:26 -06:00
Sean Sube 68a3f13f62
fix(tests): add release tests for SDXL, LCM, and turbo 2023-12-17 14:17:09 -06:00
Sean Sube e373e134f1
fix(docs): add links from getting started to other docs 2023-12-17 14:12:45 -06:00
Sean Sube 76e28d962d
fix(api): parse embedding/TI tokens correctly 2023-12-17 12:48:20 -06:00
Sean Sube 4259b86557
add section about adding models to getting started guide 2023-12-17 12:44:32 -06:00
Sean Sube 41b8ae0359
open archives in read-only mode 2023-12-17 12:06:43 -06:00
Sean Sube 387d7dd60b
edit the getting started to be more cohesive 2023-12-17 12:04:04 -06:00
Sean Sube e0929ba870
fix(gui): make prompt input perform better with large LoRA/wildcard lists 2023-12-16 23:19:10 -06:00
Sean Sube a65e0fd602
update schemas for archive converter 2023-12-16 22:49:29 -06:00
Sean Sube 72d0d374e1
prep profiles for including model/pipeline params 2023-12-16 22:40:35 -06:00
Sean Sube f36fa6b5ec
bump server version in logs 2023-12-16 22:40:04 -06:00
Sean Sube a4ca1a8718
continue updating docs 2023-12-16 22:39:50 -06:00
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