mirror of
https://github.com/lllyasviel/ControlNet.git
synced 2026-04-24 03:00:54 -04:00
16 lines
365 B
Markdown
16 lines
365 B
Markdown
# Enable Low VRAM Mode
|
|
|
|
If you are using 8GB GPU card (or if you want larger batch size), please open "config.py", and then set
|
|
|
|
```python
|
|
save_memory = True
|
|
```
|
|
|
|
This feature is still being tested - not all graphics cards are guaranteed to succeed.
|
|
|
|
But it should be neat as I can diffuse at a batch size of 12 now.
|
|
|
|
(prompt "man")
|
|
|
|

|