mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-29 11:05:00 +02:00
Fixes:
File "stable-diffusion/ldm/modules/diffusionmodules/model.py", line 37, in nonlinearity
return x*torch.sigmoid(x)
RuntimeError: CUDA out of memory. Tried to allocate 1.56 GiB [..]
Now up to 1536x1280 is possible on 8GB VRAM.
Also remove unused SiLU class.
|
||
|---|---|---|
| .. | ||
| data | ||
| dream | ||
| gfpgan | ||
| models | ||
| modules | ||
| generate.py | ||
| lr_scheduler.py | ||
| simplet2i.py | ||
| util.py | ||