1
0
Fork 0
Commit Graph

2473 Commits

Author SHA1 Message Date
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
Sean Sube 8bb76f1fee
keep protocol when downloading from http sources 2023-12-09 20:50:41 -06:00
Sean Sube 4c5bb906e8
pass conversion context to generic sources 2023-12-09 20:36:04 -06:00
Sean Sube 20b719fdff
special downloading for embeds 2023-12-09 19:15:28 -06:00
Sean Sube 7496613f4e
fix fetch calls 2023-12-09 18:46:47 -06:00
Sean Sube cc8e564d26
split up download clients, add to plugin exports 2023-12-09 18:04:34 -06:00
Sean Sube e7da2cf8a6
fix(api): load pretrained VAE from original path 2023-12-08 23:19:52 -06:00
Sean Sube 4fd50984f0
fix(api): correct VAE extension check during conversion 2023-12-08 22:55:51 -06:00
Sean Sube 293a1bb184
fix(api): include SD upscaling in diffusion prefixes 2023-12-08 22:26:19 -06:00
Sean Sube 46d9fc0dd4
fix(api): make sure diffusion models have a valid prefix 2023-12-08 18:49:18 -06:00
BZLibby 17f28aba62 Merge branch 'main' of https://github.com/ssube/onnx-web into feat/dynamic-wildcards 2023-12-06 16:29:45 -06:00
Sean Sube 6e614aa1e0
fix(docs): add missing web UI setup step 2023-12-05 22:16:22 -06:00
Sean Sube d95cfc582a
apply lint 2023-12-04 18:45:28 -06:00
Sean Sube 95a62b17ed
fix(api): detect all mask keys, immediately bubble up cancellation errors 2023-12-04 18:44:58 -06:00
Sean Sube b29837d773
fix(api): convert SD models without extracting Torch intermediate (#404) 2023-12-03 15:52:36 -06:00
Sean Sube 1d6547977c
fix(docs): note LCM in readme 2023-12-03 15:37:03 -06:00
Sean Sube 7c3e9c22d0
improve some logs, update test refs for panorama 2023-12-03 15:34:34 -06:00
Sean Sube 92311281df
fix(api): switch pipeline ctor based on VAE presence, improve panorama logging 2023-12-03 13:03:38 -06:00
Sean Sube ae34e466ef
more lint, avoid some unnecessary errors 2023-12-03 12:57:56 -06:00
Sean Sube 9b4ae0916b
lint and test fixes 2023-12-03 12:53:50 -06:00
Sean Sube b398d65624
fix(api): restore additional ORT options for multi-GPU machines 2023-12-03 12:14:05 -06:00
Sean Sube 572db45bcb
lint and type fixes 2023-12-03 12:13:45 -06:00
Sean Sube 05b1ef611f
fix latent resizing 2023-12-03 11:48:52 -06:00
Sean Sube d759c31bb6
update panorama test refs 2023-12-03 11:11:53 -06:00
Sean Sube 10fab12cd0
dedupe new latent resizing code 2023-12-03 11:11:28 -06:00
Sean Sube c42ca9ca38
handle panorama margins for img2img and inpaint 2023-12-03 06:28:36 -06:00
Sean Sube 16911b5f87
consistenly unpack views 2023-12-03 06:19:17 -06:00
Sean Sube 5035761e66
build empty values correctly 2023-12-02 22:10:59 -06:00
Sean Sube 728f58f3e7
divide latents using latent scale 2023-12-02 22:09:11 -06:00
Sean Sube d4611e958c
complete SD panorama tiles 2023-12-02 20:40:36 -06:00
Sean Sube 4b491ec4d5
correct resize scale 2023-12-02 20:31:52 -06:00
Sean Sube b54a57b379
fix(api): complete panorama tiles for SD pipeline 2023-12-02 20:21:31 -06:00
Sean Sube 103d1a449a
fix(api): resize latents to complete panorama blocks 2023-12-02 20:06:27 -06:00
Sean Sube 0b31ad0ab6
fix(gui): add string for LCM scheduler 2023-11-30 19:23:03 -06:00