blessedcoolant
74419f41a3
Release Candidate 2.0 WebUI
2022-10-07 06:50:34 +13:00
psychedelicious
d84321e080
Adds hotkeys to modal
2022-10-06 13:49:09 -04:00
psychedelicious
6542556ebd
Adds next/prev image buttons/hotkeys
2022-10-06 13:48:59 -04:00
blessedcoolant
542ee56c77
[WebUI] Fix Threshold and Perlin Noise Styling
2022-10-07 06:48:16 +13:00
psychedelicious
461e662644
Adds hotkeys to modal
2022-10-07 06:44:47 +13:00
psychedelicious
58d73f5cae
Adds next/prev image buttons/hotkeys
2022-10-07 06:44:47 +13:00
blessedcoolant
0c1c220bb9
Revert Auto Build Frontend Workflow
2022-10-07 06:41:03 +13:00
blessedcoolant
bf5ccfffa5
Merge branch 'development' of https://github.com/invoke-ai/InvokeAI into development
2022-10-07 06:29:24 +13:00
blessedcoolant
70bbb670ec
Add Basic Hotkey Support
2022-10-06 13:27:42 -04:00
blessedcoolant
7b270ec3b0
Revert "[bot] builds dev bundle"
...
This reverts commit 7a0d4c3350
.
2022-10-07 06:26:58 +13:00
Lincoln Stein
e4ef7bdbb9
Merge branch 'development' into webui-hotkeys
2022-10-06 13:25:12 -04:00
Lincoln Stein
5f42d08945
realesrgan inherits precision setting from main program
2022-10-06 12:23:30 -04:00
blessedcoolant
911c99f125
Fix WebUI CORS Issue
2022-10-06 11:17:48 -04:00
blessedcoolant
c7ccb9dacd
Fix WebUI CORS Issue
2022-10-06 11:15:33 -04:00
GitHub Actions Bot
7a0d4c3350
[bot] builds dev bundle
2022-10-06 11:15:33 -04:00
Lincoln Stein
2154dd2349
prevent crashes due to uninitialized free_gpu_mem
2022-10-06 10:54:05 -04:00
Lincoln Stein
f3050fefce
bug and warning message fixes
...
- txt2img2img back to using DDIM as img2img sampler; results produced
by some k* samplers are just not reliable enough for good user
experience
- img2img progress message clarifies why img2img steps taken != steps requested
- warn of potential problems when user tries to run img2img on a small init image
2022-10-06 10:39:08 -04:00
Lincoln Stein
183b98384f
set perlin & threshold to zero on generator initialization
2022-10-06 09:35:04 -04:00
blessedcoolant
40d7141a4d
Add Basic Hotkey Support
2022-10-07 02:29:47 +13:00
Peter Baylies
6d475ee290
* Bug fixes for new Threshold and Perlin options
2022-10-06 08:46:27 -04:00
psychedelicious
c430f5452b
Resolves @bakkot's review
2022-10-06 07:27:45 -04:00
psychedelicious
97de5e31f9
Sets up GH actions to auto-build frontend bundle
2022-10-06 07:27:45 -04:00
Lincoln Stein
a99aab6309
enable --hires to use k* samplers
2022-10-05 20:10:21 -04:00
ArDiouscuros
5a40f7ad15
Fix for crashes in txt2img hires fix mode
2022-10-05 20:10:06 -04:00
Lincoln Stein
2f29b78a00
enable --hires to use k* samplers
2022-10-05 17:18:32 -04:00
ArDiouscuros
bcb6e2e506
Fix for crashes in txt2img hires fix mode
2022-10-05 17:13:43 -04:00
Lincoln Stein
194b875cf3
Update IMG2IMG.md
...
Added information on the small initial image size bug.
2022-10-05 15:55:38 -04:00
Lincoln Stein
b2cd98259d
rename img files with colons
2022-10-05 12:56:57 -04:00
Lincoln Stein
4d5b208601
multiple fixes in response to preflight testing bug reports
...
- updated environment-mac.yml #932
- use the upstream GFPGAN library now that issues with color-changing fixed
and facial recognition improved #905
- preload_models fixed to download additional models needed by gfpgan
2022-10-05 12:44:16 -04:00
Lincoln Stein
488890e6bb
preload script more robust for downloading gfpgan
2022-10-05 11:29:48 -04:00
Damian at mba
3feda31d82
Improve IMG2IMG docs with deeper explanation of what is happening under the hood
2022-10-05 10:21:40 -04:00
Damian at mba
0f55d89e20
Improve IMG2IMG docs with deeper explanation of what is happening under the hood
2022-10-05 10:21:03 -04:00
Lincoln Stein
c4b4a0e56e
Update PROMPTS.md
...
fix broken img tags
2022-10-05 10:10:17 -04:00
Lincoln Stein
95c7742c9c
change "prompt weighting" to "prompt blending"; Issue #931
2022-10-05 10:08:56 -04:00
Lincoln Stein
44e3995425
remove dangling -V from normalized dream command
2022-10-05 00:48:17 -04:00
Lincoln Stein
7e6443c882
release candidate for InvokeAI 2.0
2022-10-04 23:05:40 -04:00
Lincoln Stein
5dd9e30c2f
Merge branch 'development' of github.com:invoke-ai/InvokeAI into development
2022-10-04 22:58:09 -04:00
Marco Labarile
8a8be92eac
Fix markdown typo in WEB.md
2022-10-04 22:53:56 -04:00
Lincoln Stein
f368f682e1
remove unecessary import of pyreadline3
2022-10-04 22:53:07 -04:00
Lincoln Stein
d16f0c8a8f
add enhancements to CLI command-line completion and history
...
- Added support for pyreadline3 so that Window users can benefit.
- Added the !search command to search the history for a matching string:
~~~
!search puppies
[20] puppies at the food bowl -Ak_lms
[54] house overrun by hungry puppies -C20 -s100
~~~
- Added the !clear command to clear the in-memory and on-disk
command history.
2022-10-04 22:53:07 -04:00
Lincoln Stein
18e667f98e
fix miscellaneous regressions:
...
- embiggen needs to use ddim sampler due to low step count
- --hires_fix option needs to be written to log and command string
- fix call signature of _init_image_mask()
2022-10-04 22:48:19 -04:00
Lincoln Stein
a09c64a1fe
merge outcropping and postprocessing fixes
2022-10-04 22:47:21 -04:00
Lincoln Stein
4c482fe24a
refactor how postprocessors work
...
- similar call structures for outpainting, outcropping and face restoration modules
- added documentation for outcropping
- post-processing steps now leave a provenance chain (of sorts) in the sd-metadata field:
~~~
scripts/sd-metadata.py outputs/img-samples/curly.942491079.upscale.png
outputs/img-samples/curly.942491079.upscale.png:
{
"model": "stable diffusion",
"model_id": "stable-diffusion-1.4",
"model_hash": "fe4efff1e174c627256e44ec2991ba279b3816e364b49f9be2abc0b3ff3f8556",
"app_id": "lstein/stable-diffusion",
"app_version": "v1.15",
"image": {
"height": 512,
"width": 512,
"steps": 50,
"cfg_scale": 7.5,
"seed": 942491079,
"prompt": [
{
"prompt": "pretty curly-haired redhead woman",
"weight": 1.0
}
],
"postprocessing": [
{
"tool": "outcrop",
"dream_command": "!fix \"test-pictures/curly.png\" -s 50 -S 942491079 -W 512 -H 512 -C 7.5 -A k_lms -c top 64 right 64"
},
{
"tool": "gfpgan",
"dream_command": "!fix \"outputs/img-samples/curly.942491079.outcrop-02.png\" -s 50 -S 942491079 -W 512 -H 512 -C 7.5 -A k_lms -G 0.8"
},
{
"tool": "upscale",
"dream_command": "!fix \"outputs/img-samples/curly.942491079.gfpgan.png\" -s 50 -S 942491079 -W 512 -H 512 -C 7.5 -A k_lms -U 4.0 0.75"
}
],
"sampler": "k_lms",
"variations": [],
"type": "txt2img"
}
}
~~~
2022-10-04 22:37:25 -04:00
Lincoln Stein
609983ffa8
add outcrop postprocessor
2022-10-04 22:37:25 -04:00
Lincoln Stein
0f9bff66bc
Merge branch 'development' of github.com:pbaylies/stable-diffusion into pbaylies-development
2022-10-04 22:31:11 -04:00
Lincoln Stein
7f31a79431
Merge branch 'development' into development
2022-10-04 20:58:08 -04:00
psychedelicious
c5a0fc8f68
Updates frontend README
2022-10-04 20:55:34 -04:00
psychedelicious
87cb35f5da
Fixes img2img sampler metadata hardcoded to ddim
2022-10-04 20:55:34 -04:00
Peter Baylies
5d911b43c0
Merge branch 'development' into development
2022-10-04 18:40:42 -04:00
Lincoln Stein
483097f31c
fix off-by-one error
2022-10-05 00:15:47 +02:00