SD.Next: Advanced Implementation of Stable Diffusion
 
 
 
 
Go to file
CalamitousFelicitousness 61b031ada5 refactor: update imports for caption module rename
Update all imports from modules.interrogate to modules.caption across:
- modules/shared.py, modules/shared_legacy.py
- modules/ui_caption.py, modules/ui_common.py
- modules/ui_control.py, modules/ui_control_helpers.py
- modules/ui_img2img.py, modules/ui_sections.py
- modules/ui_symbols.py, modules/ui_video_vlm.py
2026-02-11 02:47:41 +00:00
.github lint 2026-02-10 13:54:13 +01:00
.vscode Merge pull request #4618 from vladmandic/dev 2026-02-04 15:05:58 +01:00
cli refactor(api): update cli tools for DeepBooru tagger migration 2026-02-11 02:47:41 +00:00
configs
data feat: add 4-step Nunchaku variants for Qwen-Lightning models 2026-02-07 22:27:05 +00:00
extensions
extensions-builtin update modernui submodule 2026-02-07 13:07:55 +01:00
html feat(ui): add tooltips/hints to Caption tab 2026-02-11 02:47:40 +00:00
javascript Merge pull request #4634 from CalamitousFelicitousness/nunchaku-reference 2026-02-09 18:06:34 +01:00
models feat: add Anima to community reference models 2026-02-02 00:44:51 +00:00
modules refactor: update imports for caption module rename 2026-02-11 02:47:41 +00:00
pipelines feat: add 4-step Nunchaku variants for Qwen-Lightning models 2026-02-07 22:27:05 +00:00
scripts feat: add Nunchaku variants for Fill and Depth in Flux Tools 2026-02-07 22:27:05 +00:00
test create tests folder 2026-02-10 14:31:53 +01:00
wiki@850c155e23 add sampler api endpoints 2026-02-04 13:08:31 +01:00
.dockerignore
.gitignore linting 2026-01-28 13:50:52 +01:00
.gitmodules
.markdownlint.json
.pre-commit-config.yaml
CHANGELOG.md create tests folder 2026-02-10 14:31:53 +01:00
CITATION.cff
CODE_OF_CONDUCT
CONTRIBUTING
LICENSE.txt
README.md update readme 2026-01-23 10:26:59 +01:00
SECURITY.md
TODO.md add hqx and icb interpolations 2026-02-05 11:21:17 +01:00
eslint.config.mjs Merge pull request #4602 from awsr/thumbnail-clear2 2026-01-29 17:21:18 +01:00
installer.py update diffusers 2026-02-10 11:49:01 +01:00
launch.py cleanup 2026-01-16 09:49:46 +01:00
motd
package.json cleanup 2026-01-24 20:09:24 +01:00
pyproject.toml switch to pyproject.toml for tool config 2026-02-10 13:51:51 +01:00
requirements.txt add ftfy 2026-02-09 19:54:26 +01:00
webui.bat
webui.ps1
webui.py add RealPLKSR NomosWebPhoto and AnimeSharpV2 using spandrel engine 2026-02-05 14:06:17 +01:00
webui.sh

README.md

SD.Next

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

Last update License Discord DeepWiki Sponsors

Docs | Wiki | Discord | Changelog


Table of contents

SD.Next Features

All individual features are not listed here, instead check ChangeLog for full list of changes

  • Fully localized: ▹ English | Chinese | Russian | Spanish | German | French | Italian | Portuguese | Japanese | Korean
  • Desktop and Mobile support!
  • Multiple diffusion models!
  • Multi-platform!
    Windows | Linux | MacOS | nVidia CUDA | AMD ROCm | Intel Arc / IPEX XPU | DirectML | OpenVINO | ONNX+Olive | ZLUDA
  • Platform specific auto-detection and tuning performed on install
  • Optimized processing with latest torch developments with built-in support for model compile and quantize
    Compile backends: Triton | StableFast | DeepCache | OneDiff | TeaCache | etc.
    Quantization methods: SDNQ | BitsAndBytes | Optimum-Quanto | TorchAO / LayerWise
  • Interrogate/Captioning with 150+ OpenCLiP models and 20+ built-in VLMs
  • Built in installer with automatic updates and dependency management

Desktop interface

screenshot-modernui-desktop

Mobile interface

screenshot-modernui-mobile

For screenshots and information on other available themes, see Themes


Model support

SD.Next supports broad range of models: supported models and model specs

Platform support

  • nVidia GPUs using CUDA libraries on both Windows and Linux
  • AMD GPUs using ROCm libraries on Linux
    Support will be extended to Windows once AMD releases ROCm for Windows
  • Intel Arc GPUs using OneAPI with IPEX XPU libraries on both Windows and Linux
  • Any GPU compatible with DirectX on Windows using DirectML libraries
    This includes support for AMD GPUs that are not supported by native ROCm libraries
  • Any GPU or device compatible with OpenVINO libraries on both Windows and Linux
  • Apple M1/M2 on OSX using built-in support in Torch with MPS optimizations
  • ONNX/Olive
  • AMD GPUs on Windows using ZLUDA libraries

Plus Docker container recipes for: CUDA, ROCm, Intel IPEX and OpenVINO

Getting started

[!TIP] And for platform specific information, check out
WSL | Intel Arc | DirectML | OpenVINO | ONNX & Olive | ZLUDA | AMD ROCm | MacOS | nVidia | Docker

[!WARNING] If you run into issues, check out troubleshooting and debugging guides

Contributing

Please see Contributing for details on how to contribute to this project
And for any question, reach out on Discord or open an issue or discussion

Credits

Evolution

starts

Docs

If you're unsure how to use a feature, best place to start is Docs and if its not there,
check ChangeLog for when feature was first introduced as it will always have a short note on how to use it