retry workflow

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-27 16:41:52 +02:00
parent 0e99be5de2
commit 7d02ededd3
2 changed files with 11 additions and 14 deletions
+3 -8
View File
@@ -9,9 +9,6 @@ jobs:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
flags:
- --test --uv
steps:
- name: checkout-code
@@ -26,7 +23,7 @@ jobs:
python-version: 3.12.3
- name: install-python-deps
run: uv pip install ruff pylint pre-commit --system
run: uv pip install ruff pylint pre-commit setuptools==69.5.1 --system
- name: setup-node
uses: actions/setup-node@main
@@ -66,10 +63,8 @@ jobs:
- name: pylint
run: uv run --active pylint --disable W0511 *.py modules/ pipelines/ scripts/ extensions-builtin/
- name: test
run: |
export COMMANDLINE_ARGS="${{ matrix.flags }}"
uv run python launch.py
- name: test-run
run: uv run --active --system-site-packages python launch.py --test --uv
- name: pre-commit-run
run: uv run --active pre-commit run --all-files
+8 -6
View File
@@ -45,17 +45,19 @@ SD.Next is feature-rich open-source AI art generation platform with a focus on p
In addition to supporting all popular [workflows](#supported-workflows), a wide range of [platforms](#supported-platforms-and-hardware) and [models](#supported-ai-models), SD.Next includes many features not found in other WebUIs, such as:
- Support for many [Diffusion models](https://vladmandic.github.io/sdnext-docs/Model-Support/)!
- **Automatic model download**: simply select a model from the list of reference models and it will be downloaded and ready to use
Or download and add your own models and they will be automatically detected and available in the UI
- **SDNQ**: State-of-the-Art model quantization engine
Use pre-quantized or run with quantization on-the-fly for up to 4x VRAM reduction with no or minimal quality and performance impact
- **Balanced Offload**: Dynamically balance CPU and GPU memory to run larger models on limited hardware
- **Captioning** with 150+ **OpenCLiP** models, **Tagger** with **WaifuDiffusion** and **DeepDanbooru** models, and 25+ built-in **VLMs**
- **Caption and Enhance** with 25+ built-in **LLM** and **VLM** models, **OpenCLiP** models, **Tagger** with **WaifuDiffusion** and **DeepDanbooru** models
- **Image Processing** with full image correction color-grading suite of tools
- [Multi-platform](https://vladmandic.github.io/sdnext-docs/nVidia/)!
- Support for many [Diffusion models](https://vladmandic.github.io/sdnext-docs/Model-Support/)!
Platform specific auto-detection and tuning performed on install
- Fully **localized** to ~15 languages and with support for many [UI themes](https://vladmandic.github.io/sdnext-docs/Themes/)!
- [Desktop](#screenshot-desktop-interface) and [Mobile](#screenshot-mobile-interface) support!
- Platform specific auto-detection and tuning performed on install
- Built in installer with automatic updates and dependency management
- Built in **installer** with automatic updates and dependency management
## Screenshots
@@ -78,8 +80,8 @@ In addition to supporting all popular [workflows](#supported-workflows), a wide
## Supported Workflows
- Generate with *Text-to-Image*, *Image-to-Image*, *Text-to-Video*, *Image-to-Video*, etc.
- Edit with *Image-Edit*, *Inpainting*, *Outpainting*, etc.
- Enhance guidance with *LoRA*, *ControlNet* and *IPAdapters*, etc.
- Edit with *Detailer*, **HiRes/Refine**, *Image-Edit*, *Inpainting*, *Outpainting*, etc.
- Enhance guidance with *LoRA*, *ControlNet*, *IPAdapters*, *Prompt Enhance*, etc.
- Process with *Caption*, *Tag*, *Upscale*, *Interpolate*, *Colorize*, *Filter*, etc.
- and many more with support for custom scripts and extensions