a7515624b2
remove duplicated code
2022-10-07 08:12:55 -04:00
9f34ddfcea
fix crash on len(Nonetype) in k_sampler
2.0.0-rc6
2022-10-07 08:05:13 -04:00
c6a7be63b8
fix crash in generate._transparency_check_and_warning()
2.0.0-rc5
2022-10-06 21:00:27 -04:00
75165957c9
Revert "realesrgan inherits precision setting from main program"
...
This reverts commit 5f42d08945
.
This fix was intended to solve issue #939 , in which ESRGAN generates
dark images when upscaling 4X on certain GTX cards. However, the fix
apparently causes conflicts with some versions of the ESRGAN library,
and this fix will have to wait until after release of 2.0.
2022-10-06 20:52:38 -04:00
4f247a3672
Web Docs Update
2022-10-07 13:41:27 +13:00
d60df54f69
fix k_samplers in img2img - probably correct now
2022-10-06 18:53:54 -04:00
1f25f52af9
Merge branch 'development' of github.com:invoke-ai/InvokeAI into development
2022-10-06 18:31:25 -04:00
7541c7cf5d
fix k_samplers in img2img - probably correct now
2022-10-06 18:31:04 -04:00
a6cdde3ce4
Change Invoke Button Text To Invoke
2022-10-07 10:37:35 +13:00
a53b9a443f
Fix WebUI Not Working
2022-10-07 08:09:55 +13:00
6e1328d4c2
Fix WebUI Not Working
2022-10-07 08:02:10 +13:00
440065f7f8
revert previous change
2022-10-06 14:57:06 -04:00
2c27e759cd
fix #889 - fuzzy k* img2img at low strength
2022-10-06 14:16:56 -04:00
82481a6f9c
Merge branch 'release-candidate-2' of github.com:invoke-ai/InvokeAI into release-candidate-2
2022-10-06 13:58:53 -04:00
90d64388ab
Merge branch 'release-candidate-2' into release-candidate-2
...
- This includes #949 "Bug fixes for new Threshold and Perlin Options"
2022-10-06 13:57:43 -04:00
3444c8e6b8
Merge branch 'release-candidate-2' into release-candidate-2
2022-10-06 13:53:27 -04:00
74419f41a3
Release Candidate 2.0 WebUI
2022-10-07 06:50:34 +13:00
d84321e080
Adds hotkeys to modal
2022-10-06 13:49:09 -04:00
6542556ebd
Adds next/prev image buttons/hotkeys
2022-10-06 13:48:59 -04:00
542ee56c77
[WebUI] Fix Threshold and Perlin Noise Styling
2022-10-07 06:48:16 +13:00
461e662644
Adds hotkeys to modal
2022-10-07 06:44:47 +13:00
58d73f5cae
Adds next/prev image buttons/hotkeys
2022-10-07 06:44:47 +13:00
0c1c220bb9
Revert Auto Build Frontend Workflow
2022-10-07 06:41:03 +13:00
bf5ccfffa5
Merge branch 'development' of https://github.com/invoke-ai/InvokeAI into development
2022-10-07 06:29:24 +13:00
70bbb670ec
Add Basic Hotkey Support
2022-10-06 13:27:42 -04:00
7b270ec3b0
Revert "[bot] builds dev bundle"
...
This reverts commit 7a0d4c3350
.
2022-10-07 06:26:58 +13:00
e4ef7bdbb9
Merge branch 'development' into webui-hotkeys
2022-10-06 13:25:12 -04:00
5f42d08945
realesrgan inherits precision setting from main program
2022-10-06 12:23:30 -04:00
911c99f125
Fix WebUI CORS Issue
2022-10-06 11:17:48 -04:00
c7ccb9dacd
Fix WebUI CORS Issue
2022-10-06 11:15:33 -04:00
7a0d4c3350
[bot] builds dev bundle
2022-10-06 11:15:33 -04:00
2154dd2349
prevent crashes due to uninitialized free_gpu_mem
2022-10-06 10:54:05 -04:00
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
183b98384f
set perlin & threshold to zero on generator initialization
2022-10-06 09:35:04 -04:00
40d7141a4d
Add Basic Hotkey Support
2022-10-07 02:29:47 +13:00
6d475ee290
* Bug fixes for new Threshold and Perlin options
2022-10-06 08:46:27 -04:00
c430f5452b
Resolves @bakkot's review
2022-10-06 07:27:45 -04:00
97de5e31f9
Sets up GH actions to auto-build frontend bundle
2022-10-06 07:27:45 -04:00
a99aab6309
enable --hires to use k* samplers
2022-10-05 20:10:21 -04:00
5a40f7ad15
Fix for crashes in txt2img hires fix mode
2022-10-05 20:10:06 -04:00
2f29b78a00
enable --hires to use k* samplers
2022-10-05 17:18:32 -04:00
bcb6e2e506
Fix for crashes in txt2img hires fix mode
2022-10-05 17:13:43 -04:00
194b875cf3
Update IMG2IMG.md
...
Added information on the small initial image size bug.
2022-10-05 15:55:38 -04:00
b2cd98259d
rename img files with colons
2.0.0-rc3
2022-10-05 12:56:57 -04:00
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
show
2.0.0-rc2
2022-10-05 12:44:16 -04:00
488890e6bb
preload script more robust for downloading gfpgan
2022-10-05 11:29:48 -04:00
3feda31d82
Improve IMG2IMG docs with deeper explanation of what is happening under the hood
2022-10-05 10:21:40 -04:00
0f55d89e20
Improve IMG2IMG docs with deeper explanation of what is happening under the hood
2022-10-05 10:21:03 -04:00
c4b4a0e56e
Update PROMPTS.md
...
fix broken img tags
2022-10-05 10:10:17 -04:00
95c7742c9c
change "prompt weighting" to "prompt blending"; Issue #931
2022-10-05 10:08:56 -04:00