Giter Site home page Giter Site logo

andy-kru / stable-diffusion-wsl2-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rgryta/stable-diffusion-wsl2-docker

2.0 0.0 0.0 28 KB

One-click install for StabilityAI's Stable-Diffusion with AUTOMATIC1111's webui

License: MIT License

Shell 26.26% Python 3.13% PowerShell 48.77% Batchfile 5.63% Dockerfile 16.21%

stable-diffusion-wsl2-docker's Introduction

Stable Diffusion on Docker (WSL2)

About

This repository is meant to allow for easy installation of Stable Diffusion on Windows. One click to install. Second click to start.

This setup is completely dependant on current versions of AUTOMATIC1111's webui repository and StabilityAI's Stable-Diffusion models.

In it's current configuration only Nvidia GPUs are supported. This script will also install all dependencies (including xformers) in order to speed up launching the webui.

Prerequisites

Before following through with these instructions. Please verify below.

  1. You have virtualization support - easiest way is to check if you can see "Virtualization" section in Windows Task Manager -> Performance -> CPU (it's located under "More details" if you don't see the Performance tab).
  2. You have virtualization enabled - you have to enable it in your BIOS if you don't.
  3. You have Windows 11 Pro - you can also use Windows 11 Home (also Windows 10 above certain version), but I cannot guarantee that provided scripts will work their magic.
  4. You have Nvidia GPU - this is mandatory for current configuration. Support for AMD is presumably possible, but won't be added until such request shows up. Make sure you also have the newest drivers! Whole repository is based on CUDA 12 - you will be limited to GTX 900-series or higher.
  5. You need admin access. These scripts use a PowerShell library that I've prepared, called WSLTools (handles automatic and interactive installation of WSL distributions from source), you need to have admin privileges to install this module.

How to use

After installation simply execute start.bat file to start the Stable-Diffusion app. You can open it under http://localhost:7860.

If you want to close the app - simply launch stop.bat, it will terminate the application and close the terminals.

Note! Keep in mind that stop.bat will terminate and remove all containers based on Stable-Diffusion webui image. If you have downloaded additional models while the application was running - e.g. GAN models - they will have to be redownloaded again.

Installation

Automatic

Run install.bat in order to install the Stable Diffusion. This will take a while - as long as you don't see red errors - everything's fine. I takes about 20min to install on my machine.

Manual

  1. Install Windows 11
  2. Install WSL from MS Store (https://www.microsoft.com/store/productId/9P9TQF7MRM4R)
  3. Search for "Turn Windows features on or off" and enable "Hyper-V"
  4. Set WSL to use v2: wsl --set-default-version 2
  5. Install Linux distro of your choice (Ubuntu given as example): wsl --install Ubuntu
    1. Set up your username and password
  6. (In distro command line) sudo sh -c 'echo "[boot]\nsystemd=true" > /etc/wsl.conf'
  7. Check your distro name using wsl --list
  8. Shutdown all distros wsl --shutdown and restart the one we're using wsl --distribution Ubuntu
  9. Make sure you have nvidia drivers installed on Windows
  10. Now open WSL. From now on, everything is executed from there.
  11. Execute following scripts (installs cuda drivers):
    sudo apt-key del 7fa2af80
    wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin
    sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600
    sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/3bf863cc.pub
    sudo add-apt-repository 'deb https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/ /'
    sudo apt-get update
    sudo apt-get -y install cuda
  12. Check if you're able to see your GPU in WSL: nvidia-smi
  13. Install docker:
    curl https://get.docker.com | sh \
    && sudo systemctl --now enable docker
  14. Prepare gpg keys to install nvidia-docker:
    distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \
    && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
    && curl -s -L https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.list | \
    sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
    sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
  15. Now we can install it: sudo apt-get install -y nvidia-docker2
  16. Restart docker service: sudo systemctl restart docker
  17. Check if docker container also sees your GPU: sudo docker run --rm --gpus all nvidia/cuda:12.0.1-base-ubuntu22.04 nvidia-smi
  18. Run ./build.sh from repo directory to build the container. You can uncomment depth, upscaler, inpainting and gfpgan from Dockerfile (first generated image) but it will take much more space - default installation is ~25GB total.
  19. Run ./run.sh to start container. Open http://localhost:7860 to access the webui - you can do so from Windows of course.

Sources

  1. StabilityAI Stable-Diffusion GitHub
  2. StabilityAI Stable-Diffusion HuggingFace
  3. AUTOMATIC1111 webui
  4. Nvidia Container Runtime
  5. Ubuntu GPU acceleration on WSL2
  6. MS WSL systemd
  7. Nvidia WSL

stable-diffusion-wsl2-docker's People

Contributors

rgryta avatar andy-kru avatar

Stargazers

Mike Johnson avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.