1
0
Fork 0
Commit Graph

1436 Commits

Author SHA1 Message Date
Sean Sube 2a7a0682bd
fix(exe): add missing gfpgan folders (#315) 2023-04-21 23:45:34 -05:00
Sean Sube d9884b5fef
lint(docs): put env vars in a list 2023-04-21 23:04:50 -05:00
Sean Sube e89f2fc4d0
fix(exe): set default model cache to 0 for Windows bundle 2023-04-21 22:45:44 -05:00
HoopyFreud 21b53c1b7b Recomitting everything 2023-04-21 15:17:31 -04:00
Sean Sube c7aea34b28
fix(api): use correct params for default outpainting borders (#345) 2023-04-20 22:33:18 -05:00
Sean Sube b85a8aa868
fix(gui): replace divider below tabs, outline restart button 2023-04-20 22:18:57 -05:00
Sean Sube c8d2e33aa5
chore(gui): update build deps 2023-04-20 22:18:20 -05:00
Sean Sube a46f00aeb4
fix(api): use slice multiplication for 3x3 kernels without CP decomp 2023-04-20 22:10:49 -05:00
Sean Sube 807ef3f56b
chore(docs): update readme features 2023-04-20 21:32:27 -05:00
Sean Sube 49781df2fd
apply lint 2023-04-20 21:26:16 -05:00
Sean Sube ff4c8a9404
handle tensors of the same rank 2023-04-20 20:24:37 -05:00
Sean Sube 3e8f4b3edf
fix(api): improve summing of mismatched weights 2023-04-20 20:06:43 -05:00
Sean Sube f0109d3406
fix(api): blend LoHA and LoRA weights for 1x1 kernels 2023-04-20 19:31:40 -05:00
Sean Sube f963b126d1
localize restart button 2023-04-20 19:31:13 -05:00
Sean Sube e9e9d75f9d
fix(api): correct return value after fully converting checkpoints 2023-04-20 18:00:35 -05:00
Sean Sube 30c96be24f
send token with admin requests, return worker status after restarting 2023-04-20 17:36:29 -05:00
Sean Sube df0e7dc57e
feat: add admin endpoint to restart image workers (#207) 2023-04-20 07:36:31 -05:00
Sean Sube e12f3c2801
fix(scripts): correct model paths in test scripts 2023-04-16 23:18:35 -05:00
Sean Sube 64ea060ec9
fix(gui): improve render performance 2023-04-16 23:09:00 -05:00
Sean Sube ec7315fc36
lint(gui): make theme handling more type-safe 2023-04-16 19:09:00 -05:00
Sean Sube 83b1b3916f
Merge branch 'bzlibby-dark-mode' 2023-04-16 18:32:16 -05:00
BZLibby 229caa0c4a fixed tabs and imports 2023-04-16 12:32:16 -05:00
BZLibby 6bb815cccf use system theme when the theme is not set 2023-04-16 11:41:04 -05:00
BZLibby d61268b3a0 add dark mode with toggle and system preference 2023-04-16 11:31:17 -05:00
Sean Sube cfdd926fff
fix(api): wait for worker to become idle before enqueueing next job (#286) 2023-04-15 20:37:53 -05:00
Sean Sube 17e7b6aff2
fix(api): keep ControlNet metadata after lookup 2023-04-15 17:31:02 -05:00
Sean Sube 8d47b71183
fix(api): match ControlNet selection against model names 2023-04-15 17:21:13 -05:00
Sean Sube 31965356d8
fix(api): handle mixed tensors for ControlNet on CPU 2023-04-15 17:03:04 -05:00
Sean Sube 161913bb7e
fix(api): add pre-converted ControlNets to base sources, add missing ControlNet strings 2023-04-15 16:55:53 -05:00
Sean Sube e8b65f4e01
chore(models): add placeholder directories for other model types 2023-04-15 16:29:50 -05:00
Sean Sube e0e6b74b98
fix(api): correct parameter names for BSRGAN, use RRDB from BasicSR for Real ESRGAN 2023-04-15 16:20:46 -05:00
Sean Sube dd771663ef
fix(api): add missing arguments to prompt patch (#336) 2023-04-15 15:56:02 -05:00
Sean Sube b076326ab3
fix(api): restore inpaint pipeline option 2023-04-15 15:43:31 -05:00
Sean Sube b20df68131
fix(api): switch between available pipelines 2023-04-15 15:37:45 -05:00
Sean Sube 317029356e
apply lint 2023-04-15 14:42:14 -05:00
Sean Sube 95841ffe2b
fix(api): check diffusers version before imports (#336) 2023-04-15 14:32:22 -05:00
BZLibby 48f1b745fe add dark mode with toggle and system preference 2023-04-15 13:45:47 -05:00
Sean Sube ad5c69e7e1
remove dev packages from cache key 2023-04-15 13:21:18 -05:00
Sean Sube 1853214409
fix(build): install CPU deps during CI 2023-04-15 13:18:24 -05:00
Sean Sube f5c606e16f
remove old requirements file 2023-04-15 12:51:47 -05:00
Sean Sube 7b4ce44f51
fix(api): print border size in expected order 2023-04-15 12:36:41 -05:00
Sean Sube 16c6bdf85a
use correct ORT session options 2023-04-15 12:31:28 -05:00
Sean Sube 30968f7c33
apply LoRAs to correct UNet 2023-04-15 12:28:55 -05:00
Sean Sube 33f72187c5
make controlnet labels more consistent 2023-04-15 12:21:06 -05:00
Sean Sube 43d545e524
apply lint 2023-04-15 12:13:25 -05:00
Sean Sube ac9b3d3b08
implement noise and blur source filters, move LPW in with other pipelines 2023-04-15 11:58:19 -05:00
Sean Sube 6854cbf23c
add attribution for ControlNet and Pix2Pix pipelines 2023-04-15 11:44:20 -05:00
Sean Sube 735f9d174f
apply lint 2023-04-15 11:20:11 -05:00
Sean Sube c91916b4ca
hide img2img from pipelines list 2023-04-15 11:11:43 -05:00
Sean Sube 6effbea1eb
fix missing import 2023-04-15 10:57:37 -05:00