mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-24 08:19:35 +00:00
gfpgan is not kept in memory
font selection setting
This commit is contained in:
@@ -252,7 +252,7 @@ display(processed.images, processed.seed, processed.info)
|
||||
### `--lowvram`
|
||||
Optimizations for GPUs with low VRAM. This should make it possible to generate 512x512 images on videocards with 4GB memory.
|
||||
|
||||
The original idea of those ideas is by basujindal: https://github.com/basujindal/stable-diffusion. Model is separated into modules,
|
||||
The original idea of those optimizations is by basujindal: https://github.com/basujindal/stable-diffusion. Model is separated into modules,
|
||||
and only one module is kept in GPU memory; when another module needs to run, the previous is removed from GPU memory.
|
||||
|
||||
It should be obvious but the nature of those optimizations makes the processing run slower -- about 10 times slower
|
||||
|
||||
Reference in New Issue
Block a user