Skip to content

Instantly share code, notes, and snippets.

@fedek6
Last active February 19, 2023 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedek6/09ac936d24952c2d3c6ff3e15cad6080 to your computer and use it in GitHub Desktop.
Save fedek6/09ac936d24952c2d3c6ff3e15cad6080 to your computer and use it in GitHub Desktop.
Automatic1111 instructions for low mem linux computers

Low mem automatic1111 setup for linux distros

Stop GDM to shake of some memory usage

This will give you 1GB extra vram on Pop!_OS. Use ctrl + alt + f3/f4 to switch between terminals.

sudo service gdm stop

Additional switches

webui.sh --xformers --listen

Now you can see your webgui on other computer.

Watch memory usage

nvidia-smi -l 1

Automatic1111 setup

You'll need to find tutorials for your low vram setup. I use Lora because it has lower memory footprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment