1
0
Fork 0
Commit Graph

1896 Commits

Author SHA1 Message Date
Sean Sube 540864c3a8
fix initial tile size for XL 2023-09-04 21:21:09 -05:00
Sean Sube bb9cda58ad
apply lint 2023-09-04 21:21:06 -05:00
Sean Sube 4fd889180b
add resizing logic to preparation script 2023-09-04 21:21:03 -05:00
Sean Sube 2047f7d8cf
pass XL components as ORT sessions 2023-09-04 21:21:00 -05:00
Sean Sube 9999a1bf56
add support for XL inpainting pipeline 2023-09-04 21:20:57 -05:00
Sean Sube 1d5ac7dde5
optimize XL LoRA node matching 2023-09-04 21:20:54 -05:00
Sean Sube ebdc6a00fe
fix(gui): add strings for XL pipelines 2023-09-04 21:20:51 -05:00
Sean Sube 5e5915c3ff
pass latents again 2023-09-04 21:20:48 -05:00
Sean Sube 8ce09d307b
feat(api): allow a different prompt for each highres stage 2023-09-04 21:20:45 -05:00
Sean Sube 6b31075616
fix(api): override pipeline models if pipeline ignored components 2023-09-04 21:20:42 -05:00
Sean Sube ea9023c2eb
fix(api): only run SDXL LoRA node matching on XL models 2023-09-04 21:20:39 -05:00
Sean Sube 5d0d904463
feat(scripts): add script for preparing training images 2023-09-04 21:20:36 -05:00
Sean Sube ecac0d5770
apply lint 2023-09-04 21:20:33 -05:00
Sean Sube bbacfd1ca0
feat(api): support for SDXL LoRAs 2023-09-04 21:20:30 -05:00
Sean Sube 0ad250251e
feat(api): add an experimental multi-prompt syntax 2023-09-04 21:20:27 -05:00
Sean Sube 2c8ba67ecb
make highres work with SDXL and use a full-size txt2img stage 2023-09-04 21:20:23 -05:00
Sean Sube ee430a962b
fixes for optimum 2023-09-04 21:20:16 -05:00
Sean Sube 404a314050
lint(api): add typed errors from cancelled job and download error 2023-09-04 21:20:04 -05:00
Sean Sube 44004730ea
skip loading component models for XL 2023-09-04 21:20:01 -05:00
Sean Sube 273ace7693
add helper method to get max size 2023-09-04 21:19:57 -05:00
Sean Sube 3b6eb6c43b
apply lint 2023-09-04 21:19:52 -05:00
Sean Sube 440e47f736
fix(api): defer txt2img tiling to panorama pipeline when selected 2023-09-04 21:19:45 -05:00
Sean Sube d94a8d6f6e
fix(api): avoid padding latents when they are not being tiled 2023-09-04 21:19:42 -05:00
Sean Sube 944c92b824
fix(api): ensure panorama never generates a negative number of views 2023-09-04 21:19:39 -05:00
Sean Sube 8e1f188d8f
fix(api): pass replacement VAE to diffusers conversion 2023-09-04 21:19:36 -05:00
Sean Sube 58795de00d
fix(api): update minimum image size for SDXL base 2023-09-04 21:19:34 -05:00
Sean Sube f73dce507c
fix(models): update attn parameter name in CNet 2023-09-04 21:19:31 -05:00
Sean Sube 0fafc71ec8
add XL pipelines to list of valid options 2023-09-04 21:19:28 -05:00
Sean Sube b1a554e1a7
fix import 2023-09-04 21:19:24 -05:00
Sean Sube a201a74b40
add SDXL pipelines to list 2023-09-04 21:19:20 -05:00
Sean Sube c81dcf16e6
chore(release): 0.10.0 2023-08-22 20:42:10 -05:00
Sean Sube dc9048c76f
fix(api): use correct case for PNG metadata 2023-08-02 17:43:17 -05:00
Sean Sube ea990943ec
mark action selectors as shallow 2023-07-22 18:45:52 -05:00
Sean Sube 0ba21dfc27
continue refactoring to use selectors 2023-07-22 18:21:54 -05:00
Sean Sube 97daf1aa7c
continue migrating to selectors 2023-07-22 10:02:17 -05:00
Sean Sube ffc941548d
optimize zustand selectors 2023-07-21 22:45:20 -05:00
Sean Sube 626ca18d7f
include highres and upscale in params loading 2023-07-21 22:11:45 -05:00
Sean Sube 9e350f09df
lint(gui): make profile name field wider 2023-07-21 19:33:32 -05:00
Sean Sube a6e04611f2
feat(gui): add profile download button 2023-07-21 19:33:16 -05:00
Sean Sube f14f197264
feat(gui): move model controls into each tab 2023-07-21 17:38:01 -05:00
Sean Sube 27a21dfa62
fix(gui): attempt to decode unicode EXIF tags 2023-07-21 15:31:14 -05:00
Sean Sube 063acc6f20
handle json in comments field 2023-07-20 08:23:58 -05:00
Sean Sube 9db54638a7
apply lint 2023-07-20 07:18:14 -05:00
Sean Sube d80ab00446
parse size from json params 2023-07-20 07:16:23 -05:00
Sean Sube 570b56ab72
fix list of file types 2023-07-20 06:56:58 -05:00
Sean Sube 93acc24be4
allow selecting the same file repeatedly, parse image size 2023-07-19 22:49:07 -05:00
Sean Sube 079d4aa602
feat(gui): load and parse most parameters from image, text, or json 2023-07-19 22:42:49 -05:00
Sean Sube 10fa36c1c1
fix(build): use 3.8 packages in AMD linux requirements file to match ROCm base image 2023-07-17 22:46:32 -05:00
Sean Sube c506fe1e9f
make sure job is always defined, remove unused placeholders from logs 2023-07-17 22:46:02 -05:00
Sean Sube 01c7392a61
add helper to remove NaN values in UNet output 2023-07-16 12:03:14 -05:00