Damian
Damian
Support for building on OSX. Wrangle: needs a `libomp.dylib`. Xcode ships with clang that supports OpenMP (`-Xpreprocessor -fopenmp`) but you still need to manually build `libomp.dylib` and place it somewhere...
also "Macintosh" → "macOS" to improve "We Support macOS Properly And Not Halfassed Like Other OSS Projects" signalling
`configure_invokeai.py` is always run during binary installation, and it always prompts user to download SD checkpoints. Optionally, it should check if models.yaml already exists and points to a valid ckpt;...
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS macOS ### GPU mps ### VRAM _No response_ ### What happened? Not...
`.swap()` is a complicated feature with some strange failure modes, which sometimes appears to be doing nothing or the wrong thing. Documentation should be improved with images so that the...
This pull request enables the display of per-token attention maps after generating an image. ### Done: * [x] Collect and return attention maps to generate.py * [x] Pass attention maps...
Hi, I'm one of the developers of [InvokeAI](https://github.com/invoke-ai/InvokeAI), a Stable Diffusion web UI targetting professionals and content creation industry use cases. We are migrating from a CompVis to a Diffusers...
looks like diffuser doesn't support it under the hood - needs to be disabled, perhaps? in any case a failed sampler selection shouldn't leave the web ui in a state...