lint/changelog/requirements

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-26 09:35:33 +02:00
parent db43551ab6
commit b0a887d3b8
3 changed files with 12 additions and 3 deletions
+10 -1
View File
@@ -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
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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