From 7d02ededd3391a1cd214de7ee24f4d8f186ae0aa Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 27 May 2026 16:41:52 +0200 Subject: [PATCH] retry workflow Signed-off-by: Vladimir Mandic --- .github/workflows/lint.yaml | 11 +++-------- README.md | 14 ++++++++------ 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f68e25fb8..3768cd47d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/README.md b/README.md index 58d326b4e..89eca68bb 100644 --- a/README.md +++ b/README.md @@ -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