Skip to content

Instantly share code, notes, and snippets.

@Hansimov
Last active April 11, 2023 17:23
Show Gist options
  • Save Hansimov/b82a00ec9800d91cde29975866d4a156 to your computer and use it in GitHub Desktop.
Save Hansimov/b82a00ec9800d91cde29975866d4a156 to your computer and use it in GitHub Desktop.
Run Stable Diffusion webui in Ubuntu server

Run:

# > ~/repos/
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui
bash webui.sh --listen --share --port 23456 --no-gradio-queue --xformers --device-id=2

Download commonly used models:

References:

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