sdnext

(★ 7,314)

SD.Next: All-in-one WebUI for AI generative image and video creation, captioning and processing

File Explorer

  • .dockerignore
  • .gitignore
  • .gitmodules
  • .markdownlint.json
  • .pre-commit-config.yaml
  • AGENTS.md
  • CHANGELOG.md
  • CITATION.cff
  • CODE_OF_CONDUCT
  • constraints.txt
  • CONTRIBUTING
  • eslint.config.mjs
  • installer.py
  • launch.py
  • LICENSE.txt
  • motd
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • pyproject.toml
  • README.md
  • requirements.txt
  • SECURITY.md
  • TODO.md
  • webui.bat
  • webui.ps1
  • webui.py
  • webui.sh
  • wiki

# Installation Guide

python

Setup Steps

git clone https://github.com/vladmandic/sdnext

Clone the repository.

cd sdnext

Navigate to the project directory.

./webui.sh

Run installer and WebUI on Linux and macOS.

webui.bat

Run WebUI on Windows.

webui.ps1

Run WebUI in Windows PowerShell.

Video Guides

SD.Next Install Walkthrough

Key Commands

./webui.sh

Install and run SD.Next on Linux and macOS.

webui.bat

Install and run SD.Next on Windows CMD.

./webui.ps1

Install and run SD.Next in PowerShell.

Use the appropriate execution script (sh, bat, ps1) for your platform.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

// repository documentation