Lincoln Stein

Results 52 issues of Lincoln Stein

# Create Launcher Files in the ~/invokeai directory To solve the "there's no invoke.bat!" issue, this PR adds a function to `configure_invokeai.py` to create the appropriate launcher script in the...

This is a code cleanup enhancement originally contributed by @devops117 which didn't get into the 2.2 release. Reissuing the PR now in order to base against main.

User reported an image regression relative to an example we posted in PROMPTS.md. This appears to be due to change in Karras noise schedule. The option to change the karras...

# A Smooth Install Experience (Maybe) This PR implements the runtime directory layout scheme described in Discussion item #1789 and performs the install in such a way that everything, including...

This corrects a few formatting errors in the installer instructions file.

This fix was authored by @mebelz PR #1775 and is reissued here to base it on `main`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details _No response_ ### What should this feature add? As of 11...

enhancement

This commit fixes the root search logic to be as follows: 1) The `--root_dir` command line argument 2) The contents of environment variable INVOKEAI_ROOT 3) The VIRTUAL_ENV environment variable, plus...

This PR documents the various changes that have occurred with respect to the runtime and source code directories, for the benefit of developers and power users who are flummoxed by...

This PR adds a `--weight_folders` argument to invoke.py. Using argparse, it adds a "weight_folders" attribute to the Args object. It is intended to support @blessedcoolant 's weight file autoscan feature,...