Commit Graph

11371 Commits

Author SHA1 Message Date
98fe044dee rebrand CLI from "dream" to "invoke"
- rename dream.py to invoke.py
- create a compatibility script named dream.py that execs() invoke.py
- redo documentation
- change help message in args
- this does **not** rename the libraries, which are still ldm.dream.util, etc
2022-10-08 09:32:06 -04:00
62d4bb05d4 Add exception handling during metadata processing 2022-10-08 13:42:30 +02:00
02b1040264 Fix typo in ldm/dream/readline.py during merge, add more exception handling 2022-10-08 13:41:31 +02:00
dfd5899611 Merge branch 'development' into Improved-fetch-and-option-to-replay-commands-from-file 2022-10-08 13:26:22 +02:00
8ea88f49b1 Fix Gallery being open by default 2022-10-08 21:23:41 +13:00
a62541d976 Merge branch 'webui-image-drawer' of https://github.com/blessedcoolant/InvokeAI into webui-image-drawer 2022-10-08 17:39:50 +13:00
fbd9a49899 [WebUI] Gallery Drawer Release Build 2022-10-08 17:36:18 +13:00
4e571e12b8 Add Image Gallery Drawer 2022-10-08 17:33:47 +13:00
2567f5faa5 Add Image Gallery Drawer 2022-10-08 16:55:39 +13:00
97684d78d3 rebuild webui package 2022-10-07 16:44:23 -04:00
57791834ab [WebUI] Add Image To Image UI 2022-10-07 16:41:09 -04:00
3b0c4b74b6 [WebUI] Add Image To Image UI 2022-10-07 16:28:19 -04:00
7a701506a4 restore ability of ksamplers to process -v variation options
- supersedes PR #977
- works with both img2img and txt2img
2.0.0-rc7
2022-10-07 16:25:58 -04:00
5157cbeda1 restore ability of ksamplers to process -v variation options
- supersedes #977
2022-10-07 16:21:16 -04:00
3d7bc074cf autorotate init images using exif orientation tag 2022-10-07 12:06:50 -04:00
b296933ba0 autorotate init images using exif orientation tag 2022-10-07 12:06:40 -04:00
70bb7f4a61 fixed perlin noise generation for mps (macos) - fix for cpu fallback 2022-10-07 10:36:45 -04:00
45cc867b0c fixed perlin noise generation for mps (macos) - fix for cpu fallback 2022-10-07 10:35:42 -04:00
9c9cb71544 rebuild frontend package 2022-10-07 10:20:02 -04:00
173dc34194 Merge branch 'development' into fnformat 2022-10-07 15:39:41 +02:00
333219be35 fix broken image generation on plms and ddim samplers 2022-10-07 08:26:53 -04:00
c1230da3ab remove duplicated code 2022-10-07 08:13:34 -04:00
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
6499b99dad revert accidental edit 2022-10-07 10:26:14 +00:00
c6611b2ad6 doc: described how filename format works 2022-10-07 10:21:16 +00:00
395445e7b0 using string.format for filename formatting 2022-10-07 09:24:39 +00:00
89c6c11214 feat: adding filename format template 2022-10-07 08:32:39 +00: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