From ff5bdd1b62a62781d9bc40fae90c90d691b2a019 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 28 Apr 2026 08:58:49 +0200 Subject: [PATCH] update diffusers and extra lint Signed-off-by: Vladimir Mandic --- .pre-commit-config.yaml | 4 ++++ CHANGELOG.md | 8 +++++--- installer.py | 2 +- scripts/rocm/rocm_profiles.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7b9a297f..ace608f63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,10 @@ repos: - id: detect-private-key - id: end-of-file-fixer - id: mixed-line-ending + - id: fix-byte-order-marker + - id: check-ast + - id: check-added-large-files + args: ['--maxkb=500'] - id: check-executables-have-shebangs exclude: | (?x)^( diff --git a/CHANGELOG.md b/CHANGELOG.md index cac3e8b2b..29553c783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log for SD.Next -## Update for 2026-04-27 +## Update for 2026-04-28 -### Highlights for 2026-04-27 +### Highlights for 2026-04-28 *What's New?* - New image models! **ERNIE-Image**, **Zeta-Chroma**, **Nucleus**, **Bria-FIBO**, **Anima-v3**, **SDXS-1B** @@ -19,7 +19,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m [ReadMe](https://github.com/vladmandic/automatic/blob/master/README.md) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [WiKi](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) | [Sponsor](https://github.com/sponsors/vladmandic) -### Details for 2026-04-27 +### Details for 2026-04-28 - **Models** - [LTX Video 2.3](https://huggingface.co/Lightricks/LTX-2.3) add *1.1 Distilled* and *1.1 Distilled-SDNQ* variants @@ -161,6 +161,8 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m - preserve `image.info` - color grading preserve metadata - resolve video output path + - `rocm` script do not auto-apply if no config, thanks @awsr + - ui settings callback, thanks @awsr ## Update for 2026-04-01 diff --git a/installer.py b/installer.py index ac9c0fe00..b9cf4ff0c 100644 --- a/installer.py +++ b/installer.py @@ -485,7 +485,7 @@ def check_diffusers(): t_start = time.time() if args.skip_all: return - target_commit = "f7fd76adcd288494a1a13c82d06e37579170aaf3" # diffusers commit hash == 0.37.1.dev-0427 + target_commit = "0f1abc4ae8b0eb2a3b40e82a310507281144c423" # diffusers commit hash == 0.37.1.dev-0427 # if args.use_rocm or args.use_zluda or args.use_directml: # sha = '043ab2520f6a19fce78e6e060a68dbc947edb9f9' # lock diffusers versions for now pkg = package_spec('diffusers') diff --git a/scripts/rocm/rocm_profiles.py b/scripts/rocm/rocm_profiles.py index 62a401de8..11e0fd468 100644 --- a/scripts/rocm/rocm_profiles.py +++ b/scripts/rocm/rocm_profiles.py @@ -1,4 +1,4 @@ -""" +""" Architecture-specific MIOpen solver profiles for AMD GCN/RDNA GPUs. Sources: