1
0
Fork 0
Commit Graph

1714 Commits

Author SHA1 Message Date
Sean Sube 5556478669
fix(api): pass upscale params to correction stages 2023-07-01 12:32:30 -05:00
Sean Sube 94688ab3c7
feat(exe): add file with API version and commit to bundle 2023-07-01 12:32:26 -05:00
Sean Sube fcaeb8cb42
fix(api): add non-square txt2img test 2023-07-01 12:32:22 -05:00
Sean Sube 5378619ef2
fix(api): add name filter and MSE multiplier args to release tests 2023-07-01 12:32:18 -05:00
Sean Sube d9f251c88b
fix(api): repair progress for API pipelines 2023-07-01 12:32:05 -05:00
Sean Sube 2d10252564
fix(api): use kwargs for chain stages 2023-07-01 12:31:59 -05:00
Sean Sube 7a73c9ff61
fix(api): pass additional params to new stages 2023-07-01 12:31:41 -05:00
Sean Sube 7a951065e4
# This is a combination of 3 commits.
# This is the 1st commit message:

pass size to txt2img stage

# This is the commit message #2:

pass highres and upscale params

# This is the commit message #3:

pass correct strength param
2023-07-01 12:30:53 -05:00
Sean Sube af416c252d
feat(api): make chain pipeline work without a source image 2023-07-01 12:30:43 -05:00
Sean Sube fd3e65eafc
feat(api): start using chain pipelines for all images 2023-07-01 12:30:30 -05:00
Ben Fortune 4c3fcace5e Fix linting issues 2023-06-30 16:54:53 +01:00
Ben Fortune 4009ed8443 feat(gui): add ability to save profiles for img2txt and txt2txt 2023-06-30 16:43:35 +01:00
Sean Sube 7c8dc7a6b6
feat(api): create hash file for models without one 2023-06-27 08:17:21 -05:00
Sean Sube 16cf5bb863
fix(api): strip trailing newlines when reading hash from file 2023-06-27 07:33:23 -05:00
Sean Sube e3a458a736
feat(api): read model hash from file 2023-06-27 07:28:59 -05:00
Sean Sube 0029943c7d
fix(api): use diffusion model name without path when looking up hashes 2023-06-27 07:09:40 -05:00
Sean Sube 7cbb4197ba
fix(api): handle empty negative prompts in exif data 2023-06-26 21:38:55 -05:00
Sean Sube 732eb9913e
add hash field to extras schema and user guide 2023-06-26 19:18:20 -05:00
Sean Sube 062b1c47aa
feat(api): write model hashes to image exif 2023-06-26 17:24:34 -05:00
Sean Sube 003a350a6c
feat(api): include version number in logs 2023-06-26 17:24:03 -05:00
Sean Sube 01811abf5a
add loras to exif params 2023-06-26 07:48:39 -05:00
Sean Sube 14e920c6e1
add newlines to make params compatible 2023-06-26 07:24:25 -05:00
Sean Sube f142f83ad5
dump json parameters to str before writing to exif 2023-06-26 07:14:32 -05:00
Sean Sube 91c6c62159
remove unused output param 2023-06-26 07:06:31 -05:00
Sean Sube 7e21b9539e
feat(api): embed image parameters in EXIF data (#383) 2023-06-26 07:03:06 -05:00
Sean Sube 9e58818ffb
chore(docs): add new extras fields to user guide 2023-06-24 14:12:57 -05:00
Sean Sube cc986b650e
chore(docs): add panorama and highres step suggestions 2023-06-24 13:58:59 -05:00
Sean Sube 054993aa73
chore(docs): include castle example of overlap 2023-06-24 13:55:25 -05:00
Sean Sube c0695f6fe4
lint(docs): format some folders, wrap some lines 2023-06-24 13:44:00 -05:00
Sean Sube 9e52196084
note cropping process 2023-06-24 13:38:02 -05:00
Sean Sube f4153aaba8
fix(docs): add overlap diagrams 2023-06-24 13:31:54 -05:00
Sean Sube 7705cb46aa
chore(docs): briefly describe prompt construction 2023-06-24 12:55:19 -05:00
Sean Sube 115d62e998
chore(docs): explain eta, steps, and correction order 2023-06-23 20:53:23 -05:00
Sean Sube 7a8184a5da
chore(docs): explain upscale, correction, and highres parameters 2023-06-22 22:55:03 -05:00
Sean Sube ca2e436f06
feat(gui): remove generic SD pipeline option 2023-06-20 18:33:15 -05:00
Sean Sube 9d08676caa
fix(api): add version for omegaconf 2023-06-19 18:12:56 -05:00
Sean Sube 03402dba67
fix(api): pin pip dependencies, add requirements to renovate 2023-06-19 18:02:00 -05:00
Sean Sube 3c5641b9a7
fix{gui): send highres parameters on upscale tab 2023-06-19 17:43:02 -05:00
Sean Sube 0927e0bfc6
lint{docs): sort prompt keywords 2023-06-19 17:42:24 -05:00
Sean Sube 349abf0d2e
add prompt keywords 2023-06-18 21:47:14 -05:00
Sean Sube 6f7e8144c0
update resolution table for highres iterations 2023-06-17 14:52:31 -05:00
Sean Sube 1e6bbf8928
start updating user guide for v0.10 features 2023-06-17 14:52:28 -05:00
Sean Sube 7db53a82df
fix(api): correctly handle sliced kernels 2023-06-17 14:51:58 -05:00
Sean Sube 1506f51ff4
fix(api): handle more SwinIR models 2023-06-16 21:53:49 -05:00
Sean Sube 12e489b761
fix(api): use correct tile size for highres upscaling 2023-06-16 21:22:00 -05:00
Sean Sube 5713957026
fix(api): keep kernel slices within bounds 2023-06-16 20:49:43 -05:00
Sean Sube c1a4484b75
apply lint 2023-06-16 20:43:28 -05:00
Sean Sube 81d2e93709
chore(scripts): update DPM test ref for fp16 2023-06-16 20:42:48 -05:00
Sean Sube 7f28c0f194
feat(gui): sort lists by visible labels after i18n 2023-06-16 20:42:23 -05:00
Sean Sube 719b34967f
fix(api): handle blending of mismatched kernels 2023-06-16 20:41:25 -05:00