From b0a887d3b8a5db21dd2742df96c181f4bc106f64 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 26 Jun 2026 09:35:33 +0200 Subject: [PATCH] lint/changelog/requirements Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 11 ++++++++++- pipelines/krea2/pipeline_krea2.py | 2 +- requirements.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d22daa74..31898f180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log for SD.Next -## Update for 2026-06-25 +## Update for 2026-06-26 + +### Highlights for 2026-06-26 + +Service-pack update with several fixes and quality-of-life improvements +Plus new **Krea 2** model and **SDNQ** improvements: now with NPU support and its own native attention kernels! + +[Home](https://vladmandic.github.io/sdnext/) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) | [Sponsor](https://github.com/sponsors/vladmandic) + +### Details for 2026-06-26 - **Models** - [Krea 2](https://www.krea.ai/blog/krea-2-image-model) in *base* and *turbo* (distilled) variants diff --git a/pipelines/krea2/pipeline_krea2.py b/pipelines/krea2/pipeline_krea2.py index b713d64f9..43fcd5965 100644 --- a/pipelines/krea2/pipeline_krea2.py +++ b/pipelines/krea2/pipeline_krea2.py @@ -203,7 +203,7 @@ class Krea2Pipeline(DiffusionPipeline, FromSingleFileMixin): cfg.get("base_shift", 0.5), cfg.get("max_shift", 1.15), ) - self.scheduler.set_timesteps(num_inference_steps, device=device, mu=mu) + self.scheduler.set_timesteps(num_inference_steps, device=device, mu=mu) # pylint: disable=unexpected-keyword-arg timesteps = self.scheduler.timesteps if image is not None: diff --git a/requirements.txt b/requirements.txt index 37f96af53..12ce35b64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests==2.34.2 tqdm==4.68.2 accelerate==1.14.0 einops==0.8.2 -huggingface_hub==1.20.1 +huggingface_hub==1.21.0 hf_xet==1.5.1 numpy==2.1.2 pandas==2.3.1