mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
lint/changelog/requirements
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user