v2.0.1
版本发布时间: 2022-10-15 04:29:13
invoke-ai/InvokeAI最新发布版本:v5.0.0(2024-09-24 21:17:48)
The invoke-ai team is excited to be able to share the release of InvokeAI 2.0 - A Stable Diffusion Toolkit, a project that aims to provide enthusiasts and professionals both a suite of robust image creation tools. Optimized for efficiency, InvokeAI needs only ~3.5GB of VRAM to generate a 512x768 image (and less for smaller images), and is compatible with Windows/Linux/Mac (M1 & M2).
InvokeAI was one of the earliest forks of the core CompVis repo (formerly lstein/stable-diffusion), and recently evolved into a full-fledged community driven and open source stable diffusion toolkit named InvokeAI. Version 2.0.0 of the tool introduces an entirely new WebUI Front-end with a Desktop mode, and an optimized back-end server that can be interacted with via CLI or extended with your own fork.
Release 2.0.1 corrects an error that was causing the k* samplers to produce noisy images at high step counts. Otherwise the feature set is the same as 2.0.0.
This version of the app improves in-app workflows leveraging GFPGAN and Codeformer for face restoration, and RealESRGAN upscaling - Additionally, the CLI also supports a large variety of features:
- Inpainting
- Outpainting
- Negative Prompts (prompt unconditioning)
- Fast online model switching
- Textual Inversion
- Improved Quality for Hi-Resolution Images (Embiggen, Hi-res Fixes, etc.)
- And more...
Future updates planned included UI driven outpainting/inpainting, robust Cross Attention support, and an advanced node workflow for automating and sharing your workflows with the community.
What's Changed
- hotfix(venv): rename 'ldm' -> 'invokeai' by @tildebyte in https://github.com/invoke-ai/InvokeAI/pull/1014
- Fix two broken links in README by @Miserlou in https://github.com/invoke-ai/InvokeAI/pull/1026
- fixed old reference to ldm on activate env by @nunocoracao in https://github.com/invoke-ai/InvokeAI/pull/1029
- Fix the link to the weights download page by @Hkmu in https://github.com/invoke-ai/InvokeAI/pull/1041
- reintroduce fix for m1 from https://github.com/invoke-ai/InvokeAI/pull/579 missing after merge by @skurovec in https://github.com/invoke-ai/InvokeAI/pull/1055
- More mkdocs updates by @mauwii in https://github.com/invoke-ai/InvokeAI/pull/1057
- Add back old
dream.py
aslegacy_api.py
by @CapableWeb in https://github.com/invoke-ai/InvokeAI/pull/1070
New Contributors
- @Miserlou made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/1026
- @nunocoracao made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/1029
- @Hkmu made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/1041
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v2.0.0...v2.0.1