Lincoln Stein
Lincoln Stein
The adapter will associate as a 802.11a device on the 5 GHz band and as a 802.11bg device on the 2.4 GHz band. How do I get activate 802.11n modulation?
I've been writing an interactive version of txt2img.py that minics the behaviour of the discord bot. What I can't figure out is how to retrieve the individual random seeds for...
Module was working perfectly on Mint 18.3 with kernel 4.10. Recently upgraded to Mint 19.1 and kernel 4.15, and module is broken. "cat /proc/acpi/nuc_led" gives a kernel log error of...
GFPGAN is changing the color of processed images by making them darker. This PR fixes the problem - it is just two lines. See https://github.com/lstein/stable-diffusion/issues/169 for an illustrated description of...
I am busy porting the inpainting functionality into the InvokeAI distribution. One question that I have is whether the inpainting model can also be used for pure `txt2img` or `img2img`....
Several users have been trying to run InvokeAI on GTX 1650 and 1660 cards. They really can't because these cards don't work with half-precision and only have 4-6GB of memory....
This corrects a regression in loading of these models due to a change of the embedding_manager parameter `num_vectors_per_token` Reverting to the original version (1) does not seem to affect concept...
# The documentation in docs/installation/INSTALL_JUPYTER.md is incomplete This PR fixes the link to the Jupyter/Colab notebook, but the page needs loving attention from someone knowledgeable with Jupyter and Colab. Please...
This PR lets the user pass through invoke.py arguments from the launch scripts. Primary use is to enable user to select models and other run-time options without having to edit...
This PR adds installation instructions for pypatchmatch on Ubuntu Linux. We need instructions for Macintosh and non-debian Linux as well.