1
0
Fork 0
Commit Graph

2422 Commits

Author SHA1 Message Date
Sean Sube e64e514e7f
fix(api): add out channels to upscaling config 2023-11-18 21:35:57 -06:00
Sean Sube eb77c83d80
move stages and tests to using stage result 2023-11-18 21:35:00 -06:00
Sean Sube 7e6749e0d7
apply lint, add missing file 2023-11-18 18:13:13 -06:00
Sean Sube a63669c76b
start replacing image output with results 2023-11-18 18:08:38 -06:00
Sean Sube 5a517704ea
fix(tests): expand worker tests 2023-11-18 17:20:45 -06:00
Sean Sube 535b685a57
feat(api): add basic plugin system 2023-11-18 17:20:13 -06:00
Sean Sube d52c68d607
feat(api): add chain pipeline stage result type 2023-11-18 17:19:35 -06:00
Sean Sube c8dd85e798
fix(api): correct file extension validity check 2023-11-16 22:04:11 -06:00
Sean Sube eb3f1479f2
fix(api): only use optimum's fp16 mode for SDXL export when torch fp16 is enabled 2023-11-16 21:45:50 -06:00
Sean Sube b31227ecb3
fix(api): make sure stage params are declared for all txt2img pipelines 2023-11-15 23:14:48 -06:00
Sean Sube 59685770e4
feat(api): disable prompt alternatives for panorama to fix regions 2023-11-14 23:23:23 -06:00
Sean Sube 5824149cc0
fix(api): use full-size latents for all panorama pipelines 2023-11-14 20:59:51 -06:00
Sean Sube 1bdfb4ac8a
fix(api): do not parse tokens when removing them 2023-11-14 20:34:56 -06:00
Sean Sube 14ddfb43bb
fix(api): handle empty prompts when parsing 2023-11-14 20:32:23 -06:00
Sean Sube a3519f5610
reduce default denoise strength 2023-11-12 23:29:00 -06:00
Sean Sube 43944b7001
push blending out by 1 2023-11-12 23:28:47 -06:00
Sean Sube 7106e96e77
fix(api): make tile blending symmetrical, correct bottom/right gradients 2023-11-12 23:01:53 -06:00
Sean Sube def8ad73c5
feat(api): add feature flags, move panoramic tile feature into flags 2023-11-12 22:53:43 -06:00
Sean Sube 2a27c3ffd1
fix(api): adjust region strength threshold to support up to 90% UNet overlap 2023-11-12 21:41:19 -06:00
Sean Sube 768f478884
feat(api): add strength param to denoise stage 2023-11-12 21:30:01 -06:00
Sean Sube 21d1240e28
only add denoise stage after panorama pipeline 2023-11-12 21:19:07 -06:00
Sean Sube 35171e6f12
fix(gui): dedupe and sort available prompt tokens 2023-11-12 21:14:13 -06:00
Sean Sube 95e2d6d710
feat(api): add denoise stage, use before highres 2023-11-12 21:13:52 -06:00
Sean Sube 4460625309
try replacing NaN and clipping large values to reduce noise 2023-11-12 18:24:30 -06:00
Sean Sube f24a3ab287
more readme tweaks 2023-11-12 16:47:32 -06:00
Sean Sube 31812d4cdd
readme phrasing 2023-11-12 16:41:08 -06:00
Sean Sube e653560f03
Merge branch 'feat/00-prompt-tokens' 2023-11-12 16:40:53 -06:00
Sean Sube bdda39f924
Merge pull request #411 from HoopyFreud/main
Fixed inpaint issue with no tile_mask
2023-11-12 16:40:26 -06:00
Sean Sube 1ee6761340
apply lint 2023-11-12 16:38:56 -06:00
Sean Sube d3784158fa
fix(docs): update readme screenshot for SDXL 2023-11-12 16:38:15 -06:00
Sean Sube fd34b4a764
feat(gui): highlight tokens that have been used in prompt 2023-11-12 15:50:04 -06:00
Sean Sube a4bf4ac651
add tokens to network response 2023-11-12 15:36:51 -06:00
Sean Sube d79af78ef0
fix schema 2023-11-12 15:19:04 -06:00
Sean Sube 44e483322e
feat: show tokens for networks in prompt 2023-11-12 15:15:06 -06:00
Sean Sube 3ffbc00390
fix(api): turn alternatives back off for SDXL 2023-11-12 14:23:02 -06:00
Sean Sube 6eb014cec8
fix(api): enable prompt alternatives for SDXL 2023-11-12 14:12:28 -06:00
Sean Sube 09f600ab54
feat(api): skip regions on last timestep 2023-11-11 22:43:41 -06:00
Sean Sube 4513fa3428
fix edge logic 2023-11-11 21:21:12 -06:00
Sean Sube 196ef46750
correct region edges 2023-11-11 20:24:02 -06:00
Sean Sube c7cff78784
fix(api): feather all edges by default 2023-11-11 20:22:08 -06:00
Sean Sube 1fae41ddcf
feat(api): add edge options to region feathering 2023-11-11 20:17:52 -06:00
Sean Sube 5fb2de85c5
feat(api): add feature flag for single-tile panorama highres 2023-11-11 17:03:01 -06:00
Sean Sube 798fa5fc6d
fix(api): allow random seed in reseed regions 2023-11-11 14:37:23 -06:00
Sean Sube c0a4fb6cad
fix(docs): describe reseed tokens 2023-11-10 20:07:47 -06:00
Sean Sube 0d1bf44d25
fix reseed size and mask dims 2023-11-10 20:00:50 -06:00
Sean Sube 8a94cdb385
feat(api): add tokens to reseed region 2023-11-10 18:37:42 -06:00
Sean Sube 01d8aabc42
update features 2023-11-10 04:33:29 -06:00
Sean Sube 3622ac4bfb
work on non-square regions 2023-11-09 22:42:45 -06:00
Sean Sube 30a9d01432
better docs for regions 2023-11-09 20:16:18 -06:00
Sean Sube 918ffde8e6
start documenting region prompts 2023-11-09 18:23:19 -06:00