Skip to content

stavsap/generative-ai-wsl2

Repository files navigation

Generative AI WSL2

🚦 WIP 🚦

An easy to setup commands to run open-source generative AI projects on WSL 2.0 (Windows Subsystem for Linux).

The provided scripts are for Ubuntu 22.04 WSL Distro, they also will work on Ubuntu 22.04 on bare-metal.

Nvidia cards support only.

  • New to WSL? check the WIKI

  • Batch scripts to get things running quickly, check here

Buy Me A Coffee

Table of contents

  1. Stable Diffusion Webui
  2. Text Generation Webui
  3. ComfyUI
  4. Fooocus
  5. DreamBooth Webui
  6. Stable Diffusion Vlad Webui
  7. Parseq
  8. Kandinsky 2.1
  9. Tortoise-TTS-Fast Webui
  10. Bark
  11. MiniGPT4
  12. DragGAN

Stable Diffusion Webui (AUTOMATIC1111)

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/stable-diffusion/install_full.sh | bash

Download and Set Control Net 1.1 Models (Control Net must be installed first)

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/stable-diffusion/install_control_net_models.sh | bash

Text Generation Webui (Oobabooga)

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards. select 'A' for NVIDIA.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/text-gen-webui/install_full.sh |  bash -i
./run.sh

If a warning is encountered in the log indicating that bitandbytes is compiled with CPU only, run the command below to resolve the issue:

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/text-gen-webui/fix.sh | bash

Comfy UI

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/comfyui/install_full.sh |  bash

Fooocus

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/fooocus/install_full.sh |  bash -i

DreamBooth Webui (Kohya SS)

Install DreamBooth Webui

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/dreambooth/install_full.sh |  bash

Stable Diffusion Webui (Vlad AUTOMATIC1111)

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/stable-diffusion-vlad-automatic/install_full.sh | bash

Parseq (Deforum parameter sequencer)

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/parseq/install_full.sh | bash -i

Kandinsky 2.1 Webui (Kubin)

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/kandinsky/install_full.sh | bash

Tortoise-TTS-Fast Webui (thisserand)

Install Tortoise-TTS-Fast Webui

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/Tortoise-TTS-Fast/install_full.sh | bash

Bark (suno)

Install Bark

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/bark/install_full.sh | bash

MiniGPT4

Install MiniGPT4

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/minigpt4/install_full.sh | bash -i

DragGAN

About

Full install for clean Ubuntu 22.04 distro and Nvidia cards.

curl -sLS https://raw.githubusercontent.com/stavsap/generative-ai-wsl2/main/DragGen/install_full.sh | bash -i

Under exploration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published