Steps to Resolve Memory Growth Issues
- Install Dependencies
- Set Environment Variable Before Launching WebUI
Verify the existence of
libtcmalloc.so.4using:
- Launch WebUI
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
If you experience continuous memory growth while generating images or switching models in the AUTOMATIC1111 SD WebUI, you can try the following solution:
apt install libgoogle-perftools-dev
libtcmalloc.so.4 using:ldconfig -p | grep libtcmalloc.so.4
export LD_PRELOAD=libtcmalloc.so.4
python launch.py --port 6006