Lincoln Stein
Lincoln Stein
Before making a concept download request to HuggingFace, the concepts library module now checks the concept name against a downloaded list of all the concepts currently known to HuggingFace. If...
Because of the way that patchmatch was loaded early at import time, it was impossible to turn off the attempted loading with --no-patchmatch. In addition, the patchmatch loading messages appear...
This commit allows invoke.py to print out its name and version number when given the --version argument. I had to move some status messages around in order to make the...
install.bat was copying the requirements file into the install folder twice, causing an error message on the second try. This fixes the issue.
The ParamSpec typing class is not supported on 3.9 but can be imported from `typing_extensions`. This provides a workaround so that the diffusers branch will work with Python 3.9. Note...
When using the inpainting model, the following sequence of events would cause a predictable crash: 1. Use unified canvas to outcrop a portion of the image. 2. Accept outcropped image...
To address #1654 this PR provides a more fullsome example of how to generate a matrix of prompts via script and feed them into `invoke.py` at the command line.
- A couple of users have reported that switching back and forth between ckpt models in RAM is causing a "GPU out of memory" crash. Traceback suggests there is actually...
1. Update requirements file to correct a clash between numpy and numba. 2. Fix update scripts in preparation for 2.2.5. Tested on Linux and Windows, not Macintosh
The InvokeAI version number is now consolidated into a single location, `ldm/invoke/_version.py`. This file is parsed directly by both `setup.py` and `installer/create_installers.sh`. It is also imported into `ldm.invoke`, so that...