1
0
Fork 0
Commit Graph

2342 Commits

Author SHA1 Message Date
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
Sean Sube c7af703abc
make tile size a constant 2023-11-30 19:21:37 -06:00
Sean Sube 74cb100236
fix(scripts): update test MSE and references for recent tiling changes 2023-11-30 19:21:05 -06:00
Sean Sube 48d0d3e22d
use presence of stage mask to trigger tiling 2023-11-29 21:52:32 -06:00
Sean Sube 042181b9c5
fix(api): correctly handle image stacks in persist stages 2023-11-27 21:45:32 -06:00
Sean Sube 828c9511a6
fix(api): restore single-tile code path 2023-11-27 18:53:39 -06:00
Sean Sube a9b4303d25
switch upscaling to np random 2023-11-26 15:29:07 -06:00
Sean Sube d3a4cc8fd2
fix(api): use upstream SD upscaling pipeline as base for in-tree one 2023-11-26 15:23:28 -06:00
Sean Sube fa38b474f0
fix(api): abandon pretrained loader entirely to fix SD upscaling 2023-11-26 14:13:45 -06:00
Sean Sube 75f1a2cead
pass results object to chain pipeline from endpoint 2023-11-26 10:43:08 -06:00
Sean Sube 7ca5dc12a4
fix(api): match inpaint source and mask formats 2023-11-26 10:38:12 -06:00
Sean Sube 93e3125e28
fix(api): be more careful with VAE patch flags, add margin to latents if needed 2023-11-25 23:18:57 -06:00
Sean Sube 57fc183b15
Merge remote-tracking branch 'github/main' into feat/00-plugins 2023-11-25 22:27:22 -06:00
Sean Sube 83ebd77c3d
fix(api): handle blending numpy arrays 2023-11-25 21:19:11 -06:00
Sean Sube 1c3b2f8dfc
fix(api): better handling of alpha channels 2023-11-25 18:52:47 -06:00
Sean Sube c134edf4b3
sonar lint 2023-11-25 15:28:03 -06:00
Sean Sube 1818a36c11
fix(api): correctly handle completely black mask images 2023-11-25 15:25:47 -06:00
Sean Sube d78e843af4
fix(api): consistently handle tile size across premade pipelines 2023-11-25 14:02:42 -06:00
Sean Sube 02447f5fd6
fix(api): provide some necessary SDXL config 2023-11-25 12:29:17 -06:00
Sean Sube 6ecdae44a2
fix(api): pass correct outscale to highres stages 2023-11-25 12:25:16 -06:00
Sean Sube b1328fdfdb
fix(api): handle images with alpha channels better 2023-11-25 07:50:54 -06:00
Sean Sube 192bd08156
apply sonar lint 2023-11-25 07:50:36 -06:00
Sean Sube 17e25a3bc3
fix list parser default 2023-11-24 23:02:22 -06:00
Sean Sube 9e930a91d5
fix(api): load lists without empty items 2023-11-24 22:40:22 -06:00
Sean Sube 44a23a6366
apply lint 2023-11-24 22:40:01 -06:00
Sean Sube 3f3811e16a
fix(api): build SDXL pipeline to avoid optimum patches 2023-11-24 17:02:21 -06:00
Sean Sube d7c95a4a4f
fix SDXL node names once 2023-11-24 16:51:03 -06:00
Sean Sube 74832fc61b
fix(api): match SDXL keys per LoRA 2023-11-24 15:22:07 -06:00
Sean Sube 8d4410305e
fix(api): convert latents to numpy before using 2023-11-24 10:36:53 -06:00
Sean Sube 98f8abbacd
fix(api): correctly detect unknown embedding format 2023-11-23 23:53:17 -06:00
Sean Sube 8df6ec231f
fix(scripts): improve MSE logging in release tests 2023-11-23 23:22:51 -06:00
Sean Sube 34493e7968
update inpaint pipeline to use stage results 2023-11-23 23:22:28 -06:00