1
0
Fork 0
Commit Graph

1977 Commits

Author SHA1 Message Date
Sean Sube b4db21eebd
fix(gui): add strings for save menu 2023-07-02 17:12:28 -05:00
Sean Sube 5d18779e27
fix(api): add progress bars to release tests 2023-07-02 13:18:00 -05:00
Sean Sube be396099ef
feat(gui): add button to download image metadata JSON 2023-07-02 13:13:47 -05:00
Sean Sube a7be651032
fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
Sean Sube eef055eddd
fix(api): log tile size and overlap 2023-07-02 05:15:01 -05:00
Sean Sube 4b84188f6e
fix(api): make panorama switch mode based on kwargs 2023-07-01 15:04:12 -05:00
Sean Sube db86108dc5
apply lint 2023-07-01 14:39:02 -05:00
Sean Sube 8dbecd6947
lint(api): avoid shadowing params var 2023-07-01 12:38:26 -05:00
Sean Sube 7736430fe7
fix(api): pass overlap params to tile calculation 2023-07-01 12:36:17 -05:00
Sean Sube f20afeb58f
fix(api): mark panorama outpainting tests as very slow, update refs 2023-07-01 12:33:21 -05:00
Sean Sube 2913cd0382
feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
Sean Sube 5e1b70091c
feat(api): remove size restrictions on most pipelines 2023-07-01 12:33:04 -05:00
Sean Sube 934dabb39e
fix(api): pass mask and sources to blending pipeline in correct order 2023-07-01 12:32:39 -05:00
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