Ilmari Heikkinen
Ilmari Heikkinen
This PR makes it possible to generate 4k images in 8GB of VRAM using a tiled VAE codec combined with `enable_xformers_memory_efficient_attention()`. With 24GB of VRAM, you can generate 8k images....
You can use larger batch sizes if you do the VAE decode one image at a time. Now VAE decode runs on the full batch, which limits 8GB GPU batch...
needs: 1) do away with any addHistoryStates that depend on current layer, specifically absolutize target layer for brush strokes 2) send entire brush strokes over the wire, replay such as...
use wacom pressure to control opacity, blend and size paint for a while undo every once in a while sometimes all goes wtf and tile-shaped blending bugs appear (i think...
I don't have pretty buttons and I don't have Photoshop either. PREDICAMENT. A bunch of low-key buttons with light-grey fg and white border would be nice. Either pngs or better...
Add 3 brushes that have a texture to them. Some image b/w thing I dunno.
I was playing with the 65B model, and it took a minute to read the files. If you wrap the model loader loop with a `#pragma omp parallel for` and...