mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-02-04 19:03:35 +00:00
7 lines
281 B
Markdown
7 lines
281 B
Markdown
## Offload weights to the CPU to save VRAM without reducing generation speed.
|
|
|
|
Using `--offload-to-cpu` allows you to offload weights to the CPU, saving VRAM without reducing generation speed.
|
|
|
|
## Use quantization to reduce memory usage.
|
|
|
|
[quantization](./quantization_and_gguf.md) |